[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-06 Thread Daniel van Vugt
I don't think so.

Because this error message happens all the time it's going to happen at
the same time as other Bluetooth problems. So people will *think* it's
related to those other problems because both occur concurrently in the
log.

However because we already know this error message happens on healthy
machines with no Bluetooth problems we believe that it's just a
coincidence both issues happen concurrently, and that any actual
problems should be reported as separate bugs.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1748565

Title:
  Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
  (0x0f)

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  dmesg:
  [ 3363.056494] Bluetooth: hci0: last event is not cmd complete (0x0f)

  Regards,
  --
  Cristian

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-9-generic 4.15.0-9.10
  ProcVersionSignature: Ubuntu 4.15.0-9.10-generic 4.15.2
  Uname: Linux 4.15.0-9-generic x86_64
  ApportVersion: 2.20.8-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1811 F pulseaudio
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Fri Feb  9 20:35:29 2018
  InstallationDate: Installed on 2017-10-13 (119 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-9-generic 
root=UUID=707d0f89-4b1d-4432-9d50-6058dc4c1ee9 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-9-generic N/A
   linux-backports-modules-4.15.0-9-generic  N/A
   linux-firmware1.170
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1748565/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1783140] Re: KVM live migration fails

2018-09-06 Thread  Christian Ehrhardt 
Expected closest good/bad as git Builds:
Last 4.13 git tag Ubuntu-4.13.0-32.35 - working
First 4.14 git tag Ubuntu-4.14.0-11.13 - 

$ git bisect start
$ git bisect good Ubuntu-4.13.0-32.35
$ git bisect bad Ubuntu-4.14.0-11.13
Build is slow, but it seems I can bisect from here ...

Arr shortly after this pulled me out of the Ubuntu tree to check the baseline 
4.13.0 and that got me a non working kernel.
After discussion with the kernel Team I'm switching to bisecting mainline trees.
Lets check what surprises this has for me ...

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1783140

Title:
  KVM live migration fails

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Triaged
Status in qemu package in Ubuntu:
  Incomplete

Bug description:
  Environment:
  2 POWER8 with Ubuntu 16.04.4 LTS as KVM hypervisor.
  1 KVM guest with Ubuntu 18.04 LTS. Virtual disk for the guest is a qcow2 file 
on an NFS share, accessible from both hypervisors, so live migration is 
possible and works for all other guests (SLES, RHEL, Ubunutu 16.04),
  Live migratino of Ubuntu 18.04 guest fails on ppc, while the same test on an 
x86_64 environment suceeds.

  root@pkvm2:~# virsh migrate --persistent --live p8lnxtst4 
qemu+ssh://pkvm1/system
  error: internal error: early end of file from monitor, possible problem: 
2018-07-23T11:12:25.586385Z qemu-system-ppc64: VQ 0 size 0x100 Guest index 
0x38aa inconsistent with Host index 0xa980: delta 0x8f2a
  2018-07-23T11:12:25.586434Z qemu-system-ppc64: error while loading state for 
instance 0x0 of device 'pci@8002000:01.0/virtio-net'
  2018-07-23T11:12:25.587246Z qemu-system-ppc64: load of migration failed: 
Operation not permitted

  root@pkvm2:~# uname -a
  Linux pkvm2 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:51:21 UTC 2018 
ppc64le ppc64le ppc64le GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1783140/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-09-06 Thread Anders Hall
"So it would be most helpful if anyone is experiencing actual problems
to report those in a separate bug."

@Daniel
You might want to reconsider if this is related to Bluetooth failures, at least 
the message is specifically linked to Bluetooth connection issues as seen in my 
tests. 

See https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1724919/comments/12

The logs show connection issues i have with Bluetooth, as described in
https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1724919/comments/11

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1748565

Title:
  Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
  (0x0f)

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  dmesg:
  [ 3363.056494] Bluetooth: hci0: last event is not cmd complete (0x0f)

  Regards,
  --
  Cristian

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-9-generic 4.15.0-9.10
  ProcVersionSignature: Ubuntu 4.15.0-9.10-generic 4.15.2
  Uname: Linux 4.15.0-9-generic x86_64
  ApportVersion: 2.20.8-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1811 F pulseaudio
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Fri Feb  9 20:35:29 2018
  InstallationDate: Installed on 2017-10-13 (119 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-9-generic 
root=UUID=707d0f89-4b1d-4432-9d50-6058dc4c1ee9 ro rootflags=subvol=@ quiet 
splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-9-generic N/A
   linux-backports-modules-4.15.0-9-generic  N/A
   linux-firmware1.170
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.family: ChiefRiver System
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1748565/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1779483] Missing required logs.

2018-09-06 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1779483

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1779483

Title:
  DRM bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [  215.876104] [ cut here ]
  [  215.876108] vblank wait timed out on crtc 1
  [  215.876235] WARNING: CPU: 0 PID: 811 at 
/build/linux-9slaCn/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1073 
drm_wait_one_vblank+0x1a1/0x1b0 [drm]
  [  215.876237] Modules linked in: ccm bnep coretemp kvm_intel kvm irqbypass 
pcmcia arc4 btusb btrtl yenta_socket pcmcia_rsrc joydev btbcm btintel 
pcmcia_core input_leds bluetooth ecdh_generic serio_raw snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_intel snd_hda_codec iwl4965 lpc_ich iwlegacy 
snd_hda_core mac80211 snd_hwdep cfg80211 snd_pcm snd_timer fujitsu_laptop snd 
sparse_keymap soundcore smsc_ircc2(CE) irda(CE) mac_hid shpchp sch_fq_codel 
parport_pc ppdev lp parport ip_tables x_tables autofs4 ahci psmouse i915 
libahci i2c_algo_bit sdhci_pci e1000e drm_kms_helper sdhci pata_acpi 
firewire_ohci ptp firewire_core syscopyarea crc_itu_t pps_core sysfillrect 
sysimgblt fb_sys_fops drm video
  [  215.876363] CPU: 0 PID: 811 Comm: Xorg Tainted: GWC  E
4.15.0-23-generic #25-Ubuntu
  [  215.876371] Hardware name: FUJITSU SIEMENS LIFEBOOK E8410/FJNB1CF, BIOS 
Version 1.10  12/27/2007
  [  215.876412] EIP: drm_wait_one_vblank+0x1a1/0x1b0 [drm]
  [  215.876416] EFLAGS: 00010292 CPU: 0
  [  215.876420] EAX: 001f EBX: f4954000 ECX: f1ad5630 EDX: 0007
  [  215.876424] ESI: 0001 EDI:  EBP: ef8abb74 ESP: ef8abb3c
  [  215.876428]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
  [  215.876433] CR0: 80050033 CR2: bf807f7c CR3: 32a0a8a0 CR4: 06f0
  [  215.876436] Call Trace:
  [  215.876455]  ? wait_woken+0x70/0x70
  [  215.876552]  intel_get_load_detect_pipe+0x5eb/0x650 [i915]
  [  215.876567]  ? chksum_finup+0x20/0x20
  [  215.876653]  intel_tv_detect+0x113/0x4b0 [i915]
  [  215.876743]  ? intel_tv_get_modes+0x1f0/0x1f0 [i915]
  [  215.876767]  drm_helper_probe_detect+0x45/0x80 [drm_kms_helper]
  [  215.876790]  drm_helper_probe_single_connector_modes+0xbc/0x640 
[drm_kms_helper]
  [  215.876814]  ? drm_helper_probe_detect+0x80/0x80 [drm_kms_helper]
  [  215.876856]  drm_mode_getconnector+0x11e/0x2c0 [drm]
  [  215.876900]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
  [  215.876936]  drm_ioctl_kernel+0x56/0xb0 [drm]
  [  215.876972]  drm_ioctl+0x2c4/0x370 [drm]
  [  215.877014]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
  [  215.877029]  ? dput.part.22+0xcf/0x1e0
  [  215.877064]  ? drm_version+0x80/0x80 [drm]
  [  215.877073]  do_vfs_ioctl+0x93/0x6b0
  [  215.877083]  ? vfs_write+0x150/0x1a0
  [  215.877089]  ? vfs_write+0x125/0x1a0
  [  215.877098]  SyS_ioctl+0x58/0x70
  [  215.877108]  do_fast_syscall_32+0x7f/0x1e0
  [  215.877118]  entry_SYSENTER_32+0x4e/0x7c
  [  215.877125] EIP: 0xb7ef7d09
  [  215.877128] EFLAGS: 3292 CPU: 0
  [  215.877132] EAX: ffda EBX: 000e ECX: c05064a7 EDX: bfb35478
  [  215.877135] ESI: 0001 EDI: c05064a7 EBP: 000e ESP: bfb353f8
  [  215.877140]  DS: 007b ES: 007b FS:  GS: 0033 SS: 007b
  [  215.877144] Code: 00 00 00 e9 e4 fe ff ff e8 5d 48 94 cb 8b 45 d0 8d 55 dc 
e8 62 66 98 cb 85 ff 0f 85 ee fe ff ff 56 68 48 a2 74 f8 e8 cf 45 94 cb <0f> 0b 
58 5a e9 da fe ff ff 8d b6 00 00 00 00 66 66 66 66 90 55
  [  215.877254] ---[ end trace 50ae73cd2f1975a1 ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic i686
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: i386
  Date: Sat Jun 30 19:21:28 2018
  InstallationDate: Installed on 2017-11-01 (240 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to bionic on 2018-06-30 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.n

[Kernel-packages] [Bug 1791090] Re: Xorg fails to start with radeon (kernel rejects radeon command stream from Xorg)

2018-09-06 Thread Daniel van Vugt
Looking at the kernel source (drivers/gpu/drm/radeon/evergreen_cs.c), it
appears the value:

  surf.nby == 1152

is wrong.

Since the layer size is 8847360 bytes and the correct height 1080
pixels, this means you have a stride of 8192 bytes per row (which is
1920 pixels rounded up to 2048, multiplied by 4 bytes per pixel). So in
the least the error message looks buggy: It should not say "1920 1152".
But the trigger for the error also isn't directly related to that...

The trigger for the error is:

/* toffset == texdw[2] << 8 == 0 */
/* depth = 1 */
/* mslice == 1 */
/* surf.layer_size == 8847360 */

if (dim == SQ_TEX_DIM_3D) {
toffset += surf.layer_size * depth;
} else {
toffset += surf.layer_size * mslice;
}

/* toffset == 8847360 */
/* radeon_bo_size(texture) == 4096 */

if (toffset > radeon_bo_size(texture)) {
dev_warn(p->dev, "%s:%d texture bo too small (layer size %d, "
 "offset %ld, max layer %d, depth %d, bo size %ld) (%d 
%d)\n",
 __func__, __LINE__, surf.layer_size,
(unsigned long)texdw[2] << 8, mslice,
depth, radeon_bo_size(texture),
surf.nbx, surf.nby);
return -EINVAL;
}

Those are two very different values. Of course toffset is bigger. I
can't tell if that's a mistake in the kernel logic or an encoding
mistake from mesa (or Xorg).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  New

Bug description:
  The shell fails to start with latest version of xorg and radeon
  drivers.

  From the journal:

  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: (II) RADEON(0): 
Setting screen physical size to 508 x 285
  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: radeon: The kernel 
rejected CS, see dmesg for more information (-22).
  sept. 06 08:06:26 sark kernel: radeon :01:00.0: 
evergreen_cs_track_validate_texture:855 texture bo too small (layer size 
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)
  sept. 06 08:06:26 sark kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid 
command stream !

  The shell starts normally under wayland.
  Downgrading the following packages fixed the problem:

  xserver-xorg-video-qxl:amd64 (0.1.5-2build2, 0.1.5-2build1)
  xserver-xorg-video-vesa:amd64 (1:2.4.0-1, 1:2.3.4-1build3)
  xserver-xorg-video-amdgpu:amd64 (18.0.1-1build1, 18.0.1-1)
  xserver-xorg-core:amd64 (2:1.20.1-1ubuntu1, 2:1.19.6-1ubuntu4)
  xserver-xorg-video-fbdev:amd64 (1:0.5.0-1, 1:0.4.4-1build6)
  xserver-xorg-video-intel:amd64 (2:2.99.917+git20171229-1build1, 
2:2.99.917+git20171229-1)
  xserver-xorg-video-vmware:amd64 (1:13.3.0-2build1, 1:13.2.1-1build1)
  xserver-xorg-video-ati:amd64 (1:18.0.1-1build1, 1:18.0.1-1)
  xserver-xorg-video-radeon:amd64 (1:18.0.1-1build1, 1:18.0.1-1)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xserver-xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
  Uname: Linux 4.17.0-9-generic x86_64
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  6 15:03:11 2018
  DistUpgraded: 2018-03-24 15:02:43,050 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: cosmic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Juniper XT [Radeon HD 
5770] [174b:1482]
  InstallationDate: Installed on 2014-07-15 (1514 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  MachineType: Gigabyte Technology Co., Ltd. GA-890GPA-UD3H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=0889d734-ea91-4bdb-9d16-2a0a923ad3d1 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to cosmic on 2018-03-24 (165 days ago)
  dmi.bios.date: 07/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FD
  dmi.board.name: GA-890GPA-UD3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFD:bd07/23/201

[Kernel-packages] [Bug 1785912] Status changed to Confirmed

2018-09-06 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1785912

Title:
  Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s
  13IKB 81BV

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Horrible screen flicker from login screen and after login.  18.04.1 LTS.
  I have two similar laptops, both Lenovo Ideapad 720s 13IKB,
  model 81A8 - Core i5 7200U - Intel HD Graphics 620 Rev 02 - works fine.
  model 81BV - Core i5 8250U - Intel UHD Graphics 620 Rev 07 - awful screen 
flashing.

  Neither have the problem in Windows (ie hardware fine)

  I installed the standard Ubuntu 18.04 on each of them (same USB Key,
  few weeks apart) but only the 81BV / 8th gen / UHD 620 Rev 07 has the
  problem.

  Flickering visible on video here:
  https://photos.app.goo.gl/HCN73q1nQfgstgVBA

  I've used ubuntu-bug so I believe you have all the details of the
  machine.  The install came straight from your standard 18.04 download.
  Any changes are due to me trying to fix this (not much prev exp of
  kernel params etc)

  Things tried but which didn't work were:
  - enable huc/guc (got it to load - it's now visible in the attached dmesg - 
but didn't help.)
  - enable_rc6=0 (just stopped sleep / resume working)
  - edp_vswing=2

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompositorRunning: None
  Date: Tue Aug  7 23:09:14 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
     Subsystem: Lenovo UHD Graphics 620 [17aa:39af]
  InstallationDate: Installed on 2018-08-06 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:210d Acer, Inc
   Bus 001 Device 002: ID 06cb:0081 Synaptics, Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81BV
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=10eb4e00-26e4-4f42-b983-9a603a658f89 ro i915.enable_guc=3 
i915.enable_guc_loading=1
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6MCN27WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 720S-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr6MCN27WW:bd05/02/2018:svnLENOVO:pn81BV:pvrLenovoideapad720S-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad720S-13IKB:
  dmi.product.family: ideapad 720S-13IKB
  dmi.product.name: 81BV
  dmi.product.version: Lenovo ideapad 720S-13IKB
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1785912/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1785912] Re: Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s 13IKB 81BV

2018-09-06 Thread Timo Aaltonen
you may try drm-next or drm-intel-next from the mainline kernels ppa,
but if those won't help then you'd better file a bug upstream at
bugs.freedesktop.org (DRI -- drm/intel)

** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1785912

Title:
  Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s
  13IKB 81BV

Status in linux package in Ubuntu:
  New

Bug description:
  Horrible screen flicker from login screen and after login.  18.04.1 LTS.
  I have two similar laptops, both Lenovo Ideapad 720s 13IKB,
  model 81A8 - Core i5 7200U - Intel HD Graphics 620 Rev 02 - works fine.
  model 81BV - Core i5 8250U - Intel UHD Graphics 620 Rev 07 - awful screen 
flashing.

  Neither have the problem in Windows (ie hardware fine)

  I installed the standard Ubuntu 18.04 on each of them (same USB Key,
  few weeks apart) but only the 81BV / 8th gen / UHD 620 Rev 07 has the
  problem.

  Flickering visible on video here:
  https://photos.app.goo.gl/HCN73q1nQfgstgVBA

  I've used ubuntu-bug so I believe you have all the details of the
  machine.  The install came straight from your standard 18.04 download.
  Any changes are due to me trying to fix this (not much prev exp of
  kernel params etc)

  Things tried but which didn't work were:
  - enable huc/guc (got it to load - it's now visible in the attached dmesg - 
but didn't help.)
  - enable_rc6=0 (just stopped sleep / resume working)
  - edp_vswing=2

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
  ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
  Uname: Linux 4.15.0-30-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompositorRunning: None
  Date: Tue Aug  7 23:09:14 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
     Subsystem: Lenovo UHD Graphics 620 [17aa:39af]
  InstallationDate: Installed on 2018-08-06 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:210d Acer, Inc
   Bus 001 Device 002: ID 06cb:0081 Synaptics, Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81BV
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=10eb4e00-26e4-4f42-b983-9a603a658f89 ro i915.enable_guc=3 
i915.enable_guc_loading=1
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6MCN27WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 720S-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr6MCN27WW:bd05/02/2018:svnLENOVO:pn81BV:pvrLenovoideapad720S-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad720S-13IKB:
  dmi.product.family: ideapad 720S-13IKB
  dmi.product.name: 81BV
  dmi.product.version: Lenovo ideapad 720S-13IKB
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1785912/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1779483] Re: DRM bug

2018-09-06 Thread Timo Aaltonen
** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1779483

Title:
  DRM bug

Status in linux package in Ubuntu:
  New

Bug description:
  [  215.876104] [ cut here ]
  [  215.876108] vblank wait timed out on crtc 1
  [  215.876235] WARNING: CPU: 0 PID: 811 at 
/build/linux-9slaCn/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1073 
drm_wait_one_vblank+0x1a1/0x1b0 [drm]
  [  215.876237] Modules linked in: ccm bnep coretemp kvm_intel kvm irqbypass 
pcmcia arc4 btusb btrtl yenta_socket pcmcia_rsrc joydev btbcm btintel 
pcmcia_core input_leds bluetooth ecdh_generic serio_raw snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_intel snd_hda_codec iwl4965 lpc_ich iwlegacy 
snd_hda_core mac80211 snd_hwdep cfg80211 snd_pcm snd_timer fujitsu_laptop snd 
sparse_keymap soundcore smsc_ircc2(CE) irda(CE) mac_hid shpchp sch_fq_codel 
parport_pc ppdev lp parport ip_tables x_tables autofs4 ahci psmouse i915 
libahci i2c_algo_bit sdhci_pci e1000e drm_kms_helper sdhci pata_acpi 
firewire_ohci ptp firewire_core syscopyarea crc_itu_t pps_core sysfillrect 
sysimgblt fb_sys_fops drm video
  [  215.876363] CPU: 0 PID: 811 Comm: Xorg Tainted: GWC  E
4.15.0-23-generic #25-Ubuntu
  [  215.876371] Hardware name: FUJITSU SIEMENS LIFEBOOK E8410/FJNB1CF, BIOS 
Version 1.10  12/27/2007
  [  215.876412] EIP: drm_wait_one_vblank+0x1a1/0x1b0 [drm]
  [  215.876416] EFLAGS: 00010292 CPU: 0
  [  215.876420] EAX: 001f EBX: f4954000 ECX: f1ad5630 EDX: 0007
  [  215.876424] ESI: 0001 EDI:  EBP: ef8abb74 ESP: ef8abb3c
  [  215.876428]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
  [  215.876433] CR0: 80050033 CR2: bf807f7c CR3: 32a0a8a0 CR4: 06f0
  [  215.876436] Call Trace:
  [  215.876455]  ? wait_woken+0x70/0x70
  [  215.876552]  intel_get_load_detect_pipe+0x5eb/0x650 [i915]
  [  215.876567]  ? chksum_finup+0x20/0x20
  [  215.876653]  intel_tv_detect+0x113/0x4b0 [i915]
  [  215.876743]  ? intel_tv_get_modes+0x1f0/0x1f0 [i915]
  [  215.876767]  drm_helper_probe_detect+0x45/0x80 [drm_kms_helper]
  [  215.876790]  drm_helper_probe_single_connector_modes+0xbc/0x640 
[drm_kms_helper]
  [  215.876814]  ? drm_helper_probe_detect+0x80/0x80 [drm_kms_helper]
  [  215.876856]  drm_mode_getconnector+0x11e/0x2c0 [drm]
  [  215.876900]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
  [  215.876936]  drm_ioctl_kernel+0x56/0xb0 [drm]
  [  215.876972]  drm_ioctl+0x2c4/0x370 [drm]
  [  215.877014]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
  [  215.877029]  ? dput.part.22+0xcf/0x1e0
  [  215.877064]  ? drm_version+0x80/0x80 [drm]
  [  215.877073]  do_vfs_ioctl+0x93/0x6b0
  [  215.877083]  ? vfs_write+0x150/0x1a0
  [  215.877089]  ? vfs_write+0x125/0x1a0
  [  215.877098]  SyS_ioctl+0x58/0x70
  [  215.877108]  do_fast_syscall_32+0x7f/0x1e0
  [  215.877118]  entry_SYSENTER_32+0x4e/0x7c
  [  215.877125] EIP: 0xb7ef7d09
  [  215.877128] EFLAGS: 3292 CPU: 0
  [  215.877132] EAX: ffda EBX: 000e ECX: c05064a7 EDX: bfb35478
  [  215.877135] ESI: 0001 EDI: c05064a7 EBP: 000e ESP: bfb353f8
  [  215.877140]  DS: 007b ES: 007b FS:  GS: 0033 SS: 007b
  [  215.877144] Code: 00 00 00 e9 e4 fe ff ff e8 5d 48 94 cb 8b 45 d0 8d 55 dc 
e8 62 66 98 cb 85 ff 0f 85 ee fe ff ff 56 68 48 a2 74 f8 e8 cf 45 94 cb <0f> 0b 
58 5a e9 da fe ff ff 8d b6 00 00 00 00 66 66 66 66 90 55
  [  215.877254] ---[ end trace 50ae73cd2f1975a1 ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic i686
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: i386
  Date: Sat Jun 30 19:21:28 2018
  InstallationDate: Installed on 2017-11-01 (240 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to bionic on 2018-06-30 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1779483] [NEW] DRM bug

2018-09-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

[  215.876104] [ cut here ]
[  215.876108] vblank wait timed out on crtc 1
[  215.876235] WARNING: CPU: 0 PID: 811 at 
/build/linux-9slaCn/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1073 
drm_wait_one_vblank+0x1a1/0x1b0 [drm]
[  215.876237] Modules linked in: ccm bnep coretemp kvm_intel kvm irqbypass 
pcmcia arc4 btusb btrtl yenta_socket pcmcia_rsrc joydev btbcm btintel 
pcmcia_core input_leds bluetooth ecdh_generic serio_raw snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_intel snd_hda_codec iwl4965 lpc_ich iwlegacy 
snd_hda_core mac80211 snd_hwdep cfg80211 snd_pcm snd_timer fujitsu_laptop snd 
sparse_keymap soundcore smsc_ircc2(CE) irda(CE) mac_hid shpchp sch_fq_codel 
parport_pc ppdev lp parport ip_tables x_tables autofs4 ahci psmouse i915 
libahci i2c_algo_bit sdhci_pci e1000e drm_kms_helper sdhci pata_acpi 
firewire_ohci ptp firewire_core syscopyarea crc_itu_t pps_core sysfillrect 
sysimgblt fb_sys_fops drm video
[  215.876363] CPU: 0 PID: 811 Comm: Xorg Tainted: GWC  E
4.15.0-23-generic #25-Ubuntu
[  215.876371] Hardware name: FUJITSU SIEMENS LIFEBOOK E8410/FJNB1CF, BIOS 
Version 1.10  12/27/2007
[  215.876412] EIP: drm_wait_one_vblank+0x1a1/0x1b0 [drm]
[  215.876416] EFLAGS: 00010292 CPU: 0
[  215.876420] EAX: 001f EBX: f4954000 ECX: f1ad5630 EDX: 0007
[  215.876424] ESI: 0001 EDI:  EBP: ef8abb74 ESP: ef8abb3c
[  215.876428]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[  215.876433] CR0: 80050033 CR2: bf807f7c CR3: 32a0a8a0 CR4: 06f0
[  215.876436] Call Trace:
[  215.876455]  ? wait_woken+0x70/0x70
[  215.876552]  intel_get_load_detect_pipe+0x5eb/0x650 [i915]
[  215.876567]  ? chksum_finup+0x20/0x20
[  215.876653]  intel_tv_detect+0x113/0x4b0 [i915]
[  215.876743]  ? intel_tv_get_modes+0x1f0/0x1f0 [i915]
[  215.876767]  drm_helper_probe_detect+0x45/0x80 [drm_kms_helper]
[  215.876790]  drm_helper_probe_single_connector_modes+0xbc/0x640 
[drm_kms_helper]
[  215.876814]  ? drm_helper_probe_detect+0x80/0x80 [drm_kms_helper]
[  215.876856]  drm_mode_getconnector+0x11e/0x2c0 [drm]
[  215.876900]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  215.876936]  drm_ioctl_kernel+0x56/0xb0 [drm]
[  215.876972]  drm_ioctl+0x2c4/0x370 [drm]
[  215.877014]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  215.877029]  ? dput.part.22+0xcf/0x1e0
[  215.877064]  ? drm_version+0x80/0x80 [drm]
[  215.877073]  do_vfs_ioctl+0x93/0x6b0
[  215.877083]  ? vfs_write+0x150/0x1a0
[  215.877089]  ? vfs_write+0x125/0x1a0
[  215.877098]  SyS_ioctl+0x58/0x70
[  215.877108]  do_fast_syscall_32+0x7f/0x1e0
[  215.877118]  entry_SYSENTER_32+0x4e/0x7c
[  215.877125] EIP: 0xb7ef7d09
[  215.877128] EFLAGS: 3292 CPU: 0
[  215.877132] EAX: ffda EBX: 000e ECX: c05064a7 EDX: bfb35478
[  215.877135] ESI: 0001 EDI: c05064a7 EBP: 000e ESP: bfb353f8
[  215.877140]  DS: 007b ES: 007b FS:  GS: 0033 SS: 007b
[  215.877144] Code: 00 00 00 e9 e4 fe ff ff e8 5d 48 94 cb 8b 45 d0 8d 55 dc 
e8 62 66 98 cb 85 ff 0f 85 ee fe ff ff 56 68 48 a2 74 f8 e8 cf 45 94 cb <0f> 0b 
58 5a e9 da fe ff ff 8d b6 00 00 00 00 66 66 66 66 90 55
[  215.877254] ---[ end trace 50ae73cd2f1975a1 ]---

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic i686
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: i386
Date: Sat Jun 30 19:21:28 2018
InstallationDate: Installed on 2017-11-01 (240 days ago)
InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to bionic on 2018-06-30 (0 days ago)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug bionic i386
-- 
DRM bug
https://bugs.launchpad.net/bugs/1779483
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1785912] [NEW] Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s 13IKB 81BV

2018-09-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Horrible screen flicker from login screen and after login.  18.04.1 LTS.
I have two similar laptops, both Lenovo Ideapad 720s 13IKB,
model 81A8 - Core i5 7200U - Intel HD Graphics 620 Rev 02 - works fine.
model 81BV - Core i5 8250U - Intel UHD Graphics 620 Rev 07 - awful screen 
flashing.

Neither have the problem in Windows (ie hardware fine)

I installed the standard Ubuntu 18.04 on each of them (same USB Key, few
weeks apart) but only the 81BV / 8th gen / UHD 620 Rev 07 has the
problem.

Flickering visible on video here:
https://photos.app.goo.gl/HCN73q1nQfgstgVBA

I've used ubuntu-bug so I believe you have all the details of the
machine.  The install came straight from your standard 18.04 download.
Any changes are due to me trying to fix this (not much prev exp of
kernel params etc)

Things tried but which didn't work were:
- enable huc/guc (got it to load - it's now visible in the attached dmesg - but 
didn't help.)
- enable_rc6=0 (just stopped sleep / resume working)
- edp_vswing=2

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xserver-xorg-video-intel 2:2.99.917+git20171229-1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompositorRunning: None
Date: Tue Aug  7 23:09:14 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo UHD Graphics 620 [17aa:39af]
InstallationDate: Installed on 2018-08-06 (1 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0cf3:e500 Atheros Communications, Inc.
 Bus 001 Device 003: ID 5986:210d Acer, Inc
 Bus 001 Device 002: ID 06cb:0081 Synaptics, Inc.
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 81BV
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-30-generic 
root=UUID=10eb4e00-26e4-4f42-b983-9a603a658f89 ro i915.enable_guc=3 
i915.enable_guc_loading=1
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/02/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: 6MCN27WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 720S-13IKB
dmi.modalias: 
dmi:bvnLENOVO:bvr6MCN27WW:bd05/02/2018:svnLENOVO:pn81BV:pvrLenovoideapad720S-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad720S-13IKB:
dmi.product.family: ideapad 720S-13IKB
dmi.product.name: 81BV
dmi.product.version: Lenovo ideapad 720S-13IKB
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubuntu
-- 
Screen flicker Intel UHD graphics 620 (rev 07) Lenovo Ideapad 720s 13IKB 81BV 
https://bugs.launchpad.net/bugs/1785912
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1775301] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu4: bcmwl kernel module failed to build [internal compiler error: Bus error]

2018-09-06 Thread Launchpad Bug Tracker
[Expired for bcmwl (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bcmwl (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1775301

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu4: bcmwl kernel module
  failed to build [internal compiler error: Bus error]

Status in bcmwl package in Ubuntu:
  Expired

Bug description:
  My Ubuntu says I'm using bcmwl when I go into the drivers section, but
  it also says I have no wifi driver

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu4
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  DKMSKernelVersion: 4.15.0-20-generic
  Date: Wed Jun  6 01:23:28 2018
  InstallationDate: Installed on 2018-06-05 (0 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageVersion: 6.30.223.271+bdcom-0ubuntu4
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
  PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu4: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1775301/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1616193] Re: 3.13: libvirtd: page allocation failure: order:4, mode:0x1040d0

2018-09-06 Thread zouqian
** Description changed:

  [Impact]
   * libvirtd is no longer able to open the vhost_net device.  This causes the 
guest VM to hang.  This happens if memory becomes fragmented to the point where 
vhost_net_open is not able to successfully kmalloc.
  
   * Gratuitous stack trace.
  libvirtd: page allocation failure: order:4, mode:0x1040d0
  CPU: 14 PID: 82768 Comm: libvirtd Not tainted 3.13.0-85-generic #129-Ubuntu
  Hardware name: Dell Inc. PowerEdge R730/0599V5, BIOS 1.5.4 10/002/2015
    88003b419990 8172b6a7 001040d0
    88003b419a18 811580eb 88187fffce48
   88003b4199b8 8115abd6 88003b4199e8 0286
  Call Trace:
   [] dump_stack+0x64/0x82
   [] warn_alloc_failed+0xeb/0x140
   [] ? drain_local_pages+0x16/0x20
   [] __alloc_pages_nodemask+0x980/0xb90
   [] alloc_pages_current+0xa3/0x160
   [] __get_free_pages+0xe/0x50
   [] kmalloc_order_trace+0x2e/0xc0
   [] vhost_net_open+0x29/0x1b0 [vhost_net]
   [] misc_open+0xb3/0x170
   [] chrdev_open+0x9f/0x1d0
   [] do_dentry_open+0x233/0x2e0
   [] ? cdev_put+0x30/0x30
   [] vfs_open+0x49/0x50
   [] do_last+0x562/0x1370
   [] path_openat+0xbb/0x670
   [] do_filp_open+0x3a/0x90
   [] ? __alloc_fd+0xa7/0x130
   [] do_sys_open+0x129/0x2a0
   [] SyS_open+0x1e/0x20
   [] system_call_fastpath+0x1a/0x1f
  
   * justification: because cloud.
  
   * The patches fix this issue by allowing vhost_net_open to use vmalloc
  when kmalloc fails to find a sufficient page size.
  
  [Test Case]
  
   * Fragment Kernel memory.  Write to Nic from within a kvm guest that
  uses a virtio nic.
  
  [Regression Potential]
  
   * Fix was implemented upstream in 3.15, and still exists.
  
-  * The fix is fairly straightfoward given the stack trace and the
+  * The fix is fairly straightfoward given the stack trace and the
  upstream fix.
  
   * The fix is hard to verify, as it requires significant memory
  fragmentation, and an over-active guest.  The users machine that was
  experiencing this has worked around this by removing VM's from the
  compute host, and using vfs.cache.pressure=600.
  
  [Other Info]
  
   * https://lkml.org/lkml/2013/1/23/492
   * 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23cc5a991c7a9fb7e6d6550e65cee4f4173111c5
   * 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d04257b07f2362d4eb550952d5bf5f4241a8046d
-  * I'm going on vacation, and Eric Desrochers will be following up on this in 
my absence.  This is also the reason for submitting before receiving 
verification.
+  * I'm going on vacation, and Eric Desrochers will be following up on this in 
my absence.  This is also the reason for submitting before receiving 
verification.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1616193

Title:
  3.13: libvirtd: page allocation failure: order:4, mode:0x1040d0

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Fix Released

Bug description:
  [Impact]
   * libvirtd is no longer able to open the vhost_net device.  This causes the 
guest VM to hang.  This happens if memory becomes fragmented to the point where 
vhost_net_open is not able to successfully kmalloc.

   * Gratuitous stack trace.
  libvirtd: page allocation failure: order:4, mode:0x1040d0
  CPU: 14 PID: 82768 Comm: libvirtd Not tainted 3.13.0-85-generic #129-Ubuntu
  Hardware name: Dell Inc. PowerEdge R730/0599V5, BIOS 1.5.4 10/002/2015
    88003b419990 8172b6a7 001040d0
    88003b419a18 811580eb 88187fffce48
   88003b4199b8 8115abd6 88003b4199e8 0286
  Call Trace:
   [] dump_stack+0x64/0x82
   [] warn_alloc_failed+0xeb/0x140
   [] ? drain_local_pages+0x16/0x20
   [] __alloc_pages_nodemask+0x980/0xb90
   [] alloc_pages_current+0xa3/0x160
   [] __get_free_pages+0xe/0x50
   [] kmalloc_order_trace+0x2e/0xc0
   [] vhost_net_open+0x29/0x1b0 [vhost_net]
   [] misc_open+0xb3/0x170
   [] chrdev_open+0x9f/0x1d0
   [] do_dentry_open+0x233/0x2e0
   [] ? cdev_put+0x30/0x30
   [] vfs_open+0x49/0x50
   [] do_last+0x562/0x1370
   [] path_openat+0xbb/0x670
   [] do_filp_open+0x3a/0x90
   [] ? __alloc_fd+0xa7/0x130
   [] do_sys_open+0x129/0x2a0
   [] SyS_open+0x1e/0x20
   [] system_call_fastpath+0x1a/0x1f

   * justification: because cloud.

   * The patches fix this issue by allowing vhost_net_open to use
  vmalloc when kmalloc fails to find a sufficient page size.

  [Test Case]

   * Fragment Kernel memory.  Write to Nic from within a kvm guest that
  uses a virtio nic.

  [Regression Potential]

   * Fix was implemented upstream in 3.15, and still exists.

   * The fix is fairly straightfoward given the stack trace and the
  upstream fix.

   * The fix is hard to verify, as it requires significant memory
  fragmentation, and

[Kernel-packages] [Bug 1791090] Status changed to Confirmed

2018-09-06 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

Status in linux package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  New

Bug description:
  The shell fails to start with latest version of xorg and radeon
  drivers.

  From the journal:

  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: (II) RADEON(0): 
Setting screen physical size to 508 x 285
  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: radeon: The kernel 
rejected CS, see dmesg for more information (-22).
  sept. 06 08:06:26 sark kernel: radeon :01:00.0: 
evergreen_cs_track_validate_texture:855 texture bo too small (layer size 
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)
  sept. 06 08:06:26 sark kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid 
command stream !

  The shell starts normally under wayland.
  Downgrading the following packages fixed the problem:

  xserver-xorg-video-qxl:amd64 (0.1.5-2build2, 0.1.5-2build1)
  xserver-xorg-video-vesa:amd64 (1:2.4.0-1, 1:2.3.4-1build3)
  xserver-xorg-video-amdgpu:amd64 (18.0.1-1build1, 18.0.1-1)
  xserver-xorg-core:amd64 (2:1.20.1-1ubuntu1, 2:1.19.6-1ubuntu4)
  xserver-xorg-video-fbdev:amd64 (1:0.5.0-1, 1:0.4.4-1build6)
  xserver-xorg-video-intel:amd64 (2:2.99.917+git20171229-1build1, 
2:2.99.917+git20171229-1)
  xserver-xorg-video-vmware:amd64 (1:13.3.0-2build1, 1:13.2.1-1build1)
  xserver-xorg-video-ati:amd64 (1:18.0.1-1build1, 1:18.0.1-1)
  xserver-xorg-video-radeon:amd64 (1:18.0.1-1build1, 1:18.0.1-1)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xserver-xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
  Uname: Linux 4.17.0-9-generic x86_64
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  6 15:03:11 2018
  DistUpgraded: 2018-03-24 15:02:43,050 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: cosmic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Juniper XT [Radeon HD 
5770] [174b:1482]
  InstallationDate: Installed on 2014-07-15 (1514 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  MachineType: Gigabyte Technology Co., Ltd. GA-890GPA-UD3H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=0889d734-ea91-4bdb-9d16-2a0a923ad3d1 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to cosmic on 2018-03-24 (165 days ago)
  dmi.bios.date: 07/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FD
  dmi.board.name: GA-890GPA-UD3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFD:bd07/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-890GPA-UD3H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-890GPA-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-890GPA-UD3H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.93-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.1.5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.1.5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791090/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791090] Re: Xorg fails to start with radeon

2018-09-06 Thread Daniel van Vugt
Hmm, your monitor is 1920x1080 and yet the kernel says "texture bo too
small" with "1920 1152":

sept. 06 08:06:26 sark kernel: radeon :01:00.0:
evergreen_cs_track_validate_texture:855 texture bo too small (layer size
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)

It sounds like a texture that's 1152 tall would actually be too big, not
too small.

Regardless, this seems to confirm there's a bug/disagreement somewhere
between Xorg and the kernel.

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Xorg fails to start with radeon 
+ Xorg fails to start with radeon (kernel rejects radeon command stream from 
Xorg)

** Tags added: radeon

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791090

Title:
  Xorg fails to start with radeon (kernel rejects radeon command stream
  from Xorg)

Status in linux package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  New

Bug description:
  The shell fails to start with latest version of xorg and radeon
  drivers.

  From the journal:

  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: (II) RADEON(0): 
Setting screen physical size to 508 x 285
  sept. 06 08:06:26 sark /usr/lib/gdm3/gdm-x-session[6404]: radeon: The kernel 
rejected CS, see dmesg for more information (-22).
  sept. 06 08:06:26 sark kernel: radeon :01:00.0: 
evergreen_cs_track_validate_texture:855 texture bo too small (layer size 
8847360, offset 0, max layer 1, depth 1, bo size 4096) (1920 1152)
  sept. 06 08:06:26 sark kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid 
command stream !

  The shell starts normally under wayland.
  Downgrading the following packages fixed the problem:

  xserver-xorg-video-qxl:amd64 (0.1.5-2build2, 0.1.5-2build1)
  xserver-xorg-video-vesa:amd64 (1:2.4.0-1, 1:2.3.4-1build3)
  xserver-xorg-video-amdgpu:amd64 (18.0.1-1build1, 18.0.1-1)
  xserver-xorg-core:amd64 (2:1.20.1-1ubuntu1, 2:1.19.6-1ubuntu4)
  xserver-xorg-video-fbdev:amd64 (1:0.5.0-1, 1:0.4.4-1build6)
  xserver-xorg-video-intel:amd64 (2:2.99.917+git20171229-1build1, 
2:2.99.917+git20171229-1)
  xserver-xorg-video-vmware:amd64 (1:13.3.0-2build1, 1:13.2.1-1build1)
  xserver-xorg-video-ati:amd64 (1:18.0.1-1build1, 1:18.0.1-1)
  xserver-xorg-video-radeon:amd64 (1:18.0.1-1build1, 1:18.0.1-1)

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xserver-xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
  Uname: Linux 4.17.0-9-generic x86_64
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Sep  6 15:03:11 2018
  DistUpgraded: 2018-03-24 15:02:43,050 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: cosmic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Juniper XT [Radeon HD 
5770] [174b:1482]
  InstallationDate: Installed on 2014-07-15 (1514 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
  MachineType: Gigabyte Technology Co., Ltd. GA-890GPA-UD3H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=0889d734-ea91-4bdb-9d16-2a0a923ad3d1 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to cosmic on 2018-03-24 (165 days ago)
  dmi.bios.date: 07/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FD
  dmi.board.name: GA-890GPA-UD3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFD:bd07/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-890GPA-UD3H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-890GPA-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-890GPA-UD3H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.93-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.1.5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.1.5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouvea

[Kernel-packages] [Bug 1791195] ProcModules.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185858/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] ProcInterrupts.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185857/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] ProcEnviron.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185856/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] Re: Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

2018-09-06 Thread Arielle Grimes
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] Re: Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

2018-09-06 Thread Arielle Grimes
had to blacklist 'ideapad_laptop' to send

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1705369] Re: Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2018-09-06 Thread Daniel van Vugt
That sounds like a different bug. Do you have a separate bug report for
that?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-375 in Ubuntu.
https://bugs.launchpad.net/bugs/1705369

Title:
  Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on
  a desktop with an Intel GPU)

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

  WORKAROUNDS:

  * Disable integrated graphics/GPU in your BIOS; or

  * Add 'nomodeset' to your kernel cmdline in /etc/default/grub and then
