[Kernel-packages] [Bug 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-12-06 Thread Lorn Potter
Still do not see any events, other than in acpi_listen

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-12-06 Thread Lorn Potter
** Attachment added: "acpi.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+attachment/4788375/+files/acpi.log

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-12-05 Thread Lorn Potter
KEY_ROTATE_DISPLAY does not get generated up to user level in that
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-11-29 Thread Lorn Potter
Digging around the thinkpad_acpi.c code, I see there is some code
already for tablet and laptop modes, but for X41t, X60 and others.

Namely tpacpi_input_send_tabletsw(void)
that seems to send SW_TABLET_MODE
(which makes more sense to me than KEY_ROTATE_DISPLAY)

Not sure of this has to do with this , but I see two entries in the 'ThinkPad 
Extra Buttons" event node (as reported by evtest)
Event code 582 (?)
Event code 592 (?)

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-11-29 Thread Lorn Potter
without that thinkpad_acpi patch:
~ $> $sudo acpi_listen
[sudo] password for lorn-potter:
ibm/hotkey LEN0068:00 0080 60c0
PNP0C14:04 00b0 
ibm/hotkey LEN0068:00 0080 60c0
PNP0C14:04 00b0 
ibm/hotkey LEN0068:00 0080 60c0

with the patch:

~ $> $sudo acpi_listen
[sudo] password for lorn-potter:
PNP0C14:04 00b0 
PNP0C14:04 00b0 

The patch does quiet the message to syslog.

Cannot seem to find any input event though.

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-11-29 Thread Lorn Potter
nevermind. I managed to build kernel 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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Triaged

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-11-29 Thread Lorn Potter
don't suppose you have a kernel package you would share? :)

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] Re: cannot use tablet mode lid sensor on yoga 460

2016-11-27 Thread Lorn Potter
log files are linked to another similar bug in the description.

** 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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644670] [NEW] cannot use tablet mode lid sensor on yoga 460

2016-11-24 Thread Lorn Potter
Public bug reported:

See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
machine logs.


I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

[80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard event 
received
[80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
[80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
[80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard event 
received
[80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
[80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

Happens on current kernel in 16.10, and also 4.9 as per the previous
stated launchpad bug.


possible solution ?:
http://comments.gmane.org/gmane.linux.kernel/2058487


We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

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

-- 
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/1644670

Title:
  cannot use tablet mode lid sensor on yoga 460

Status in linux package in Ubuntu:
  New

Bug description:
  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047 for
  machine logs.

  
  I see a message like this in syslog when I put this laptop into tablet mode 
(lid all the way backwards) from 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795214

  [80192.862047] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80192.862053] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80192.862055] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [80194.976875] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [80194.976885] thinkpad_acpi: unhandled HKEY event 0x60c0
  [80194.976889] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net

  Happens on current kernel in 16.10, and also 4.9 as per the previous
  stated launchpad bug.

  
  possible solution ?:
  http://comments.gmane.org/gmane.linux.kernel/2058487

  
  We need this to be handled by whatever input dev node so unity8 can react to 
when the lid it is put into tablet mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644670/+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 1644047] Re: cannot use accelerometer sensor on lenovo yoga 460

2016-11-23 Thread Lorn Potter
Can confirm that the 4.9.0-040900rc6-generic kernel fixes this issue!

/sys/bus/iio/devices $> $cat iio\:device*/name
gyro_3d
magn_3d
gyro_3d
accel_3d
als


thanks!


** Tags removed: apport-collected yakkety
** Tags added: kernel-fixed-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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] Lsusb.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1644047/+attachment/4782237/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] PulseList.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782242/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] ProcEnviron.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782239/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] CRDA.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1644047/+attachment/4782232/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] ProcInterrupts.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782240/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] IwConfig.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782234/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] JournalErrors.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782235/+files/JournalErrors.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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] CurrentDmesg.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782233/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] WifiSyslog.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782245/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] Lspci.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1644047/+attachment/4782236/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] Re: cannot use accelerometer sensor on lenovo yoga 460

2016-11-23 Thread Lorn Potter
Did not start happening after an upgrade. New install of 16.10.

Yes, I can test a new kernel.

-- 
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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] RfKill.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1644047/+attachment/4782243/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] ProcModules.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782241/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] UdevDb.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1644047/+attachment/4782244/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] ProcCpuinfo.txt

2016-11-23 Thread Lorn Potter
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782238/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] Re: cannot use accelerometer sensor on lenovo yoga 460

2016-11-23 Thread Lorn Potter
apport information

** Tags added: apport-collected yakkety

** Description changed:

  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.
  
  I can see the same description: "Non-VGA unclassified device" as this
  thread:
  
  https://ubuntuforums.org/showthread.php?t=2317737
