[Kernel-packages] [Bug 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-10-30 Thread Federico Leoni
Filipe,
as far as I can see you're having issue with usbhid module, not with i8042. But 
since you get a very similar issue could be very related to my issue. Good luck!

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-07-21 Thread Federico Leoni
I've created a script for lightDM to check the state of the keyboard with 
xinput: it starts when X is loaded (tested with display-setup-script and 
greeter-setup-script options) and check the state of the internal keyboard then 
create a txt in my home. 
The keyboard is correctly identified from the script but still is unusable for 
10-15 seconds.

Here's the script I've used:

#!/bin/bash
xinput query-state 10 >/home/effe.state.txt # check if KeyClass is up
xinput float 10 && xinput reattach 10 3 #try to force the keyboard on

Hope it helps.

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-07-21 Thread Federico Leoni
** Tags removed: kernel-bug-exists-mainline-4.11rc1
** Tags added: kernel-bug-exists-mainline-4.12.3

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-07-21 Thread Federico Leoni
Finally I got the time to test (with a second SSD just to be sure) this 
notebook with some quirks.
So far, the quirks I've found and tested are:

i8042.kbdreset
i8042.reset 
i8042.nomux
i8042.dumbkbd
i8042.direct
i8042.noaux (irrelevant but tested anyway)
i8042.nokbd (completely kill the keyboard)
i8042.noloop
i8042.unlock
atkbd.reset

If you folks knows any other quirks, please share them here, thanks.

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1637347] Re: Xubuntu 16.10: drm errors causing slow boot

2017-04-23 Thread Federico Leoni
** Tags added: kernel-bug-exists-mainline-4.11rc7 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/1637347

Title:
  Xubuntu 16.10: drm errors causing slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have been getting drm errors since updating to 16.10 causing slow
  boot times. Ex:

  