run:  sudo update-initramfs
and reboot.

  ORIGINAL DESCRIPTION:

  This bug is very similar to
  https://bugs.launchpad.net/ubuntu-gnome/+bug/1559576
  which is closed. I have been asked to open a new bug report.

  The issue is on Ubuntu 17.10 with gdm3 fully updated as of July 20,
  2017. I upgraded to 17.10 from a freshly installed Ubuntu 17.04.

  - Lightdm works
  - Nouveau driver works
  - Nvidia driver 375.66 (proprietary) does not work
  - Nvidia driver 384.47 (open source) does not work (from 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa)
  - Nvidia drivers work with Ubuntu Gnome 17.04

  I am using Nvidia GTX 1080 and Intel i7-4790K

  lsb_release -rd:
  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10

  apt-cache policy gnome-shell:
  gnome-shell:
    Installed: 3.24.2-0ubuntu7
    Candidate: 3.24.2-0ubuntu7
    Version table:
   *** 3.24.2-0ubuntu7 500
  500 http://sa.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status

  uname -s -r -v -p -i -o:
  Linux 4.11.0-11-generic #16-Ubuntu SMP Wed Jul 12 20:40:19 UTC 2017 x86_64 
x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1705369/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] ProcCpuinfo.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185854/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] CurrentDmesg.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185850/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] Lsusb.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1791195/+attachment/5185853/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] IwConfig.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185851/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] Lspci.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1791195/+attachment/5185852/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] ProcCpuinfoMinimal.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185855/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] CRDA.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1791195/+attachment/5185849/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] WifiSyslog.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185862/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] RfKill.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1791195/+attachment/5185860/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] PulseList.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185859/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] UdevDb.txt

2018-09-06 Thread Arielle Grimes
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1791195/+attachment/5185861/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] Re: Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

2018-09-06 Thread Arielle Grimes
apport information

** Tags added: apport-collected bionic staging