+ --- 
+ ApportVersion: 2.20.3-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.10
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
+ InstallationDate: Installed on 2016-11-17 (6 days ago)
+ InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
+ MachineType: LENOVO 20EMCTO1WW
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
+ RelatedPackageVersions:
+  linux-restricted-modules-4.8.0-27-generic N/A
+  linux-backports-modules-4.8.0-27-generic  N/A
+  linux-firmware1.161
+ Tags:  yakkety
+ Uname: Linux 4.8.0-27-generic x86_64
+ UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/12/2016
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R05ET67W (1.45)
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20EMCTO1WW
+ 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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
+ dmi.product.name: 20EMCTO1WW
+ dmi.product.version: ThinkPad Yoga 460
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4782231/+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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

  https://ubuntuforums.org/showthread.php?t=2317737
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lorn-potter   4402 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a00e49b0-b79b-4f27-af77-785fe2f5d365
  InstallationDate: Installed on 2016-11-17 (6 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 20EMCTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-27-generic N/A
   linux-backports-modules-4.8.0-27-generic  N/A
   linux-firmware1.161
  Tags:  yakkety
  Uname: Linux 4.8.0-27-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-11-17 (6 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/12/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R05ET67W (1.45)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EMCTO1WW
  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:bvrR05ET67W(1.45):bd09/12/2016:svnLENOVO:pn20EMCTO1WW:pvrThinkPadYoga460:rvnLENOVO:rn20EMCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EMCTO1WW
  dmi.product.version: ThinkPad Yoga 460
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1644047] [NEW] cannot use accelerometer sensor on lenovo yoga 460

2016-11-22 Thread Lorn Potter
Public bug reported:

The Lenovo yoga 460 kernel does not seem to have support for the
accelerometer and other sensors.

I can see the same description: "Non-VGA unclassified device" as this
thread:

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

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

** Attachment added: "lspci log"
   
https://bugs.launchpad.net/bugs/1644047/+attachment/4781775/+files/lspci-vnvn.log

** Description changed:

- The Lenovo yoga 460 does not seem to have support for the accelerometer
- and other sensors.
+ The Lenovo yoga 460 kernel does not seem to have support for the
+ accelerometer and other sensors.
  
  I can see the same description: "Non-VGA unclassified device" as this
  thread:
  
  https://ubuntuforums.org/showthread.php?t=2317737

-- 
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/1644047

Title:
  cannot use accelerometer sensor on lenovo yoga 460

Status in linux package in Ubuntu:
  New

Bug description:
  The Lenovo yoga 460 kernel does not seem to have support for the
  accelerometer and other sensors.

  I can see the same description: "Non-VGA unclassified device" as this
  thread:

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644047/+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 1406014] Re: Bluetooth: can't load firmware, may not work correctly

2015-01-20 Thread Lorn Potter
I updated yesterday and this bug effects me (lenovo x1 carbon 1st gen).
I have no bluetooth now.

dmesg:

[   73.111498] usb 1-1.4: new full-speed USB device number 7 using ehci-pci
[   73.207595] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
[   73.207604] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   73.207608] usb 1-1.4: Product: BCM20702A0
[   73.207612] usb 1-1.4: Manufacturer: Broadcom Corp
[   73.207616] usb 1-1.4: SerialNumber: 8056F2FFB1FA
[   73.209867] bluetooth hci0: Direct firmware load failed with error -2
[   73.209878] bluetooth hci0: Falling back to user helper
[   73.212195] Bluetooth: hci0: BCM: patch brcm/BCM20702A0-0a5c-21e6.hcd not 
found
[   73.300017] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   73.300028] Bluetooth: HIDP socket layer initialized
[   73.426930] usb 1-1.4: USB disconnect, device number 7


** Changed in: linux (Ubuntu)
   Status: Invalid = 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/1406014

Title:
  Bluetooth: can't load firmware, may not work correctly

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Bluetooth does not work. The tray icon appears, but none of the functionality 
is available. Probable cause:
  The firmware for Bus 001 Device 003: ID 0a5c:21e6 Broadcom Corp. BCM20702 
Bluetooth 4.0 [ThinkPad] does not load. The message in dmesg is Bluetooth: 
can't load firmware, may not work correctly. The problem appeared after 
upgrading from the previous LTS version (12.04?).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  weber  2408 F pulseaudio
    weber  2744 F pulseaudio
  CurrentDesktop: KDE
  Date: Sat Dec 27 22:58:37 2014
  HibernationDevice: RESUME=UUID=4dd72213-9a42-4532-aa22-2ccc72d46062
  InstallationDate: Installed on 2012-07-21 (889 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MachineType: LENOVO 2320CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=a58cd4c1-52b5-4b88-b5a8-3bf530c20c4a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-12-26 (1 days ago)
  dmi.bios.date: 05/24/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET31WW (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2320CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET31WW(1.11):bd05/24/2012:svnLENOVO:pn2320CTO:pvrThinkPadX230:rvnLENOVO:rn2320CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2320CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1406014/+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