[Kernel-packages] [Bug 1983148] [NEW] fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs

2022-07-29 Thread Vasya Pupkin
Public bug reported:

This is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1969247 because
the bug is critical and still not fixed in Ubuntu 20.04.

Problem: fallocate() called with FALLOC_FL_ZERO_RANGE flag must return
error on ZFS, but in Ubuntu 20.04 it doesn't return error and just
creates zero-sized files.

This causes hard to recover data corruption with MySQL server 8.0.30
(because it started using fallocate() for redo files). More info here:
https://bugs.mysql.com/bug.php?id=108012

Also, I cannot set affected package name as "zfsutils-linux" for some
reason, but the problem is in zfsutils-linux, not zfs-linux (such
package doesn't even exist in Ubuntu 20.04).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: zfsutils-linux 0.8.3-1ubuntu12.14
ProcVersionSignature: Ubuntu 5.15.0-41.44~20.04.1-generic 5.15.39
Uname: Linux 5.15.0-41-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl icp
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckMismatches: ./boot/grub/efi.img
CasperMD5CheckResult: fail
Date: Fri Jul 29 21:51:34 2022
InstallationDate: Installed on 2021-01-21 (554 days ago)
InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
ProcEnviron:
 SHELL=/bin/bash
 LANG=C.UTF-8
 TERM=screen.xterm-256color
 PATH=(custom, no user)
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  This is a duplicate of
  https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1969247
  because the bug is critical and still not fixed in Ubuntu 20.04.

  Problem: fallocate() called with FALLOC_FL_ZERO_RANGE flag must return
  error on ZFS, but in Ubuntu 20.04 it doesn't return error and just
  creates zero-sized files.

  This causes hard to recover data corruption with MySQL server 8.0.30
  (because it started using fallocate() for redo files). More info here:
  https://bugs.mysql.com/bug.php?id=108012

  Also, I cannot set affected package name as "zfsutils-linux" for some
  reason, but the problem is in zfsutils-linux, not zfs-linux (such
  package doesn't even exist in Ubuntu 20.04).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: zfsutils-linux 0.8.3-1ubuntu12.14
  ProcVersionSignature: Ubuntu 5.15.0-41.44~20.04.1-generic 5.15.39
  Uname: Linux 5.15.0-41-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl icp
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckMismatches: ./boot/grub/efi.img
  CasperMD5CheckResult: fail
  Date: Fri Jul 29 21:51:34 2022
  InstallationDate: Installed on 2021-01-21 (554 days ago)
  InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=C.UTF-8
   TERM=screen.xterm-256color
   PATH=(custom, no user)
  SourcePackage: zfs-linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1983148/+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 1969247] Re: fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs in Jammy

2022-07-29 Thread Vasya Pupkin
Also, MySQL 8.0.30 was released recently in Ubuntu 20.04. This version
uses falloate() for redo files. This leads to very hard to recover
corruption after MySQL server restart.

https://bugs.mysql.com/bug.php?id=108012

Please fix this in Ubuntu 20.04 ASAP.

** Bug watch added: MySQL Bug System #108012
   http://bugs.mysql.com/bug.php?id=108012

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

Title:
  fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs in
  Jammy

Status in Native ZFS for Linux:
  Fix Released
Status in mysql-8.0 package in Ubuntu:
  Invalid
Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Jammy:
  Fix Released

Bug description:
  [Summary]

  When running Jammy on zfs or LXD with a zfs pool on a Jammy host,
  fallocate creates a zero-sized file.

  The issue was originally found when installing mysql on LXD, where
  fallocate would create a zero-sized ib_logfile1 file. The original
  information in this bug is based on that.

  [Steps to Reproduce]

  touch foo.img
  fallocate -z -l 10M foo.img
  ls -la foo.img

  On a non-zfs Jammy system this will show something like:
  -rw-r--r-- 1 root root 10M ...

  while on zfs it will show:
  -rw-rw-r-- 1 root root 0 ...

  [Original Description]
  I came across this error when testing various mysql setups in an LXD 
container and managed to reproduce it consistently. I'm unable to reproduce on 
Ubuntu desktop or server though since the prerequisites are probably handled 
properly there.

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: mysql-server-8.0 8.0.28-0ubuntu0.20.04.3
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.23
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Apr 15 21:31:09 2022
  Dmesg:

  ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
  KernLog:

  Logs.var.log.daemon.log:

  MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
  MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
   [mysqldump]
   quick
   quote-names
   max_allowed_packet   = 16M
  MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic 
links: '/etc/mysql/my.cnf'
  MySQLVarLibDirListing: ['ibdata1', 'ib_logfile0', '#innodb_temp', 
'debian-5.7.flag', '#ib_16384_0.dblwr', 'client-cert.pem', 'undo_001', 
'server-cert.pem', 'mysql.ibd', '#ib_16384_1.dblwr', 'client-key.pem', 
'ca-key.pem', 'sys', 'private_key.pem', 'mysql', 'undo_002', 'binlog.index', 
'performance_schema', 'ib_buffer_pool', 'auto.cnf', 'ib_logfile1', 
'public_key.pem', 'ca.pem', 'server-key.pem']
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.15.0-25-generic 
root=UUID=93666562-b5e4-4fb4-ba8c-7b42a3e6bf61 ro quiet splash 
mem_sleep_default=deep vt.handoff=7
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: mysql-8.0
  Title: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zfs/+bug/1969247/+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 1969247] Re: fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs in Jammy

2022-07-29 Thread Vasya Pupkin
This bug is still not fixed in Ubuntu 20.04.

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

Title:
  fallocate with FALLOC_FL_ZERO_RANGE produces zero-size files on zfs in
  Jammy

Status in Native ZFS for Linux:
  Fix Released
Status in mysql-8.0 package in Ubuntu:
  Invalid
Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Jammy:
  Fix Released

Bug description:
  [Summary]

  When running Jammy on zfs or LXD with a zfs pool on a Jammy host,
  fallocate creates a zero-sized file.

  The issue was originally found when installing mysql on LXD, where
  fallocate would create a zero-sized ib_logfile1 file. The original
  information in this bug is based on that.

  [Steps to Reproduce]

  touch foo.img
  fallocate -z -l 10M foo.img
  ls -la foo.img

  On a non-zfs Jammy system this will show something like:
  -rw-r--r-- 1 root root 10M ...

  while on zfs it will show:
  -rw-rw-r-- 1 root root 0 ...

  [Original Description]
  I came across this error when testing various mysql setups in an LXD 