** Description changed:

  Ubuntu 18.04.1 LTS
  
  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.
  
  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 
  
  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled
  
  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  arielle1667 F pulseaudio
+  /dev/snd/controlC0:  arielle1667 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-09-06 (0 days ago)
+ InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
+ MachineType: LENOVO 81HA
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-33-generic N/A
+  linux-backports-modules-4.15.0-33-generic  N/A
+  linux-firmware 1.173.1
+ StagingDrivers: r8822be
+ Tags:  bionic staging
+ Uname: Linux 4.15.0-33-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/02/2018
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 8MCN25WW
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709 WIN
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 31
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
+ dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
+ dmi.product.family: ideapad FLEX 6-14ARR
+ dmi.product.name: 81HA
+ dmi.product.version: Lenovo ideapad FLEX 6-14ARR
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1791195/+attachment/5185848/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release am

[Kernel-packages] [Bug 1791195] Missing required logs.

2018-09-06 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1791195

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  StagingDrivers: r8822be
  Tags:  bionic staging
  Uname: Linux 4.15.0-33-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/02/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8MCN25WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
  dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
  dmi.product.family: ideapad FLEX 6-14ARR
  dmi.product.name: 81HA
  dmi.product.version: Lenovo ideapad FLEX 6-14ARR
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791195] [NEW] Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

2018-09-06 Thread Arielle Grimes
Public bug reported:

Ubuntu 18.04.1 LTS

Device wifi/bluetooth is hardlocked, proper drivers don't achieve
anything. The blacklist 'ideapad_laptop' workaround enables wifi but
disables other features important for use as a 2-in-1. Device uses
Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
AES but haven't been able to get Linux to identify it.

Version: 8MCN25WW
Version: Lenovo ideapad FLEX 6-14ARR
Version: SDK0J40709 WIN
Version: Lenovo ideapad FLEX 6-14ARR
Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
String: Compiler Version: VC 9.0
Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

0:ideapad_wlan: Wireless LAN
Soft Blocked: no
Hard Blocked: yes
1: ideapad_bluetooth: Bluetooth
Soft Blocked: yes
Hard Blocked: yes
3: phy0:Wireless LAN
Soft Blocked: no
Hard blocked: no
4. hci0 Bluetooth
Soft blocked: yes
Hard blocked: no
SecureBoot disabled

Vendor: LENOVO
Vendor Syndrome: Unknown
Vendor Syndrome: Unknown
Vendor Syndrome: Unknown
--- 
ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  arielle1667 F pulseaudio
 /dev/snd/controlC0:  arielle1667 F pulseaudio
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 18.04
InstallationDate: Installed on 2018-09-06 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: LENOVO 81HA
Package: linux (not installed)
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042.notimeout i8042.nomux 
i8042.nopnp quiet splash vt.handoff=1
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-33-generic N/A
 linux-backports-modules-4.15.0-33-generic  N/A
 linux-firmware 1.173.1
StagingDrivers: r8822be
Tags:  bionic staging
Uname: Linux 4.15.0-33-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 08/02/2018
dmi.bios.vendor: LENOVO
dmi.bios.version: 8MCN25WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 31
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad FLEX 6-14ARR
dmi.modalias: 
dmi:bvnLENOVO:bvr8MCN25WW:bd08/02/2018:svnLENOVO:pn81HA:pvrLenovoideapadFLEX6-14ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoideapadFLEX6-14ARR:
dmi.product.family: ideapad FLEX 6-14ARR
dmi.product.name: 81HA
dmi.product.version: Lenovo ideapad FLEX 6-14ARR
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-collected bionic staging

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791195

Title:
  Lenovo ideapad FLEX 6-14ARR no trackpad no touch/pen no wifi

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 18.04.1 LTS

  Device wifi/bluetooth is hardlocked, proper drivers don't achieve
  anything. The blacklist 'ideapad_laptop' workaround enables wifi but
  disables other features important for use as a 2-in-1. Device uses
  Synaptics touchpad but isn't functional. Touch/Stylus Screen is Wacom
  AES but haven't been able to get Linux to identify it.

  Version: 8MCN25WW
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: SDK0J40709 WIN
  Version: Lenovo ideapad FLEX 6-14ARR
  Version: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
  String: Compiler Version: VC 9.0
  Linux pepper 4.18.6-041806-generic #201809050847 SMP Wed Sep 5 08:49:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux 

  0:ideapad_wlan: Wireless LAN
  Soft Blocked: no
  Hard Blocked: yes
  1: ideapad_bluetooth: Bluetooth
  Soft Blocked: yes
  Hard Blocked: yes
  3: phy0:Wireless LAN
  Soft Blocked: no
  Hard blocked: no
  4. hci0 Bluetooth
  Soft blocked: yes
  Hard blocked: no
  SecureBoot disabled

  Vendor: LENOVO
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  Vendor Syndrome: Unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  arielle1667 F pulseaudio
   /dev/snd/controlC0:  arielle1667 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-06 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 81HA
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d1b7dad0-c413-4c06-af98-585f57943bdb ro i8042

[Kernel-packages] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Claudio Desideri
I've done 2 tests on 2 different machines.

1) nvidia 960m, bionic-proposed: everything up to date except for
ubuntu-drivers-common. Nvidia driver is working when selected with
prime-select but switching to intel (prime-select intel) does not work.
Nvidia is still running.

2) nvidia 970m, bionic-proposed: everything up to date. I installed
ubuntu-drivers-common and nvidia-prime from Alberto's hybridgraphics
ppa. Everything works correctly. Both nvidia and intel modes are working
as expected. Nvidia card is now silent and cold (I have 2 separate fan
for cpu/gpu) when intel is selected.

Maybe I should retry when ubuntu-drivers-common is updated in proposal?

Hope it helps.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1778011

Title:
  SRU: PRIME Power Saving mode draws too much power

Status in gdm3 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  Fix Released
Status in nvidia-settings package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in gdm3 source package in Bionic:
  Fix Committed
Status in nvidia-graphics-drivers-390 source package in Bionic:
  Fix Committed
Status in nvidia-prime source package in Bionic:
  Fix Committed
Status in nvidia-settings source package in Bionic:
  Fix Committed
Status in ubuntu-drivers-common source package in Bionic:
  In Progress

Bug description:
  SRU Request:

  [Impact]
  Relying on the nouveau driver and on the vga switcheroo (to get around a 
change in systemd LP: #1777099) caused increased power consumption, and slowed 
down the switching process.

  Furthermore, if the main X/Xwayland session was started by Gdm when
  the nvidia driver was loaded, the session will keep the nvidia module
  loaded, and prevent the system from switching off the dGPU. Also, the
  nouveau driver will be loaded, if nvidia is not, and this can cause
  problems to unsupported NVIDIA GPUs.

  The solution involves the following changes:

  1) Solving the problem in systemd (LP: #1777099)

  2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia
  modules, and to allow the PCI device to sleep.

  3) Making a slight change to the current patch in Gdm, used to call
  the PRIME scripts before and after a Gdm session (so that gpu-manager
  gets actually called on log out)

  4) Adding code in gpu-manager to kill the main X/Xwayland session on
  log out, if the session is preventing us from unloading the nvidia
  driver. A new X/Xwayland session will be created after unload the
  module.

  5) Removing the systemd service that loads nouveau from the nvidia
  packages.

  
  [Test Case]
  1) Enable the -proposed repository, and install the new 
"ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3

  2) Make sure the nvidia packages are installed, and enable performance mode 
(if it is already enabled, call "sudo prime-select intel" first):
  sudo prime-select nvidia

  3) Restart your computer and attach your /var/log/gpu-manager.log. see
  if the system boots correctly. If unsure, please attach your /var/log
  /gpu-manager.log and /var/log/Xorg.0.log

  4) Select power saving mode:
  sudo prime-select intel

  5) Log out and log back in

  6) Check if the nvidia driver is still loaded:
  lsmod | grep nvidia

  
  [Regression Potential]
  Low, as hybrid graphics support does not work correctly, and the changes only 
affect this use case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1783906] Re: Linux 4.15 and onwards fails to initialize some hard drives

2018-09-06 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1783906

Title:
  Linux 4.15 and onwards fails to initialize some hard drives

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  I have two hard drives, the main hard drive is a TOSHIBA DT01ACA200
  the second backup hard drive is a Western Digital WD5003AZEX. I
  installed lubuntu 18.04.1 on the Toshiba HDD and it boots just fine,
  the issue is with the second hard drive, when installing the WD HDD
  wouldn't even come as an option to install, and after boot the WD HDD
  still wouldn't come up, this is the dmesg with the stock kernel (4.15)
  https://paste.ubuntu.com/p/kpxh94v2SK/

  ata6 is the WD HDD that refuses to work. The messages:
  [  302.107650] ata6: SError: { CommWake 10B8B Dispar DevExch }
  [  302.107658] ata6: hard resetting link
  [  307.860291] ata6: link is slow to respond, please be patient (ready=0)
  [  312.120898] ata6: COMRESET failed (errno=-16)
  [  363.445120] INFO: task kworker/u8:5:201 blocked for more than 120 seconds.
  [  363.445131]   Not tainted 4.15.0-29-generic #31-Ubuntu
  [  363.445135] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  363.445140] kworker/u8:5D0   201  2 0x8000
  [  363.445155] Workqueue: events_unbound async_run_entry_fn
  [  363.445157] Call Trace:
  [  363.445171]  __schedule+0x291/0x8a0
  [  363.445177]  schedule+0x2c/0x80
  [  363.445182]  ata_port_wait_eh+0x7c/0xf0
  [  363.445186]  ? wait_woken+0x80/0x80
  [  363.445189]  ata_port_probe+0x28/0x40
  [  363.445192]  async_port_probe+0x2e/0x52
  [  363.445196]  async_run_entry_fn+0x3c/0x150
  [  363.445199]  process_one_work+0x1de/0x410
  [  363.445203]  worker_thread+0x32/0x410
  [  363.445207]  kthread+0x121/0x140
  [  363.445210]  ? process_one_work+0x410/0x410
  [  363.445214]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  363.445218]  ret_from_fork+0x22/0x40

  Repeat constantly. Also when I try to turn off the computer, the
  computer seem to freeze, the lights of the keyboard and mouse turn off
  and the computer just stay on.

  I tried Tiny Core 9.0 which has linux 4.14.10, and i didn't had this
  issue, i also installed linux 4.14 on this lubuntu 18.04 using Ukuu
  Kernel Update Utility. And with this kernel version, or any previous
  version the WD HDD does work again. Here's a dmesg of lubuntu 18.04
  with linux 4.14 and the WD HDD finally coming up at the end:
  https://paste.ubuntu.com/p/Gd3cGFbjTJ/

  Also tried with with linux 4.17 but the WD HDD would also refuse to
  work on this version. Here's another dmesg with this version:
  https://paste.ubuntu.com/p/PmNn96vZZv/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-29-generic 4.15.0-29.31
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-29-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  testtest756 F pulseaudio
   /dev/snd/controlC1:  testtest756 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia_1'/'HDA NVidia at 0xfe02 irq 22'
 Mixer name : 'Realtek ALC1200'
 Components : 'HDA:10ec0888,10ec,00100101 
HDA:10de0002,10de0101,0010'
 Controls  : 56
 Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xfcffc000 irq 16'
 Mixer name : 'Nvidia GPU 42 HDMI/DP'
 Components : 'HDA:10de0042,38422651,00100100'
 Controls  : 21
 Simple ctrls  : 3
  CurrentDesktop: LXDE
  Date: Thu Jul 26 17:10:58 2018
  HibernationDevice: RESUME=UUID=17e70869-516d-4b63-b900-e92e3c4b73b6
  InstallationDate: Installed on 2018-07-26 (0 days ago)
  InstallationMedia: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: 113 1
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=71cf0a32-7827-49be-a2c0-cd50a72c26a1 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-29-generic N/A
   linux-backports-modules-4.15.0-29-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: 113-M2-E113
  dmi.board.vendor: EVGA
  dmi.board.version: 1
  dmi.chassis.asset.tag: Unknow
  dmi.chassis.type: 3
  dmi.chassis.vendor: EVGA
  dmi.chassis.version: 113-M2-E113
  dmi.modalias: 
dmi:bv

[Kernel-packages] [Bug 1791193] Status changed to Confirmed

2018-09-06 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791193

Title:
  errores dmesg

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'ERROR'

  [0.314854] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'error'

  [2.210335] rtc_cmos: probe of 00:01 failed with error -16
  [8.740655] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
  [   14.065747] hp_wmi: query 0xd returned error 0x5

  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'Error'

  [2.228970] RAS: Correctable Errors collector initialized.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jdaniel1   2175 F pulseaudio
   /dev/snd/controlC1:  jdaniel1   2175 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep  7 02:04:05 2018
  HibernationDevice: RESUME=UUID=8e4040b1-92e2-4966-85b4-cd96d821b8b7
  InstallationDate: Installed on 2018-06-12 (86 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=6386aebd-7d3c-4128-9e45-2a0adc183b79 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1448
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 65.38
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd11/07/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr048E10242B102:rvnHewlett-Packard:rn1448:rvr65.38:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.family: 103C_5335KV
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 048E10242B102
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791193/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1782544] Re: tcpreplay and veth device; extra transmit bytes on 4.4.0-130-generic kernel

2018-09-06 Thread Andy Fingerhut
I have Ubuntu 16.04.5 with kernel 4.15.0-33-generic and the bug is
there.

I tried using ukuu to install several other "nearby" versions of the
Linux kernel, and did not see the problem with any of them.  A list of
results at the end of this page:
https://github.com/jafingerhut/p4-guide/tree/master/linux-veth-bug

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1782544

Title:
  tcpreplay and veth device; extra transmit bytes on 4.4.0-130-generic
  kernel

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Confirmed

Bug description:
  Issue found in a test harness for some code running on Ubuntu 16.04.4
  LTS where we use a veth device to play in packets to the code under
  test. Essentially we see an extra 14 bytes being transmitted at the
  end of every packet that is just random garbage. Problem came in with
  the  4.4.0-130 kernel; if I revert to the 4.4.0-128 kernel the issue
  goes away. I have verified the issue on several different boxes
  running 16.04

  
  The following steps reproduce the problem:

  1) Veth setup

  sudo ip link add name nic1 type veth peer name nic2
  sudo sysctl -q -w net.ipv6.conf.nic1.disable_ipv6=1
  sudo sysctl -q -w net.ipv6.conf.nic2.disable_ipv6=1
  sudo ip link set nic1 up
  sudo ip link set nic2 up

  2) Configure tcpdump to collect packets on one interface:

  sudo tcpdump -i nic1 -w outPkts.pcap

  3) Play in packets on the other (Any pcap will do):

  sudo tcpreplay -q -i nic2 inPkts.pcap

  When I check ifconfig I can see nic2/nic1 transmitting/receiving more
  bytes than expected. Opening the capture seen by tcpdump shows an
  extra 14 bytes received for every packet when compared to the input.

  
  tcpreplay version info:
tcpreplay version: 3.4.4 (build 2450) (debug)
Copyright 2000-2010 by Aaron Turner 
Cache file supported: 04
Not compiled with libdnet.
Compiled against libpcap: 1.7.4
64 bit packet counters: enabled
Verbose printing via tcpdump: enabled
Packet editing: disabled
Fragroute engine: disabled
Injection method: PF_PACKET send()

  tcpdump version info
tcpdump version 4.9.2
libpcap version 1.7.4
OpenSSL 1.0.2g  1 Mar 2016

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-130-generic 4.4.0-130.156
  ProcVersionSignature: Ubuntu 4.4.0-130.156-generic 4.4.134
  Uname: Linux 4.4.0-130-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  spw3336 F pulseaudio
   /dev/snd/controlC0:  spw3336 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jul 19 10:30:07 2018
  HibernationDevice: RESUME=UUID=032369ab-18b8-41c3-a386-4ed08706f461
  InstallationDate: Installed on 2016-11-03 (622 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. OptiPlex 7010
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-130-generic 
root=UUID=7b20f97c-4edc-4af1-bdbb-72ccb26cfbec ro quiet splash intel_iommu=on
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-130-generic N/A
   linux-backports-modules-4.4.0-130-generic  N/A
   linux-firmware 1.157.20
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0KRC95
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd08/12/2013:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0KRC95:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 7010
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1782544/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791193] [NEW] errores dmesg

2018-09-06 Thread Jdarjonam
Public bug reported:

HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'ERROR'

[0.314854] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'error'

[2.210335] rtc_cmos: probe of 00:01 failed with error -16
[8.740655] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   14.065747] hp_wmi: query 0xd returned error 0x5

HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'Error'

[2.228970] RAS: Correctable Errors collector initialized.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-33-generic 4.15.0-33.36
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
Uname: Linux 4.15.0-33-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jdaniel1   2175 F pulseaudio
 /dev/snd/controlC1:  jdaniel1   2175 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep  7 02:04:05 2018