3.830465] jhm-Inspiron-1520 kernel: input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input5

  [   13.792249] jhm-Inspiron-1520 kernel:
  [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR*
  [CRTC:26:pipe A] flip_done timed out

  
  There is ten second gap in the above adjacent lines. I have a few of these in 
the journal log.
  These errors also cause Xorg to stall during mode setting also, as seen in 
the adjacent Xorg.0.log file.

  [55.988] (II) modeset(0): Output VGA-1 has no monitor section
  [66.615] (II) modeset(0): Output SVIDEO-1 has no monitor section

  Using the Ubuntu test kernels, the best result I have gotten is from
  kernel 4.5.6. At 4.6.0 the wheels start to come off the wagon.  At
  4.9.0 rc1 the boot stopped at the busybox initrd shell.

  4.8.0 fails decompressing the hibernate image as well.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-image-4.8.0-26-generic 4.8.0-26.28
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic i686
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jhm1262 F pulseaudio
  CurrentDesktop: XFCE
  Date: Thu Oct 27 17:02:19 2016
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bd7562ce-d720-4e95-995e-48f0ec1a77aa
  InstallationDate: Installed on 2016-10-12 (15 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  MachineType: Dell Inc. Inspiron 1520
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic 
root=UUID=5dc9cf92-93d8-4e84-826d-6b4d5f6e1c0d ro plymouth:debug=1 
vesafb.invalid=1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-26-generic N/A
   linux-backports-modules-4.8.0-26-generic  N/A
   linux-firmware1.161
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to yakkety on 2016-10-15 (12 days ago)
  dmi.bios.date: 02/03/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KY767
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd02/03/2008:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY767:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-10-12 (15 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  yakkety
  Uname: Linux 4.6.0-040600rc1-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to yakkety on 2016-10-15 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1637347/+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 1637347] Re: Xubuntu 16.10: drm errors causing slow boot

2017-04-23 Thread Federico Leoni
It's not restricted to Xubuntu, but this bug affects all *buntu I've
tested in the last week. Now I'm testing Ubuntu Budgie on a notebook HP
2910us and kernel 4.10.0-19-generic.

** Tags added: zesty

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

Title:
  Xubuntu 16.10: drm errors causing slow boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have been getting drm errors since updating to 16.10 causing slow
  boot times. Ex:

  
3.830465] jhm-Inspiron-1520 kernel: input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input5

  [   13.792249] jhm-Inspiron-1520 kernel:
  [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR*
  [CRTC:26:pipe A] flip_done timed out

  
  There is ten second gap in the above adjacent lines. I have a few of these in 
the journal log.
  These errors also cause Xorg to stall during mode setting also, as seen in 
the adjacent Xorg.0.log file.

  [55.988] (II) modeset(0): Output VGA-1 has no monitor section
  [66.615] (II) modeset(0): Output SVIDEO-1 has no monitor section

  Using the Ubuntu test kernels, the best result I have gotten is from
  kernel 4.5.6. At 4.6.0 the wheels start to come off the wagon.  At
  4.9.0 rc1 the boot stopped at the busybox initrd shell.

  4.8.0 fails decompressing the hibernate image as well.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-image-4.8.0-26-generic 4.8.0-26.28
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic i686
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jhm1262 F pulseaudio
  CurrentDesktop: XFCE
  Date: Thu Oct 27 17:02:19 2016
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bd7562ce-d720-4e95-995e-48f0ec1a77aa
  InstallationDate: Installed on 2016-10-12 (15 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  MachineType: Dell Inc. Inspiron 1520
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic 
root=UUID=5dc9cf92-93d8-4e84-826d-6b4d5f6e1c0d ro plymouth:debug=1 
vesafb.invalid=1
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-26-generic N/A
   linux-backports-modules-4.8.0-26-generic  N/A
   linux-firmware1.161
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to yakkety on 2016-10-15 (12 days ago)
  dmi.bios.date: 02/03/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0KY767
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd02/03/2008:svnDellInc.:pnInspiron1520:pvr:rvnDellInc.:rn0KY767:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1520
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  DistroRelease: Ubuntu 16.10
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-10-12 (15 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  yakkety
  Uname: Linux 4.6.0-040600rc1-generic i686
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to yakkety on 2016-10-15 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1637347/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-03-11 Thread Federico Leoni
i8042.kbdreset=1, i8042.reset and i8042.nomux=1 with no luck. 
I don't remember if I've tested atkbd, but I can give a new spin of boot 
options tomorrow just to be sure.

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-03-11 Thread Federico Leoni
Yes, the touchpad works just fine (see videos on OP).

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-03-10 Thread Federico Leoni
Tested (even with broken wifi drivers)

4.11.0-041100rc1-generic #201703051731 SMP Sun Mar 5 22:34:02 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux

Issue still present.

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

** Tags added: kernel-bug-exists-mainline-4.11rc1

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start early after grub

2017-02-23 Thread Federico Leoni
Christopher, sorry for the delay but I completely missed your last
messages.

My bios is the latest version:

F.2D 08/26/2008

And the issue is still present with any *buntu I've tried.

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

** Tags removed: bios-outdated-f.2d
** Tags added: bios-updated-f.2d

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

Title:
  [HP Pavilion dv2910us Entertainment Notebook PC] i8042 need to start
  early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: 16.04: i8042 need to start early after grub

2016-08-03 Thread Federico Leoni
I've made another test on a Dell 1545 with an Intel GM45 chipset. This notebook 
is using the i8042 to identify devices but no delay at all. Again seems the 
issue is just with HP NOtebook.
What can I do to 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/1599306

Title:
  16.04:  i8042 need to start early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: 16.04: i8042 need to start early after grub

2016-07-09 Thread Federico Leoni
Sure Christopher.

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=sysrq kbd leds event0 
B: PROP=0
B: EV=120013
B: KEY=2 20 0 0 1500f02140003 3803078f900d401 fedfffef 
fffe
B: MSC=10
B: LED=7

Please note the following line:

Bus=0011 Vendor=0001 Product=0001 Version=ab41

is the same I have on another notebook, a Dell Vostro 1310, where I tested the 
SSD right now. Don't know if is important. The file I've attached is from my HP 
Dv2700.
Side note: even if with a very similar configuration (same CPU, same chipset, 
different touch and keyboard but again enabled trough i8042) I was not able to 
reproduce the same issue I have with the HP on the Dell. 

** Attachment added: "devices.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+attachment/4698092/+files/devices.txt

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

Title:
  16.04:  i8042 need to start early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] Re: 16.04: i8042 need to start early after grub

2016-07-07 Thread Federico Leoni
Joseph,

thank you for your reply.
All the tests I've made were done starting from fresh install.
The issue persist on 4.7.0-040700rc6-generic (X64): at least 10 seconds before 
have the keyboard working again.


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

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

Title:
  16.04:  i8042 need to start early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys id=12[slave keyboard (3)]

  Keyboard on id 10.

  Would be nice have it working at the same time of the USB module.

  Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1383 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Jul  5 18:16:09 2016
  HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
  InstallationDate: Installed on 2016-06-25 (9 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-28-generic N/A
   linux-backports-modules-4.4.0-28-generic  N/A
   linux-firmware1.157.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2008
  dmi.bios.vendor: Phoenix
  dmi.bios.version: F.2B
  dmi.board.name: 30CD
  dmi.board.vendor: Wistron
  dmi.board.version: 80.52
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv2700 Notebook PC
  dmi.product.version: F.2B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599306/+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 1599306] [NEW] 16.04: i8042 need to start early after grub

2016-07-05 Thread Federico Leoni
Public bug reported:

The kernel module i8042 need to start early after grub selection. I've upgrade 
my notebook (HP dv2700 series, model dv2910us) with an SSD and now I need to 
wait 15 seconds after LightDM show up before I can use the internal keyboard.On 
bios and on GRUB the keyboard works fine but stops working the exact moment the 
kernel starts to load. 
An USB external keyboard works fine with no delay at all (different module, I 
know).
It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

Here's a video showing a full cycle of boots with Ubuntu 16.04:

https://youtu.be/yseDPvqWNw4

And here a video of the recovery mode where the delay is much evident:

https://youtu.be/vbsD9tb-Dn8

Here is my xinput configuration:

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11  [slave pointer (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard id=5  [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7[slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ HP Webcam id=9[slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10[slave keyboard (3)]
↳ HP WMI hotkeys id=12  [slave keyboard (3)]

Keyboard on id 10.

Would be nice have it working at the same time of the USB module.

Tested with Ubuntu/Xubuntu 14.04, 14.10, 15.04, 15.10 and the latest 16.04.
Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: 
boot/vmlinuz-4.4.0-21-generic]
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  effe   1383 F pulseaudio
CurrentDesktop: XFCE
Date: Tue Jul  5 18:16:09 2016
HibernationDevice: RESUME=UUID=19d86b30-2bc7-4db2-9f45-c2e79b64d298
InstallationDate: Installed on 2016-06-25 (9 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Hewlett-Packard HP Pavilion dv2700 Notebook PC
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=2841e7bc-0cd5-4641-8eee-c3954c5587e2 ro locale=pt_PT quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-28-generic N/A
 linux-backports-modules-4.4.0-28-generic  N/A
 linux-firmware1.157.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/07/2008
dmi.bios.vendor: Phoenix
dmi.bios.version: F.2B
dmi.board.name: 30CD
dmi.board.vendor: Wistron
dmi.board.version: 80.52
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvrF.2B:bd05/07/2008:svnHewlett-Packard:pnHPPaviliondv2700NotebookPC:pvrF.2B:rvnWistron:rn30CD:rvr80.52:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv2700 Notebook PC
dmi.product.version: F.2B
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug third-party-packages 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/1599306

Title:
  16.04:  i8042 need to start early after grub

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The kernel module i8042 need to start early after grub selection. I've 
upgrade my notebook (HP dv2700 series, model dv2910us) with an SSD and now I 
need to wait 15 seconds after LightDM show up before I can use the internal 
keyboard.On bios and on GRUB the keyboard works fine but stops working the 
exact moment the kernel starts to load. 
  An USB external keyboard works fine with no delay at all (different module, I 
know).
  It's not related to the SSD because even on recovery mode I can reproduce the 
issue with an old mechanical disk.

  Here's a video showing a full cycle of boots with Ubuntu 16.04:

  https://youtu.be/yseDPvqWNw4

  And here a video of the recovery mode where the delay is much evident:

  https://youtu.be/vbsD9tb-Dn8

  Here is my xinput configuration:

  ⎡ Virtual core pointer id=2   [master pointer (3)]
  ⎜ ↳ Virtual core XTEST pointer id=4   [slave pointer (2)]
  ⎜ ↳ AlpsPS/2 ALPS GlidePoint id=11[slave pointer (2)]
  ⎣ Virtual core keyboard id=3  [master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)]
  ↳ Power Button id=6   [slave keyboard (3)]
  ↳ Video Bus id=7  [slave keyboard (3)]
  ↳ Sleep Button id=8   [slave keyboard (3)]
  ↳ HP Webcam id=9  [slave keyboard (3)]
  ↳ AT Translated Set 2 keyboard id=10  [slave keyboard (3)]
  ↳ HP WMI hotkeys 

[Kernel-packages] [Bug 1281176] Re: 8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10 / 14.04

2014-03-08 Thread Federico Leoni
Christopher,

I reinstalled my Windows Vista from my restoration DVD just to check if 
brightness works and I had many difficult installing it.
I was able to install an old XP and I discovered multiple errors about ACPI and 
the brightness control has issues on this OS too: I can see the brightness 
slider moving but the luminosity don't change. I need a reflow or a moterboard 
replacement.
Seems Linux is enumerating periferals in a different way and is less sensible 
to hardware failures. 

Please, mark this bug as invalid and close it. I'll contact you again
if, after the hardware fix, the issue is still present.

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

Title:
  8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10
  / 14.04

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I press the appropriate keys on keyboard (Fn+up/Fn+down) the
  slider appears on the upper right corner of the screen but the
  brightness doesn't change.

  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and there.

  Reported upstream at http://marc.info/?l=linux-
  acpim=139290477319769w=2 .

  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done

  /sys/class/backlight/acpi_video0
  1
  7
  1

  If I increase the backlight via funcion keys or terminal the files are
  correctly updated:

  $ echo 7 | sudo tee /sys/class/backlight/acpi_video0/brightness

  /sys/class/backlight/acpi_video0
  7
  7
  7

  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
  video/brightnessdown BRTDN 0087  K

  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5

  but since xrandr is a software overlay my battery life is horrible,
  I'm stuck on 100% brightness. Beside this, sometimes the brightness
  slider appears spontaneously without pressing any keys but again with
  no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1526 F pulseaudio
  CurrentDmesg:
   [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
   [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
  Date: Mon Feb 17 13:27:10 2014
  HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
  InstallationDate: Installed on 2014-02-10 (6 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MachineType: Dell Inc. Vostro1310
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0K866H
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1310
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281176/+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 1281176] Re: 8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10 / 14.04

2014-02-28 Thread Federico Leoni
I found on dmesg those lines:

[   16.487465] ACPI Warning: 0x1028-0x102f SystemIO 
conflicts with Region \PMIO 1 (20131115/utaddress-251)
[   16.487476] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   16.487481] ACPI Warning: 0x11b0-0x11bf SystemIO 
conflicts with Region \GPIO 1 (20131115/utaddress-251)
[   16.487487] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   16.487489] ACPI Warning: 0x1180-0x11af SystemIO 
conflicts with Region \GPIO 1 (20131115/utaddress-251)
[   16.487495] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver

But obviously I don't have idea of what it means and if can help or not.

** Description changed:

  When I press the appropriate keys on keyboard (Fn+up/Fn+down) the slider
  appears on the upper right corner of the screen but the brightness
  doesn't change.
  
  Problem is I have not intel_backlight on /sys/class/backlight folder but
  just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor on
  grub). Since I don't have intel_backlight folder I can't apply many of
  the workaround found here and there.
  
  Reported upstream at http://marc.info/?l=linux-
  acpim=139290477319769w=2 .
  
  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done
  
- /sys/class/backlight/dell_backlight
+ /sys/class/backlight/acpi_video0
  1
  7
  1
  
- If I increase the backlight the files are correctly updated:
- /sys/class/backlight/dell_backlight
+ If I increase the backlight via funcion keys or terminal the files are
+ correctly updated:
+ 
+ $ echo 7 | sudo tee /sys/class/backlight/acpi_video0/brightness
+ 
+ /sys/class/backlight/acpi_video0
  7
  7
  7
  
  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
  video/brightnessdown BRTDN 0087  K
  
  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5
  
  but since xrandr is a software overlay my battery life is horrible, I'm
  stuck on 100% brightness. Beside this, sometimes the brightness slider
  appears spontaneously without pressing any keys but again with no
  effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1526 F pulseaudio
  CurrentDmesg:
   [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
   [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
  Date: Mon Feb 17 13:27:10 2014
  HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
  InstallationDate: Installed on 2014-02-10 (6 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MachineType: Dell Inc. Vostro1310
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0K866H
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1310
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

Title:
  8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10
  / 14.04

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I press the appropriate keys on keyboard (Fn+up/Fn+down) the
  slider appears on the upper right corner of the screen but the
  brightness doesn't change.

  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and there.

  Reported upstream at http://marc.info/?l=linux-
  

[Kernel-packages] [Bug 1281176] Re: 8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10 / 14.04

2014-02-27 Thread Federico Leoni
Today I've updated my 14.04 install and the osd no longer works.
Anyway the issue is present on the latest rc4 too.

Acpi_listen is reporting the keypressed code and the backlight files are
correctly updated but nothing changes.

** Tags removed: kernel-bug-exists-upstream-3.14-rc3
** Tags added: kernel-bug-exists-upstream-3.14-rc4

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

Title:
  8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10
  / 14.04

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I press the appropriate keys on keyboard (Fn+up/Fn+down) the
  slider appears on the upper right corner of the screen but the
  brightness doesn't change.

  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and there.

  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done

  /sys/class/backlight/dell_backlight
  1
  7
  1

  If I increase the backlight the files are correctly updated:
  /sys/class/backlight/dell_backlight
  7
  7
  7

  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
  video/brightnessdown BRTDN 0087  K

  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5

  but since xrandr is a software overlay my battery life is horrible,
  I'm stuck on 100% brightness. Beside this, sometimes the brightness
  slider appears spontaneously without pressing any keys but again with
  no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1526 F pulseaudio
  CurrentDmesg:
   [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
   [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
  Date: Mon Feb 17 13:27:10 2014
  HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
  InstallationDate: Installed on 2014-02-10 (6 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MachineType: Dell Inc. Vostro1310
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0K866H
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1310
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281176/+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 1281176] Re: 8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10

2014-02-20 Thread Federico Leoni
** Description changed:

- When I press the appropriate keys on keyboard (which ones specifically?)
- the slider appears on the upper right corner of the screen but the
- brightness doesn't change.
+ When I press the appropriate keys on keyboard (Fn+up/Fn+down) the slider
+ appears on the upper right corner of the screen but the brightness
+ doesn't change.
  
  Problem is I have not intel_backlight on /sys/class/backlight folder but
  just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor on
  grub). Since I don't have intel_backlight folder I can't apply many of
  the workaround found here and there.
  
  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done
  
  /sys/class/backlight/dell_backlight
  1
  7
  1
  
  If I increase the backlight the files are correctly updated:
  /sys/class/backlight/dell_backlight
  7
  7
  7
  
  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
- video/brightnessup BRTUP 0086  K
- video/brightnessup BRTUP 0086  K
- video/brightnessdown BRTDN 0087  K
- video/brightnessdown BRTDN 0087  K
  video/brightnessdown BRTDN 0087  K
  
  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5
  
  but since xrandr is a software overlay my battery life is horrible, I'm
  stuck on 100% brightness. Beside this, sometimes the brightness slider
  appears spontaneously without pressing any keys but again with no
  effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1526 F pulseaudio
  CurrentDmesg:
   [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
   [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
  Date: Mon Feb 17 13:27:10 2014
  HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
  InstallationDate: Installed on 2014-02-10 (6 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MachineType: Dell Inc. Vostro1310
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0K866H
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1310
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

Title:
  8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  When I press the appropriate keys on keyboard (Fn+up/Fn+down) the
  slider appears on the upper right corner of the screen but the
  brightness doesn't change.

  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and there.

  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done

  /sys/class/backlight/dell_backlight
  1
  7
  1

  If I increase the backlight the files are correctly updated:
  /sys/class/backlight/dell_backlight
  7
  7
  7

  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
  video/brightnessdown BRTDN 0087  K

  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5

  but since xrandr is a software overlay my battery life is horrible,
  I'm stuck on 100% brightness. Beside this, sometimes the brightness
  slider appears spontaneously without pressing any keys but again with
  no effect.

  

[Kernel-packages] [Bug 1281176] Re: 8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10

2014-02-19 Thread Federico Leoni
Christoper,
I've tested the latest available Ubuntu 14.04 64bit iso from 
http://cdimage.ubuntu.com/daily-live/current/ .
Same issues with both stock 3.13.0-8-generic and 3.14.0-031400rc2-generic (rc3 
has not 64bit packages to test) from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D . 

Tested both kernel with and without grub command line options. As soon
as the packages for kernel 3.14rc3 will be ready I'll test them.

Again, I can update from terminal and from funcion keys  the 
/sys/clsss/backlight files but with no effect on system.
Tags updated.

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-3.14-rc2

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

Title:
  8086:2a02 [Dell Vostro 1310] no brightness control on (x)ubuntu 13.10

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I press the appropriate keys on keyboard (which ones
  specifically?) the slider appears on the upper right corner of the
  screen but the brightness doesn't change.

  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and there.

  WORKAROUND: /sys/class/backlight$ for i in /sys/class/backlight/*; do
  echo -e \n $i; cat $i/{brightness,max_brightness,actual_brightness};
  done

  /sys/class/backlight/dell_backlight
  1
  7
  1

  If I increase the backlight the files are correctly updated:
  /sys/class/backlight/dell_backlight
  7
  7
  7

  acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:
  video/brightnessup BRTUP 0086  K
  video/brightnessup BRTUP 0086  K
  video/brightnessup BRTUP 0086  K
  video/brightnessdown BRTDN 0087  K
  video/brightnessdown BRTDN 0087  K
  video/brightnessdown BRTDN 0087  K

  Now I'm using xrandr to change the brightness:
  xrandr --output LVDS1 --brightness 0.5

  but since xrandr is a software overlay my battery life is horrible,
  I'm stuck on 100% brightness. Beside this, sometimes the brightness
  slider appears spontaneously without pressing any keys but again with
  no effect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  effe   1526 F pulseaudio
  CurrentDmesg:
   [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
   [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
  Date: Mon Feb 17 13:27:10 2014
  HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
  InstallationDate: Installed on 2014-02-10 (6 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MachineType: Dell Inc. Vostro1310
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0K866H
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1310
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281176/+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 1281176] [NEW] Dell Vostro 1310 (and possibly 1510/1710) no brightness control on (x)ubuntu 13.10

2014-02-17 Thread Federico Leoni
Public bug reported:

A customer of mine gave me his old notebook because he bought a new one.
I trow in a new HDD and now the laptop is running an up to date Xubuntu
13.10 64bit. Everithing is working fine exept for the brightness
control: when I press the appropriate keys on keyboard the slider
appears on the upper right corner of the screen but even if it changes
the setting has no effect on the system . The notebook I have has an
Intel X3100 integrated video

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (primary) (rev 0c)

I tried different combinations on grub but no one resolved the issue.
Problem is I have not intel_backlight on /sys/class/backlight folder but
just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor on
grub). Since I don't have intel_backlight folder I can't apply many of
the workaround found here and there.

--
effe@Vostro1310:/sys/class/backlight$ for i in /sys/class/backlight/*; do echo 
-e \n $i; cat $i/{brightness,max_brightness,actual_brightness}; done

 /sys/class/backlight/dell_backlight
1
7
1
--

If I increase the backlight the files are correctly updated:

--
 /sys/class/backlight/dell_backlight
7
7
7
--

acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic
and lowlatency) on stock kernel there isn't output at all:

video/brightnessup BRTUP 0086  K
video/brightnessup BRTUP 0086  K
video/brightnessup BRTUP 0086  K
video/brightnessdown BRTDN 0087  K
video/brightnessdown BRTDN 0087  K
video/brightnessdown BRTDN 0087  K

Now I'm using xrandr to change the brightness:

xrandr --output LVDS1 --brightness 0.5

but since xrandr is a software overlay my battery life is horrible, I'm stuck 
on 100% brightness.
Beside this, sometimes the brightness slider appears spontaneously without 
pressing any keys but again with no effect.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-15-generic 3.11.0-15.25
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  effe   1526 F pulseaudio
CurrentDmesg:
 [  102.704995] ERROR @wl_dev_intvar_get : error (-1)
 [  102.705003] ERROR @wl_cfg80211_get_tx_power : error (-1)
Date: Mon Feb 17 13:27:10 2014
HibernationDevice: RESUME=UUID=d0ee674f-0ea7-47e1-ba6f-1a849ba35941
InstallationDate: Installed on 2014-02-10 (6 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
MachineType: Dell Inc. Vostro1310
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=44ccbe21-7e45-468c-b942-1773a32943b0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/18/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.name: 0K866H
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1310:pvrNull:rvnDellInc.:rn0K866H:rvr:cvnDellInc.:ct8:cvrN/A:
dmi.product.name: Vostro1310
dmi.product.version: Null
dmi.sys.vendor: Dell Inc.

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


** Tags: acpi amd64 apport-bug brightness saucy xubuntu

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

Title:
  Dell Vostro 1310 (and possibly 1510/1710) no brightness control on
  (x)ubuntu 13.10

Status in “linux” package in Ubuntu:
  New

Bug description:
  A customer of mine gave me his old notebook because he bought a new
  one. I trow in a new HDD and now the laptop is running an up to date
  Xubuntu 13.10 64bit. Everithing is working fine exept for the
  brightness control: when I press the appropriate keys on keyboard the
  slider appears on the upper right corner of the screen but even if it
  changes the setting has no effect on the system . The notebook I have
  has an Intel X3100 integrated video

  00:02.0 VGA compatible controller: Intel Corporation Mobile
  GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)

  I tried different combinations on grub but no one resolved the issue.
  Problem is I have not intel_backlight on /sys/class/backlight folder
  but just acpi_video0 or dell_backlight (if I set acpi_backlight=vendor
  on grub). Since I don't have intel_backlight folder I can't apply many
  of the workaround found here and 

Re: [Kernel-packages] [Bug 1261853] Re: 8086:0166 [Dell Inspiron 15R 5521] Impossible to adjust the screen backlight

2014-02-15 Thread Federico Leoni
Christopher,

thanks for your reply. I'll open the new bug ASAP.

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

Title:
  8086:0166 [Dell Inspiron 15R 5521] Impossible to adjust the screen
  backlight

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  the change in the level of illumination of the screen, through the
  corresponding option in the control panel, has no effect.

  Upstream post: http://www.spinics.net/lists/linux-acpi/msg48075.html

  WORKAROUND: In Ubuntu kernel only, version 3.11.0-14-generic tested:
  acpi_backlight=vendor

  WORKAROUND: In mainline only:
  video.use_native_backlight=1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1443 F pulseaudio
    alex  11159 F pulseaudio
  Date: Tue Dec 17 18:50:13 2013
  HibernationDevice: RESUME=UUID=04335018-6e1d-453d-a8ba-25ae1c34f2eb
  InstallationDate: Installed on 2013-12-14 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. Inspiron 5521
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=d4cdcfba-0a53-41d0-a9ce-0516d3fab0f0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   linux-backports-modules-3.11.0-14-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0K08H3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/22/2013:svnDellInc.:pnInspiron5521:pvrA06:rvnDellInc.:rn0K08H3:rvrA00:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5521
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1261853/+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 1261853] Re: 8086:0166 [Dell Inspiron 15R 5521] Impossible to adjust the screen backlight

2014-02-11 Thread Federico Leoni
A customer of mine gave me his old notebook because he bought a new one.
The laptop is running an p to date Xubuntu 13.10 64bit. Now I'm
suffering similar issue with brightness control: when I press the
appropriate keys on keyboard the slide appears on the upper right corner
of the screen but even if it changes the setting has no effect on the
system . The notebook I have has an Intel X3100 integrated video

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (primary) (rev 0c)

I tried different combinations on grub but no one resolved the issue.
Problem is I have not intel_backlight on /sys/class/backlight folder but
just  acpi_video0 or dell_backlight (if I set acpi_backlight=vendor on
grub).

--
effe@Vostro1310:/sys/class/backlight$ for i in /sys/class/backlight/*; do echo 
-e \n $i; cat $i/{brightness,max_brightness,actual_brightness}; done

 /sys/class/backlight/dell_backlight
1
7
1
--

If I increase the backlight the files are correctly updated:

--
 /sys/class/backlight/dell_backlight
7
7
7
--
acpi_listen works just on new mainline kernel 3.13.2 (tried bot generic and 
lowlatency) on stock kernel there isn't output at all:

video/brightnessup BRTUP 0086  K
video/brightnessup BRTUP 0086  K
video/brightnessup BRTUP 0086  K
video/brightnessdown BRTDN 0087  K
video/brightnessdown BRTDN 0087  K
video/brightnessdown BRTDN 0087  K

Now I'm using xrandr to change the brightness:

effe@Vostro1310:/sys/class/backlight$ xrandr --output LVDS1 --brightness
0.5

What can I try to triage the issue?

Thanks.

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

Title:
  8086:0166 [Dell Inspiron 15R 5521] Impossible to adjust the screen
  backlight

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  the change in the level of illumination of the screen, through the
  corresponding option in the control panel, has no effect.

  Upstream post: http://www.spinics.net/lists/linux-acpi/msg48075.html

  WORKAROUND: In Ubuntu kernel only, version 3.11.0-14-generic tested:
  acpi_backlight=vendor

  WORKAROUND: In mainline only:
  video.use_native_backlight=1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-14-generic 3.11.0-14.21
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1443 F pulseaudio
    alex  11159 F pulseaudio
  Date: Tue Dec 17 18:50:13 2013
  HibernationDevice: RESUME=UUID=04335018-6e1d-453d-a8ba-25ae1c34f2eb
  InstallationDate: Installed on 2013-12-14 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Dell Inc. Inspiron 5521
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=it
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic.efi.signed 
root=UUID=d4cdcfba-0a53-41d0-a9ce-0516d3fab0f0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-14-generic N/A
   linux-backports-modules-3.11.0-14-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0K08H3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/22/2013:svnDellInc.:pnInspiron5521:pvrA06:rvnDellInc.:rn0K08H3:rvrA00:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 5521
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.

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