container and managed to reproduce it consistently. I'm unable to reproduce on 
Ubuntu desktop or server though since the prerequisites are probably handled 
properly there.

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: mysql-server-8.0 8.0.28-0ubuntu0.20.04.3
  ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
  Uname: Linux 5.15.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.23
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Apr 15 21:31:09 2022
  Dmesg:

  ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
  KernLog:

  Logs.var.log.daemon.log:

  MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
  MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
   [mysqldump]
   quick
   quote-names
   max_allowed_packet   = 16M
  MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic 
links: '/etc/mysql/my.cnf'
  MySQLVarLibDirListing: ['ibdata1', 'ib_logfile0', '#innodb_temp', 
'debian-5.7.flag', '#ib_16384_0.dblwr', 'client-cert.pem', 'undo_001', 
'server-cert.pem', 'mysql.ibd', '#ib_16384_1.dblwr', 'client-key.pem', 
'ca-key.pem', 'sys', 'private_key.pem', 'mysql', 'undo_002', 'binlog.index', 
'performance_schema', 'ib_buffer_pool', 'auto.cnf', 'ib_logfile1', 
'public_key.pem', 'ca.pem', 'server-key.pem']
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.15.0-25-generic 
root=UUID=93666562-b5e4-4fb4-ba8c-7b42a3e6bf61 ro quiet splash 
mem_sleep_default=deep vt.handoff=7
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: mysql-8.0
  Title: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zfs/+bug/1969247/+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 1928594] Re: Setting up encrypted swap causes ordering cycle

2021-05-17 Thread Vasya Pupkin
While zfs-linux indeed triggers the issue, the root cause, I believe, is
that automatically generated service systemd-cryptsetup@cswap wants to
start after systemd-random-seed, even though it uses /dev/urandom which
shouldn't require random seed data initialized. Also please note that in
this particular case zfs partition is not root.

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

Title:
  Setting up encrypted swap causes ordering cycle

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  root@home:~# cat /etc/crypttab
  # 
  cswap /dev/disk/by-partuuid/95605326-e210-4e13-9f93-50cc3d556aca /dev/urandom 
cipher=aes-xts-plain64,size=256,hash=sha1,swap

  root@home:~# update-initramfs -u
  update-initramfs: Generating /boot/initrd.img-5.4.0-73-generic
  cryptsetup: WARNING: Resume target cswap uses a key file

  After reboot:

  root@home:~# systemctl status systemd-random-seed.service
  ● systemd-random-seed.service - Load/Save Random Seed
   Loaded: loaded (/lib/systemd/system/systemd-random-seed.service; static; 
vendor preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd-random-seed.service(8)
   man:random(4)

  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on cryptsetup.target/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on systemd-cryptsetup@cswap.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Job 
systemd-random-seed.service/start deleted to break ordering cycle starting with 
systemd-cryptsetup@cswap.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
ordering cycle on systemd-random-seed.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on zfs-mount.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on zfs-import.target/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on zfs-import-cache.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on cryptsetup.target/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Found 
dependency on systemd-cryptsetup@cswap.service/start
  May 16 18:29:16 home systemd[1]: systemd-cryptsetup@cswap.service: Job 
systemd-random-seed.service/start deleted to break ordering cycle starting with 
systemd-cryptsetup@cswap.service/start

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: systemd 245.4-4ubuntu3.6
  ProcVersionSignature: Ubuntu 5.4.0-73.82-generic 5.4.106
  Uname: Linux 5.4.0-73-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.17
  Architecture: amd64
  CasperMD5CheckMismatches: ./boot/grub/efi.img
  CasperMD5CheckResult: fail
  Date: Sun May 16 18:40:45 2021
  InstallationDate: Installed on 2021-01-21 (115 days ago)
  InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 051d:0002 American Power Conversion Uninterruptible 
Power Supply
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 1M
   /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
   |__ Port 6: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 
1.5M
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   SHELL=/bin/bash
   LANG=C.UTF-8
   TERM=screen.xterm-256color
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-73-generic 
root=UUID=7c964d4b-ef4d-40df-b297-631e4233f297 ro bootdegraded=true 
transparent_hugepage=never
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3801
  dmi.board.asset.tag: Default string
  dmi.board.name: Z170-E
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3801:bd03/14/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170-E:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be 

[Kernel-packages] [Bug 1740143] Re: backport btrfs ssd mount option fix

2018-01-02 Thread Vasya Pupkin
What I am saying is that this patch is already in 4.14 kernel, I
verified that myself. Which means it was already pulled into stable
branch. Now it needs to be backported.

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

Title:
  backport btrfs ssd mount option fix

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  It appears that all kernels before 4.14 had a problem with btrfs ssd
  mount option. According to
  https://btrfs.wiki.kernel.org/index.php/Gotchas#ssd_mount_option, it
  has a negative impact on usability and lifetime of modern SSDs. Since
  it is enabled by default when SSD is detected, it affects all systems
  with SSD drives. Please backport this commit to normal and HWE
  kernels:
  
https://github.com/torvalds/linux/commit/583b723151794e2ff1691f1510b4e43710293875

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.104.109
  ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
  Uname: Linux 4.4.0-104-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 дек 17 10:50 seq
   crw-rw 1 root audio 116, 33 дек 17 10:50 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-104-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.14
  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:
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Tue Dec 26 18:57:10 2017
  InstallationDate: Installed on 2011-04-14 (2448 days ago)
  InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PciMultimedia:
   
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic 
root=UUID=c7605446-0bf3-11e7-bfa0-f91abd974ce1 ro quiet bootdegraded=true
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-104-generic N/A
   linux-backports-modules-4.4.0-104-generic  N/A
   linux-firmware 1.157.14
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (513 days ago)
  WifiSyslog:
   
  dmi.bios.date: 02/20/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.40
  dmi.board.name: 4Core1333-eSATA2.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd02/20/2008:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvn:rn4Core1333-eSATA2.:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1740143/+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 1740143] Re: backport btrfs ssd mount option fix

2018-01-02 Thread Vasya Pupkin
> Apparently the original patch didn’t send for linux stable branch.

I don't know exactly what you mean, but 4.14 kernel has this patch. It's
easy to verify by changed messages ("enabling ssd optimizations" vs
"enabling SSD mode").

> can you ask the patch author and BTRFS maintainers

I'm not sure how to ask BTRFS maintainers and why I would do so, because
patch description suggests that it should be backported and has notes
about it:

Backporting notes

Notes for whoever wants to backport this patch to their 4.9 LTS kernel:
* First apply commit 951e796 "btrfs: drop the nossd flag when
  remounting with -o ssd", or fixup the differences manually.