HibernationDevice: RESUME=UUID=8e4040b1-92e2-4966-85b4-cd96d821b8b7
InstallationDate: Installed on 2018-06-12 (86 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=6386aebd-7d3c-4128-9e45-2a0adc183b79 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-33-generic N/A
 linux-backports-modules-4.15.0-33-generic  N/A
 linux-firmware 1.173.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.29
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1448
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 65.38
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd11/07/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr048E10242B102:rvnHewlett-Packard:rn1448:rvr65.38:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.family: 103C_5335KV
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 048E10242B102
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791193

Title:
  errores dmesg

Status in linux package in Ubuntu:
  New

Bug description:
  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'ERROR'

  [0.314854] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM

  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'error'

  [2.210335] rtc_cmos: probe of 00:01 failed with error -16
  [8.740655] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
  [   14.065747] hp_wmi: query 0xd returned error 0x5

  HP-Pavilion-dv6-Notebook-PC:~$ dmesg | grep 'Error'

  [2.228970] RAS: Correctable Errors collector initialized.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jdaniel1   2175 F pulseaudio
   /dev/snd/controlC1:  jdaniel1   2175 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep  7 02:04:05 2018
  HibernationDevice: RESUME=UUID=8e4040b1-92e2-4966-85b4-cd96d821b8b7
  InstallationDate: Installed on 2018-06-12 (86 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=6386aebd-7d3c-4128-9e45-2a0adc183b79 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1448
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 65.38
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd11/07/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr048E10242B1

[Kernel-packages] [Bug 1733194] Re: kernel NULL pointer dereference in iwlmvm iwl_mvm_enable_txq

2018-09-06 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=200855.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-08-19T01:25:33+00:00 phil wrote:

Created attachment 277929
dmesg

I see this oops hit every couple of days on my Intel 8265 (in master
mode) running a vanilla 4.14.52 kernel (Alpine Linux 3.8); dmesg
attached.

Some searching turned up a very similar oops that someone had posted on
pastebin, as well as on github
(https://gist.github.com/aplund/7ba82370be0388abfa1974d13102ae9a), but I
was unable to find a matching issue in the issue tracker.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1733194/comments/20


On 2018-08-19T01:26:29+00:00 phil wrote:

Created attachment 277931
iwlwifi.ko

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1733194/comments/21


On 2018-08-19T18:03:47+00:00 emmanuel.grumbach wrote:

So we fail here (last line):
8e7d :
8e7d:   e8 00 00 00 00  callq  8e82 

8e82:   41 57   push   %r15
8e84:   41 56   push   %r14
8e86:   49 89 femov%rdi,%r14
8e89:   41 55   push   %r13
8e8b:   41 54   push   %r12
8e8d:   49 89 cdmov%rcx,%r13
8e90:   55  push   %rbp
8e91:   53  push   %rbx
8e92:   41 89 d4mov%edx,%r12d
8e95:   89 f3   mov%esi,%ebx
8e97:   48 83 ec 20 sub$0x20,%rsp
8e9b:   65 48 8b 04 25 28 00mov%gs:0x28,%rax
8ea2:   00 00
8ea4:   48 89 44 24 18  mov%rax,0x18(%rsp)
8ea9:   31 c0   xor%eax,%eax
8eab:   48 63 c6movslq %esi,%rax
8eae:   66 89 54 24 02  mov%dx,0x2(%rsp)
8eb3:   4c 8b bc c7 08 7e 00mov0x7e08(%rdi,%rax,8),%r15
8eba:   00
8ebb:   f0 48 0f ab 87 08 8elock bts %rax,0x8e08(%rdi)
8ec2:   00 00
8ec4:   73 28   jae8eee 

8ec6:   80 3d 00 00 00 00 00cmpb   $0x0,0x0(%rip)# 8ecd 

8ecd:   75 1f   jne8eee 

8ecf:   48 c7 c7 00 00 00 00mov$0x0,%rdi
8ed6:   44 89 44 24 04  mov%r8d,0x4(%rsp)
8edb:   c6 05 00 00 00 00 01movb   $0x1,0x0(%rip)# 8ee2 

8ee2:   e8 00 00 00 00  callq  8ee7 

8ee7:   0f 0b   ud2
8ee9:   44 8b 44 24 04  mov0x4(%rsp),%r8d
8eee:   44 89 c7mov%r8d,%edi
8ef1:   e8 00 00 00 00  callq  8ef6 

8ef6:   4d 85 edtest   %r13,%r13
8ef9:   49 89 47 70 mov%rax,0x70(%r15)


Clearly, r15 is 0. r15 is assigned as mov0x7e08(%rdi,%rax,8),%r15  which 
teaches me that r15 much be the pointer to the txq. rdi is the first param to 
the function (trans) and apparently rax is the txq_id (the second parameter 
although this doesn't come natural from the calling convention, rax is has been 
assigned to be txq_id).
The txq assignment is: struct iwl_txq *txq = trans_pcie->txq[txq_id];


Bottom line, txq is NULL...
Note that we tried (and failed) to open AMPDU a bit before the crash and this 
is clearly not a classic scenario.
I really don't see how trans_pcie->txq[txq_id] could be NULL... If only we knew 
what was the value of txq_id...
Can you load iwlwifi with debug=0x8000 ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1733194/comments/23


** Changed in: linux
   Status: Unknown => Incomplete

** Changed in: linux
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1733194

Title:
  kernel NULL pointer dereference in iwlmvm iwl_mvm_enable_txq

Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When in AP mode after some time, get this BUG:

  Nov 18 23:21:31 bifrost kernel: [18345.860393] BUG: unable to handle kernel 
NULL pointer dereference at 0070
  Nov 18 23:21:31 bifrost kernel: [18345.860552] IP: 
iwl_trans_pcie_txq_enable+0x62/0x440 [iwlwifi]
  Nov 18 23:21:31 bifrost kernel: [18345.860644] PGD 0
  Nov 18 23:21:31 bifrost kernel: [18345.860646] P4D 0
  Nov 18 23:21:31 bifrost kernel: [18345.860682]
  Nov 18 23:21:31 bifrost kernel: [

[Kernel-packages] [Bug 1776563]

2018-09-06 Thread eutychios23
with kernel parameters "ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2
iommu=pt" on kernel 4.18.5 my a315 41g laptop works flawlessly without
crashes or kernel panics, however one issue is that afte resuming from
sleep lscpu reports that the cpu runs constantly at turbo frequency

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1776563

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

Status in amd:
  New
Status in Linux:
  Incomplete
Status in linux package in Ubuntu:
  Triaged
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  CPU: Ryzen 5 2500U
  VGA: Radeon 535
  Notebook: Acer Aspire A315

  This is a brand new notebook on the market with Ryzen 5/Radeon. 
  The default kernel of Ubuntu(18.04) hangs at loading with message:

  tsc: Refined TSC clocksource calibration: 1996.250 MHz
  clocksource: tsc: mask: 0x max_cycles: (...), max_idle_ns: 
(...) 
  Soft lockup

  Using pci=noacpi kernel parameter kernel loads without any problem but
  my notebook produces more heat than on Win10. If I know right Acer
  notebooks need ACPI to the correct power management.

  The same thing happens on mainline 4.17,4.18rc1-2.
  BIOS upgrade to the latest version: 1.08 hasn't helped

  This problem has been reported upstream:
  https://bugzilla.kernel.org/show_bug.cgi?id=200087

  The latest correctly working kernel was 4.13.* but the heat problem
  was present with this too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1776563/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package libdrm - 2.4.94-1

---
libdrm (2.4.94-1) unstable; urgency=medium

  [ Guido Günther ]
  * Enable etnaviv on arm64 (Closes: #906915)

  [ Timo Aaltonen ]
  * New upstream release. (LP: #1789924)
  * Update libdrm-amdgpu1.symbols and shlibs.

 -- Timo Aaltonen   Thu, 30 Aug 2018 21:18:04 +0300

** Changed in: libdrm (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1789924

Title:
  Missing Intel GPU pci-id's

Status in libdrm package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Committed
Status in mesa package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Fix Released
Status in libdrm source package in Bionic:
  New
Status in linux source package in Bionic:
  Fix Committed
Status in mesa source package in Bionic:
  New
Status in xorg-server source package in Bionic:
  New

Bug description:
  [Impact]
  There are some new Intel GPU pci-id's that need to be added to several places:

  0x3E98
  0x87C0

  and to make future additions easier, add platform definitions for
  Whiskey Lake and Amber Lake too.

  [Test case]
  Check that the user session uses the proper driver on these systems.

  [Regression potential]
  none, these just add pci-id's and platform definitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1778011] Re: SRU: PRIME Power Saving mode draws too much power

2018-09-06 Thread Brian Murray
I'm still seeing cruft in _pycache_ with the latest upload of ubuntu-
drivers-common.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1778011

Title:
  SRU: PRIME Power Saving mode draws too much power

Status in gdm3 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Fix Released
Status in nvidia-prime package in Ubuntu:
  Fix Released
Status in nvidia-settings package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in gdm3 source package in Bionic:
  Fix Committed
Status in nvidia-graphics-drivers-390 source package in Bionic:
  Fix Committed
Status in nvidia-prime source package in Bionic:
  Fix Committed
Status in nvidia-settings source package in Bionic:
  Fix Committed
Status in ubuntu-drivers-common source package in Bionic:
  In Progress

Bug description:
  SRU Request:

  [Impact]
  Relying on the nouveau driver and on the vga switcheroo (to get around a 
change in systemd LP: #1777099) caused increased power consumption, and slowed 
down the switching process.

  Furthermore, if the main X/Xwayland session was started by Gdm when
  the nvidia driver was loaded, the session will keep the nvidia module
  loaded, and prevent the system from switching off the dGPU. Also, the
  nouveau driver will be loaded, if nvidia is not, and this can cause
  problems to unsupported NVIDIA GPUs.

  The solution involves the following changes:

  1) Solving the problem in systemd (LP: #1777099)

  2) Adding code in gpu-manager and in nvidia-prime to unload the nvidia
  modules, and to allow the PCI device to sleep.

  3) Making a slight change to the current patch in Gdm, used to call
  the PRIME scripts before and after a Gdm session (so that gpu-manager
  gets actually called on log out)

  4) Adding code in gpu-manager to kill the main X/Xwayland session on
  log out, if the session is preventing us from unloading the nvidia
  driver. A new X/Xwayland session will be created after unload the
  module.

  5) Removing the systemd service that loads nouveau from the nvidia
  packages.

  
  [Test Case]
  1) Enable the -proposed repository, and install the new 
"ubuntu-drivers-common", nvidia drivers, nvidia-prime, and gdm3

  2) Make sure the nvidia packages are installed, and enable performance mode 
(if it is already enabled, call "sudo prime-select intel" first):
  sudo prime-select nvidia

  3) Restart your computer and attach your /var/log/gpu-manager.log. see
  if the system boots correctly. If unsure, please attach your /var/log
  /gpu-manager.log and /var/log/Xorg.0.log

  4) Select power saving mode:
  sudo prime-select intel

  5) Log out and log back in

  6) Check if the nvidia driver is still loaded:
  lsmod | grep nvidia

  
  [Regression Potential]
  Low, as hybrid graphics support does not work correctly, and the changes only 
affect this use case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1778011/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1789924

Title:
  Missing Intel GPU pci-id's

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in mesa package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Fix Released
Status in libdrm source package in Bionic:
  New
Status in linux source package in Bionic:
  Fix Committed
Status in mesa source package in Bionic:
  New
Status in xorg-server source package in Bionic:
  New

Bug description:
  [Impact]
  There are some new Intel GPU pci-id's that need to be added to several places:

  0x3E98
  0x87C0

  and to make future additions easier, add platform definitions for
  Whiskey Lake and Amber Lake too.

  [Test case]
  Check that the user session uses the proper driver on these systems.

  [Regression potential]
  none, these just add pci-id's and platform definitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1783906] Re: Linux 4.15 and onwards fails to initialize some hard drives

2018-09-06 Thread David Milburn
Hi,

May I ask for one more test? Looking at the code some more, I don't think I can 
just remove
the return. The root of the problem is hard reset fails and 
sata_link_hardreset() is never able
to reconfigure the speed. This patch sets link->sata_spd_limit before 
returning, I have been
testing linux-4.19-rc1 successfully with a 6Gb drive on AHCI platform.

Would you mind testing this patch with no debug?

If all goes well, I will submit upstream. Thanks.

** Patch added: 
"0001-libata-sata_down_spd_limit-should-record-link-speed-.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1783906/+attachment/5185790/+files/0001-libata-sata_down_spd_limit-should-record-link-speed-.patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1783906

Title:
  Linux 4.15 and onwards fails to initialize some hard drives

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  I have two hard drives, the main hard drive is a TOSHIBA DT01ACA200
  the second backup hard drive is a Western Digital WD5003AZEX. I
  installed lubuntu 18.04.1 on the Toshiba HDD and it boots just fine,
  the issue is with the second hard drive, when installing the WD HDD
  wouldn't even come as an option to install, and after boot the WD HDD
  still wouldn't come up, this is the dmesg with the stock kernel (4.15)
  https://paste.ubuntu.com/p/kpxh94v2SK/

  ata6 is the WD HDD that refuses to work. The messages:
  [  302.107650] ata6: SError: { CommWake 10B8B Dispar DevExch }
  [  302.107658] ata6: hard resetting link
  [  307.860291] ata6: link is slow to respond, please be patient (ready=0)
  [  312.120898] ata6: COMRESET failed (errno=-16)
  [  363.445120] INFO: task kworker/u8:5:201 blocked for more than 120 seconds.
  [  363.445131]   Not tainted 4.15.0-29-generic #31-Ubuntu
  [  363.445135] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  363.445140] kworker/u8:5D0   201  2 0x8000
  [  363.445155] Workqueue: events_unbound async_run_entry_fn
  [  363.445157] Call Trace:
  [  363.445171]  __schedule+0x291/0x8a0
  [  363.445177]  schedule+0x2c/0x80
  [  363.445182]  ata_port_wait_eh+0x7c/0xf0
  [  363.445186]  ? wait_woken+0x80/0x80
  [  363.445189]  ata_port_probe+0x28/0x40
  [  363.445192]  async_port_probe+0x2e/0x52
  [  363.445196]  async_run_entry_fn+0x3c/0x150
  [  363.445199]  process_one_work+0x1de/0x410
  [  363.445203]  worker_thread+0x32/0x410
  [  363.445207]  kthread+0x121/0x140
  [  363.445210]  ? process_one_work+0x410/0x410
  [  363.445214]  ? kthread_create_worker_on_cpu+0x70/0x70
  [  363.445218]  ret_from_fork+0x22/0x40

  Repeat constantly. Also when I try to turn off the computer, the
  computer seem to freeze, the lights of the keyboard and mouse turn off
  and the computer just stay on.

  I tried Tiny Core 9.0 which has linux 4.14.10, and i didn't had this
  issue, i also installed linux 4.14 on this lubuntu 18.04 using Ukuu
  Kernel Update Utility. And with this kernel version, or any previous
  version the WD HDD does work again. Here's a dmesg of lubuntu 18.04
  with linux 4.14 and the WD HDD finally coming up at the end:
  https://paste.ubuntu.com/p/Gd3cGFbjTJ/

  Also tried with with linux 4.17 but the WD HDD would also refuse to
  work on this version. Here's another dmesg with this version:
  https://paste.ubuntu.com/p/PmNn96vZZv/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-29-generic 4.15.0-29.31
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-29-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  testtest756 F pulseaudio
   /dev/snd/controlC1:  testtest756 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia_1'/'HDA NVidia at 0xfe02 irq 22'
 Mixer name : 'Realtek ALC1200'
 Components : 'HDA:10ec0888,10ec,00100101 
HDA:10de0002,10de0101,0010'
 Controls  : 56
 Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xfcffc000 irq 16'
 Mixer name : 'Nvidia GPU 42 HDMI/DP'
 Components : 'HDA:10de0042,38422651,00100100'
 Controls  : 21
 Simple ctrls  : 3
  CurrentDesktop: LXDE
  Date: Thu Jul 26 17:10:58 2018
  HibernationDevice: RESUME=UUID=17e70869-516d-4b63-b900-e92e3c4b73b6
  InstallationDate: Installed on 2018-07-26 (0 days ago)
  InstallationMedia: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: 113 1
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic 
root=UUID=71cf0a32-7827-49be-a2c0-cd50a72c26a1 ro quiet splash vt.h

Re: [Kernel-packages] [Bug 1790753] Re: X1 yoga 3rd generation doesn't go to sleep

2018-09-06 Thread myrtille
I only got the laptop a week ago. The issue existed ever since I installed
(K)ubuntu on it. A friend of mine got the X1 Carbon and has the same issue.

>From what I understand the issue relates to the fact that Lenovo uses this
S0i3 mode as sleep mode and no longer offers 'true' suspendtoram (S3). I
don't quite understand why this works so badly on the yoga, but it's
training aboubt 8% of battery power per hour while in sleep.

I'll try the PPA and let you know.

regards
myrti

Am Do., 6. Sep. 2018 um 10:51 Uhr schrieb Joseph Salisbury <
joseph.salisb...@canonical.com>:

> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?
>
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.19 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1790753
>
> Title:
>   X1 yoga 3rd generation doesn't go to sleep
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790753/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790753

Title:
  X1 yoga 3rd generation doesn't go to sleep

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The laptop doesn't go to sleep. This is probably related to
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1756105 which
  seems to be missing logs.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  myrti 16389 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Sep  4 20:35:07 2018
  HibernationDevice: RESUME=UUID=d105e0f8-28bb-49d5-badc-d2081f559c27
  InstallationDate: Installed on 2018-08-30 (5 days ago)
  InstallationMedia: Kubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 20LES49J00
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=2b23d1c6-f9bc-4bff-9420-8ab24cce52df ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/08/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N25ET35W (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LES49J00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN25ET35W(1.21):bd06/08/2018:svnLENOVO:pn20LES49J00:pvrThinkPadX1Yoga3rd:rvnLENOVO:rn20LES49J00:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Yoga 3rd
  dmi.product.name: 20LES49J00
  dmi.product.version: ThinkPad X1 Yoga 3rd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790753/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791143] Re: Suggestion to make zfsutils-linux a snap

2018-09-06 Thread Sam Van den Eynde
My main reason for suggesting this is that it seems Canonical is easier
on snaps wrt. having rolling upgrades. I don't see a reason debs can't
do it, but I notice over and over again Canonical is very conservative
upgrading major software versions on debs (which is no criticism, just a
constatation).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791143

Title:
  Suggestion to make zfsutils-linux a snap

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  This circumvents the need to keep it on the same major version
  throughout the LTS cycle. LXD is doing snaps, perhaps for zfs this is
  the best approach as well.

  Xenial still has zfsutils on generation 0.6, with the module on 0.7.
  Even when patches are applied as needed that approach has its
  limitations. E.g. the Bionic cycle might possibly see 2 major zfs
  releases, who'll say.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1791143/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1777128] Re: [Hyper-V] patches for SR-IOV post-bionic GA

2018-09-06 Thread Dexuan Cui
I guess we can close the bug now?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1777128

Title:
  [Hyper-V] patches for SR-IOV post-bionic GA

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  For 18.04 we're seeing some SR-IOV functionality issues.

  Please pick these patches for the next SRU.
  Some of them are in ubuntu master-next tree, but still wanting to track these 
for inclusion into 18.04 kernel.

  "PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()" is the most
  critical one to be picked up, the rest is part of the series or
  related that should be added along.

  Full list:
  2018-03-28 Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
  2018-03-16 PCI: hv: Only queue new work items in hv_pci_devices_present() if 
necessary
  2018-03-16 PCI: hv: Remove the bogus test in hv_eject_device_work()
  2018-03-16 PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
  2018-03-16 PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
  2018-03-16 PCI: hv: Serialize the present and eject work items

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1777128/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790219] Re: Stuck on boot of my PC after switching to Nvidia-driver-390 proprietary driver and rebooting

2018-09-06 Thread Carla Sella
** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1790219

Title:
  Stuck on boot of my PC after switching to Nvidia-driver-390
  proprietary driver  and rebooting

Status in nvidia-graphics-drivers-390 package in Ubuntu:
  New

Bug description:
  I was carrying out this testcase for proprietary Nvidia drivers
  testing: http://xorg.qa.ubuntu.com/qatracker/testcases/1704/info.

  After having installed  Ubuntu 18.10 on a new partition on my PC, I
  switched to Nvidia-driver-390 proprietary driver  from Additional
  Drivers tab of Software & Update and rebooted my PC.

  On reboot I got low resolution Ubuntu logo, pressing F1 I could read this 
message:
  (1 of 2) A start Job is running for Hold until snapd is fully seeded (15 min 
23s/ no limit). 
  (2 of 2) A start Job is running for Hold until snapd is fully seeded (15 min 
25s/ no limit). 

  I rebooted after waiting 15 minutes as I was tired of waiting.

  This is my display hardware:
  *-display
  description: VGA compatible controller
  product: GM206 [GeForce GTX 960]
  vendor: NVIDIA Corporation
  physical id: 0
  bus info: pci@:01:00.0
  version: a1
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
  configuration: driver=nouveau latency=0
  resources: irq:125 memory:de00-deff memory:c000-cfff 
memory:d000-d1ff ioport:e000(size=128) memory:c-d
Link to the testcase revision Edit result

  My PC is a:
  product: XPS 8900 (06B8)
  vendor: Dell Inc.
  width: 64 bits

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1790219/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791143] Re: Suggestion to make zfsutils-linux a snap

2018-09-06 Thread Richard Laager
Is there something inherent in snaps that makes this easier or better
than debs? For example, do snaps support multiple installable versions
of the same package name?

If snaps aren’t inherently better, the same thing could be done with
debs using the usual convention for having multiple versions in the
archive simultaneously: having zfsutils0.6 and zfsutils0.7 source
packages producing similarly versioned-in-the-name binary packages
(which in this case conflict as they are not co-installable). Each would
depend on an appropriate kernel package that has the matching module.
Then zfsutils-linux would be an empty package with: Depends: zfsutils-
linux0.7 | zfsutils-linux0.6.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791143

Title:
  Suggestion to make zfsutils-linux a snap

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  This circumvents the need to keep it on the same major version
  throughout the LTS cycle. LXD is doing snaps, perhaps for zfs this is
  the best approach as well.

  Xenial still has zfsutils on generation 0.6, with the module on 0.7.
  Even when patches are applied as needed that approach has its
  limitations. E.g. the Bionic cycle might possibly see 2 major zfs
  releases, who'll say.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1791143/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1789924] Re: Missing Intel GPU pci-id's

2018-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.20.1-1ubuntu2

---
xorg-server (2:1.20.1-1ubuntu2) cosmic; urgency=medium

  * prime-sync-refactor.diff: Fix crash on modesetting+amdgpu hybrid.
(LP: #1789913)
  * sync-i965-pciids.diff: Update intel pci-id's. (LP: #1789924)

 -- Timo Aaltonen   Wed, 05 Sep 2018 14:13:19 +0300

** Changed in: xorg-server (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1789924

Title:
  Missing Intel GPU pci-id's

Status in libdrm package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Fix Released
Status in libdrm source package in Bionic:
  New
Status in linux source package in Bionic:
  Fix Committed
Status in mesa source package in Bionic:
  New
Status in xorg-server source package in Bionic:
  New

Bug description:
  [Impact]
  There are some new Intel GPU pci-id's that need to be added to several places:

  0x3E98
  0x87C0

  and to make future additions easier, add platform definitions for
  Whiskey Lake and Amber Lake too.

  [Test case]
  Check that the user session uses the proper driver on these systems.

  [Regression potential]
  none, these just add pci-id's and platform definitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1789924/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790880] Re: apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS

2018-09-06 Thread Rob Shields
That did not clear my problem.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790880

Title:
  apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I cannot get the source code and therefore cannot build a driver for
  Ubuntu 18.04.1 LTS

  See link

  https://ubuntuforums.org/showthread.php?t=2397649

  Other people have seen the same problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790880/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788563] Re: L1TF mitigation not effective

2018-09-06 Thread Steve Beattie
Also, there was an off-by-one error in the calculation, that was
addressed upstream in
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b0a182f875689647b014bc01d36b340217792852
.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788563

Title:
  L1TF mitigation not effective

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Lenovo Thinkpad W530 system with 32 GB RAM

  dmesg | grep -i l1tf
  [0.038386] L1TF: System has more than MAX_PA/2 memory. L1TF mitigation 
not effective.
  [ 2652.469669] L1TF CPU bug present and SMT on, data leak possible. See 
CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html 
for details.

  Related:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1105536

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-32-generic 4.15.0-32.35
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pgera  2809 F pulseaudio
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Thu Aug 23 03:38:40 2018
  InstallationDate: Installed on 2018-08-11 (12 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 24382LU
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=e2607c8a-4bd1-49fe-ad07-83046492fac5 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-32-generic N/A
   linux-backports-modules-4.15.0-32-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ETB2WW (2.72 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 24382LU
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ETB2WW(2.72):bd06/11/2018:svnLENOVO:pn24382LU:pvrThinkPadW530:rvnLENOVO:rn24382LU:rvrNODPK:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad W530
  dmi.product.name: 24382LU
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788563/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790594] Re: The system is not able to detect the touchsreen

2018-09-06 Thread Scorpion
I used git://git.launchpad.net/~ubuntu-kernel-
test/ubuntu/+source/linux/+git/mainline-crack v4.19-rc2

There isn' t the silead_dmi.c file  in v4.19-rc2/drivers/platform/x86.

Before i used sudo apt install linux-source-4.15.0 in in that folder i
have the silead_dmi.c file.

which i modified to use the firmware 
(https://github.com/onitake/gsl-firmware/blob/master/firmware/linux/silead/gsl1686-surftab-wintron70-st70416-6.fw)
 that i put in the tablet in /lib/firmware/silead.
And i made a custom kernel.

But i had no success the silead is loading the backup firmware 
(/lib/firmware/mssl1680.fw is the same firmware of github with the backup 
name). 
So the touchscreen now is detected but is totally unusable.
This is the section of the silead_dmi.c that is not working:
{
/* Mediacom WinPad 7.0 W700 */
.driver_data = (void *)&mediacom_w700_data,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "INSYDE Corp."),
DMI_MATCH(DMI_PRODUCT_NAME, "WinPad 7 W10 - WPW700"),
DMI_MATCH(DMI_BIOS_VERSION, "MC.G.WI71C.MGBMRBA03"),
},
},
I used dmidecode to find the value of the filed.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790594

Title:
  The system is not able to detect the touchsreen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I' m using a tablet that is sold with Windows 10.
  The firmware extracted from the special driver are already available here 
https://github.com/onitake/gsl-firmware/tree/master/firmware/trekstor/surftab7old.
  (I discovered that the Mediacom drivers are the same as those for TrekStor, a 
company that also works with Mediacom.Mediacom Winpad 7.0 W700 corresponds at 
SurfTab wintron 7.0 ST70416-6).
  That repository states that i need to recompile the kernel. 
  I don' t know how here 
https://unix.stackexchange.com/questions/466571/recompile-a-kernel-including-a-firmware?noredirect=1#comment850048_466571
 there is my question about this problem.
  It would be nice if the linux-kernel would support the tablet touchscreen by 
default. 
  My kernel is 4.15.0-33-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-33-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: bytcrrt5651 [bytcr-rt5651], device 0: 3 []
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vegito 1554 F pulseaudio
   /dev/snd/controlC0:  vegito 1554 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Audio'/'Intel HDMI/DP LPE Audio'
 Mixer name : ''
 Components : ''
 Controls  : 11
 Simple ctrls  : 1
  Card1.Amixer.info:
   Card hw:1 'bytcrrt5651'/'bytcr-rt5651'
 Mixer name : ''
 Components : ''
 Controls  : 243
 Simple ctrls  : 213
  CurrentDesktop: LXDE
  Date: Tue Sep  4 09:57:45 2018
  HibernationDevice: RESUME=UUID=f8f953f2-ceb9-4989-9564-a4ba2fed3fd4
  InstallationDate: Installed on 2018-08-21 (13 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MEDIACOM WinPad 7 W10 - WPW700
  PciMultimedia:
   
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/lubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8723bs
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2015
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: MC.G.WI71C.MGBMRBA03
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name
  dmi.board.vendor: Type2 - Board Manufacturer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrMC.G.WI71C.MGBMRBA03:bd11/16/2015:svnMEDIACOM:pnWinPad7W10-WPW700:pvrType1-TBDbyOEM:rvnType2-BoardManuf

[Kernel-packages] [Bug 1788563] Re: L1TF mitigation not effective

2018-09-06 Thread Steve Beattie
It's possible this issue may have been addressed by upstream commit
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cc51e5428ea54f575d49cfcede1d4cb3a72b4ec4

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788563

Title:
  L1TF mitigation not effective

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Lenovo Thinkpad W530 system with 32 GB RAM

  dmesg | grep -i l1tf
  [0.038386] L1TF: System has more than MAX_PA/2 memory. L1TF mitigation 
not effective.
  [ 2652.469669] L1TF CPU bug present and SMT on, data leak possible. See 
CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/l1tf.html 
for details.

  Related:
  https://bugzilla.opensuse.org/show_bug.cgi?id=1105536

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-32-generic 4.15.0-32.35
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pgera  2809 F pulseaudio
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Thu Aug 23 03:38:40 2018
  InstallationDate: Installed on 2018-08-11 (12 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: LENOVO 24382LU
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=e2607c8a-4bd1-49fe-ad07-83046492fac5 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-32-generic N/A
   linux-backports-modules-4.15.0-32-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ETB2WW (2.72 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 24382LU
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ETB2WW(2.72):bd06/11/2018:svnLENOVO:pn24382LU:pvrThinkPadW530:rvnLENOVO:rn24382LU:rvrNODPK:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad W530
  dmi.product.name: 24382LU
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788563/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1787782] Re: Hanging keys on Thinkpad

2018-09-06 Thread Ludwig S.
I didn't have access to internet for a while. Now I checked it with the
upstream kernel v4.18.6. The bug still exists.

** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1787782

Title:
  Hanging keys on Thinkpad

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Under Ubuntu 18.04 the keys of my Thinkpad E480 are hanging very
  often. Then, instead of pressed once, the key seems to be not released
  and pressed continuously until another key is pressed. I have
  described the behavior in more detail under
  https://askubuntu.com/questions/1051508/hanging-keys-under-
  ubuntu-18-04.

  It does not occur when I boot in Windows or Ubuntu 16.04, so it is not 
related to the hardware.
  It does not occur when I plug in an external keyboard, so it is not related 
to general Ubuntu keyboard settings.
  It does not occur when the power cable (USB-C) is unplugged, only when t is 
plugged in. 

  /var/log/syslog logs the following when the cable is plugged in:
  "kernel: [ 9821.899727] thinkpad_acpi: EC reports that Thermal Table has 
changed"

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-32-generic 4.15.0-32.35
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ludwig 1919 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 19 00:21:56 2018
  InstallationDate: Installed on 2018-05-02 (108 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 5986:2113 Acer, Inc 
   Bus 001 Device 002: ID 046d:c046 Logitech, Inc. RX1000 Laser Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20KQS00100
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=2ce0f255-4f53-4437-90ad-5e64f5a31b0f ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-32-generic N/A
   linux-backports-modules-4.15.0-32-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8822be
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/27/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0PET30W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20KQS00100
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0PET30W(1.07):bd11/27/2017:svnLENOVO:pn20KQS00100:pvrThinkPadE480:rvnLENOVO:rn20KQS00100:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad E480
  dmi.product.name: 20KQS00100
  dmi.product.version: ThinkPad E480
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787782/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1785715] Re: ubuntu hynix ssd I/O Errors after some minutes

2018-09-06 Thread Revisor
Unfortunately i still couldnt get rid of the problem. Im still in the
state where everything works fine as long as i do not close the lid or
plug in AC adapter. Whenever i do that it reliably hangs and i cant do
anything anymore (not change to another TTY or do any keyboard input, so
i have to 7sec power-button-push to kill it). And still i cannot boot
via my currently installed default kernel (hangs at login-screen), but
have to enter root shell, exit it and then resume boot.

Was anyone able to reproduce it?
Do you think using an older linux kernel might fix it? (as from reading the 
other reports it seems like the kernel is the problem [in combination with my 
hardware]).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1785715

Title:
  ubuntu hynix ssd I/O Errors after some minutes

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Maybe similar to Bug 1678184
  Im working on ubuntu 18.04 (with Kernel 4.15.0-29-generic) on a dell XPS 
15-9560
  After 20 - 180 Minutes the graphical interface hangs up (i can switch 
workspaces, but not much else) and entering commands like "ls" yields bash: 
input/output error
  Reboot is impossible via the command or the button. Short click on power 
button gives me a TTY like view prompting errors for nvme0 ext4 file system 
errors (i will post more exact text on next hangup)

  The hangups appear randomly, but often during shutting the lid or plugging in 
power cable, which makes me thing it might be something with ssd power states.
  For that reason i added grub parameters like 
"nvme_core.default_ps_max_latency_us=3000" (see Bug 1678184) and ended up fully 
disabling APST by setting it to 0, but the bug still occured.

  sudo nvme id-ctrl /dev/nvme0 yields:
  NVME Identify Controller:
  vid : 0x1c5c
  ssvid   : 0x1c5c
  sn  : EJ75N621210105PBR   
  mn  : PC300 NVMe SK hynix 1TB 
  fr  : 20005A00
  rab : 1
  ieee: ace42e
  cmic: 0
  mdts: 5
  cntlid  : 0
  ver : 10200
  rtd3r   : 90f560
  rtd3e   : ea60
  oaes: 0
  ctratt  : 0
  oacs: 0x16
  acl : 3
  aerl: 3
  frmw: 0x16
  lpa : 0x2
  elpe: 254
  npss: 4
  avscc   : 0x1
  apsta   : 0x1
  wctemp  : 361
  cctemp  : 363
  mtfa: 0
  hmpre   : 0
  hmmin   : 0
  tnvmcap : 0
  unvmcap : 0
  rpmbs   : 0
  edstt   : 60
  dsto: 1
  fwug: 0
  kas : 0
  hctma   : 0
  mntmt   : 0
  mxtmt   : 0
  sanicap : 0
  hmminds : 0
  hmmaxd  : 0
  sqes: 0x66
  cqes: 0x44
  maxcmd  : 0
  nn  : 1
  oncs: 0x1e
  fuses   : 0
  fna : 0
  vwc : 0x1
  awun: 255
  awupf   : 0
  nvscc   : 1
  acwu: 0
  sgls: 0
  subnqn  : 
  ioccsz  : 0
  iorcsz  : 0
  icdoff  : 0
  ctrattr : 0
  msdbd   : 0
  ps0 : mp:5.87W operational enlat:5 exlat:5 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps1 : mp:2.40W operational enlat:30 exlat:30 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps2 : mp:1.90W operational enlat:100 exlat:100 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps3 : mp:0.1000W non-operational enlat:1000 exlat:1000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps4 : mp:0.0060W non-operational enlat:1000 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-

  
  sudo nvme get-feature -f 0x0c -H /dev/nvme0 yields:
  get-feature:0xc (Autonomous Power State Transition), Current value:
Autonomous Power State Transition Enable (APSTE): Disabled
Auto PST Entries.
Entry[ 0]   
.
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State   (ITPS): 0
.
Entry[ 1]   
.
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State   (ITPS): 0
... and so on ...
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  revisor1593 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  HibernationDevice: RESUME=UUID=1bc0493d-0592-40d4-b0f4-938fbe12a990
  InstallationDate: Installed on 2018-07-12 (25 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f3:24a1 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc. 
   Bus 001 Device 004: ID 0c45:6713 Microdia 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9560
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_I

[Kernel-packages] [Bug 1791126] Re: L1TF Vulnerable

2018-09-06 Thread Steve Beattie
*** This bug is a duplicate of bug 1788563 ***
https://bugs.launchpad.net/bugs/1788563

>From your dmesg:

  L1TF: System has more than MAX_PA/2 memory. L1TF mitigation not
effective.

Marking this as a duplicate of LP: #1788563 . Please add any additional
comments there, thanks.

** Information type changed from Private Security to Public Security

** This bug has been marked a duplicate of bug 1788563
   L1TF mitigation not effective

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791126

Title:
  L1TF Vulnerable

Status in linux package in Ubuntu:
  New

Bug description:
  My xenial system with intel-microcode 3.20180807a.0ubuntu0.16.04.1 and
  linux-image-4.4.0-134-generic 4.4.0-134.160, with an Intel(R) Xeon(R)
  CPU E3-1220 V2 @ 3.10GHz, and "cat
  /sys/devices/system/cpu/vulnerabilities/l1tf" still reports
  "Vulnerable".

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-134-generic 4.4.0-134.160
  ProcVersionSignature: Ubuntu 4.4.0-134.160-generic 4.4.140
  Uname: Linux 4.4.0-134-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep  6 15:11 seq
   crw-rw 1 root audio 116, 33 Sep  6 15:11 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: [Errno 2] No such file or directory: 'fuser'
  Date: Thu Sep  6 18:01:09 2018
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci: Error: [Errno 2] No such file or directory: 'lspci'
  Lsusb: Error: [Errno 2] No such file or directory: 'lsusb'
  MachineType: Dell Inc. PowerEdge R210 II
  PciMultimedia:
   
  ProcEnviron:
   LC_CTYPE=UTF-8
   TERM=xterm-256color
   PATH=(custom, no user)
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: 
BOOT_IMAGE=images/mutu/pxe_xenial_docker_web_multi/releases/vmlinuz-current-generic
 
initrd=images/mutu/pxe_xenial_docker_web_multi/releases/initrd.img-current-generic
 netboot=nonempty boot=live nouser 
fetch=http://10.41.2.6/images/mutu/pxe_xenial_docker_web_multi/releases/filesystem-current-generic.squashfs
 ethdevice-timeout=180 flex_pxelinux_hostname=pf42 noplymouth text nosplash 
flex_base_url=http://10.41.2.6/images/mutu/pxe_xenial_docker_web_multi/ 
ip=10.41.2.199:10.41.2.6:10.41.2.70:255.255.255.0 BOOTIF=01-d4-ae-52-ce-97-6a
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-134-generic N/A
   linux-backports-modules-4.4.0-134-generic  N/A
   linux-firmware 1.157.20
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/13/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.6.1
  dmi.board.name: 03X6X0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 23
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.1:bd09/13/2013:svnDellInc.:pnPowerEdgeR210II:pvr:rvnDellInc.:rn03X6X0:rvrA06:cvnDellInc.:ct23:cvr:
  dmi.product.name: PowerEdge R210 II
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791126/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 952080]

2018-09-06 Thread benshalom
The machine in question is no longer with me, alas...

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/952080

Title:
  laptop immediately resumes after sending to standby

Status in Linux:
  In Progress
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  when i shut the lid of the laptop down or click on standby in the menu I 
expect the system to stand by and stay there till it gets a signal by me. 
However, the system immediately resumes after it did the normal 
standby-procedure. I didnt give any signal (not even touching the mouse).
  it does a normal resume, means everything works fine but the waiting for a 
signal.

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  flo1893 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf9f78000 irq 23'
     Mixer name : 'Nvidia MCP79/7A HDMI'
     Components : 'HDA:10ec0269,104383ce,0014 
HDA:10de0007,10de0101,00100100'
     Controls  : 21
     Simple ctrls  : 10
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: ASUSTeK Computer INC. 1201N
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=ee27b24b-5962-4d50-8835-a53bcd480bf4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-17-generic N/A
   linux-backports-modules-3.2.0-17-generic  N/A
   linux-firmware1.71
  Tags:  precise
  Uname: Linux 3.2.0-17-generic i686
  UpgradeStatus: Upgraded to precise on 2012-03-11 (3 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0326
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1201N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0326:bd04/29/2010:svnASUSTeKComputerINC.:pn1201N:pvrx.x:rvnASUSTeKComputerINC.:rn1201N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1201N
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/952080/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 952080]

2018-09-06 Thread pmenzel+bugzilla.kernel.org
Ben, Alan, Rafael, could you please close it then?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/952080

Title:
  laptop immediately resumes after sending to standby

Status in Linux:
  In Progress
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  when i shut the lid of the laptop down or click on standby in the menu I 
expect the system to stand by and stay there till it gets a signal by me. 
However, the system immediately resumes after it did the normal 
standby-procedure. I didnt give any signal (not even touching the mouse).
  it does a normal resume, means everything works fine but the waiting for a 
signal.

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  flo1893 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf9f78000 irq 23'
     Mixer name : 'Nvidia MCP79/7A HDMI'
     Components : 'HDA:10ec0269,104383ce,0014 
HDA:10de0007,10de0101,00100100'
     Controls  : 21
     Simple ctrls  : 10
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: ASUSTeK Computer INC. 1201N
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-17-generic 
root=UUID=ee27b24b-5962-4d50-8835-a53bcd480bf4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-17-generic N/A
   linux-backports-modules-3.2.0-17-generic  N/A
   linux-firmware1.71
  Tags:  precise
  Uname: Linux 3.2.0-17-generic i686
  UpgradeStatus: Upgraded to precise on 2012-03-11 (3 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0326
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1201N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0326:bd04/29/2010:svnASUSTeKComputerINC.:pn1201N:pvrx.x:rvnASUSTeKComputerINC.:rn1201N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1201N
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/952080/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1787898] Re: [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB"

2018-09-06 Thread Gary Chapman
Our product includes a linux module. In order to build with lp1787898 I
had to modify linux-headers-4.15.0-34-generic (exportroot tree) to copy
(older) s390x built tools in place of the incorrect x86 versions in
linux-headers-4.15.0-34-generic_4.15.0-34.37~lp1787898_s390x.deb:

scripts/sign-file
scripts/mod/mk_elfconfig
scripts/mod/modpost
scripts/basic/bin2c
scripts/basic/fixdep

With this in place, using the linux-modules* and the rest of lp1787898,
Open for Business communication is successful. Specifically all OfB
tests ended successfully, including deactivating a SSC-mode partition
(loaded with an SSC supported appliance) from the Support Element
console, and re-activating. Previously this left the partition in a
failed state (OfB not seen by SE). Here it works as designed.

Please fix linux-
headers-4.15.0-34-generic_4.15.0-34.37~lp1787898_s390x.deb. Would
appreciate a repost here, but this fix must be done for the kernel
release. Thank you !

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1787898

Title:
  [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB"

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  SRU Justification

  Impact: To boot an IBM Secure Service Container Appliance in an s390
  LPAR. we need to be able to send the Open for Business (OFB) message
  to signal that the appliance is up and running.

  Fix: Set CONFIG_SCLP_OFB=y.

  Regression Potential: The option enables only a few pieces of
  architecture-specific code, so the potential impact is limited.

  ---

  For successfully booting an IBM Secure Service Container Appliance in an s390 
LPAR, we need to be able to send the OFB (Open for Business) message to the 
Support Element to signal when the Appliance is fully up and running.
  Basic support for OFB was added to the kernel with the following commit
  
https://github.com/projectacrn/acrn-kernel/commit/c6f70d3b8a32fdec60d3f78cb59423f056f16688

  The kernel config option CONFIG_SCLP_OFB need to be set

  This update is mandatory for 18.04 , but need to be requested first
  for 18.10

  $ git grep SCLP_OFB
  debian.master/config/annotations:CONFIG_SCLP_OFB  
   policy<{'s390x': 'n'}>
  debian.master/config/config.common.ubuntu:# CONFIG_SCLP_OFB is not set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1787898/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting and block size less than 4096

2018-09-06 Thread Ludovico Cavedon
I tested with 3.13.0-158-generic (from proposed updates) and the problem 
persists, like for 13.0-157-generic .
It does not happen with 3.13.0-155.


** Changed in: linux (Ubuntu Trusty)
   Status: Incomplete => Confirmed

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790739

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting and block size less than 4096

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed

Bug description:
  Kernel 3.13.0-157 causes errors writing to an ext2 or ext3 filesystem with a 
non-zero stride setting.
  The issue does not happen with kernel 3.13.0-155.

  Steps to reproduce:

  root@manager:~# mkdir mnt 

 
  root@manager:~# dd if=/dev/zero of=file.img bs=1MB count=32   

   
  [...]
  root@manager:~# mke2fs -E stride=256 file.img 

   
  [...]
  root@manager:~# mount -o loop file.img mnt/   

   
  root@manager:~# dd if=/dev/zero of=mnt/bigfile bs=1MB count=20

  
  dd: error writing ‘mnt/bigfile’: No space left on device
  16+0 records in
  15+0 records out
  15937536 bytes (16 MB) copied, 0.0780797 s, 204 MB/s
  root@manager:~# df -h
  [...]
  /dev/loop0  30M   16M   13M  56% /root/mnt

  
  The relevant lines from syslog are:
  Sep  4 23:16:40 manager kernel: [ 2385.432802] EXT4-fs (loop0): mounted 
filesystem with ordered data mode. Opts: (null)
  Sep  4 23:19:22 manager kernel: [ 2546.581246] EXT4-fs (loop0): mounting ext2 
file system using the ext4 subsystem
  Sep  4 23:19:22 manager kernel: [ 2546.581610] EXT4-fs (loop0): mounted 
filesystem without journal. Opts: (null)
  Sep  4 23:19:26 manager kernel: [ 2550.695870] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  Sep  4 23:19:26 manager kernel: [ 2550.720622] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  Sep  4 23:19:26 manager kernel: [ 2550.723530] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  [...]

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-157-generic 3.13.0-157.207
  ProcVersionSignature: Ubuntu 3.13.0-157.207-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-157-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep  4 22:37 seq
   crw-rw 1 root audio 116, 33 Sep  4 22:37 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Tue Sep  4 23:07:52 2018
  HibernationDevice: RESUME=UUID=025ae749-5b92-41f8-9ae8-fa27251e7e49
  InstallationDate: Installed on 2013-09-26 (1804 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-157-generic 
root=/dev/mapper/hostname--pro-root ro nosplash nomodeset ipv6.disable=0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-157-generic N/A
   linux-backports-modules-3.13.0-157-generic  N/A
   linux-firmware  1.127.24
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  StagingDrivers: bpctl_mod
  UpgradeStatus: Upgraded to trusty on 2018-04-17 (140 days ago)
  dmi.bios.date: 07/10/2014
  dmi.bios.version: 2.3.3
  dmi.board.name: 0R5KP9
  dmi.board.version: A04
  dmi.chassis.type: 23
  dmi.modalias: 
dmi:bvn:bvr2.3.3:bd07/10/2014:svn:pn:pvr:rvn:rn0R5KP9:rvrA04:cvn:ct23:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790739/+subscriptions

-- 
Mailing list

[Kernel-packages] [Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-06 Thread Kamal Mostafa
I have added the package containing /usr/bin/cpupower (linux-tools-
common_4.15.0-35.38_all.deb) to the test-kernel download folder, as well
as the other arch-independent packages.

http://kernel.ubuntu.com/~kamal/lp1790636-lp1790602-ppc/linux-tools-
common_4.15.0-35.38_all.deb

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790602

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == Comment: #0 - Michael Ranweiler  - 2018-09-04
  00:50:14 ==

  The CPUs remain in snooze state on an idle system when only the
  shallow states disabled resulting in increased power consumption.

  The commit 78eaa10f027c ("cpuidle: powernv/pseries: Auto-promotion of  snooze 
to deeper idle state") introduced a timeout for the snooze idle state so that 
it could be eventually be promoted to a deeper idlestate. The snooze 
timeout value is static and set to the target  residency of the next idle 
state, which would train the cpuidle governor to pick the next idle state 
eventually.
  
  The unfortunate side-effect of this is that if the next idle state(s)  is 
disabled, the CPU will forever remain in snooze, despite the fact that the 
system is completely idle, and other deeper idle states are available.
  
  This patch fixes the issue by dynamically setting the snooze timeout  to the 
target residency of the next enabled state on the device.
  
  Before Patch:
POWER8 : Only nap disabled.
$ cpupower monitor sleep 30
sleep took 30.01297 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | Nap  | Fast
   0|   8|   0| 96.41|  0.00|  0.00
   0|   8|   1| 96.43|  0.00|  0.00
   0|   8|   2| 96.47|  0.00|  0.00
   0|   8|   3| 96.35|  0.00|  0.00
   0|   8|   4| 96.37|  0.00|  0.00
   0|   8|   5| 96.37|  0.00|  0.00
   0|   8|   6| 96.47|  0.00|  0.00
   0|   8|   7| 96.47|  0.00|  0.00
  
  POWER9: Shallow states (stop0lite, stop1lite, stop2lite, stop0, stop1, stop2) 
disabled:
$ cpupower monitor sleep 30
sleep took 30.05033 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | stop | stop | stop | stop | stop | stop | stop | 
stop
   0|  16|   0| 89.79|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   1| 90.12|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   2| 90.21|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   3| 90.29|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
  


  After Patch:
POWER8 : Only nap disabled.
$ cpupower monitor sleep 30
sleep took 30.01200 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | Nap  | Fast
   0|   8|   0| 16.58|  0.00| 77.21
   0|   8|   1| 18.42|  0.00| 75.38
   0|   8|   2|  4.70|  0.00| 94.09
   0|   8|   3| 17.06|  0.00| 81.73
   0|   8|   4|  3.06|  0.00| 95.73
   0|   8|   5|  7.00|  0.00| 96.80
   0|   8|   6|  1.00|  0.00| 98.79
   0|   8|   7|  5.62|  0.00| 94.17
  
POWER9: Shallow states (stop0lite, stop1lite, stop2lite, stop0, stop1,  
stop2) disabled:
  
$ cpupower monitor sleep 30
sleep took 30.02110 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | stop | stop | stop | stop | stop | stop | stop | 
stop
   0|   0|   0|  0.69|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  9.39| 
89.70
   0|   0|   1|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.05| 
93.21
   0|   0|   2|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
89.93
   0|   0|   3|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
93.26

  
  This fix  (commit 0a4ec6aa035a "cpuidle: powernv: Fix promotion from snooze 
if next state disabled") is in the -next branch of the powerpc tree and 
upstream:https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/cpuidle/cpuidle-powernv.c?id=0a4ec6aa035a52c422eceb2ed51ed88392a3d6c2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1790602/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1705369] Re: Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2018-09-06 Thread Yotam Benshalom
I suffer from this issue with gtx770 nvidia card. Annoyingly, this freezes gdm3 
so hard that I cannot even switch to a different tty.
The workaround above (in '/etc/gdm3/custom.conf' uncommenting 
#WaylandEnable=false) works for me.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-375 in Ubuntu.
https://bugs.launchpad.net/bugs/1705369

Title:
  Ubuntu 17.10/18.04 boots to black screen when using Nvidia drivers (on
  a desktop with an Intel GPU)

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-375 package in Ubuntu:
  Won't Fix
Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

  WORKAROUNDS:

  * Disable integrated graphics/GPU in your BIOS; or

  * Add 'nomodeset' to your kernel cmdline in /etc/default/grub and then
run:  sudo update-initramfs
and reboot.

  ORIGINAL DESCRIPTION:

  This bug is very similar to
  https://bugs.launchpad.net/ubuntu-gnome/+bug/1559576
  which is closed. I have been asked to open a new bug report.

  The issue is on Ubuntu 17.10 with gdm3 fully updated as of July 20,
  2017. I upgraded to 17.10 from a freshly installed Ubuntu 17.04.

  - Lightdm works
  - Nouveau driver works
  - Nvidia driver 375.66 (proprietary) does not work
  - Nvidia driver 384.47 (open source) does not work (from 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa)
  - Nvidia drivers work with Ubuntu Gnome 17.04

  I am using Nvidia GTX 1080 and Intel i7-4790K

  lsb_release -rd:
  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10

  apt-cache policy gnome-shell:
  gnome-shell:
    Installed: 3.24.2-0ubuntu7
    Candidate: 3.24.2-0ubuntu7
    Version table:
   *** 3.24.2-0ubuntu7 500
  500 http://sa.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status

  uname -s -r -v -p -i -o:
  Linux 4.11.0-11-generic #16-Ubuntu SMP Wed Jul 12 20:40:19 UTC 2017 x86_64 
x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1705369/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791143] [NEW] Suggestion to make zfsutils-linux a snap

2018-09-06 Thread Sam Van den Eynde
Public bug reported:

This circumvents the need to keep it on the same major version
throughout the LTS cycle. LXD is doing snaps, perhaps for zfs this is
the best approach as well.

Xenial still has zfsutils on generation 0.6, with the module on 0.7.
Even when patches are applied as needed that approach has its
limitations. E.g. the Bionic cycle might possibly see 2 major zfs
releases, who'll say.

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791143

Title:
  Suggestion to make zfsutils-linux a snap

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  This circumvents the need to keep it on the same major version
  throughout the LTS cycle. LXD is doing snaps, perhaps for zfs this is
  the best approach as well.

  Xenial still has zfsutils on generation 0.6, with the module on 0.7.
  Even when patches are applied as needed that approach has its
  limitations. E.g. the Bionic cycle might possibly see 2 major zfs
  releases, who'll say.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1791143/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1690085]

2018-09-06 Thread kernel
It appears that selecting the "Typical Current Idle" BIOS option (where
available) eliminates the "freeze when idle" problem (somehow).

That said, it also appears that this is *not* the default.

The need for the option appears to be Linux specific, or at least it is
not needed for W*nd*rs.

That said, I am damned if I can find any documentation for the option,
or any authoritative recommendation for its use with Linux.

So, anyone bitten by this problem may struggle to find their way to
selecting "Typical Current Idle".  Particularly as the symptoms have all
the appearance of a hardware issue -- possibly an overclocking step too
far.

Would it be possible for the Kernel to set whatever the "Typical Current
Idle" BIOS option sets ?  Or invoke some BIOS function to select the
option ?  That way, at least an up to date version of Linux would avoid
this problem "out of the box".

I have been clapping my hands vigorously for some time, but I am coming
to the conclusion that the platform_x86...@kernel-bugs.osdl.org fairy
does not, in fact, exist (or perhaps not in this universe).

While I am practising believing the regulation six impossible things
before breakfast, I note that the platform_x86...@kernel-bugs.osdl.org
fairy would have to be able to communicate with the AMD documentation
fairy... perhaps using a 56k ouija board ?

Finally and FWIW, I tried turning off "rcu_nocbs=0-15" and "Typical
Current Idle", and my Ryzen 7 1800X/ASUS X370-Pro/Linux 4.18/Fedora
froze within hours.  Before the "Typical Current Idle" option became
available, I was running "rcu_nocbs=0-15" (following the advice in this
thread), and my machine froze every week or so.  I have now been running
for some days with "Typical Current Idle" turned back on, but without
the "rcu_nocbs=0-15" voodoo -- so far, so good (as the man said as he
fell past the 7th floor).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1690085

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  
  We aregetting various kernel crash on a pretty new config.
  We're using Ryzen 1800X CPU with X370 Gaming Pro Carbon MB (7A32V1) using 
latest BIOS available (1.52)

  We are running Ubuntu 17.04 (amd64), we've tried different kernel version, 
native one and releases from http://kernel.ubuntu.com/~kernel-ppa/mainline/ too.
  Tested kernel version:

  native 17.04 kernel
  4.10.15

  Issues are the same, we're getting random freeze on the machine.

  Here is kern.log entry when happening :

  May 10 22:41:56 dev2 kernel: [24366.186246] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:41:56 dev2 kernel: [24366.187618] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=913449
  May 10 22:41:56 dev2 kernel: [24366.188977] (detected by 12, t=1860207 
jiffies, g=10001, c=1, q=4656)
  May 10 22:41:56 dev2 kernel: [24366.190344] Task dump for CPU 0:
  May 10 22:41:56 dev2 kernel: [24366.190345] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:41:56 dev2 kernel: [24366.190348] Call Trace:
  May 10 22:41:56 dev2 kernel: [24366.190354]  ? native_safe_halt+0x6/0x10
  May 10 22:41:56 dev2 kernel: [24366.190355]  ? default_idle+0x20/0xd0
  May 10 22:41:56 dev2 kernel: [24366.190358]  ? arch_cpu_idle+0xf/0x20
  May 10 22:41:56 dev2 kernel: [24366.190360]  ? default_idle_call+0x23/0x30
  May 10 22:41:56 dev2 kernel: [24366.190362]  ? do_idle+0x16f/0x200
  May 10 22:41:56 dev2 kernel: [24366.190364]  ? cpu_startup_entry+0x71/0x80
  May 10 22:41:56 dev2 kernel: [24366.190366]  ? rest_init+0x77/0x80
  May 10 22:41:56 dev2 kernel: [24366.190368]  ? start_kernel+0x464/0x485
  May 10 22:41:56 dev2 kernel: [24366.190369]  ? 
early_idt_handler_array+0x120/0x120
  May 10 22:41:56 dev2 kernel: [24366.190371]  ? 
x86_64_start_reservations+0x24/0x26
  May 10 22:41:56 dev2 kernel: [24366.190372]  ? x86_64_start_kernel+0x14d/0x170
  May 10 22:41:56 dev2 kernel: [24366.190373]  ? start_cpu+0x14/0x14
  May 10 22:44:56 dev2 kernel: [24546.188093] INFO: rcu_sched detected stalls 
on CPUs/tasks:
  May 10 22:44:56 dev2 kernel: [24546.189461] 0-...: (1 GPs behind) 
idle=49b/1/0 softirq=28561/28563 fqs=935027
  May 10 22:44:56 dev2 kernel: [24546.190823] (detected by 14, t=1905212 
jiffies, g=10001, c=1, q=4740)
  May 10 22:44:56 dev2 kernel: [24546.192191] Task dump for CPU 0:
  May 10 22:44:56 dev2 kernel: [24546.192192] swapper/0   R  running task   
 0 0  0 0x0008
  May 10 22:44:56 dev2 kernel: [24546.192195] Call Trace:
  May 10 22:44:56 dev2 kernel: [24546.192199]  ? native_safe_halt+0x6/0x10
  May 10 22:44:56 dev2 kernel: [24546.192201]  ? default_idle+0x20/0xd0
  May 10 22:44:56 dev2 kernel: [24546.192203]  ? arch_cpu_idle+0xf/0x20
  May 10 22:44:56 dev2 kernel: [24546.192204]  ? 

[Kernel-packages] [Bug 1789934] Re: [18.10 FEAT] Add kernel config options for SMC-R/D

2018-09-06 Thread Andrew Cloke
** Changed in: ubuntu-z-systems
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1789934

Title:
  [18.10 FEAT] Add kernel config options for SMC-R/D

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Add folliowing options for SMC-R/D

  CONFIG_SMC=m
  CONFIG_SMC_DIAG=m
  CONFIG_ISM=m

  
  Already provided 
  CONFIG_HAVE_PNETID with bugzilla 
  https://bugzilla.linux.ibm.com/show_bug.cgi?id=167251
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786902

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1789934/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788686] Re: Acer laptop does not boot Ubuntu 16.04.5

2018-09-06 Thread peterzay
Since the laptop cannot be booted, apport cannot be run.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788686

Title:
  Acer laptop does not boot Ubuntu 16.04.5

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ***
  *** Please change package to the appropriate one
  ***

  Trying to boot Acer laptop () from USB2 key on USB3 port with Ubuntu
  16.04.5 LTS fails as per attached screenshots.

  This is reproducible.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-133.159-generic 4.4.134
  Uname: Linux 4.4.0-133-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 23 15:11:08 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-07-22 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788686/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781578] Re: Call trace observed while disabling PD on Ubuntu 16.04.4

2018-09-06 Thread dann frazier
The smartpqi driver is included in the linux-modules deb. If you are
trying to build/use an out-of-tree smartpqi driver (which your taint
flags suggest), please be clear about that. It could quite likely be a
bug in that out-of-tree driver vs. a bug with Ubuntu.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1781578

Title:
  Call trace observed while disabling PD on Ubuntu 16.04.4

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am working on smartpqi linux driver for Microsemi.

  We have a storage controller managment application tool to manage storage 
behind our controller. One of the application option what we have is to disable 
physical device(PD).
  During disable PD opertaion, Disable PD command got timedout. Then I observed 
below mentioned call trace in dmesg log.
  Please note we are running IO stress test on the PD which is being disabled.

  Please let me know if there are any known issues specific to Ubuntu kernel 
with respect to this. 
  If its a known issue specific to Ubuntu 16.04.4 distro, does this issue 
already addressed in latest Ubuntu OS distro ?

  Thanks in advance!

  Sincerely,
  Murthy Bhat

  Call trace:
  smartpqi :92:00.0: removed 5:0:2:0 3d1701cf2001 Direct-Access ATA 
ST1000NX0303 AIO+ qd=32
  [ 1199.201495] Buffer I/O error on dev sdk, logical block 244190645, async 
page read
  [ 1343.006515] sdn:
  [ 1358.264503] INFO: task kworker/173:1:1620 blocked for more than 120 
seconds.
  [ 1358.271550] Tainted: G OE 4.13.0-36-generic #40~16.04.1-Ubuntu
  [ 1358.278966] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 1358.286806] kworker/173:1 D 0 1620 2 0x
  [ 1358.286832] Workqueue: events pqi_rescan_worker [smartpqi]
  [ 1358.286836] Call trace:
  [ 1358.286844] [] __switch_to+0x90/0xa8
  [ 1358.286855] [] __schedule+0x35c/0x8b0
  [ 1358.286858] [] schedule+0x34/0x90
  [ 1358.286865] [] blk_mq_freeze_queue_wait+0x70/0xd8
  [ 1358.286869] [] blk_mq_freeze_queue+0x28/0x38
  [ 1358.286873] [] blk_freeze_queue+0x20/0x30
  [ 1358.286878] [] blk_cleanup_queue+0x78/0x128
  [ 1358.286883] [] __scsi_remove_device+0x64/0x128
  [ 1358.286884] [] scsi_remove_device+0x30/0x48
  [ 1358.286887] [] scsi_remove_target+0x188/0x1c8
  [ 1358.286899] [] sas_rphy_remove+0x78/0x98 
[scsi_transport_sas]
  [ 1358.286907] [] sas_port_delete+0x38/0x160 
[scsi_transport_sas]
  [ 1358.286918] [] pqi_free_sas_port+0x4c/0x88 [smartpqi]
  [ 1358.286926] [] pqi_remove_sas_device+0x24/0x38 [smartpqi]
  [ 1358.286933] [] pqi_update_device_list+0x520/0x818 
[smartpqi]
  [ 1358.286939] [] pqi_scan_scsi_devices+0x420/0x980 
[smartpqi]
  [ 1358.286946] [] pqi_rescan_worker+0x24/0x30 [smartpqi]
  [ 1358.286955] [] process_one_work+0x14c/0x420
  [ 1358.286957] [] worker_thread+0x12c/0x470
  [ 1358.286961] [] kthread+0x108/0x138
  [ 1358.286963] [] ret_from_fork+0x10/0x30
  [ 1358.287045] INFO: task pain:6788 blocked for more than 120 seconds.
  [ 1358.293326] Tainted: G OE 4.13.0-36-generic #40~16.04.1-Ubuntu
  [ 1358.300730] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 1358.308567] pain D 0 6788 6633 0x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781578/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788222] Re: Bugfix for handling of shadow doorbell buffer

2018-09-06 Thread Marcelo Cerri
The 4.4 xenial kernel is not affected by the problem.

** No longer affects: linux (Ubuntu Xenial)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-gcp in Ubuntu.
https://bugs.launchpad.net/bugs/1788222

Title:
  Bugfix for handling of shadow doorbell buffer

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-gcp package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Cosmic:
  Fix Committed

Bug description:
  This request is to pull in the following patch for NVMe bug from
  https://lore.kernel.org/patchwork/patch/974880/ in the linux-gcp
  kernel:

  ===
  This patch adds full memory barrier into nvme_dbbuf_update_and_check_event
  function to ensure that the shadow doorbell is written before reading
  EventIdx from memory. This is a critical bugfix for initial patch that
  added support for shadow doorbell into NVMe driver[...].

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788222/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1789934] Re: [18.10 FEAT] Add kernel config options for SMC-R/D

2018-09-06 Thread Seth Forshee
We already had e82f2e31f5597a3de44bd27b7427f577f637c552 as it was part
of 4.18. Added the other and the config update.

** Changed in: linux (Ubuntu)
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1789934

Title:
  [18.10 FEAT] Add kernel config options for SMC-R/D

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Add folliowing options for SMC-R/D

  CONFIG_SMC=m
  CONFIG_SMC_DIAG=m
  CONFIG_ISM=m

  
  Already provided 
  CONFIG_HAVE_PNETID with bugzilla 
  https://bugzilla.linux.ibm.com/show_bug.cgi?id=167251
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786902

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1789934/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788686] Missing required logs.

2018-09-06 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1788686

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788686

Title:
  Acer laptop does not boot Ubuntu 16.04.5

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  ***
  *** Please change package to the appropriate one
  ***

  Trying to boot Acer laptop () from USB2 key on USB3 port with Ubuntu
  16.04.5 LTS fails as per attached screenshots.

  This is reproducible.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-133.159-generic 4.4.134
  Uname: Linux 4.4.0-133-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 23 15:11:08 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-07-22 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788686/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791080] Re: Xenial update to 4.4.144 stable release