* The rest of the conflicts are because of the fs_info refactoring. So,
  for example, instead of using fs_info, it's root->fs_info in
  extent-tree.c

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

Title:
  backport btrfs ssd mount option fix

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  It appears that all kernels before 4.14 had a problem with btrfs ssd
  mount option. According to
  https://btrfs.wiki.kernel.org/index.php/Gotchas#ssd_mount_option, it
  has a negative impact on usability and lifetime of modern SSDs. Since
  it is enabled by default when SSD is detected, it affects all systems
  with SSD drives. Please backport this commit to normal and HWE
  kernels:
  
https://github.com/torvalds/linux/commit/583b723151794e2ff1691f1510b4e43710293875

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.104.109
  ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
  Uname: Linux 4.4.0-104-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 дек 17 10:50 seq
   crw-rw 1 root audio 116, 33 дек 17 10:50 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-104-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.14
  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:
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Tue Dec 26 18:57:10 2017
  InstallationDate: Installed on 2011-04-14 (2448 days ago)
  InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PciMultimedia:
   
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic 
root=UUID=c7605446-0bf3-11e7-bfa0-f91abd974ce1 ro quiet bootdegraded=true
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-104-generic N/A
   linux-backports-modules-4.4.0-104-generic  N/A
   linux-firmware 1.157.14
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (513 days ago)
  WifiSyslog:
   
  dmi.bios.date: 02/20/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.40
  dmi.board.name: 4Core1333-eSATA2.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd02/20/2008:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvn:rn4Core1333-eSATA2.:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1740143/+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 1740143] Re: backport btrfs ssd mount option fix

2017-12-26 Thread Vasya Pupkin
This backport request does not miss anything. Also, the apport-collect
1740143 doesn't seem to do anything after opening this bug page in
ELinks.

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

Title:
  backport btrfs ssd mount option fix

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  It appears that all kernels before 4.14 had a problem with btrfs ssd
  mount option. According to
  https://btrfs.wiki.kernel.org/index.php/Gotchas#ssd_mount_option, it
  has a negative impact on usability and lifetime of modern SSDs. Since
  it is enabled by default when SSD is detected, it affects all systems
  with SSD drives. Please backport this commit to normal and HWE
  kernels:
  
https://github.com/torvalds/linux/commit/583b723151794e2ff1691f1510b4e43710293875

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.104.109
  ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
  Uname: Linux 4.4.0-104-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 дек 17 10:50 seq
   crw-rw 1 root audio 116, 33 дек 17 10:50 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-104-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.14
  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:
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Tue Dec 26 18:57:10 2017
  InstallationDate: Installed on 2011-04-14 (2448 days ago)
  InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PciMultimedia:
   
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic 
root=UUID=c7605446-0bf3-11e7-bfa0-f91abd974ce1 ro quiet bootdegraded=true
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-104-generic N/A
   linux-backports-modules-4.4.0-104-generic  N/A
   linux-firmware 1.157.14
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (513 days ago)
  WifiSyslog:
   
  dmi.bios.date: 02/20/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.40
  dmi.board.name: 4Core1333-eSATA2.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd02/20/2008:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvn:rn4Core1333-eSATA2.:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1740143/+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 1740143] [NEW] backport btrfs ssd mount option fix

2017-12-26 Thread Vasya Pupkin
Public bug reported:

Hello,

It appears that all kernels before 4.14 had a problem with btrfs ssd
mount option. According to
https://btrfs.wiki.kernel.org/index.php/Gotchas#ssd_mount_option, it has
a negative impact on usability and lifetime of modern SSDs. Since it is
enabled by default when SSD is detected, it affects all systems with SSD
drives. Please backport this commit to normal and HWE kernels:
https://github.com/torvalds/linux/commit/583b723151794e2ff1691f1510b4e43710293875

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.104.109
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 дек 17 10:50 seq
 crw-rw 1 root audio 116, 33 дек 17 10:50 timer
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-104-generic.
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.14
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:
CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
Date: Tue Dec 26 18:57:10 2017
InstallationDate: Installed on 2011-04-14 (2448 days ago)
InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
PciMultimedia:
 
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic 
root=UUID=c7605446-0bf3-11e7-bfa0-f91abd974ce1 ro quiet bootdegraded=true
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-104-generic N/A
 linux-backports-modules-4.4.0-104-generic  N/A
 linux-firmware 1.157.14
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-07-30 (513 days ago)
WifiSyslog:
 
dmi.bios.date: 02/20/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: 4Core1333-eSATA2.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd02/20/2008:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvn:rn4Core1333-eSATA2.:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug xenial

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

Title:
  backport btrfs ssd mount option fix

Status in linux package in Ubuntu:
  New

Bug description:
  Hello,

  It appears that all kernels before 4.14 had a problem with btrfs ssd
  mount option. According to
  https://btrfs.wiki.kernel.org/index.php/Gotchas#ssd_mount_option, it
  has a negative impact on usability and lifetime of modern SSDs. Since
  it is enabled by default when SSD is detected, it affects all systems
  with SSD drives. Please backport this commit to normal and HWE
  kernels:
  
https://github.com/torvalds/linux/commit/583b723151794e2ff1691f1510b4e43710293875

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.104.109
  ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
  Uname: Linux 4.4.0-104-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 дек 17 10:50 seq
   crw-rw 1 root audio 116, 33 дек 17 10:50 timer
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-104-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.14
  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:
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Tue Dec 26 18:57:10 2017
  InstallationDate: Installed on 2011-04-14 (2448 days ago)
  InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PciMultimedia:
   
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic 
root=UUID=c7605446-0bf3-11e7-bfa0-f91abd974ce1 ro quiet bootdegraded=true
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-104-generic N/A
   linux-backports-modules-4.4.0-104-generic  N/A
   linux-firmware 1.157.14
  RfKill: Error: 