2018-09-06 Thread Stefan Bader
Continue Spectre v4 review:
* x86/speculation: Update Speculation Control microcode
  blacklist
  -> skip, we do not carry the blacklist
* x86/speculation: Correct Speculation Control
  microcode blacklist again
  -> skip, again firmware blacklist
* x86/speculation: Clean up various Spectre related
  details
  -> pick, adjusted to match intended goals (low risk
 as this is only removing line breaks or updating
 printks).
* x86/speculation: Add  dependency
  -> skip, no change
* x86/spectre_v2: Don't check microcode versions when
  running under hypervisors
  -> skip, we do not check for bad microcode versions
* x86/speculation: Use IBRS if available before calling
  into firmware
  -> pick, adapted to current environment. We already
 had alternative_msr_write() ported.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791080

Title:
  Xenial update to 4.4.144 stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The 4.4.144 upstream stable
 patch set is now available. It should be included in the Ubuntu
 kernel as well.

 git://git.kernel.org/

  TEST CASE: TBD

 The following patches from the 4.4.144 stable release shall be
  applied:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791080/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788686] Re: Acer laptop does not boot Ubuntu 16.04.5

2018-09-06 Thread Paul White
** Package changed: gedit (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788686

Title:
  Acer laptop does not boot Ubuntu 16.04.5

Status in linux package in Ubuntu:
  New

Bug description:
  ***
  *** Please change package to the appropriate one
  ***

  Trying to boot Acer laptop () from USB2 key on USB3 port with Ubuntu
  16.04.5 LTS fails as per attached screenshots.

  This is reproducible.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-133.159-generic 4.4.134
  Uname: Linux 4.4.0-133-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 23 15:11:08 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-07-22 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1788686/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790594] Re: The system is not able to detect the touchsreen

2018-09-06 Thread Scorpion
Just installing 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2/linux-headers-4.19.0-041900rc2-generic_4.19.0-041900rc2.201809022230_amd64.deb
 i get an error.
sudo dpkg -i 
linux-headers-4.19.0-041900rc2-generic_4.19.0-041900rc2.201809022230_amd64.deb
(Reading database ... 182777 files and directories currently installed.)
Preparing to unpack 
linux-headers-4.19.0-041900rc2-generic_4.19.0-041900rc2.201809022230_amd64.deb 
...
Unpacking linux-headers-4.19.0-041900rc2-generic 
(4.19.0-041900rc2.201809022230) over (4.19.0-041900rc2.201809022230) ...
dpkg: dependency problems prevent configuration of 
linux-headers-4.19.0-041900rc2-generic:
 linux-headers-4.19.0-041900rc2-generic depends on 
linux-headers-4.19.0-041900rc2; however:
  Package linux-headers-4.19.0-041900rc2 is not installed.

dpkg: error processing package linux-headers-4.19.0-041900rc2-generic 
(--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-4.19.0-041900rc2-generic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790594

Title:
  The system is not able to detect the touchsreen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I' m using a tablet that is sold with Windows 10.
  The firmware extracted from the special driver are already available here 
https://github.com/onitake/gsl-firmware/tree/master/firmware/trekstor/surftab7old.
  (I discovered that the Mediacom drivers are the same as those for TrekStor, a 
company that also works with Mediacom.Mediacom Winpad 7.0 W700 corresponds at 
SurfTab wintron 7.0 ST70416-6).
  That repository states that i need to recompile the kernel. 
  I don' t know how here 
https://unix.stackexchange.com/questions/466571/recompile-a-kernel-including-a-firmware?noredirect=1#comment850048_466571
 there is my question about this problem.
  It would be nice if the linux-kernel would support the tablet touchscreen by 
default. 
  My kernel is 4.15.0-33-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-33-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: bytcrrt5651 [bytcr-rt5651], device 0: 3 []
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vegito 1554 F pulseaudio
   /dev/snd/controlC0:  vegito 1554 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Audio'/'Intel HDMI/DP LPE Audio'
 Mixer name : ''
 Components : ''
 Controls  : 11
 Simple ctrls  : 1
  Card1.Amixer.info:
   Card hw:1 'bytcrrt5651'/'bytcr-rt5651'
 Mixer name : ''
 Components : ''
 Controls  : 243
 Simple ctrls  : 213
  CurrentDesktop: LXDE
  Date: Tue Sep  4 09:57:45 2018
  HibernationDevice: RESUME=UUID=f8f953f2-ceb9-4989-9564-a4ba2fed3fd4
  InstallationDate: Installed on 2018-08-21 (13 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MEDIACOM WinPad 7 W10 - WPW700
  PciMultimedia:
   
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/lubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8723bs
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2015
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: MC.G.WI71C.MGBMRBA03
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name
  dmi.board.vendor: Type2 - Board Manufacturer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrMC.G.WI71C.MGBMRBA03:bd11/16/2015:svnMEDIACOM:pnWinPad7W10-WPW700:pvrType1-TBDbyOEM:rvnType2-BoardManufacturer:rnType2-BoardProductName:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Type1 - Family
  dmi.product.name: WinPad 7 W10 - WPW700
  dmi.product.ver

[Kernel-packages] [Bug 1788686] [NEW] Acer laptop does not boot Ubuntu 16.04.5

2018-09-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

***
*** Please change package to the appropriate one
***

Trying to boot Acer laptop () from USB2 key on USB3 port with Ubuntu
16.04.5 LTS fails as per attached screenshots.

This is reproducible.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-133.159-generic 4.4.134
Uname: Linux 4.4.0-133-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Aug 23 15:11:08 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-07-22 (397 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial
-- 
Acer laptop does not boot Ubuntu 16.04.5
https://bugs.launchpad.net/bugs/1788686
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791015] Re: Problems with touchpad

2018-09-06 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791015

Title:
  Problems with touchpad

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Version: Ubuntu 18.04.1 LTS

  Laptop: Satellite R630

  The Touchpad doesnt work

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruben  1166 F pulseaudio
  Date: Thu Sep  6 09:02:15 2018
  InstallationDate: Installed on 2018-08-12 (24 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: TOSHIBA Satellite R630
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=79f7d43d-b31f-44aa-9f51-ddb542e69e1b ro quiet splash vt.handoff=1
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/20/2010
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.40
  dmi.board.asset.tag: 00
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.40:bd07/20/2010:svnTOSHIBA:pnSatelliteR630:pvrPT31LE-00P00HGR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.family: 00
  dmi.product.name: Satellite R630
  dmi.product.version: PT31LE-00P00HGR
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791015/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790905] Re: package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to install/upgrade: installed linux-image-4.15.0-33-generic package pre-removal script subprocess returned

2018-09-06 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790905

Title:
  package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to
  install/upgrade: installed linux-image-4.15.0-33-generic package pre-
  removal script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I don't know what happen after I updated Ubuntu. Now my speakers are
  not working. It shows dummy output in Sound Setting. I tried to search
  on net but none of the solution worked for me. Please help

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  AptOrdering:
   linux-generic:amd64: Remove
   linux-image-generic:amd64: Remove
   linux-image-4.15.0-33-generic:amd64: Remove
   linux-image-unsigned-4.15.0-33-generic:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Wed Sep  5 21:35:12 2018
  ErrorMessage: installed linux-image-4.15.0-33-generic package pre-removal 
script subprocess returned error exit status 1
  HibernationDevice: RESUME=UUID=a8ac24cf-125b-48f3-9d3d-8625a57a061c
  InstallationDate: Installed on 2018-07-18 (48 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 5986:210f Acer, Inc 
   Bus 001 Device 002: ID 0bda:0821 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80XL
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=d45cd3c9-bc33-4ff7-8960-736eb1e90811 ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions: grub-pc 2.02-2ubuntu8.3
  SourcePackage: linux
  Title: package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to 
install/upgrade: installed linux-image-4.15.0-33-generic package pre-removal 
script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 4WCN40WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-15IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr4WCN40WW:bd04/13/2018:svnLENOVO:pn80XL:pvrLenovoideapad320-15IKB:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad320-15IKB:
  dmi.product.family: ideapad 320-15IKB
  dmi.product.name: 80XL
  dmi.product.version: Lenovo ideapad 320-15IKB
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790905/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788764] Re: linux: 3.13.0-158.208 -proposed tracker

2018-09-06 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-testing/trusty/3.13.0-158.208
/trusty-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788764

Title:
  linux: 3.13.0-158.208 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the  upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  backports: bug 1788765 (linux-lts-trusty)
  derivatives:
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1788764/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790594] Re: The system is not able to detect the touchsreen

2018-09-06 Thread Scorpion
Yes i can try so this kernel will support the silead module (or touchscreen 
somehow)?
I should use 
`git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
 v4.19-rc2` and the apply the patches?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790594

Title:
  The system is not able to detect the touchsreen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I' m using a tablet that is sold with Windows 10.
  The firmware extracted from the special driver are already available here 
https://github.com/onitake/gsl-firmware/tree/master/firmware/trekstor/surftab7old.
  (I discovered that the Mediacom drivers are the same as those for TrekStor, a 
company that also works with Mediacom.Mediacom Winpad 7.0 W700 corresponds at 
SurfTab wintron 7.0 ST70416-6).
  That repository states that i need to recompile the kernel. 
  I don' t know how here 
https://unix.stackexchange.com/questions/466571/recompile-a-kernel-including-a-firmware?noredirect=1#comment850048_466571
 there is my question about this problem.
  It would be nice if the linux-kernel would support the tablet touchscreen by 
default. 
  My kernel is 4.15.0-33-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-33-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: bytcrrt5651 [bytcr-rt5651], device 0: 3 []
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vegito 1554 F pulseaudio
   /dev/snd/controlC0:  vegito 1554 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Audio'/'Intel HDMI/DP LPE Audio'
 Mixer name : ''
 Components : ''
 Controls  : 11
 Simple ctrls  : 1
  Card1.Amixer.info:
   Card hw:1 'bytcrrt5651'/'bytcr-rt5651'
 Mixer name : ''
 Components : ''
 Controls  : 243
 Simple ctrls  : 213
  CurrentDesktop: LXDE
  Date: Tue Sep  4 09:57:45 2018
  HibernationDevice: RESUME=UUID=f8f953f2-ceb9-4989-9564-a4ba2fed3fd4
  InstallationDate: Installed on 2018-08-21 (13 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MEDIACOM WinPad 7 W10 - WPW700
  PciMultimedia:
   
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/lubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8723bs
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2015
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: MC.G.WI71C.MGBMRBA03
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name
  dmi.board.vendor: Type2 - Board Manufacturer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrMC.G.WI71C.MGBMRBA03:bd11/16/2015:svnMEDIACOM:pnWinPad7W10-WPW700:pvrType1-TBDbyOEM:rvnType2-BoardManufacturer:rnType2-BoardProductName:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Type1 - Family
  dmi.product.name: WinPad 7 W10 - WPW700
  dmi.product.version: Type1 - TBD by OEM
  dmi.sys.vendor: MEDIACOM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790594/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790861] Re: amdgpu.dc dual monitor issues when trying to sleep / power off the monitors

2018-09-06 Thread Giacomo Graziosi
Did the test on 4.19.0-041900rc2-generic, issue is still there.

** Tags added: bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790861

Title:
  amdgpu.dc dual monitor issues when trying to sleep / power off the
  monitors

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a problem with my dual monitor setup on an AMD RX 580: when I lock the 
screen and Gnome try to power off both monitors the following happens:
  1) the second monitor goes to sleep before the first one, this is normal and 
expected because the first monitor has a longer time to sleep
  2) after some seconds the second monitor turn on back again and prevents the 
first one to sleep at all
  3) gnome detects inactivity on the lock screen for some time and try to power 
off the monitors again
  4) step 1 all over again in an infinite loop

  When I login back from the lock screen the windows inside my Gnome
  session can sometimes be rearranged from one screen to the other.

  After discovering this behavior I tried to power off the monitors
  manually with `xset dpms force off` and I can confirm that the same
  happens: the monitors wont really power off because the second one
  turns back on and prevents the first one to sleep.

  My guess was that somehow when the second monitor was turning off it
  delivered some kind of "monitors changed, you should reset" message to
  the GPU which in order did some kind of "reset everything and power on
  the monitors back again" action.

  Searching for a fix to this problem I tried to upgrade my amdgpu mesa
  drivers using the oibaf/graphics-drivers ppa and after this I tried to
  upgrade my whole distribution too, moving from bionic to cosmic.

  Nothing worked.

  In the end I discovered the existence of amdgpu.dc and tried to
  disable it with `GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dc=0"`, this did
  the trick but it is still a workaround.

  I'm not sure this is the right place to report this kind of issues but as the 
issue is somehow critical (the first I entered the power on/off loop I didn't 
notice it and my monitor cycled power for two hours) I hope this will help 
other people.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.17.0-9-generic.
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 30'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,104385b0,00100302'
 Controls  : 50
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf7e6 irq 31'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100700'
 Controls  : 42
 Simple ctrls  : 6
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.10
  HibernationDevice: RESUME=UUID=7cd1c323-140b-4412-a67a-c46d90a91ff2
  InstallationDate: Installed on 2018-09-01 (3 days ago)
  InstallationMedia: Ubuntu-Server 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  MachineType: ASUS All Series
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=edb6f869-3d1b-4726-bbf1-44b736abfe2b ro amdgpu.dc=0
  ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
  RelatedPackageVersions:
   linux-restricted-modules-4.17.0-9-generic N/A
   linux-backports-modules-4.17.0-9-generic  N/A
   linux-firmware1.174
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  Tags:  cosmic
  Uname: Linux 4.17.0-9-generic x86_64
  UpgradeStatus: Upgraded to cosmic on 2018-09-04 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 08/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd08/15/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-C:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: ASUS MB
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790861/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/

[Kernel-packages] [Bug 1790888] Re: touchpad not detected/ not working

2018-09-06 Thread lucian
Hi,

tested  with Kernel 19, same result.
'kernel-bug-exists-upstream'.
"Confirmed".

it's a new laptop with the1st installation

in AIDA96 windows the HID was identified as
[ Human Interface Devices / I2C HID Device ]
 Device Properties:
Driver Description  I2C HID Device
Driver Date  21/06/2006
Driver Version  10.0.17134.1
Driver Provider  Microsoft
INF File  hidi2c.inf
INF Section  hidi2c_Device.NT
Hardware ID  ACPI\VEN_UNIW&DEV_0001

Is it any manner to force it using  the kernel  I2C-HID driver

thanks

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790888

Title:
  touchpad not detected/ not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  docs attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-04 (1 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 4.18.5-041805-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790888/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1790888] Re: touchpad not detected/ not working

2018-09-06 Thread lucian
Hi,

tested  with Kernel 19, same result.
'kernel-bug-exists-upstream'.
"Confirmed".

it's a new laptop with the1st installation

in AIDA96 windows the HID was identified as
[ Human Interface Devices / I2C HID Device ]
 Device Properties:
Driver Description  I2C HID Device
Driver Date  21/06/2006
Driver Version  10.0.17134.1
Driver Provider  Microsoft
INF File  hidi2c.inf
INF Section  hidi2c_Device.NT
Hardware ID  ACPI\VEN_UNIW&DEV_0001

Is it any manner to force it using  the kernel  I2C-HID driver

thanks

On Thu, 6 Sep 2018 at 18:11, Joseph Salisbury
 wrote:
>
> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?
>
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.19 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1790888
>
> Title:
>   touchpad not detected/ not working
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   docs attached
>   ---
>   ProblemType: Bug
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   CurrentDesktop: ubuntu:GNOME
>   DistroRelease: Ubuntu 18.04
>   InstallationDate: Installed on 2018-09-04 (1 days ago)
>   InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
> (20180725)
>   NonfreeKernelModules: nvidia_modeset nvidia
>   Package: linux (not installed)
>   Tags:  bionic
>   Uname: Linux 4.18.5-041805-generic x86_64
>   UnreportableReason: The running kernel is not an Ubuntu kernel
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
>   _MarkForUpload: True
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790888/+subscriptions

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790888

Title:
  touchpad not detected/ not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  docs attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-04 (1 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 4.18.5-041805-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790888/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790880] Re: apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS

2018-09-06 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Package changed: linux-hwe (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790880

Title:
  apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I cannot get the source code and therefore cannot build a driver for
  Ubuntu 18.04.1 LTS

  See link

  https://ubuntuforums.org/showthread.php?t=2397649

  Other people have seen the same problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790880/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1791030] Re: package linux-image-extra-4.4.0-131-generic 4.4.0-131.157 failed to install/upgrade: package linux-image-extra-4.4.0-131-generic is not ready for configuration cann

2018-09-06 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1791030

Title:
  package linux-image-extra-4.4.0-131-generic 4.4.0-131.157 failed to
  install/upgrade: package linux-image-extra-4.4.0-131-generic is not
  ready for configuration  cannot configure (current status 'half-
  installed')

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  bug during update (???)
  Cordially

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-131-generic 4.4.0-131.157
  ProcVersionSignature: Ubuntu 4.4.0-134.160-generic 4.4.140
  Uname: Linux 4.4.0-134-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eric   6073 F pulseaudio
   /dev/snd/seq:timidity   1500 F timidity
  Date: Thu Sep  6 09:48:42 2018
  ErrorMessage: package linux-image-extra-4.4.0-131-generic is not ready for 
configuration  cannot configure (current status 'half-installed')
  HibernationDevice: RESUME=UUID=2fd83354-6537-4d4a-9080-0fd25e636274
  InstallationDate: Installed on 2012-07-21 (2237 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120425-15:28
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-134-generic 
root=UUID=e2cf79c0-5225-4f68-9c25-bde3c11e9747 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.18
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-extra-4.4.0-131-generic 4.4.0-131.157 failed to 
install/upgrade: package linux-image-extra-4.4.0-131-generic is not ready for 
configuration  cannot configure (current status 'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0301
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z68-V PRO GEN3
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0301:bd09/16/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8Z68-VPROGEN3:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1791030/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790652] Re: Oracle cosmic image does not find broadcom network device in Shape VMStandard2.1

2018-09-06 Thread Joseph Salisbury
** Tags added: cosmic kernel-da-key

** Tags removed: kernel-da-key
** Tags added: kernel-key

** Also affects: linux (Ubuntu Cosmic)
   Importance: High
   Status: Confirmed

** Changed in: linux (Ubuntu Cosmic)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790652

Title:
  Oracle cosmic image does not find broadcom network device in Shape
  VMStandard2.1

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Cosmic:
  Triaged

Bug description:
  I tried to register and boot a cosmic image to verify new changes in it and 
in cloud-init.
  The image failed to bring up networking in the initramfs, and thus failed to 
find iscsi root.
  this could be user error.

  Here is what I did to publish the image.

   - use oci build tool [1].
 following
 
https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/imageimportexport.htm#ImportinganImage
   - Download a livefs build from cloudware
 https://launchpad.net/~cloudware/+livefs/ubuntu/cosmic/cpc/
 example: livecd.ubuntu-cpc.oracle_bare_metal.img
 My image had version 20180821.1

   - oci os bucket create --name=smoser-devel
   - oci os object put \
--parallel-upload-count=4 \
--part-size=10 \
--bucket-name=smoser-devel \
--file=/tmp/livecd.ubuntu-cpc.oracle_bare_metal.img \
--name=cosmic-20180821.1.img

   - import the object
  $ oci compute image import from-object \
  --display-name=smoser-cosmic-20180821.1.img \
  --launch-mode=NATIVE \
  --namespace=intcanonical \
  --bucket-name=smoser-devel \
  --name=cosmic-20180821.1.img \
  --source-image-type=QCOW2

  Then I launched from the web UI a VM.Standard2.1.

  --
   https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790652/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790688] Re: x86/pti: 32-Bit x86 systems support already available.

2018-09-06 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790688

Title:
  x86/pti: 32-Bit x86 systems support already available.

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hello.

  Linux kernel v4.19 release candidate [1], finally have kernel page-
  table isolation ('PTI', previously known as 'KAISER') support for
  x86_32 architecture. As we know, 'PTI' provides protection against
  attack, known as the "Meltdown" (CVE-2017-5754), that breaks isolation
  between user applications and the operating system etc. However,
  kernel page-table isolation wasn't available on 32-Bit x86 systems.
  Until now.

  So, I would like to ask a question: are there any plans to backport
  kernel page-table isolation patches for Linux kernels available in
  "Trusty"/14.04, "Xenial"/16.04 and "Bionic"/18.04 releases etc.? I
  mean x86_32 bit architecture, of course. I'm asking, because it seems,
  that pretty much no developers run 32-bit any more. However, there
  still are many 32-bit users out there.

  For more informations about how 'PTI' was implementing on 32-Bit x86
  architecture, plase check - for example - commit '7757d607c6b31'
  ("x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32"). Here are
  messages about 'PTI' support (PATCH v7, v8) for x86_32 [1]. Next,
  'PTI' fixes for x86-32 [2] and more patches related to 'x86/mm/pti'
  [3]. There is also a short report for the first half of the 4.19
  kernel merge window [4].

  I'm sorry for such a long message, but I'm very happy that 'PTI'
  support is already available for x86_32 architecture and I hope, that
  it will be backported to all Ubuntu LTS releases etc.

  Thanks, best regards.
  __

  [1] http://lkml.iu.edu/hypermail/linux/kernel/1807.1/03578.html (please see 
every next patches etc.)
  http://lkml.iu.edu/hypermail/linux/kernel/1807.1/03181.html 
  http://lkml.iu.edu/hypermail/linux/kernel/1807.2/02790.html 
  [2] http://lkml.iu.edu/hypermail/linux/kernel/1808.0/05516.html
  [3] http://lkml.iu.edu/hypermail/linux/kernel/1807.1/03161.html
  [4] https://lwn.net/Articles/762566/ (See "Architecture-specific" changes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790688/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790739] Re: kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride setting and block size less than 4096

2018-09-06 Thread Joseph Salisbury
Would it be possible for you to test the proposed kernel and post back if it 
resolves this bug?
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to 
enable and use -proposed. 

Thank you in advance!

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Trusty)
   Status: New => Incomplete

** Changed in: linux (Ubuntu Trusty)
   Importance: Undecided => High

** Tags added: needs-bisect

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790739

Title:
  kernel 3.13.0-157 breaks ext2/ext3 filesystem with non-zero stride
  setting and block size less than 4096

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Trusty:
  Incomplete

Bug description:
  Kernel 3.13.0-157 causes errors writing to an ext2 or ext3 filesystem with a 
non-zero stride setting.
  The issue does not happen with kernel 3.13.0-155.

  Steps to reproduce:

  root@manager:~# mkdir mnt 

 
  root@manager:~# dd if=/dev/zero of=file.img bs=1MB count=32   

   
  [...]
  root@manager:~# mke2fs -E stride=256 file.img 

   
  [...]
  root@manager:~# mount -o loop file.img mnt/   

   
  root@manager:~# dd if=/dev/zero of=mnt/bigfile bs=1MB count=20

  
  dd: error writing ‘mnt/bigfile’: No space left on device
  16+0 records in
  15+0 records out
  15937536 bytes (16 MB) copied, 0.0780797 s, 204 MB/s
  root@manager:~# df -h
  [...]
  /dev/loop0  30M   16M   13M  56% /root/mnt

  
  The relevant lines from syslog are:
  Sep  4 23:16:40 manager kernel: [ 2385.432802] EXT4-fs (loop0): mounted 
filesystem with ordered data mode. Opts: (null)
  Sep  4 23:19:22 manager kernel: [ 2546.581246] EXT4-fs (loop0): mounting ext2 
file system using the ext4 subsystem
  Sep  4 23:19:22 manager kernel: [ 2546.581610] EXT4-fs (loop0): mounted 
filesystem without journal. Opts: (null)
  Sep  4 23:19:26 manager kernel: [ 2550.695870] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  Sep  4 23:19:26 manager kernel: [ 2550.720622] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  Sep  4 23:19:26 manager kernel: [ 2550.723530] EXT4-fs error (device loop0): 
ext4_validate_block_bitmap:376: comm dd: bg 3: block 25714: invalid block bitmap
  [...]

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-157-generic 3.13.0-157.207
  ProcVersionSignature: Ubuntu 3.13.0-157.207-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-157-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep  4 22:37 seq
   crw-rw 1 root audio 116, 33 Sep  4 22:37 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Tue Sep  4 23:07:52 2018
  HibernationDevice: RESUME=UUID=025ae749-5b92-41f8-9ae8-fa27251e7e49
  InstallationDate: Installed on 2013-09-26 (1804 days ago)
  InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release 
amd64 (20120817.3)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-157-generic 
root=/dev/mapper/hostname--pro-root ro nosplash nomodeset ipv6.disable=0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-157-generic N/A
   linux-backports-modules-3.13.0-157-generic  N/A
   linux-firmware  1.127.24
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  StagingDrivers: bpctl_mod
  UpgradeStatus: Upgraded to trusty on 2018-04-17 (140 days ago)
  dmi.bios.date: 07/10/2014
  dmi.bios.v

[Kernel-packages] [Bug 1766993] Re: dpkg-reconfigure bcmwl-kernel-source : modprobe: ERROR: could not insert 'wl': Exec format error

2018-09-06 Thread Seb Bonnard
I was building the kernel module with the wrong gcc version.

I was using gcc version 4.9 instead of the original gcc-4.8 from Ubuntu
LTS Trusty 14.04.5

Sorry for this bug which wasn't one.

** Changed in: bcmwl (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1766993

Title:
  dpkg-reconfigure bcmwl-kernel-source : modprobe: ERROR: could not
  insert 'wl': Exec format error

Status in bcmwl package in Ubuntu:
  Invalid

Bug description:
  Hi,

  The bcmwl driver cannot be build upon the linux-header
  v4.4.0-121-generic :

  $ sudo dpkg-reconfigure bcmwl-kernel-source 
  [sudo] password for sebastien:  
  Removing all DKMS Modules
  Done.
  Loading new bcmwl-6.30.223.248+bdcom DKMS files...
  Building only for 4.4.0-121-generic
  Building for architecture x86_64
  Building initial module for 4.4.0-121-generic
  Done.

  wl:
  Running module version sanity check.
   - Original module
 - No original module exists within this kernel
   - Installation
 - Installing to /lib/modules/4.4.0-121-generic/updates/dkms/

  depmod

  DKMS: install completed.
  modprobe: ERROR: could not insert 'wl': Exec format error
  update-initramfs: deferring update (trigger activated)
  Traitement des actions différées (« triggers ») pour initramfs-tools 
(0.103ubuntu4.10) ...
  update-initramfs: Generating /boot/initrd.img-4.4.0-121-generic
  Traitement des actions différées (« triggers ») pour shim-signed 
(1.32~14.04.2+0.9+1474479173.6c180c6-1ubuntu1) ...
  Secure Boot not enabled on this system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-121.145~14.04.1-generic 4.4.117
  Uname: Linux 4.4.0-121-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.27
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Apr 26 00:03:47 2018
  InstallationDate: Installed on 2016-09-22 (580 days ago)
  InstallationMedia: Kubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 
(20160803)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1766993/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790880] [NEW] apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS

2018-09-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I cannot get the source code and therefore cannot build a driver for
Ubuntu 18.04.1 LTS

See link

https://ubuntuforums.org/showthread.php?t=2397649

Other people have seen the same problem.

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Incomplete

-- 
apt-get source linux-image-$(uname -r) does not work on 18.04.1 LTS
https://bugs.launchpad.net/bugs/1790880
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790636] Re: Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