[Kernel-packages] [Bug 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-04-17 Thread Vasya Pupkin
$ ll /sys/class/leds/*asus*
lrwxrwxrwx 1 root root 0 апр 17 08:40 /sys/class/leds/asus::kbd_backlight -> 
../../devices/platform/asus-nb-wmi/leds/asus::kbd_backlight/
lrwxrwxrwx 1 root root 0 апр 17 08:40 /sys/class/leds/asus-wireless::airplane 
-> 
../../devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/leds/asus-wireless::airplane/

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-04-16 Thread Vasya Pupkin
Already tested, it doesn't seem to change anything.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-04-13 Thread Vasya Pupkin
And on Linux after this commit LED is always off regardless of the Wi-Fi
or Bluetooth states.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-04-13 Thread Vasya Pupkin
> Sounds like the LED should be off when Airplane mode is off

Well, under Windows LED is on when radios are on. And everything works
as expected.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-29 Thread Vasya Pupkin
With 4.11rc3 bluetooth works. But F2 key doesn't light up when the radio
is on. This is the result of removing rfkill switches from asus-nb-wmi
module. This is not critical, it's only an indicator. Another minor
issue is that bluetooth device can't be turned off and will consume
power even when not used. I would say that 4.11rc3 has a workaround, but
not a proper fix for the issue.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-29 Thread Vasya Pupkin
4.11 kernel seems to work, but instead of fixing test in asus-nb-wmi,
they just removed /sys/devices/platform/asus-nb-wmi/rfkill/*, so now
everything works as if I just unloaded asus-nb-wmi module. This means
that F2 key doesn't light up when radio is on. But this is better than
nothing.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-28 Thread Vasya Pupkin
So it looks like there is a bug in asus-nb-wmi module. It should bring
device down when it's soft blocked, but it does exactly opposite.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-28 Thread Vasya Pupkin
Actually, no, the real blocker is asus-nb-wmi. As soon as I do:

echo 0 | sudo tee /sys/devices/platform/asus-nb-wmi/rfkill/rfkill1/soft

my bluetooth device disconnects:

[   77.045226] usb 1-4: USB disconnect, device number 5

This brings device back:

echo 1 | sudo tee /sys/devices/platform/asus-nb-wmi/rfkill/rfkill1/soft

But it's soft blocked. Unblocking with $(rfkill unblock bluetooth)
causes device to disappear as well. But if I unload asus-nb-wmi module
after bringing device back, I can unblock it using rfkill and use
without any issue.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-03-28 Thread Vasya Pupkin
Setting "XHCI Pre-Boot Mode" BIOS option to "Disabled" fixes the
problem. But it disables USB 3.0 entirely, so it's not a solution.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2017-02-22 Thread Vasya Pupkin
In my case service is already enabled and issue is clearly with the
kernel. Although with 4.10 kernel sometimes bluetooth starts working,
mostly after laptop waking up from suspend.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1455654] Re: Using battery power even when plugged in

2017-02-19 Thread Vasya Pupkin
Still an issue with Ubunru 16.04 and just released 4.10 kernel. I also
guess this is what driving battery controller crazy which causes random
shutdowns when running on battery.

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

Title:
  Using battery power even when plugged in

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I am using Ubuntu 15.04 on Asus Zenbook UX301L. The problem is that
  battery indicator always says "using battery power", even when laptop
  is on AC power. There is no such problem under Windows. I always
  thought it was a minor issue until my laptop got shutdown today
  because it thought battery power was critical (it was at 100% and on
  AC power of course, but system decided it wasn't). Worst of all is
  that I cannot disable this action in power options. Which makes this
  bug kinda critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat May 16 00:04:09 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13bd]
  InstallationDate: Installed on 2015-05-06 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May 15 23:36:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455654/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2017-02-01 Thread Vasya Pupkin
I can confirm that current drm-intel-next kernel fixes issue for UX301LA
as well.

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1348890/+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 1554613] Re: Screen flickers on XPS 13 9350/9550 (Intel Skylake/Broadwell GPU)

2016-05-25 Thread Vasya Pupkin
I have flickering problem in Chrome on my ASUS UX301LA laptop. The funny
thing is that latest kernel (4.6) doesn't fix anything.

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

Title:
  Screen flickers on XPS 13 9350/9550 (Intel Skylake/Broadwell GPU)

Status in Linux:
  Fix Released
Status in linux package in Ubuntu:
  Triaged

Bug description:
  *** Temporary workaround ***
  Install Kernel from the following location:
  - http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/

  OR
  Perform the following:
  - $ apt-add-repository "deb 
http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu yakkety main"
  - $ echo -en "Package: *\nPin: release 
o=LP-PPA-canonical-kernel-team-ppa\nPin-Priority: -1\n" >> 
/etc/apt/preferences.d/canonical-kernel-team-ubuntu-ppa-yakkety
  - $ apt update
  - $ apt install linux-image-extra-4.6.0-6-generic 
linux-headers-4.6.0-6-generic linux-tools-4.6.0-6-generic
  ```
  There was a typo in instructions (/etc/preferences.d should have been 
/etc/apt/preferences.d).
  As result you might have upgraded Linux META packages and therefor you won't 
receive proper upgrades of Xenial native Linux packages (hoping they will ever 
contain the fix).
  I suggest you move 
/etc/preferences.d/canonical-kernel-team-ubuntu-ppa-yakkety to 
/etc/apt/preferences.d/ and downgrade related packages:
  $ apt update
  $ apt install linux-headers-generic/xenial-updates 
linux-tools-generic/xenial-updates linux-image-generic/xenial-updates
  ```
  ***

  Please inspect duplicate reports for more details:
  Bug #1522922
  Bug #1535048
  Bug #1552304
  Bug #1555158
  Bug #1561729
  Bug #1565234
  Bug #1568599
  Bug #1573392

  does not affect 4.4.0-8
  affects 4.4.0-9 to 4.4.0-22

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.11.12
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tbonfort   1498 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Mar  8 09:57:12 2016
  HibernationDevice: RESUME=UUID=3248e0d7-0dac-4ccc-8982-b5ac5ce6ed5e
  InstallationDate: Installed on 2016-01-07 (61 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0c45:670c Microdia
   Bus 001 Device 002: ID 0a5c:6412 Broadcom Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9350
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-8-generic 
root=UUID=757547b8-d0e4-4eb8-8afd-920b743f99a4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-8-generic N/A
   linux-backports-modules-4.4.0-8-generic  N/A
   linux-firmware   1.156
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-02-28 (9 days ago)
  dmi.bios.date: 01/08/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 07TYC2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn07TYC2:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1554613/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-03-27 Thread Vasya Pupkin
Unfortunately, I don't know how to write a letter to kernel maintainers.
I also don't know what exactly to write in this letter. Maybe you can
help?

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

2016-03-26 Thread Vasya Pupkin
I wonder if this will ever be fixed. Bugs like this is what turns people
away from Ubuntu because no one seems to be able to help. I am not a
linux geek, so I came here and reported a bug. I don't know how and what
to report upstream, and I don't even know how that work. I found a page
on your wiki related to a promlem:
https://help.ubuntu.com/community/AsusZenbookPrime, it states that the
problem is related to a kernel bug that WAS FIXED a long time ago. So
why the heck the ambient light sensor still not working? Can someone who
has a clue look into this issue? If this is a kernel issue, I must at
least have a proof before reporting it upstream. Show me how to check
that kernel doesn't support something.

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2016-03-26 Thread Vasya Pupkin
Just tested with latest and greatest 4.6rc1 kernel, still nothing.

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1348890/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-03-26 Thread Vasya Pupkin
Doesn't work with 4.6rc1 kernel as well.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-01-29 Thread Vasya Pupkin
Tried, didn't help.

$ cat /etc/modprobe.d/asus.conf
options asus_nb_wmi wapf=4

$ sudo modprobe -r asus_nb_wmi

$ sudo modprobe -v asus_nb_wmi 
insmod /lib/modules/4.5.0-040500rc1-generic/kernel/drivers/platform/x86/wmi.ko 
insmod 
/lib/modules/4.5.0-040500rc1-generic/kernel/drivers/input/sparse-keymap.ko 
insmod 
/lib/modules/4.5.0-040500rc1-generic/kernel/drivers/platform/x86/asus-wmi.ko 
insmod 
/lib/modules/4.5.0-040500rc1-generic/kernel/drivers/platform/x86/asus-nb-wmi.ko 
wapf=4 

F2 key LED lighted up and BT icon disappeared from tray and I got this
message in dmesg:

[39333.878246] usb 2-4: USB disconnect, device number 6

This happens without this option too.

Also, keyboard backlit stopped working with this option.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-01-29 Thread Vasya Pupkin
After rebooting, backlit returned, but still no reaction on Fn+F2 and no
Bluetooth. This is dmesg after reboot:

$ dmesg | grep -i bluetooth
[8.795276] Bluetooth: Core ver 2.21
[8.795292] Bluetooth: HCI device and connection manager initialized
[8.795295] Bluetooth: HCI socket layer initialized
[8.795298] Bluetooth: L2CAP socket layer initialized
[8.795302] Bluetooth: SCO socket layer initialized
[8.829680] Bluetooth: hci0: read Intel version: 370710018002030d00
[8.831009] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[8.907934] Bluetooth: hci0 sending Intel patch command (0xfc8e) failed (-19)
[9.293108] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[9.293111] Bluetooth: BNEP filters: protocol multicast
[9.293116] Bluetooth: BNEP socket layer initialized
[   10.903615] Bluetooth: hci0 command 0xfc8e tx timeout
[   10.903629] Bluetooth: hci0 sending frame failed (-19)
[   10.907603] Bluetooth: hci0: Exiting manufacturer mode failed (-110)

Some more stuff in syslog:

Jan 29 14:42:35 shadow-zenbook systemd[1]: Starting Bluetooth service...
Jan 29 14:42:35 shadow-zenbook bluetoothd[1414]: Bluetooth daemon 5.35
Jan 29 14:42:35 shadow-zenbook bluetoothd[1414]: Starting SDP server
Jan 29 14:42:35 shadow-zenbook kernel: [8.795276] Bluetooth: Core ver 2.21
Jan 29 14:42:35 shadow-zenbook kernel: [8.795292] Bluetooth: HCI device and 
connection manager initialized
Jan 29 14:42:35 shadow-zenbook kernel: [8.795295] Bluetooth: HCI socket 
layer initialized
Jan 29 14:42:35 shadow-zenbook kernel: [8.795298] Bluetooth: L2CAP socket 
layer initialized
Jan 29 14:42:35 shadow-zenbook kernel: [8.795302] Bluetooth: SCO socket 
layer initialized
Jan 29 14:42:35 shadow-zenbook kernel: [8.829680] Bluetooth: hci0: read 
Intel version: 370710018002030d00
Jan 29 14:42:35 shadow-zenbook kernel: [8.831009] Bluetooth: hci0: Intel 
Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
Jan 29 14:42:35 shadow-zenbook kernel: [8.907934] Bluetooth: hci0 sending 
Intel patch command (0xfc8e) failed (-19)
Jan 29 14:42:35 shadow-zenbook kernel: [9.293108] Bluetooth: BNEP (Ethernet 
Emulation) ver 1.3
Jan 29 14:42:35 shadow-zenbook kernel: [9.293111] Bluetooth: BNEP filters: 
protocol multicast
Jan 29 14:42:35 shadow-zenbook kernel: [9.293116] Bluetooth: BNEP socket 
layer initialized
Jan 29 14:42:35 shadow-zenbook bluetoothd[1414]: Bluetooth management interface 
1.11 initialized
Jan 29 14:42:35 shadow-zenbook systemd[1]: Started Bluetooth service.
Jan 29 14:42:35 shadow-zenbook systemd[1]: Reached target Bluetooth.
Jan 29 14:42:35 shadow-zenbook NetworkManager[1436]:   Loaded device 
plugin: NMBluezManager 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Jan 29 14:42:36 shadow-zenbook kernel: [   10.903615] Bluetooth: hci0 command 
0xfc8e tx timeout
Jan 29 14:42:36 shadow-zenbook kernel: [   10.903629] Bluetooth: hci0 sending 
frame failed (-19)
Jan 29 14:42:36 shadow-zenbook kernel: [   10.907603] Bluetooth: hci0: Exiting 
manufacturer mode failed (-110)
Jan 29 14:42:36 shadow-zenbook systemd[1]: bluetooth.target: Unit not needed 
anymore. Stopping.
Jan 29 14:42:36 shadow-zenbook systemd[1]: Stopped target Bluetooth.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: 

[Kernel-packages] [Bug 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-01-29 Thread Vasya Pupkin
Maybe the problem is not with adapter itself but with Zenbook UX301LA.
Fn+F2 hotkey used to enable/disable BT and Wi-Fi doesn't work too.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-01-29 Thread Vasya Pupkin
And of course everything works like a charm under Windows 10.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-01-24 Thread Vasya Pupkin
Well, I just got 4.5rc1 and Bluetooth still doesn't work.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2015-12-13 Thread Vasya Pupkin
It doesn't work with 4.4rc4 as well.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2015-12-13 Thread Vasya Pupkin
Nice. Any chance it could be backported to 4.2?

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] [NEW] Bluetooth doesn't work on ASUS Zenbook UX301LAA

2015-12-05 Thread Vasya Pupkin
Public bug reported:

It's not possible to make bluetooth work. Pressing Fn+F2 doesn't change
anything. Sometimes a grey (inactive) bluetooth icon appears but
disappears instantly after attempt to turn it on.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-21-generic 4.2.0-21.25
ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
Uname: Linux 4.2.0-21-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
 /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
CurrentDesktop: Unity
Date: Sat Dec  5 18:03:20 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
InstallationDate: Installed on 2015-10-22 (43 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: ASUSTeK COMPUTER INC. UX301LAA
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-21-generic N/A
 linux-backports-modules-4.2.0-21-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/05/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX301LAA.211
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX301LAA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: UX301LAA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug package-from-proposed wily

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  New

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2015-12-05 Thread Vasya Pupkin
Also doesn't work with latest mainline kernel (4.3, 4.4rc3).

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  New

Bug description:
  It's not possible to make bluetooth work. Pressing Fn+F2 doesn't
  change anything. Sometimes a grey (inactive) bluetooth icon appears
  but disappears instantly after attempt to turn it on.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shadowlmd   2409 F pulseaudio
   /dev/snd/controlC1:  shadowlmd   2409 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec  5 18:03:20 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4443577b-ebf9-4f35-bd95-660448592ddb
  InstallationDate: Installed on 2015-10-22 (43 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic.efi.signed 
root=UUID=e7df807f-bc9b-4cdf-85ae-38b8a3c6f016 ro quiet splash rootfstype=ext4 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-21-generic N/A
   linux-backports-modules-4.2.0-21-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.211:bd06/05/2015:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1523108/+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 1455654] Re: Using battery power even when plugged in

2015-12-05 Thread Vasya Pupkin
Same with kernel 4.4rc3.

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

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

Title:
  Using battery power even when plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 15.04 on Asus Zenbook UX301L. The problem is that
  battery indicator always says "using battery power", even when laptop
  is on AC power. There is no such problem under Windows. I always
  thought it was a minor issue until my laptop got shutdown today
  because it thought battery power was critical (it was at 100% and on
  AC power of course, but system decided it wasn't). Worst of all is
  that I cannot disable this action in power options. Which makes this
  bug kinda critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat May 16 00:04:09 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13bd]
  InstallationDate: Installed on 2015-05-06 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May 15 23:36:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455654/+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 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)

2015-12-05 Thread Vasya Pupkin
So unless someone wants to spend a lot of their time doing reverse
bisecting, this ain't going to be fixed. Great.

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

Title:
  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled
  (expected 1, found 0)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  System: Kubuntu 15.10

  Since kernel version 4.2 I have a few of this errors:

  Sep 06 16:16:35 benediktZ50-70 kernel: [drm:intel_pipe_config_compare [i915]] 
*ERROR* mismatch in ips_enabled (expected 1, found 0)
  Sep 06 16:16:35 benediktZ50-70 kernel: [ cut here ]
  Sep 06 16:16:35 benediktZ50-70 kernel: WARNING: CPU: 0 PID: 187 at 
/build/linux-4dBub_/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12324 
check_crtc_state+0x2c5/0x440 [i915]()
  Sep 06 16:16:35 benediktZ50-70 kernel: pipe state doesn't match!
  Sep 06 16:16:35 benediktZ50-70 kernel: Modules linked in: rtsx_usb_sdmmc 
rtsx_usb i915 i2c_algo_bit drm_kms_helper psmouse ahci drm libahci r8169 mii 
sdhci_acpi video sdhci i2c_hid hid
  Sep 06 16:16:35 benediktZ50-70 kernel: CPU: 0 PID: 187 Comm: plymouthd 
Tainted: GW   4.2.0-7-generic #7-Ubuntu
  Sep 06 16:16:35 benediktZ50-70 kernel: Hardware name: LENOVO 20354/Lancer 
5A5, BIOS 9BCN91WW 07/21/2015
  Sep 06 16:16:35 benediktZ50-70 kernel:  c023f1e8 8802413277e8 
817b0465 
  Sep 06 16:16:35 benediktZ50-70 kernel:  880241327838 880241327828 
81076536 880241327858
  Sep 06 16:16:35 benediktZ50-70 kernel:  8802413278c0 880241152000 
0001 880241152350
  Sep 06 16:16:35 benediktZ50-70 kernel: Call Trace:
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
dump_stack+0x45/0x57
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
warn_slowpath_common+0x86/0xc0
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
warn_slowpath_fmt+0x46/0x50
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
intel_pipe_config_compare+0xb31/0xc60 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
check_crtc_state+0x2c5/0x440 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
intel_modeset_check_state+0x20e/0x6b0 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
intel_crtc_set_config+0x4c7/0x580 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
drm_mode_create+0x25/0x60 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_mode_set_config_internal+0x66/0x100 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_mode_setcrtc+0x3a8/0x4c0 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_ioctl+0x125/0x610 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
drm_mode_setplane+0x1b0/0x1b0 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
do_vfs_ioctl+0x285/0x470
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
do_munmap+0x349/0x480
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
SyS_ioctl+0x79/0x90
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
entry_SYSCALL_64_fastpath+0x16/0x75
  Sep 06 16:16:35 benediktZ50-70 kernel: ---[ end trace 724377a3c01e4270 ]---

  
  I will check next week if these errors have any impact on my system.

  This is a Nvidia Optimus System with the Intel graphic card activated
  by default.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-7-generic 4.2.0-7.7
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benedikt   1550 F pulseaudio
   /dev/snd/controlC1:  benedikt   1550 F pulseaudio
  CurrentDesktop: KDE
  Date: Sun Sep  6 16:22:48 2015
  HibernationDevice: UUID=3383b02e-b89c-462c-903a-cb936e81b2bf
  InstallationDate: Installed on 2014-12-21 (259 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141218)
  MachineType: LENOVO 20354
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic 
root=UUID=b549945a-67ac-4d14-849c-b54e561d47cc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-7-generic N/A
   linux-backports-modules-4.2.0-7-generic  N/A
   linux-firmware   1.147
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/21/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9BCN91WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A5
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9BCN91WW:bd07/21/2015:svnLENOVO:pn20354:pvrLenovoZ50-70:rvnLENOVO:rnLancer5A5:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoZ50-70:
  dmi.product.name: 20354
  dmi.product.version: Lenovo Z50-70
  

[Kernel-packages] [Bug 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

2015-11-20 Thread Vasya Pupkin
So just in case, yes, the problem is reproducible with latest BIOS
version and comment #12 is made with the latest BIOS installed.

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

2015-11-20 Thread Vasya Pupkin
I updated my BIOS long time ago.

$ sudo dmidecode -s bios-version
UX301LAA.211

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

2015-11-19 Thread Vasya Pupkin
Why did you add tag "bios-outdated-211"? According to ASUS website
(http://www.asus.com/Notebooks/ASUS_ZENBOOK_UX301LA/HelpDesk_Download/),
211 is the latest version of BIOS.

As for reporting bug, I'm not familiar with all this stuff.. Maybe you
can report this bug and I'll provide all information you need?

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook

2015-11-18 Thread Vasya Pupkin
I tested with latest available mainline kernel (Linux version
4.3.0-040300-generic (kernel@gomeisa) (gcc version 5.2.1 20151010
(Ubuntu 5.2.1-22ubuntu2) ) #201511020949 SMP Mon Nov 2 14:50:44 UTC
2015). Nothing changed. Still no support for ambient light sensor.
Pressing Alt-A results in a syslog message:

Nov 18 23:10:49 zenbook kernel: [  249.631210] asus_wmi: Unknown key 7a
pressed

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)

2015-11-18 Thread Vasya Pupkin
I can confirm #46. No errors with 4.3.0-040300-generic 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/1492764

Title:
  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled
  (expected 1, found 0)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  System: Kubuntu 15.10

  Since kernel version 4.2 I have a few of this errors:

  Sep 06 16:16:35 benediktZ50-70 kernel: [drm:intel_pipe_config_compare [i915]] 
*ERROR* mismatch in ips_enabled (expected 1, found 0)
  Sep 06 16:16:35 benediktZ50-70 kernel: [ cut here ]
  Sep 06 16:16:35 benediktZ50-70 kernel: WARNING: CPU: 0 PID: 187 at 
/build/linux-4dBub_/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12324 
check_crtc_state+0x2c5/0x440 [i915]()
  Sep 06 16:16:35 benediktZ50-70 kernel: pipe state doesn't match!
  Sep 06 16:16:35 benediktZ50-70 kernel: Modules linked in: rtsx_usb_sdmmc 
rtsx_usb i915 i2c_algo_bit drm_kms_helper psmouse ahci drm libahci r8169 mii 
sdhci_acpi video sdhci i2c_hid hid
  Sep 06 16:16:35 benediktZ50-70 kernel: CPU: 0 PID: 187 Comm: plymouthd 
Tainted: GW   4.2.0-7-generic #7-Ubuntu
  Sep 06 16:16:35 benediktZ50-70 kernel: Hardware name: LENOVO 20354/Lancer 
5A5, BIOS 9BCN91WW 07/21/2015
  Sep 06 16:16:35 benediktZ50-70 kernel:  c023f1e8 8802413277e8 
817b0465 
  Sep 06 16:16:35 benediktZ50-70 kernel:  880241327838 880241327828 
81076536 880241327858
  Sep 06 16:16:35 benediktZ50-70 kernel:  8802413278c0 880241152000 
0001 880241152350
  Sep 06 16:16:35 benediktZ50-70 kernel: Call Trace:
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
dump_stack+0x45/0x57
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
warn_slowpath_common+0x86/0xc0
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
warn_slowpath_fmt+0x46/0x50
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
intel_pipe_config_compare+0xb31/0xc60 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
check_crtc_state+0x2c5/0x440 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
intel_modeset_check_state+0x20e/0x6b0 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
intel_crtc_set_config+0x4c7/0x580 [i915]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
drm_mode_create+0x25/0x60 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_mode_set_config_internal+0x66/0x100 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_mode_setcrtc+0x3a8/0x4c0 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
drm_ioctl+0x125/0x610 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
drm_mode_setplane+0x1b0/0x1b0 [drm]
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
do_vfs_ioctl+0x285/0x470
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] ? 
do_munmap+0x349/0x480
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
SyS_ioctl+0x79/0x90
  Sep 06 16:16:35 benediktZ50-70 kernel:  [] 
entry_SYSCALL_64_fastpath+0x16/0x75
  Sep 06 16:16:35 benediktZ50-70 kernel: ---[ end trace 724377a3c01e4270 ]---

  
  I will check next week if these errors have any impact on my system.

  This is a Nvidia Optimus System with the Intel graphic card activated
  by default.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-7-generic 4.2.0-7.7
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benedikt   1550 F pulseaudio
   /dev/snd/controlC1:  benedikt   1550 F pulseaudio
  CurrentDesktop: KDE
  Date: Sun Sep  6 16:22:48 2015
  HibernationDevice: UUID=3383b02e-b89c-462c-903a-cb936e81b2bf
  InstallationDate: Installed on 2014-12-21 (259 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141218)
  MachineType: LENOVO 20354
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic 
root=UUID=b549945a-67ac-4d14-849c-b54e561d47cc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-7-generic N/A
   linux-backports-modules-4.2.0-7-generic  N/A
   linux-firmware   1.147
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/21/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9BCN91WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A5
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9BCN91WW:bd07/21/2015:svnLENOVO:pn20354:pvrLenovoZ50-70:rvnLENOVO:rnLancer5A5:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoZ50-70:
  dmi.product.name: 20354
  dmi.product.version: Lenovo Z50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this 

[Kernel-packages] [Bug 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook

2015-11-18 Thread Vasya Pupkin
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 9
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.03
S:  Manufacturer=Linux 4.3.0-040300-generic xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=:00:14.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 12 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=07dc Rev=00.01
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

T:  Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1bcf ProdID=2987 Rev=11.25
S:  Manufacturer=SunplusIT INC.
S:  Product=HD WebCam
S:  SerialNumber=HF1019-P85A-SN01-REV0100
C:  #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
I:  If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo

T:  Bus=01 Lev=01 Prnt=01 Port=06 Cnt=03 Dev#=  4 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=03eb ProdID=8a0c Rev=10.99
S:  Manufacturer=Atmel
S:  Product=Atmel maXTouch Digitizer
C:  #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid
I:  If#= 1 Alt= 0 #EPs= 2 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=5000 MxCh= 4
D:  Ver= 3.00 Cls=09(hub  ) Sub=00 Prot=03 MxPS= 9 #Cfgs=  1
P:  Vendor=1d6b ProdID=0003 Rev=04.03
S:  Manufacturer=Linux 4.3.0-040300-generic xhci-hcd
S:  Product=xHCI Host Controller
S:  SerialNumber=:00:14.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 2
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.03
S:  Manufacturer=Linux 4.3.0-040300-generic ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=:00:1d.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 8
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=8000 Rev=00.04
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 

[Kernel-packages] [Bug 1455654] Re: Using battery power even when plugged in

2015-11-18 Thread Vasya Pupkin
I tested with latest available mainline kernel (Linux version
4.3.0-040300-generic (kernel@gomeisa) (gcc version 5.2.1 20151010
(Ubuntu 5.2.1-22ubuntu2) ) #201511020949 SMP Mon Nov 2 14:50:44 UTC
2015). Nothing changed.

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

Title:
  Using battery power even when plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 15.04 on Asus Zenbook UX301L. The problem is that
  battery indicator always says "using battery power", even when laptop
  is on AC power. There is no such problem under Windows. I always
  thought it was a minor issue until my laptop got shutdown today
  because it thought battery power was critical (it was at 100% and on
  AC power of course, but system decided it wasn't). Worst of all is
  that I cannot disable this action in power options. Which makes this
  bug kinda critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat May 16 00:04:09 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13bd]
  InstallationDate: Installed on 2015-05-06 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May 15 23:36:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455654/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook

2015-10-24 Thread Vasya Pupkin
I couldn't find a newer kernel for wily in http://kernel.ubuntu.com
/~kernel-ppa/mainline/, how can I test it?

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook

2015-10-23 Thread Vasya Pupkin
This bug is still present in Ubuntu 15.10 with kernel 4.2.

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  New

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is "fn"+"A", the icon 
on the "A" is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1455654] Re: Using battery power even when plugged in

2015-10-22 Thread Vasya Pupkin
This bug is still present in 15.10 with kernel 4.2.

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

Title:
  Using battery power even when plugged in

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 15.04 on Asus Zenbook UX301L. The problem is that
  battery indicator always says "using battery power", even when laptop
  is on AC power. There is no such problem under Windows. I always
  thought it was a minor issue until my laptop got shutdown today
  because it thought battery power was critical (it was at 100% and on
  AC power of course, but system decided it wasn't). Worst of all is
  that I cannot disable this action in power options. Which makes this
  bug kinda critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat May 16 00:04:09 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13bd]
  InstallationDate: Installed on 2015-05-06 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May 15 23:36:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455654/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2015-10-22 Thread Vasya Pupkin
Bug is still present in Ubuntu 15.10.

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1348890/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2015-07-08 Thread Vasya Pupkin
Should we have a patch in Ubuntu knowing that the problem is not going
to be fixed in mainline kernel any time soon?

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1348890/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2015-07-08 Thread Vasya Pupkin
I'm not sure how helpful this would be but I sent a request to ASUS
support. I asked them to look at this bug report and fix BIOS to
initialize required regions properly. Maybe if all people who have the
same problem will contact ASUS as well, they will actually do something?

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1348890/+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 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook

2015-06-06 Thread Vasya Pupkin
This article is way too complex for me, I'm sorry. If you have a
bootable USB drive image I could use to test new kernel, I'd be glad to
use it.

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is fn+A, the icon 
on the A is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-18-generic N/A
   linux-backports-modules-3.19.0-18-generic  N/A
   linux-firmware 1.143.1
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  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/1461950/+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 1461950] [NEW] Support for Ambient Light Sensor in ASUS Zenbook

2015-06-04 Thread Vasya Pupkin
Public bug reported:

On a wiki page related to ASUS Zenbook
(https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
about Ambient Light Sensor:

===
Ambient light sensor: They keycode to use is 248, that is fn+A, the icon on 
the A is a sensor with lightrays and the text auto. Doesn't work by default, 
because a driver exists but it's not included in kernel source. Need testing. 
Bug is reported. You can, however, use an external application to make it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
===

According to referenced bug report
(https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
long time ago. Can we have this sensor supported at last?

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-16-generic (not installed)
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
 /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
CRDA:
 country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
CurrentDesktop: Unity
Date: Thu Jun  4 16:21:13 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
InstallationDate: Installed on 2015-05-06 (28 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
MachineType: ASUSTeK COMPUTER INC. UX301LAA
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-18-generic N/A
 linux-backports-modules-3.19.0-18-generic  N/A
 linux-firmware 1.143.1
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/08/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX301LAA.209
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX301LAA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: UX301LAA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug vivid

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On a wiki page related to ASUS Zenbook
  (https://help.ubuntu.com/community/AsusZenbookPrime) there is a note
  about Ambient Light Sensor:

  ===
  Ambient light sensor: They keycode to use is 248, that is fn+A, the icon 
on the A is a sensor with lightrays and the text auto. Doesn't work by 
default, because a driver exists but it's not included in kernel source. Need 
testing. Bug is reported. You can, however, use an external application to make 
it work: 
https://github.com/danieleds/Asus-Zenbook-Ambient-Light-Sensor-Controller.
  ===

  According to referenced bug report
  (https://bugzilla.kernel.org/show_bug.cgi?id=70421), the bug is fixed
  long time ago. Can we have this sensor supported at last?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-16-generic (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   shadowlmd   2252 F...m pulseaudio
   /dev/snd/controlC1:  shadowlmd   2252 F pulseaudio
  CRDA:
   country EU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
(5490 - 5710 @ 40), (N/A, 27), (0 ms), DFS
  CurrentDesktop: Unity
  Date: Thu Jun  4 16:21:13 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=4faf8732-5100-4612-80b9-4d6f4fb8b384
  InstallationDate: Installed on 2015-05-06 (28 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1455654] Re: Using battery power even when plugged in

2015-05-18 Thread Vasya Pupkin
Unfortunately, ubuntu-bug doesn't allow to report a bug without
specifying package or clicking a window. This makes it hard to report a
bug like this one for an average user.

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

Title:
  Using battery power even when plugged in

Status in linux package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 15.04 on Asus Zenbook UX301L. The problem is that
  battery indicator always says using battery power, even when laptop
  is on AC power. There is no such problem under Windows. I always
  thought it was a minor issue until my laptop got shutdown today
  because it thought battery power was critical (it was at 100% and on
  AC power of course, but system decided it wasn't). Worst of all is
  that I cannot disable this action in power options. Which makes this
  bug kinda critical.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: compiz-core 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat May 16 00:04:09 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Device [8086:0a2e] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13bd]
  InstallationDate: Installed on 2015-05-06 (8 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed 
root=UUID=b9c815db-e4fe-4e08-8d62-0c68991fa8be ro quiet splash rootfstype=ext4 
pcie_aspm=force acpi_osi= vt.handoff=7
  SourcePackage: compiz
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.209:bd05/08/2014:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri May 15 23:36:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455654/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2015-05-18 Thread Vasya Pupkin
Same issue on UX301L (UX301LAA) model on Ubuntu 15.04. BIOS:
UX301LAA.209. I have to add acpi_osi= to get them working, but this is
a bad workaround.

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello Community,

  It seems brightness keys don't work with latest Ubuntu 14.04 LTS for
  laptop Asus Zenbook UX32LN.

  sudo dmidecode -s bios-version
  UX32LN.203

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