2018-09-06 Thread Joseph Salisbury
** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790636

Title:
  Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  New
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == Comment: #0 - Michael Ranweiler - 2018-09-04 01:38:39 ==

  Problem:
  ---
  Kernel panics and Hardlockup messages when kernel crash was triggered to test 
kdump.
   
  There are two patches for a problem during a kernel crash:
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=de6e5d38417e6cdb005843db420a2974993d36ff

  And:
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c0beffc4f4c658fde86d52c837e784326e9cc875

  Only the first was marked for stable (and is currently present in
  18.04.1), but both should really be included to fix the problems in
  the commit log.  Can you include the second one, too?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1790636/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790861] Re: amdgpu.dc dual monitor issues when trying to sleep / power off the monitors

2018-09-06 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790861

Title:
  amdgpu.dc dual monitor issues when trying to sleep / power off the
  monitors

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a problem with my dual monitor setup on an AMD RX 580: when I lock the 
screen and Gnome try to power off both monitors the following happens:
  1) the second monitor goes to sleep before the first one, this is normal and 
expected because the first monitor has a longer time to sleep
  2) after some seconds the second monitor turn on back again and prevents the 
first one to sleep at all
  3) gnome detects inactivity on the lock screen for some time and try to power 
off the monitors again
  4) step 1 all over again in an infinite loop

  When I login back from the lock screen the windows inside my Gnome
  session can sometimes be rearranged from one screen to the other.

  After discovering this behavior I tried to power off the monitors
  manually with `xset dpms force off` and I can confirm that the same
  happens: the monitors wont really power off because the second one
  turns back on and prevents the first one to sleep.

  My guess was that somehow when the second monitor was turning off it
  delivered some kind of "monitors changed, you should reset" message to
  the GPU which in order did some kind of "reset everything and power on
  the monitors back again" action.

  Searching for a fix to this problem I tried to upgrade my amdgpu mesa
  drivers using the oibaf/graphics-drivers ppa and after this I tried to
  upgrade my whole distribution too, moving from bionic to cosmic.

  Nothing worked.

  In the end I discovered the existence of amdgpu.dc and tried to
  disable it with `GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.dc=0"`, this did
  the trick but it is still a workaround.

  I'm not sure this is the right place to report this kind of issues but as the 
issue is somehow critical (the first I entered the power on/off loop I didn't 
notice it and my monitor cycled power for two hours) I hope this will help 
other people.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.17.0-9-generic.
  ApportVersion: 2.20.10-0ubuntu9
  Architecture: amd64
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 30'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,104385b0,00100302'
 Controls  : 50
 Simple ctrls  : 22
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf7e6 irq 31'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100700'
 Controls  : 42
 Simple ctrls  : 6
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 18.10
  HibernationDevice: RESUME=UUID=7cd1c323-140b-4412-a67a-c46d90a91ff2
  InstallationDate: Installed on 2018-09-01 (3 days ago)
  InstallationMedia: Ubuntu-Server 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  MachineType: ASUS All Series
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-9-generic 
root=UUID=edb6f869-3d1b-4726-bbf1-44b736abfe2b ro amdgpu.dc=0
  ProcVersionSignature: Ubuntu 4.17.0-9.10-generic 4.17.17
  RelatedPackageVersions:
   linux-restricted-modules-4.17.0-9-generic N/A
   linux-backports-modules-4.17.0-9-generic  N/A
   linux-firmware1.174
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  Tags:  cosmic
  Uname: Linux 4.17.0-9-generic x86_64
  UpgradeStatus: Upgraded to cosmic on 2018-09-04 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin lxd plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 08/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2103
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-C
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chas

[Kernel-packages] [Bug 1790602] Re: Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state disabled (performance)

2018-09-06 Thread Joseph Salisbury
** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790602

Title:
  Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next
  state disabled (performance)

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == Comment: #0 - Michael Ranweiler  - 2018-09-04
  00:50:14 ==

  The CPUs remain in snooze state on an idle system when only the
  shallow states disabled resulting in increased power consumption.

  The commit 78eaa10f027c ("cpuidle: powernv/pseries: Auto-promotion of  snooze 
to deeper idle state") introduced a timeout for the snooze idle state so that 
it could be eventually be promoted to a deeper idlestate. The snooze 
timeout value is static and set to the target  residency of the next idle 
state, which would train the cpuidle governor to pick the next idle state 
eventually.
  
  The unfortunate side-effect of this is that if the next idle state(s)  is 
disabled, the CPU will forever remain in snooze, despite the fact that the 
system is completely idle, and other deeper idle states are available.
  
  This patch fixes the issue by dynamically setting the snooze timeout  to the 
target residency of the next enabled state on the device.
  
  Before Patch:
POWER8 : Only nap disabled.
$ cpupower monitor sleep 30
sleep took 30.01297 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | Nap  | Fast
   0|   8|   0| 96.41|  0.00|  0.00
   0|   8|   1| 96.43|  0.00|  0.00
   0|   8|   2| 96.47|  0.00|  0.00
   0|   8|   3| 96.35|  0.00|  0.00
   0|   8|   4| 96.37|  0.00|  0.00
   0|   8|   5| 96.37|  0.00|  0.00
   0|   8|   6| 96.47|  0.00|  0.00
   0|   8|   7| 96.47|  0.00|  0.00
  
  POWER9: Shallow states (stop0lite, stop1lite, stop2lite, stop0, stop1, stop2) 
disabled:
$ cpupower monitor sleep 30
sleep took 30.05033 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | stop | stop | stop | stop | stop | stop | stop | 
stop
   0|  16|   0| 89.79|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   1| 90.12|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   2| 90.21|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
   0|  16|   3| 90.29|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
 0.00
  


  After Patch:
POWER8 : Only nap disabled.
$ cpupower monitor sleep 30
sleep took 30.01200 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | Nap  | Fast
   0|   8|   0| 16.58|  0.00| 77.21
   0|   8|   1| 18.42|  0.00| 75.38
   0|   8|   2|  4.70|  0.00| 94.09
   0|   8|   3| 17.06|  0.00| 81.73
   0|   8|   4|  3.06|  0.00| 95.73
   0|   8|   5|  7.00|  0.00| 96.80
   0|   8|   6|  1.00|  0.00| 98.79
   0|   8|   7|  5.62|  0.00| 94.17
  
POWER9: Shallow states (stop0lite, stop1lite, stop2lite, stop0, stop1,  
stop2) disabled:
  
$ cpupower monitor sleep 30
sleep took 30.02110 seconds and exited with status 0
  |Idle_Stats
PKG |CORE|CPU | snoo | stop | stop | stop | stop | stop | stop | stop | 
stop
   0|   0|   0|  0.69|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  9.39| 
89.70
   0|   0|   1|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.05| 
93.21
   0|   0|   2|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
89.93
   0|   0|   3|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00|  0.00| 
93.26

  
  This fix  (commit 0a4ec6aa035a "cpuidle: powernv: Fix promotion from snooze 
if next state disabled") is in the -next branch of the powerpc tree and 
upstream:https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/cpuidle/cpuidle-powernv.c?id=0a4ec6aa035a52c422eceb2ed51ed88392a3d6c2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1790602/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790888] Re: touchpad not detected/ not working

2018-09-06 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790888

Title:
  touchpad not detected/ not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  docs attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-09-04 (1 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  Tags:  bionic
  Uname: Linux 4.18.5-041805-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790888/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790991] Re: package linux-image-4.15.0-30-generic 4.15.0-30.32 failed to install/upgrade: installed linux-image-4.15.0-30-generic package pre-removal script subprocess returned

2018-09-06 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790991

Title:
  package linux-image-4.15.0-30-generic 4.15.0-30.32 failed to
  install/upgrade: installed linux-image-4.15.0-30-generic package pre-
  removal script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Impossible to boot the operating system since it wasn't able to detect
  2 external USB drives that should be unmounted, maybe was caused by a
  false unmount of those devices

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-30-generic 4.15.0-30.32
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-33-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: MID [HDA Intel MID], device 0: CX20585 Analog [CX20585 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  antonio 883 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xd540 irq 31'
 Mixer name : 'Conexant CX20585'
 Components : 'HDA:14f15069,104313f3,00100302 
HDA:80862804,80860101,0010'
 Controls  : 26
 Simple ctrls  : 9
  Date: Wed Sep  5 15:37:19 2018
  ErrorMessage: installed linux-image-4.15.0-30-generic package pre-removal 
script subprocess returned error exit status 1
  InstallationDate: Installed on 2018-06-09 (88 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: ASUSTeK Computer Inc. K52F
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=44bcc84e-8292-4053-a854-a6997dcfc6af ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-image-4.15.0-30-generic 4.15.0-30.32 failed to 
install/upgrade: installed linux-image-4.15.0-30-generic package pre-removal 
script subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K52F.218
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K52F
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK52F.218:bd07/12/2011:svnASUSTeKComputerInc.:pnK52F:pvr1.0:rvnASUSTeKComputerInc.:rnK52F:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K52F
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790991/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790594] Re: The system is not able to detect the touchsreen

2018-09-06 Thread Scorpion
Or just install 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2/linux-headers-4.19.0-041900rc2-generic_4.19.0-041900rc2.201809022230_amd64.deb?
 
Is this the correct package?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790594

Title:
  The system is not able to detect the touchsreen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I' m using a tablet that is sold with Windows 10.
  The firmware extracted from the special driver are already available here 
https://github.com/onitake/gsl-firmware/tree/master/firmware/trekstor/surftab7old.
  (I discovered that the Mediacom drivers are the same as those for TrekStor, a 
company that also works with Mediacom.Mediacom Winpad 7.0 W700 corresponds at 
SurfTab wintron 7.0 ST70416-6).
  That repository states that i need to recompile the kernel. 
  I don' t know how here 
https://unix.stackexchange.com/questions/466571/recompile-a-kernel-including-a-firmware?noredirect=1#comment850048_466571
 there is my question about this problem.
  It would be nice if the linux-kernel would support the tablet touchscreen by 
default. 
  My kernel is 4.15.0-33-generic.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-33-generic.
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: bytcrrt5651 [bytcr-rt5651], device 0: 3 []
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vegito 1554 F pulseaudio
   /dev/snd/controlC0:  vegito 1554 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Audio'/'Intel HDMI/DP LPE Audio'
 Mixer name : ''
 Components : ''
 Controls  : 11
 Simple ctrls  : 1
  Card1.Amixer.info:
   Card hw:1 'bytcrrt5651'/'bytcr-rt5651'
 Mixer name : ''
 Components : ''
 Controls  : 243
 Simple ctrls  : 213
  CurrentDesktop: LXDE
  Date: Tue Sep  4 09:57:45 2018
  HibernationDevice: RESUME=UUID=f8f953f2-ceb9-4989-9564-a4ba2fed3fd4
  InstallationDate: Installed on 2018-08-21 (13 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MEDIACOM WinPad 7 W10 - WPW700
  PciMultimedia:
   
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=/dev/mapper/lubuntu--vg-root ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-33-generic N/A
   linux-backports-modules-4.15.0-33-generic  N/A
   linux-firmware 1.173.1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: r8723bs
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2015
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: MC.G.WI71C.MGBMRBA03
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name
  dmi.board.vendor: Type2 - Board Manufacturer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvrMC.G.WI71C.MGBMRBA03:bd11/16/2015:svnMEDIACOM:pnWinPad7W10-WPW700:pvrType1-TBDbyOEM:rvnType2-BoardManufacturer:rnType2-BoardProductName:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Type1 - Family
  dmi.product.name: WinPad 7 W10 - WPW700
  dmi.product.version: Type1 - TBD by OEM
  dmi.sys.vendor: MEDIACOM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790594/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1788603] Re: libvirt fails with failure to open mount namespace

2018-09-06 Thread Andy Whitcroft
Hello Thadeu, or anyone else affected,

Accepted libvirt into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libvirt/4.0.0-1ubuntu8.5 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libvirt (Ubuntu Bionic)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788603

Title:
  libvirt fails with failure to open mount namespace

Status in libvirt package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in libvirt source package in Bionic:
  Fix Committed
Status in linux source package in Bionic:
  New
Status in libvirt source package in Cosmic:
  Fix Released
Status in linux source package in Cosmic:
  In Progress

Bug description:
  [Impact]

   * Libvirt will no more be able to start guests with newer kernels 
 (>=4.18)

   * We brought a fix upstream that we want to backport to potentially 
 affected releases (B+C)

  [Test Case]

  Note: This can but does not have to be tested in nested virtualization (Since 
we need to change the kernel it is probably the preferred way to do it in 
nested, so this is what I describe)
  1. Get a KVM guest with the Release to test (Cosmic as an example) and give 
it a size to be able to host a nested guest
$ sudo apt install uvtool-libvirt
$ uvt-simplestreams-libvirt --verbose sync --source 
http://cloud-images.ubuntu.com/daily arch=amd64 release=cosmic label=daily
$ uvt-kvm create --cpu 8 --memory 4096 --password ubuntu c-nested-kvm-4.18 
arch=amd64 release=cosmic label=daily
$ uvt-kvm ssh c-nested-kvm-4.18
  2. In the guest set up another guest
$ uvt-kvm ssh c-nested-kvm-4.18
$ uvt-simplestreams-libvirt --verbose sync --source 
http://cloud-images.ubuntu.com/daily arch=amd64 release=cosmic label=daily
$ uvt-kvm create --password ubuntu c-nested-guest arch=amd64 release=cosmic 
label=daily
$ sudo apt install uvtool-libvirt
  3. The above will work, now get a kernel >=4.18 e.g. the mainline kernels at
 https://wiki.ubuntu.com/Kernel/MainlineBuilds
 $ wget (link of the day)
 $ sudo dpkg -i *.deb
  4. reboot into the 4.18 kernel
 $ sudo reboot
  5. Start the guest again
 $ virsh start c-nested-guest

  Without fix this will fail like:
error: Failed to start domain c-nested-guest
error: internal error: child reported: Kernel does not provide mount 
namespace: Permission denied

  And an associated Dmesg/Apparmor entry:
  [ 519.529760] audit: type=1400 audit(1535364820.976:27): apparmor="DENIED" 
operation="ptrace" profile="/usr/sbin/libvirtd" pid=1692 comm="libvirtd" 
requested_mask="read" denied_mask="read" 
peer="libvirt-4ae5dbbe-641c-4934-ae7c-956bcc8b9e2f"

  6. In the guest update from PPA/Proposed that you want to test to bring in 
the libvirt package with the updated rules (Example with the PPA).
$ sudo add-apt-repository ppa:ci-train-ppa-service/3381
$ sudo apt upgrade

  7. Start the guest again and it will now work
$ virsh start c-nested-guest

  [Regression Potential]

   * The change is "only" opening up the apparmor profile for libvirt a 
 little bit for the access now being reported as read in addition.
 That should in itself be rather regression free, but in addition it has
 an ack of Jamie Strandboge to be sure from Securities POV (you can 
 follow the upstreaming thread at to check:
   https://www.redhat.com/archives/libvir-list/2018-August/msg01597.html

  
  [Other Info]
   
   * This is no issue "yet" but would be one when the Cosmic Kernel becomes 
available as HWE kernel. We'd want to have the apparmor profile in libvirt 
ready at the time so that we never have users see this error in the Field on a 
Released Ubuntu version.

  ---

  $ virsh start cosmic-i386
  error: Failed to start domain cosmic-i386
  error: internal error: child reported: Kernel does not provide mount 
namespace: Permission denied

  Happens with 4.18 only, 4.17 is fine.

  27013 openat(AT_FDCWD, "/proc/

[Kernel-packages] [Bug 1790658] Re: s390/pci: fix out of bounds access during irq setup

2018-09-06 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1790480 ***
https://bugs.launchpad.net/bugs/1790480

** This bug has been marked a duplicate of bug 1790480
   random oopses on s390 systems using NVMe devices

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790658

Title:
  s390/pci: fix out of bounds access during irq setup

Status in Ubuntu on IBM z Systems:
  Triaged
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  New

Bug description:
  == SRU Justification ==

  IBM is requesting this commit (from 4.19) for s390: 
866f3576a72b2233a76dffb80290f8086dc49e17
  It fixes a problem with requesting more interrupts than supported on s390.
  The issue can finally lead to an out of bounds access.

  It needs to be applied to 18.04 and 16.04 (in addition to cosmic).

  == Fix ==

  commit 866f3576a72b2233a76dffb80290f8086dc49e17 upstream.

  During interrupt setup we allocate interrupt vectors, walk the list of msi
  descriptors, and fill in the message data. Requesting more interrupts than
  supported on s390 can lead to an out of bounds access.

  When we restrict the number of interrupts we should also stop walking the
  msi list after all supported interrupts are handled.

  == Regression Potential ==

  Low. The modification is limited to the following two lines in s390/pci:
  ...
  + if (hwirq >= msi_vecs)
  + break;
  ...

  https://lkml.org/lkml/2018/9/3/1125

  == Test Case ==

  A test case will be provided by IBM.
  And the test and verification will also be done by IBM.

  __

  Bug Description:

  s390/pci: fix out of bounds access during irq setup

  During interrupt setup we allocate interrupt vectors, walk the list of msi
  descriptors, and fill in the message data. Requesting more interrupts than
  supported on s390 can lead to an out of bounds access.

  When we restrict the number of interrupts we should also stop walking the
  msi list after all supported interrupts are handled.

  Upstream-ID:  866f3576a72b2233a76dffb80290f8086dc49e17
  kernel 4.19

  Also to be applied to 18.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1790658/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790788] Re: Customize 'crashkernel' parameter is not properly working

2018-09-06 Thread Joseph Salisbury
** Also affects: makedumpfile (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: makedumpfile (Ubuntu Cosmic)
   Importance: High
 Assignee: Thadeu Lima de Souza Cascardo (cascardo)
   Status: In Progress

** Also affects: makedumpfile (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/1790788

Title:
  Customize 'crashkernel' parameter is not properly working

Status in makedumpfile package in Ubuntu:
  In Progress
Status in makedumpfile source package in Xenial:
  New
Status in makedumpfile source package in Bionic:
  New
Status in makedumpfile source package in Cosmic:
  In Progress

Bug description:
  Trying to use crashdump especially in a KVM machine.
  Installation looks fine and the reboot is triggered.
  But it does not work because the kernel does not have a 'crashkernel=' 
parameter.
  Nothing in /proc/cmdline:
  $ cat /proc/cmdline 
  root=LABEL=cloudimg-rootfs

  Issue seems to be in adding the crashkernel line in this snippet:
  # Customize crashkernel= value according to architecture
  ARCH="$(arch)"
  DEF_PRESET="384M-:128M"
  case "$ARCH" in
 s390x)
HAS_CRASHKERNEL="$(grep crashkernel /etc/zipl.conf)" || true
if test -z "$HAS_CRASHKERNEL"; then
   sed -i "/parameters/{s|\"$| crashkernel=${DEF_PRESET}\"|}" 
/etc/zipl.conf
   zipl
fi
   CIO_IGNORE="$(cio_ignore -u -k)"
   sed -i "s/\#KDUMP_CMDLINE_APPEND/KDUMP_CMDLINE_APPEND/" $INITCONFFILE
   sed -i "/KDUMP_CMDLINE_APPEND/{s|\"$| ${CIO_IGNORE}\"|}" 
$INITCONFFILE
  ;;
  esac

  (especially 1st sed stmt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1790788/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1790801] Re: Ubuntu 18.04 touchppad does not work smoothly in Lenono Thinkpad

2018-09-06 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.19 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.19-rc2

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1790801

Title:
  Ubuntu 18.04 touchppad does not work smoothly in Lenono Thinkpad

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hallo,
  The touchpad is not working after installing Ubuntu 18.04.1 LTS in Lenovo 
Thinkpad laptop. After a lot of googling and trying around, I managed to make 
it work in the sense that i could move cursor here and there, but still it has 
numbers of problems. Here is the list of problems it still has:
  1. The scrolling does not work at all, it never worked.

  2. It is dead after each restart and I have to provide this commands to make 
it work, so that the cursor could move. 
sudo modprobe -rv psmouse
sudo modprobe -v psmouse proto=imps

  3. The typing of the keyboard does not work smoothly, which make me really 
difficult to work. For example: I ended up typing this
  ''he list Here is the pr to repoty I want thatoblem of t''
when I want to type:
  'Here is the list of problems that I want to report'

  4. The left and right touch is really hard.

  Here is the information on my touchpad
  1. pooja@pooja-thinkpad-x1:~$ xinput
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Logitech Optical USB Mouse  id=9[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Synaptics TouchPad id=12   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Sleep Buttonid=8[slave  
keyboard (3)]
  ↳ Integrated Camera: Integrated C id=10   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=11   [slave  
keyboard (3)]
  ↳ ThinkPad Extra Buttons  id=13   [slave  
keyboard (3)]

  2. pooja@pooja-thinkpad-x1:~$ xinput list 12
  PS/2 Synaptics TouchPad   id=12   [slave  pointer  (2)]
Reporting 7 classes:
Class originated from: 12. Type: XIButtonClass
Buttons supported: 7
Button labels: "Button Left" "Button Middle" "Button Right" 
"Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz 
Wheel Right"
Button state:
Class originated from: 12. Type: XIValuatorClass
Detail for Valuator 0:
  Label: Rel X
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 12. Type: XIValuatorClass
Detail for Valuator 1:
  Label: Rel Y
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 12. Type: XIValuatorClass
Detail for Valuator 2:
  Label: Rel Horiz Scroll
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 12. Type: XIValuatorClass
Detail for Valuator 3:
  Label: Rel Vert Scroll
  Range: -1.00 - -1.00
  Resolution: 0 units/m
  Mode: relative
Class originated from: 12. Type: XIScrollClass
Scroll info for Valuator 2
  type: 2 (horizontal)
  increment: 15.00
  flags: 0x0
Class originated from: 12. Type: XIScrollClass
Scroll info for Valuator 3
  type: 1 (vertical)
  increment: 15.00
 

  1   2   >