[Kernel-packages] [Bug 1201665] Re: [[HP Pavilion dv6-4008tx Entertainment Notebook PC] Function Keys do not work - brightness, sound, wireless

2014-03-23 Thread Joseph Landers
I can confirm that this issue also happens in windows (The user of the
function key button is not required to access the functions! But the FN
key is required to use the F1-F12), therefore it's not a Linux Kernel
bug, it's actually the laptop/BIOS mapping is incorrect. Therefore this
is not an issue for ubuntu / kernel to resolve. Thanks again.

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

Title:
  [[HP Pavilion dv6-4008tx Entertainment Notebook PC] Function Keys do
  not work - brightness, sound, wireless

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Hi,

  Just upgraded to saucy 13.10 as this bug exists in raring too. The fn
  keys do not work.

  Brightness works in the brightness panel with the slider.

  Have tested audio keys in rythmbox and no result.

  F1 ? (question mark symbol on key) 0x3a 0xba
  F2 Brightness Down 0x3b 0xbb
  F3 Brightness Up 0x3c 0xbc
  F4 | Square |  (two lines on the outside of a square) perhaps a reference to 
a monitor0x3d 0xbd
  F5 | (rewind?)   0x3e 0xbe
  F6 || (Play or pause) 0x3f 0xbf
  F7 Stop  0x40 0xc0
  F8 | (fast forward)  0x41 0xc1
  F9 Volume down 0x42 0xc2
  F10 volume up  0x43 0xc3

  Numbering changes for F11 F12
  F11 Mute 0x57 0xd7
  F12 Wireless on/off 0x58 0xd8

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.11
  ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  z  2187 F pulseaudio
   /dev/snd/controlC0:  z  2187 F pulseaudio
  Date: Tue Jul 16 13:03:55 2013
  HibernationDevice: RESUME=UUID=da95f1e0-c928-4bd6-98d8-e76486710b08
  InstallationDate: Installed on 2013-07-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.10.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_bios_initial_backlight=0 quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-2-generic N/A
   linux-backports-modules-3.10.0-2-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-07-16 (0 days ago)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1594
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 91.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd07/26/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058420242B2620100:rvnHewlett-Packard:rn1594:rvr91.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058420242B2620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201665/+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 1295948] Re: mako kernel doesn't support xattrs in the security namespace

2014-03-23 Thread John Johansen
This bug is being caused by  CONFIG_EXT3_FS_SECURITY being not set. Note
that CONFIG_EXT3_FS_POSIX_ACL is also not set.

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

Title:
  mako kernel doesn't support xattrs in the security namespace

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Attempting on a mako device to setfattr on a file with the security
  namespace fails with EOPNOTSUPP:

$ sudo setfattr  -h -n security.sdtest -v hello testfile
setfattr: testfile: Operation not supported

  but the 'trusted' and 'user' namespaces work properly:

$ sudo setfattr  -h -n user.sdtest -v hello testfile
$ sudo getfattr  -h -n user.sdtest  testfile
# file: testfile
user.sdtest=hello

  strace'ing the setfaddr command shows the following:

lsetxattr(testfile, security.sdtest, hello, 5, 0) = -1
  EOPNOTSUPP (Operation not supported)

  This is not the case for other kernels based off an android kernel.
  e.g. it works fine on a grouper device.

  $ uname -a
  Linux ubuntu-phablet 3.4.0-5-mako #26-Ubuntu SMP PREEMPT Tue Feb 25 19:23:05 
UTC 2014 armv7l armv7l armv7l GNU/Linux

  Steps to reproduce:

$ dd if=/dev/zero of=test.img bs=4096 count=4096
4096+0 records in
4096+0 records out
16777216 bytes (17 MB) copied, 0.181383 s, 92.5 MB/s
$ mkfs.ext3 -q -F test.img
$ mkdir mountpoint
$ sudo mount -o loop,user_xattr test.img mountpoint
[sudo] password for phablet:
$ mount | grep mountpoint
/home/phablet/test.img on /home/phablet/mountpoint type ext3 
(rw,relatime,errors=continue,user_xattr,barrier=1,data=writeback)
$ cd mountpoint/
$ sudo touch testfile
$ sudo setfattr  -h -n security.sdtest -v hello testfile   # this command 
fails on mako, not on grouper
setfattr: testfile: Operation not supported
$ sudo setfattr  -h -n trusted.sdtest -v hello testfile
$ sudo getfattr  -h -n trusted.sdtest  testfile
# file: testfile
trusted.sdtest=hello

  It fails regardless of whether the filesystem is ext3 or ext4.

  (There are apparmor tests that exercise this functionality, which is
  how it was noticed.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295948/+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 1201671] Re: [HP Pavilion dv6-4008tx Entertainment Notebook PC] Wireless key light constantly flashing when connected

2014-03-23 Thread Joseph Landers
In windows, orange indicates wireless hardware switch is off, white
indicates wireless hardware switch is on.

When disconnected and/or connected to a network in the ON state, the
light stays white and does not flash.

I won't be able to test any potential changes to fix it as I don't have
Linux on this laptop anymore.

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

Title:
  [HP Pavilion dv6-4008tx Entertainment Notebook PC] Wireless key light
  constantly flashing when connected

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Hi,

  The wireless light at FN+F12 is alternating between white and orange
  all the time when connected to a wireless network. When disconnected
  but wireless is enabled it stays white and when wireless is disabled
  it turns orange.

  This behaviour doesn't seem correct.

   Suggested behaviour: When wireless is enabled (i.e.
  connected/disconnected but enabled) it should stay white. When
  wireless is disabled it should stay orange.

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.11
  ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  z  2187 F pulseaudio
   /dev/snd/controlC0:  z  2187 F pulseaudio
   /dev/snd/pcmC0D0p:   z  2187 F...m pulseaudio
  Date: Tue Jul 16 13:32:21 2013
  HibernationDevice: RESUME=UUID=da95f1e0-c928-4bd6-98d8-e76486710b08
  InstallationDate: Installed on 2013-07-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.10.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_bios_initial_backlight=0 quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-2-generic N/A
   linux-backports-modules-3.10.0-2-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-07-16 (0 days ago)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1594
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 91.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd07/26/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058420242B2620100:rvnHewlett-Packard:rn1594:rvr91.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058420242B2620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201671/+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 1296208] [NEW] Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
Public bug reported:

Backlight control does not work, but there are entries in /sys/class/backlight.
This is a new laptop, I have not tried any previous kernel versions.
Hotkeys do not change the brightness but do cause the OSD to pop up indicating 
what the brightness should be.
Brightness applet does not work.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-19-generic 3.13.0-19.39
ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  useradmin   3496 F pulseaudio
 /dev/snd/controlC0:  useradmin   3496 F pulseaudio
CurrentDesktop: GNOME
Date: Sat Mar 22 22:52:23 2014
HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
InstallationDate: Installed on 2014-03-22 (1 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
MachineType: Hewlett-Packard HP EliteBook 850 G1
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-19-generic N/A
 linux-backports-modules-3.13.0-19-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/19/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: L71 Ver. 01.08
dmi.board.name: 198F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 15.54
dmi.chassis.asset.tag: CNU345C1WF
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 850 G1
dmi.product.version: A3009DD10303
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug trusty

** Attachment added: backlight
   https://bugs.launchpad.net/bugs/1296208/+attachment/4038403/+files/backlight

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt3.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038426/+files/ssdt3.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: acpi
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038421/+files/acpi

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt2.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038425/+files/ssdt2.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: dsdt.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038423/+files/dsdt.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt1.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038424/+files/ssdt1.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: acpidump.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038422/+files/acpidump.txt

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt5.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038428/+files/ssdt5.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt4.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038427/+files/ssdt4.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: video
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038438/+files/video

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: version
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038440/+files/version

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: dmidecode.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038439/+files/dmidecode.log

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: results.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038437/+files/results.log

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt10.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038433/+files/ssdt10.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt7.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038430/+files/ssdt7.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt8.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038431/+files/ssdt8.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: fwts
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038435/+files/fwts

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: fwts_method
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038436/+files/fwts_method

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt9.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038432/+files/ssdt9.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: ssdt6.dat
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038429/+files/ssdt6.dat

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
** Attachment added: dsdt.dsl
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+attachment/4038434/+files/dsdt.dsl

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  New

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1296208] Re: Backlight controls not working on HP Elitebook 850 G1

2014-03-23 Thread Dayle Riddoch
Adding the kernel parameter acpi_backlight=vendor now allows both the
hotkeys and the brightness applet to modify the brightness.

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Backlight controls not working on HP Elitebook 850 G1

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Backlight control does not work, but there are entries in 
/sys/class/backlight.
  This is a new laptop, I have not tried any previous kernel versions.
  Hotkeys do not change the brightness but do cause the OSD to pop up 
indicating what the brightness should be.
  Brightness applet does not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  useradmin   3496 F pulseaudio
   /dev/snd/controlC0:  useradmin   3496 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Mar 22 22:52:23 2014
  HibernationDevice: RESUME=UUID=a3e237f6-10cb-43a3-b9ed-ecfbc16de751
  InstallationDate: Installed on 2014-03-22 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=1209f2bc-bc3e-44ae-bf60-8c0bcb5cfb1e ro access=m2 quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L71 Ver. 01.08
  dmi.board.name: 198F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 15.54
  dmi.chassis.asset.tag: CNU345C1WF
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.08:bd02/19/2014:svnHewlett-Packard:pnHPEliteBook850G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 850 G1
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296208/+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 1294729] Re: BUG: pcmC1D0c:0, pos = 5461, buffer size = 5461, period size = 2730

2014-03-23 Thread David Henningsson
It's most definitely a kernel bug. Also, I looked at both 1294729,
1293828 and 1286866 and all of them refer to the ICE1712 driver.

A recent commit that affects ICE1712 is this one:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
trusty.git;a=commit;h=25cb36334e92312684f5cc18bfcf1eb96eb00485

ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks

...this looks like it could possibly affect buffer sizes and such. Maybe
that one needs to be reverted?

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

Title:
  BUG: pcmC1D0c:0, pos = 5461, buffer size = 5461, period size = 2730

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Bug keeps showing up every 5 10 min or so.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-18-lowlatency 3.13.0-18.38
  ProcVersionSignature: Ubuntu 3.13.0-18.38-lowlatency 3.13.6
  Uname: Linux 3.13.0-18-lowlatency i686
  NonfreeKernelModules: nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  Date: Wed Mar 19 08:27:54 2014
  Failure: oops
  HibernationDevice: RESUME=UUID=56da38ca-265b-4e0d-b599-dc779f722a9f
  InstallationDate: Installed on 2014-03-15 (3 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 Trusty Tahr - Alpha i386 (20140314)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-lowlatency 
root=UUID=27ae0d6e-3c3c-49a2-8d67-6c5a58a1e8e4 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu6
  RfKill:
   
  SourcePackage: linux
  Title: BUG: pcmC1D0c:0, pos = 5461, buffer size = 5461, period size = 2730
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: IC7/IC7-G(Intel i875P-ICH5)
  dmi.board.vendor: http://www.abit.com.tw/
  dmi.board.version: 1.0/1.1
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd04/27/2004:svn:pn:pvr:rvnhttp//www.abit.com.tw/:rnIC7/IC7-G(Inteli875P-ICH5):rvr1.0/1.1:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1294729/+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 1246855] Re: error building kernel module oem-wireless-rt2x00

2014-03-23 Thread Alessandro C.
** Changed in: linux (Ubuntu)
   Status: Expired = 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/1246855

Title:
  error building kernel module oem-wireless-rt2x00

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  since upgrading to linux-image-3.2.0-55-generic Network controller:
  Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe stopped working.

  upgrading to linux-image-3.2.0-56-generic I found the following error:
  Error! Bad return status for module build on kernel: 3.2.0-56-generic (x86_64)
  Consult 
/var/lib/dkms/oem-wireless-rt2x00-1044172/20120910compatwirelessstella6/build/make.log
 for more information.

  the file is attached

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-headers-3.2.0-55-generic 3.2.0-55.85
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VC Analog [ALC269VC 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pagano 1654 F pulseaudio
   /dev/snd/controlC0:  pagano 1654 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0344000 irq 42'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,103c1885,00100202'
 Controls  : 19
 Simple ctrls  : 10
  Date: Thu Oct 31 20:06:04 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-osaka-precise-amd64-20121101-2
  HibernationDevice: RESUME=UUID=1be368a6-bd10-4535-b5a9-969ca31233a7
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20121101-11:02
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 064e:e263 Suyin Corp.
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-52-generic 
root=UUID=1fc519fb-99e2-4f02-aacd-541d53a11fc3 ro i915.modeset=1 quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-52-generic N/A
   linux-backports-modules-3.2.0-52-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.33
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd11/17/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr088412005B10002600010:rvnHewlett-Packard:rn1885:rvr66.33:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 088412005B10002600010
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246855/+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 1246855] Re: error building kernel module oem-wireless-rt2x00

2014-03-23 Thread Alessandro C.
Translated Italian keywords:
* ingresso = entering
* uscita: exiting
* Attesa per i processi non terminati: Waiting for non completed processes
* Errore: Error


** Attachment added: 
/var/lib/dkms/oem-wireless-rt2x00-1044172/20120910compatwirelessstella6/build
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246855/+attachment/4038465/+files/make.log

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

Title:
  error building kernel module oem-wireless-rt2x00

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  since upgrading to linux-image-3.2.0-55-generic Network controller:
  Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe stopped working.

  upgrading to linux-image-3.2.0-56-generic I found the following error:
  Error! Bad return status for module build on kernel: 3.2.0-56-generic (x86_64)
  Consult 
/var/lib/dkms/oem-wireless-rt2x00-1044172/20120910compatwirelessstella6/build/make.log
 for more information.

  the file is attached

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-headers-3.2.0-55-generic 3.2.0-55.85
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VC Analog [ALC269VC 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pagano 1654 F pulseaudio
   /dev/snd/controlC0:  pagano 1654 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0344000 irq 42'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,103c1885,00100202'
 Controls  : 19
 Simple ctrls  : 10
  Date: Thu Oct 31 20:06:04 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-osaka-precise-amd64-20121101-2
  HibernationDevice: RESUME=UUID=1be368a6-bd10-4535-b5a9-969ca31233a7
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20121101-11:02
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 064e:e263 Suyin Corp.
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-52-generic 
root=UUID=1fc519fb-99e2-4f02-aacd-541d53a11fc3 ro i915.modeset=1 quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-52-generic N/A
   linux-backports-modules-3.2.0-52-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.33
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd11/17/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr088412005B10002600010:rvnHewlett-Packard:rn1885:rvr66.33:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 088412005B10002600010
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246855/+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 1246855] Re: error building kernel module oem-wireless-rt2x00

2014-03-23 Thread Alessandro C.
Attached my make.log found in /var/lib/dkms/oem-wireless-
rt2x00-1044172/20120910compatwirelessstella6/build

Translated Italian keywords:
* ingresso = entering
* uscita: exiting
* Attesa per i processi non terminati: Waiting for non completed processes
* Errore: Error

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

Title:
  error building kernel module oem-wireless-rt2x00

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  since upgrading to linux-image-3.2.0-55-generic Network controller:
  Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe stopped working.

  upgrading to linux-image-3.2.0-56-generic I found the following error:
  Error! Bad return status for module build on kernel: 3.2.0-56-generic (x86_64)
  Consult 
/var/lib/dkms/oem-wireless-rt2x00-1044172/20120910compatwirelessstella6/build/make.log
 for more information.

  the file is attached

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-headers-3.2.0-55-generic 3.2.0-55.85
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VC Analog [ALC269VC 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pagano 1654 F pulseaudio
   /dev/snd/controlC0:  pagano 1654 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0344000 irq 42'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,103c1885,00100202'
 Controls  : 19
 Simple ctrls  : 10
  Date: Thu Oct 31 20:06:04 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-osaka-precise-amd64-20121101-2
  HibernationDevice: RESUME=UUID=1be368a6-bd10-4535-b5a9-969ca31233a7
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20121101-11:02
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 064e:e263 Suyin Corp.
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-52-generic 
root=UUID=1fc519fb-99e2-4f02-aacd-541d53a11fc3 ro i915.modeset=1 quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-52-generic N/A
   linux-backports-modules-3.2.0-52-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.33
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd11/17/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr088412005B10002600010:rvnHewlett-Packard:rn1885:rvr66.33:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 088412005B10002600010
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246855/+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 1246855] Re: error building kernel module oem-wireless-rt2x00

2014-03-23 Thread Alessandro C.
-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1246855

Title:
  error building kernel module oem-wireless-rt2x00

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  since upgrading to linux-image-3.2.0-55-generic Network controller:
  Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe stopped working.

  upgrading to linux-image-3.2.0-56-generic I found the following error:
  Error! Bad return status for module build on kernel: 3.2.0-56-generic (x86_64)
  Consult 
/var/lib/dkms/oem-wireless-rt2x00-1044172/20120910compatwirelessstella6/build/make.log
 for more information.

  the file is attached

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-headers-3.2.0-55-generic 3.2.0-55.85
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VC Analog [ALC269VC 
Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pagano 1654 F pulseaudio
   /dev/snd/controlC0:  pagano 1654 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0344000 irq 42'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,103c1885,00100202'
 Controls  : 19
 Simple ctrls  : 10
  Date: Thu Oct 31 20:06:04 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-osaka-precise-amd64-20121101-2
  HibernationDevice: RESUME=UUID=1be368a6-bd10-4535-b5a9-969ca31233a7
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20121101-11:02
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 064e:e263 Suyin Corp.
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-52-generic 
root=UUID=1fc519fb-99e2-4f02-aacd-541d53a11fc3 ro i915.modeset=1 quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-52-generic N/A
   linux-backports-modules-3.2.0-52-generic  N/A
   linux-firmware1.79.7
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.23
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.33
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.23:bd11/17/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr088412005B10002600010:rvnHewlett-Packard:rn1885:rvr66.33:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 088412005B10002600010
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246855/+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 1296223] [NEW] Invalid opcode 0000 in, I think, __find_get_block

2014-03-23 Thread Chad Miller
Public bug reported:

[   72.534016] [ cut here ]
[   72.534073] kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!
[   72.534139] invalid opcode:  [#1] SMP 
[   72.534184] Modules linked in: ec_sys dm_crypt x86_pkg_temp_thermal 
parport_pc coretemp ppdev kvm_intel kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel arc4 aes_x86_64 lrw gf128mul glue_helper 
ablk_helper cryptd joydev rfcomm bnep dm_multipath snd_hda_codec_hdmi scsi_dh 
snd_hda_codec_realtek snd_hda_intel iwlmvm mac80211 hid_multitouch 
snd_hda_codec microcode psmouse btusb snd_hwdep bluetooth binfmt_misc iwlwifi 
snd_pcm serio_raw rtsx_pci_ms memstick snd_page_alloc cfg80211 snd_seq_midi 
snd_seq_midi_event snd_rawmidi lpc_ich snd_seq snd_seq_device snd_timer snd 
mei_me mei soundcore mac_hid lp parport btrfs zlib_deflate raid6_pq libcrc32c 
dm_raid45 xor dm_mirror dm_region_hash dm_log mmc_block usbhid hid 
rtsx_pci_sdmmc i915 ahci i2c_algo_bit libahci r8169 drm_kms_helper mii drm 
rtsx_pci wmi video
[   72.535340] CPU: 1 PID: 3241 Comm: t Tainted: G  I  
3.11.0-18-generic #32-Ubuntu
[   72.535419] Hardware name: System76, IncDarter 
UltraThin/Darter UltraThin, BIOS 4.6.5 10/28/2013
[   72.535521] task: 88020f938000 ti: 88020ceae000 task.ti: 
88020ceae000
[   72.535592] RIP: 0010:[816e5139]  [816e5139] 
check_irqs_on.part.11+0x4/0x6
[   72.535686] RSP: 0018:88020ceaf708  EFLAGS: 00010046
[   72.535739] RAX: 0086 RBX: 1000 RCX: 036e4700
[   72.535807] RDX: 1000 RSI: 0050202b RDI: 880213b796c0
[   72.535874] RBP: 88020ceaf708 R08: 036e4700 R09: 000180150015
[   72.535942] R10: ea00083b4ac0 R11: 812ae600 R12: 8801fbdae8b0
[   72.536010] R13: 88020ceaf88c R14:  R15: 880213b796c0
[   72.536079] FS:  7f4df9677840() GS:88021fa8() 
knlGS:
[   72.536157] CS:  0010 DS:  ES:  CR0: 80050033
[   72.536212] CR2: 7f4df81975ec CR3: 00020cf92000 CR4: 001407e0
[   72.536280] Stack:
[   72.536301]  88020ceaf778 811d8f29 8801f03c3a90 
88020d210bc8
[   72.536380]  880213ba7d68 88020ceaf760 8127ecfa 
8801fbdae8b0
[   72.536457]    1000 
8801fbdae8b0
[   72.536536] Call Trace:
[   72.536572]  [811d8f29] __find_get_block+0x229/0x230
[   72.536634]  [8127ecfa] ? ext4_es_lookup_extent+0x2a/0x180
[   72.536700]  [811d8f54] __getblk+0x24/0x2e0
[   72.536755]  [81328329] ? blkcipher_walk_next+0x229/0x350
[   72.536821]  [81243317] ext4_getblk+0x97/0x200
[   72.536876]  [8124cd8f] ext4_find_entry+0x2cf/0x4e0
[   72.536935]  [8118ed15] ? __kmalloc+0x55/0x180
[   72.536991]  [811bf4d5] ? __d_alloc+0x145/0x180
[   72.537045]  [811bf4b2] ? __d_alloc+0x122/0x180
[   72.537099]  [8124cfe2] ext4_lookup+0x42/0x150
[   72.537156]  [811b17bd] lookup_real+0x1d/0x50
[   72.537210]  [811b1d63] __lookup_hash+0x33/0x40
[   72.537266]  [811b2a56] lookup_one_len+0xe6/0x140
[   72.537325]  [812a8b5c] ecryptfs_lookup+0x1cc/0x350
[   72.537383]  [811b17bd] lookup_real+0x1d/0x50
[   72.537438]  [811b64a6] do_last+0x856/0xe50
[   72.537494]  [8118e5d8] ? kmem_cache_alloc_trace+0x108/0x130
[   72.537561]  [812ddab6] ? security_file_alloc+0x16/0x20
[   72.537624]  [811b6b61] path_openat+0xc1/0x630
[   72.537681]  [810915b0] ? finish_task_switch+0x50/0xf0
[   72.537743]  [811b7eda] do_filp_open+0x3a/0x90
[   72.537798]  [81201096] ? cn_vprintf+0x56/0x80
[   72.537854]  [811a6e8f] file_open_name+0xef/0x140
[   72.537910]  [811a6f15] filp_open+0x35/0x40
[   72.537961]  [81201758] do_coredump+0x4d8/0xe20
[   72.538018]  [81071233] ? __sigqueue_free.part.15+0x33/0x40
[   72.538083]  [810743b7] get_signal_to_deliver+0x1c7/0x5e0
[   72.538149]  [81012438] do_signal+0x48/0x960
[   72.538201]  [8107334d] ? do_send_sig_info+0x5d/0x80
[   72.538263]  [81012dc8] do_notify_resume+0x78/0xa0
[   72.538322]  [816f86da] int_signal+0x12/0x17
[   72.538372] Code: 70 32 a6 81 e8 b5 d9 ff ff 4d 85 e4 74 14 49 8d 7c 24 58 
e8 7a 8d 96 ff 66 90 4c 89 e7 e8 d0 8b ad ff 5b 41 5c 5d c3 55 48 89 e5 0f 0b 
55 48 89 e5 0f 0b 55 48 89 e5 0f 0b 55 48 89 e5 0f 0b 55 
[   72.538664] RIP  [816e5139] check_irqs_on.part.11+0x4/0x6
[   72.538730]  RSP 88020ceaf708
[   72.565898] ---[ end trace cf17f23406e928d8 ]---

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-generic 3.11.0.18.19
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Uname: Linux 3.11.0-18-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Invalid opcode  in, I think, __find_get_block

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [   72.534016] [ cut here ]
  [   72.534073] kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!
  [   72.534139] invalid opcode:  [#1] SMP 
  [   72.534184] Modules linked in: ec_sys dm_crypt x86_pkg_temp_thermal 
parport_pc coretemp ppdev kvm_intel kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel arc4 aes_x86_64 lrw gf128mul glue_helper 
ablk_helper cryptd joydev rfcomm bnep dm_multipath snd_hda_codec_hdmi scsi_dh 
snd_hda_codec_realtek snd_hda_intel iwlmvm mac80211 hid_multitouch 
snd_hda_codec microcode psmouse btusb snd_hwdep bluetooth binfmt_misc iwlwifi 
snd_pcm serio_raw rtsx_pci_ms memstick snd_page_alloc cfg80211 snd_seq_midi 
snd_seq_midi_event snd_rawmidi lpc_ich snd_seq snd_seq_device snd_timer snd 
mei_me mei soundcore mac_hid lp parport btrfs zlib_deflate raid6_pq libcrc32c 
dm_raid45 xor dm_mirror dm_region_hash dm_log mmc_block usbhid hid 
rtsx_pci_sdmmc i915 ahci i2c_algo_bit libahci r8169 drm_kms_helper mii drm 
rtsx_pci wmi video
  [   72.535340] CPU: 1 PID: 3241 Comm: t Tainted: G  I  
3.11.0-18-generic #32-Ubuntu
  [   72.535419] Hardware name: System76, IncDarter 
UltraThin/Darter UltraThin, BIOS 4.6.5 10/28/2013
  [   72.535521] task: 88020f938000 ti: 88020ceae000 task.ti: 
88020ceae000
  [   72.535592] RIP: 0010:[816e5139]  [816e5139] 
check_irqs_on.part.11+0x4/0x6
  [   72.535686] RSP: 0018:88020ceaf708  EFLAGS: 00010046
  [   72.535739] RAX: 0086 RBX: 1000 RCX: 
036e4700
  [   72.535807] RDX: 1000 RSI: 0050202b RDI: 
880213b796c0
  [   72.535874] RBP: 88020ceaf708 R08: 036e4700 R09: 
000180150015
  [   72.535942] R10: ea00083b4ac0 R11: 812ae600 R12: 
8801fbdae8b0
  [   72.536010] R13: 88020ceaf88c R14:  R15: 
880213b796c0
  [   72.536079] FS:  7f4df9677840() GS:88021fa8() 
knlGS:
  [   72.536157] CS:  0010 DS:  ES:  CR0: 80050033
  [   72.536212] CR2: 7f4df81975ec CR3: 00020cf92000 CR4: 
001407e0
  [   72.536280] Stack:
  [   72.536301]  88020ceaf778 811d8f29 8801f03c3a90 
88020d210bc8
  [   72.536380]  880213ba7d68 88020ceaf760 8127ecfa 
8801fbdae8b0
  [   72.536457]    1000 
8801fbdae8b0
  [   72.536536] Call Trace:
  [   72.536572]  [811d8f29] __find_get_block+0x229/0x230
  [   72.536634]  [8127ecfa] ? ext4_es_lookup_extent+0x2a/0x180
  [   72.536700]  [811d8f54] __getblk+0x24/0x2e0
  [   72.536755]  [81328329] ? blkcipher_walk_next+0x229/0x350
  [   72.536821]  [81243317] ext4_getblk+0x97/0x200
  [   72.536876]  [8124cd8f] ext4_find_entry+0x2cf/0x4e0
  [   72.536935]  [8118ed15] ? __kmalloc+0x55/0x180
  [   72.536991]  [811bf4d5] ? __d_alloc+0x145/0x180
  [   72.537045]  [811bf4b2] ? __d_alloc+0x122/0x180
  [   72.537099]  [8124cfe2] ext4_lookup+0x42/0x150
  [   72.537156]  [811b17bd] lookup_real+0x1d/0x50
  [   72.537210]  [811b1d63] __lookup_hash+0x33/0x40
  [   72.537266]  [811b2a56] lookup_one_len+0xe6/0x140
  [   72.537325]  [812a8b5c] ecryptfs_lookup+0x1cc/0x350
  [   72.537383]  [811b17bd] lookup_real+0x1d/0x50
  [   72.537438]  [811b64a6] do_last+0x856/0xe50
  [   72.537494]  [8118e5d8] ? kmem_cache_alloc_trace+0x108/0x130
  [   72.537561]  [812ddab6] ? security_file_alloc+0x16/0x20
  [   72.537624]  [811b6b61] path_openat+0xc1/0x630
  [   72.537681]  [810915b0] ? finish_task_switch+0x50/0xf0
  [   72.537743]  [811b7eda] do_filp_open+0x3a/0x90
  [   72.537798]  [81201096] ? cn_vprintf+0x56/0x80
  [   72.537854]  [811a6e8f] file_open_name+0xef/0x140
  [   72.537910]  [811a6f15] filp_open+0x35/0x40
  [   72.537961]  [81201758] do_coredump+0x4d8/0xe20
  [   72.538018]  [81071233] ? __sigqueue_free.part.15+0x33/0x40
  [   72.538083]  [810743b7] get_signal_to_deliver+0x1c7/0x5e0
  [   72.538149]  [81012438] do_signal+0x48/0x960
  [   72.538201]  [8107334d] ? do_send_sig_info+0x5d/0x80
  [   72.538263]  [81012dc8] do_notify_resume+0x78/0xa0
  [   72.538322]  [816f86da] int_signal+0x12/0x17
  [   72.538372] Code: 70 32 a6 81 e8 b5 d9 ff ff 4d 85 e4 74 14 49 8d 7c 24 58 
e8 7a 8d 96 ff 66 90 4c 89 e7 e8 d0 8b ad ff 5b 41 5c 5d c3 55 48 89 e5 0f 0b 
55 48 89 e5 0f 0b 55 48 89 e5 

[Kernel-packages] [Bug 1296231] [NEW] [ASUSTeK Computer Inc. hostname] suspend/resume failure

2014-03-23 Thread zidar
Public bug reported:

suspend

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-17-generic 3.13.0-17.37
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  user   1276 F pulseaudio
 /dev/snd/controlC0:  user   1276 F pulseaudio
CurrentDmesg:
 [   43.557425] type=1400 audit(1395568513.932:61): apparmor=STATUS 
operation=profile_replace profile=unconfined 
name=/usr/lib/cups/backend/cups-pdf pid=1989 comm=apparmor_parser
 [   43.557432] type=1400 audit(1395568513.932:62): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
 [   43.557900] type=1400 audit(1395568513.932:63): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
Date: Sun Mar 23 13:54:50 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=e9091909-f675-45b6-944b-bc7cb5c949d0
InstallationDate: Installed on 2014-03-12 (10 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140312)
InterpreterPath: /usr/bin/python3.4
MachineType: ASUSTeK Computer Inc. K54HR
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=2ba362e1-96ff-4c76-99c0-65b1251ef752 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-17-generic N/A
 linux-backports-modules-3.13.0-17-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
Title: [ASUSTeK Computer Inc. hostname] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 06/20/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K54HR.205
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K54HR
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK54HR.205:bd06/20/2012:svnASUSTeKComputerInc.:pnK54HR:pvr1.0:rvnASUSTeKComputerInc.:rnK54HR:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: K54HR
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: apport-kerneloops i386 resume suspend trusty

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

Title:
  [ASUSTeK Computer Inc. hostname] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  user   1276 F pulseaudio
   /dev/snd/controlC0:  user   1276 F pulseaudio
  CurrentDmesg:
   [   43.557425] type=1400 audit(1395568513.932:61): apparmor=STATUS 
operation=profile_replace profile=unconfined 
name=/usr/lib/cups/backend/cups-pdf pid=1989 comm=apparmor_parser
   [   43.557432] type=1400 audit(1395568513.932:62): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
   [   43.557900] type=1400 audit(1395568513.932:63): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
  Date: Sun Mar 23 13:54:50 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=e9091909-f675-45b6-944b-bc7cb5c949d0
  InstallationDate: Installed on 2014-03-12 (10 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140312)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. K54HR
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=2ba362e1-96ff-4c76-99c0-65b1251ef752 ro quiet splash vt.handoff=7
  

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [ASUSTeK Computer Inc. hostname] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  suspend

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  user   1276 F pulseaudio
   /dev/snd/controlC0:  user   1276 F pulseaudio
  CurrentDmesg:
   [   43.557425] type=1400 audit(1395568513.932:61): apparmor=STATUS 
operation=profile_replace profile=unconfined 
name=/usr/lib/cups/backend/cups-pdf pid=1989 comm=apparmor_parser
   [   43.557432] type=1400 audit(1395568513.932:62): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
   [   43.557900] type=1400 audit(1395568513.932:63): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=1989 comm=apparmor_parser
  Date: Sun Mar 23 13:54:50 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=e9091909-f675-45b6-944b-bc7cb5c949d0
  InstallationDate: Installed on 2014-03-12 (10 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140312)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. K54HR
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=2ba362e1-96ff-4c76-99c0-65b1251ef752 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [ASUSTeK Computer Inc. hostname] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/20/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K54HR.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K54HR
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK54HR.205:bd06/20/2012:svnASUSTeKComputerInc.:pnK54HR:pvr1.0:rvnASUSTeKComputerInc.:rnK54HR:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: K54HR
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296231/+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 1269404] Re: BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]

2014-03-23 Thread perfran
** This bug is no longer a duplicate of bug 1275116
   lowlatency-flavour crashes and locks up alot

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

Title:
  BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]

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

Bug description:
  I'm using Ubuntu 14.04 Trusty Tahr 64 bit and my laptop (Dell XPS
  L702x using Nvidia Optimus) can't boot starting with kernel  3.13
  (I've tried all three updates: 3.13.0-1-generic, 3.13.0-2-generic and
  3.13.0-3-generic). When booting, I get this error: BUG: soft lockup -
  CPU#2 stuck for 22s! [systemd-udevd:546]

  Booting the old 3.12 (3.12.0-8-generic) kernel works.

  Here's the relevant part from syslog:

  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136613] BUG: soft lockup - 
CPU#2 stuck for 22s! [systemd-udevd:546]
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136638] Modules linked in: 
parport_pc ppdev rfcomm bnep uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core btusb videodev bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek binfmt_misc joydev ip6t_REJECT xt_hl ip6t_rt 
nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_limit xt_tcpudp 
xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 nvidia(POF) xt_conntrack 
ip6table_filter dell_wmi sparse_keymap ip6_tables nf_conntrack_netbios_ns arc4 
nf_conntrack_broadcast snd_hda_intel nf_nat_ftp nf_nat snd_hda_codec 
nf_conntrack_ftp nf_conntrack intel_rapl iwldvm iptable_filter snd_hwdep 
x86_pkg_temp_thermal dell_laptop ip_tables intel_powerclamp dcdbas snd_pcm 
mac80211 x_tables kvm_intel snd_page_alloc kvm snd_seq_midi snd_seq_midi_event 
snd_rawmidi i915 snd_seq crct10dif_pclmul crc32_pclmul iwlwifi 
ghash_clmulni_intel snd_seq_device aesni_intel snd_timer aes_x86_64 lrw 
gf128mul cfg80211 glue_helper ablk_helper drm_kms_helper snd cryptd mei_me drm 
mei i2c_algo_bit psmouse soundcore wmi lpc_ich serio_raw mac_hid video coretemp 
lp parport hid_generic usbhid hid microcode ahci r8169 libahci mii
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136678] CPU: 2 PID: 546 Comm: 
systemd-udevd Tainted: PF   W  O 3.13.0-3-generic #18-Ubuntu
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136679] Hardware name: Dell 
Inc.  Dell System XPS L702X/0XN71K, BIOS A18 06/18/2012
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136681] task: 880423d5e000 
ti: 880036b4a000 task.ti: 880036b4a000
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136682] RIP: 
0010:[810d98c8]  [810d98c8] 
smp_call_function_many+0x268/0x2d0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136687] RSP: 
0018:880036b4bb78  EFLAGS: 0202
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136688] RAX: 0006 
RBX: 880036b4bb28 RCX: 88043e5981d0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136689] RDX: 0006 
RSI: 0100 RDI: 
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136690] RBP: 880036b4bbc8 
R08: 88043e495348 R09: 0004
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136691] R10: 88043e495348 
R11: 29312e312e312820 R12: 81362dd4
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136692] R13: 880036b4bb40 
R14: 81ec810d R15: 81a5ef2d
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136693] FS:  
7f192e8ca880() GS:88043e48() knlGS:
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136694] CS:  0010 DS:  ES: 
 CR0: 80050033
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136695] CR2: 00f76068 
CR3: 36935000 CR4: 000407e0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136697] Stack:
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136697]  88043e495368 
00015300  81059da0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136700]  0101 
011b 81059da0 
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136702]  88043e5d08a8 
88043e5d0808 880036b4bbf0 810d9a8d
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136704] Call Trace:
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136708]  [81059da0] ? 
flush_tlb_func+0xc0/0xc0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136710]  [81059da0] ? 
flush_tlb_func+0xc0/0xc0
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136712]  [810d9a8d] 
on_each_cpu+0x2d/0x60
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136715]  [8105a1fa] 
flush_tlb_kernel_range+0x4a/0x70
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136719]  [81182af5] 
__purge_vmap_area_lazy+0x335/0x430
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136722]  [81182d52] 
vm_unmap_aliases+0x162/0x180
  Jan 15 14:27:05 ubuntu-desktop kernel: [   36.136724]  

[Kernel-packages] [Bug 1295450] Re: [beta1] [btrfs] kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

2014-03-23 Thread Abdul
apport information

** Tags added: apport-collected

** Description changed:

  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  
  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch
  
  btrfs/035
  
  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] .do_vfs_ioctl+0x4d4/0x790
  Mar 7 01:05:38 ubuntu kernel: [ 874.652016] [c0007b793d80] 
[c024cc14] .SyS_ioctl+0xd4/0xf0
  Mar 7 01:05:38 ubuntu kernel: [ 874.652016] [c0007b793d80] 
[c024cc14] .SyS_ioctl+0xd4/0xf0
  Mar 7 01:05:38 ubuntu kernel: [ 874.652088] [c0007b793e30] 
[c0009e58] syscall_exit+0x0/0x98
  Mar 7 01:05:38 ubuntu kernel: [ 874.652155] 

[Kernel-packages] [Bug 1295450] BootDmesg.txt

2014-03-23 Thread Abdul
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038579/+files/BootDmesg.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

[Kernel-packages] [Bug 1295450] UdevLog.txt

2014-03-23 Thread Abdul
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038586/+files/UdevLog.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038583/+files/ProcInterrupts.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1295450/+attachment/4038585/+files/UdevDb.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038584/+files/ProcModules.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038587/+files/WifiSyslog.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038582/+files/ProcCpuinfo.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1295450/+attachment/4038581/+files/Lspci.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] .do_vfs_ioctl+0x4d4/0x790
 

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

2014-03-23 Thread Abdul
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1295450/+attachment/4038580/+files/CurrentDmesg.txt

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

Title:
   [beta1] [btrfs] kernel BUG at
  /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description
  =
  btrfs/035 - Regression test for overwriting clone testcase in the xfsqa test 
suite fails with kernel BUG at /build/buildd/linux-3.13.0/fs/btrfs/file.c:837!

  root@ubuntu:~/suites/XFSQA/xfstests-f1dcf49# ./check btrfs/035
  FSTYP -- btrfs
  PLATFORM -- Linux/ppc64le ubuntu 3.13.0-14-generic
  MKFS_OPTIONS -- /dev/loop1
  MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch

  btrfs/035

  Detailed trace messages
  ===
  Mar 7 01:05:37 ubuntu user: run xfstest btrfs/035
  Mar 7 01:05:38 ubuntu kernel: [ 874.286014] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 1 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.295434] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.481031] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.491104] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.509344] btrfs: device fsid 
59b3e135-33c2-4c5c-b19e-4a9110ba06d5 devid 1 transid 4 /dev/loop1
  Mar 7 01:05:38 ubuntu kernel: [ 874.510757] btrfs: disk space caching is 
enabled
  Mar 7 01:05:38 ubuntu kernel: [ 874.510760] btrfs flagging fs with big 
metadata feature
  Mar 7 01:05:38 ubuntu kernel: [ 874.512208] btrfs: creating UUID tree
  Mar 7 01:05:38 ubuntu kernel: [ 874.649220] [ cut here 
]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649225] kernel BUG at 
/build/buildd/linux-3.13.0/fs/btrfs/file.c:837!
  Mar 7 01:05:38 ubuntu kernel: [ 874.649377] Oops: Exception in kernel mode, 
sig: 5 [#1]
  Mar 7 01:05:38 ubuntu kernel: [ 874.649424] SMP NR_CPUS=2048 NUMA pSeries
  Mar 7 01:05:38 ubuntu kernel: [ 874.649473] Modules linked in: pseries_rng 
rtc_generic btrfs xor raid6_pq libcrc32c
  Mar 7 01:05:38 ubuntu kernel: [ 874.649600] CPU: 0 PID: 19133 Comm: cloner 
Tainted: G W 3.13.0-14-generic #34-Ubuntu
  Mar 7 01:05:38 ubuntu kernel: [ 874.649745] task: c0007b8a8000 ti: 
c0007b79 task.ti: c0007b79
  Mar 7 01:05:38 ubuntu kernel: [ 874.649813] NIP: d05eb9fc LR: 
d05eb634 CTR: 
  Mar 7 01:05:38 ubuntu kernel: [ 874.649882] REGS: c0007b7933c0 TRAP: 0700 
Tainted: G W (3.13.0-14-generic)
  Mar 7 01:05:38 ubuntu kernel: [ 874.649950] MSR: 80029033 
SF,EE,ME,IR,DR,RI,LE CR: 24044024 XER: 2000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] CFAR: d05ebd9c SOFTE: 1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR00: 0001 
c0007b793640 d0692028 0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR04: 3e15 
4000 c0007b793608 c000799c7000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR08: 1000 
0001 c000799c7000 c0007b7936d1
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR12: 24048022 
cfe8 c00050f91dc0 c00050f91dc0
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR16: 1000 
c000 000a c00079576000
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR20: 0001 
0101  
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR24: 006c 
0101  0014
  Mar 7 01:05:38 ubuntu kernel: [ 874.650118] GPR28:  
3e0d  c0007d890090
  Mar 7 01:05:38 ubuntu kernel: [ 874.651152] NIP [d05eb9fc] 
.__btrfs_drop_extents+0x6dc/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651237] LR [d05eb634] 
.__btrfs_drop_extents+0x314/0xa80 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651347] Call Trace:
  Mar 7 01:05:38 ubuntu kernel: [ 874.651389] [c0007b793640] 
[d05eb634] .__btrfs_drop_extents+0x314/0xa80 [btrfs] (unreliable)
  Mar 7 01:05:38 ubuntu kernel: [ 874.651498] [c0007b7937c0] 
[d05ec95c] .btrfs_drop_extents+0x7c/0xd0 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651599] [c0007b793870] 
[d065a908] .btrfs_clone+0x6fc/0x998 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651697] [c0007b7939f0] 
[d060d658] .btrfs_ioctl_clone+0x428/0x450 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651859] [c0007b793ae0] 
[d0611428] .btrfs_ioctl+0x3a8/0x2920 [btrfs]
  Mar 7 01:05:38 ubuntu kernel: [ 874.651946] [c0007b793c90] 
[c024c884] 

[Kernel-packages] [Bug 367690] Re: Asus Eee wifi LED always on.

2014-03-23 Thread rAtze
but why the bluetooth dont goes also off when i press fn+f2 ?

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

Title:
  Asus Eee wifi LED always on.

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I've got the standard Ubuntu 9.04 desktop version installed on an Asus
  eee pc 900 netbook. This machine has 2 gigs of ram and a 16gb solid
  state drive.

  (I Couldn't use the netbook version of ubuntu 9.04 because that
  requires an atom cpu, and I've got a celeron cpu.)

  There is a blue wifi LED on the bottom-right corner of this machine.
  This light always stays on. This suggests that wireless is always
  enabled.

  When I had desktop Ubuntu 8.10 installed in this machine, the blue LED
  turned off when wireless was not in use.

  I've turned wifi off in the bios, and Ubuntu then turns it back on.

  Pushing fn-f2 is supposed to turn off wireless, but it doesn't.

  I've tried many software-based techniques to disable wireless support
  and thus shut off the blue LED. None of them has worked. The machine
  says wireless is turned off, but the blue LED stays on.

  Hopefully someone will come up with a fix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/367690/+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 367690] Re: Asus Eee wifi LED always on.

2014-03-23 Thread rAtze
i have a small solution!

i have the same problem with the lightning blue wlan led when the wlan is off 
and die led is still on
with fn+f2 i could on/off the wlan perfectly
the blue led is still on why the bluetooth is on!

the problem is the blurtooth keep on and also the blue led
disable also the bluetooth and the led goes off:

rfkill block bluetooth

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

Title:
  Asus Eee wifi LED always on.

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I've got the standard Ubuntu 9.04 desktop version installed on an Asus
  eee pc 900 netbook. This machine has 2 gigs of ram and a 16gb solid
  state drive.

  (I Couldn't use the netbook version of ubuntu 9.04 because that
  requires an atom cpu, and I've got a celeron cpu.)

  There is a blue wifi LED on the bottom-right corner of this machine.
  This light always stays on. This suggests that wireless is always
  enabled.

  When I had desktop Ubuntu 8.10 installed in this machine, the blue LED
  turned off when wireless was not in use.

  I've turned wifi off in the bios, and Ubuntu then turns it back on.

  Pushing fn-f2 is supposed to turn off wireless, but it doesn't.

  I've tried many software-based techniques to disable wireless support
  and thus shut off the blue LED. None of them has worked. The machine
  says wireless is turned off, but the blue LED stays on.

  Hopefully someone will come up with a fix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/367690/+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 1296157] Re: [MSI MS-7346] suspend/resume failure

2014-03-23 Thread szu
ubuntu 10.10 is able to suspend/resume the same machine when using nvidia 
drivers (but it fails when using vesa).
ubuntu 14.04 fails in both cases.

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

Title:
  [MSI MS-7346] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  the screen turned off (dpms-like), the computer remained powered-up
  but did not respond to mouse/keyboard

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sz 1879 F pulseaudio
   /dev/snd/controlC0:  sz 1879 F pulseaudio
  CurrentDmesg:
   [   47.322892] type=1400 audit(1395526856.902:68): apparmor=STATUS 
operation=profile_replace profile=unconfined 
name=/usr/lib/cups/backend/cups-pdf pid=2105 comm=apparmor_parser
   [   47.322901] type=1400 audit(1395526856.902:69): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=2105 comm=apparmor_parser
   [   47.32] type=1400 audit(1395526856.902:70): apparmor=STATUS 
operation=profile_replace profile=unconfined name=/usr/sbin/cupsd 
pid=2105 comm=apparmor_parser
  Date: Sat Mar 22 23:20:31 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=4084a9ca-831b-44dc-8245-aea2e8b8e4f1
  InstallationDate: Installed on 2014-03-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140321)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7346
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=2ad58448-4856-492d-b367-c37475ea07c8 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  RfKill:
   
  SourcePackage: linux
  Title: [MSI MS-7346] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 04/13/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7346
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.0:bd04/13/2007:svnMSI:pnMS-7346:pvr1.0:rvnMSI:rnMS-7346:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: MS-7346
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296157/+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 1296241] [NEW] [Acer Aspire One 522] suspend/resume failure

2014-03-23 Thread Rene Pieters
Public bug reported:

Odd summary. This actually happened on powerup, so no resume.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-19-generic 3.13.0-19.39
ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  rene   2943 F pulseaudio
 /dev/snd/controlC0:  rene   2943 F pulseaudio
Date: Sun Mar 23 11:51:35 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=d0ac20b1-abb4-4ac2-b147-5f9db848c34e
InstallationDate: Installed on 2014-03-04 (18 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
InterpreterPath: /usr/bin/python3.4
MachineType: Acer Aspire One 522
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=9d2b561e-7a3e-4651-9140-b7805f8d363c ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-19-generic N/A
 linux-backports-modules-3.13.0-19-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
Title: [Acer Aspire One 522] suspend/resume failure
UpgradeStatus: Upgraded to trusty on 2014-03-07 (15 days ago)
UserGroups:
 
dmi.bios.date: 06/08/2011
dmi.bios.vendor: Acer
dmi.bios.version: V1.12
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JE10-BZ
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.12
dmi.modalias: 
dmi:bvnAcer:bvrV1.12:bd06/08/2011:svnAcer:pnAspireOne522:pvrV1.12:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.12:
dmi.product.name: Aspire One 522
dmi.product.version: V1.12
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend trusty

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

Title:
  [Acer Aspire One 522] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Odd summary. This actually happened on powerup, so no resume.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rene   2943 F pulseaudio
   /dev/snd/controlC0:  rene   2943 F pulseaudio
  Date: Sun Mar 23 11:51:35 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d0ac20b1-abb4-4ac2-b147-5f9db848c34e
  InstallationDate: Installed on 2014-03-04 (18 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire One 522
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=9d2b561e-7a3e-4651-9140-b7805f8d363c ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire One 522] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (15 days ago)
  UserGroups:
   
  dmi.bios.date: 06/08/2011
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE10-BZ
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.12
  dmi.modalias: 
dmi:bvnAcer:bvrV1.12:bd06/08/2011:svnAcer:pnAspireOne522:pvrV1.12:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.12:
  dmi.product.name: Aspire One 522
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Acer Aspire One 522] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Odd summary. This actually happened on powerup, so no resume.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rene   2943 F pulseaudio
   /dev/snd/controlC0:  rene   2943 F pulseaudio
  Date: Sun Mar 23 11:51:35 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d0ac20b1-abb4-4ac2-b147-5f9db848c34e
  InstallationDate: Installed on 2014-03-04 (18 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire One 522
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic 
root=UUID=9d2b561e-7a3e-4651-9140-b7805f8d363c ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire One 522] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (15 days ago)
  UserGroups:
   
  dmi.bios.date: 06/08/2011
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE10-BZ
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.12
  dmi.modalias: 
dmi:bvnAcer:bvrV1.12:bd06/08/2011:svnAcer:pnAspireOne522:pvrV1.12:rvnAcer:rnJE10-BZ:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.12:
  dmi.product.name: Aspire One 522
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296241/+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 1294565] Re: Virtualbox crashes after picking up latest Trusty updates

2014-03-23 Thread Gerd Grundke
Virtualbox log  indicates an error with /usr


VirtualBox VM 4.3.6_Ubuntu r91406 linux.amd64 (Feb 16 2014 05:35:05) release log
00:00:00.437135 Log opened 2014-03-23T11:08:07.28656Z
00:00:00.437137 Build Type: release
00:00:00.437143 OS Product: Linux
00:00:00.437146 OS Release: 3.13.0-18-lowlatency
00:00:00.437148 OS Version: #38-Ubuntu SMP PREEMPT Mon Mar 17 22:08:57 UTC 2014
00:00:00.437180 DMI Product Name: 24491D1
00:00:00.437194 DMI Product Version: ThinkPad W530
00:00:00.437415 Host RAM: 15687MB total, 14146MB available
00:00:00.437421 Executable: /usr/lib/virtualbox/VirtualBox
00:00:00.437423 Process ID: 1122
00:00:00.437424 Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.758856 Installed Extension Packs:
00:00:00.758880   VNC (Version:  r0; VRDE Module:  unusable because of 'The 
owner is not root: '/usr' 
(rc=VERR_SUPLIB_OWNER_NOT_ROOT)')
00:00:00.835744 pdmR3LoadR0U: pszName=VMMR0.r0 rc=VERR_SUPLIB_OWNER_NOT_ROOT 
szErr=The owner is not root: '/usr'
00:00:00.835782 VMSetError: 
/build/buildd/virtualbox-4.3.6-dfsg/src/VBox/VMM/VMMR3/VM.cpp(590) int 
vmR3CreateU(PUVM, uint32_t, PFNCFGMCONSTRUCTOR, void*); 
rc=VERR_SUPLIB_OWNER_NOT_ROOT
00:00:00.835788 VMSetError: Failed to load VMMR0.r0
00:00:00.835903 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) 
aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={Failed 
to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT)}, preserve=false
00:00:00.840151 UIMediumEnumerator: Medium-enumeration finished!
00:00:00.841263 Using XKB for keycode to scan code conversion
00:00:00.918180 Power up failed (vrc=VERR_SUPLIB_OWNER_NOT_ROOT, 
rc=NS_ERROR_FAILURE (0X80004005))

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

Title:
  Virtualbox crashes after picking up latest Trusty updates

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After picking up the latest Trusty updates on 03/19, Oracle VM
  Virtualbox 4.3.6-dfsg-2 crashes with this error

  Failed to open a session for the virtual machine Windows 7-64 bit.

  Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT).

  Result Code: NS_ERROR_FAILURE (0x80004005)
  Component: Console
  Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}

  Please let me know how to when you need more system dumps.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ggrundke   3325 F pulseaudio
   /dev/snd/controlC0:  ggrundke   3325 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d2b8e278-8758-447f-a9eb-6831bb55565f
  InstallationDate: Installed on 2014-02-27 (20 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 24491D1
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-18-generic 
root=UUID=16cf338b-a7ee-4688-a7b5-ce4251061783 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-02-28 (19 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/27/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 24491D1
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ET96WW(2.56):bd11/27/2013:svnLENOVO:pn24491D1:pvrThinkPadW530:rvnLENOVO:rn24491D1:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 24491D1
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1294565/+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 1270441] Re: Unable to boot lubuntu trusty daily build 17.01.2013 on celeron M 1300Mhz

2014-03-23 Thread roland aus köln
Expired? Why is this expired?

Weird way to handle bugs


But i can tell you, that this bug is fixed, btw.

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

Title:
  Unable to boot lubuntu trusty daily build 17.01.2013 on celeron M
  1300Mhz

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  The error message is:
  This kernel requires the following features not present on the CPU: pae.
  Unable to boot - please use a kernel appropriate for you CPU.

  The System has a  Intel(R) Celeron(R) M processor 1300MHz with the
  following cpuid information:

  0001 0695 0812  a7e9fbbf

  The CPU should be PAE capable (as many other Pentium/Celeron M CPU`s
  are)

  The problem  is that cpuinfo often does not correctly report about PAE
  capability of Celeron/Pentium M.

  I know there exists a long bugreport for this since 12.04, but since
  it`s not listed as an open defect for trusty in the qatracker, i
  repost to raise awareness.

  Since trusty will be a LTS release, please take into account that you
  lock out thousands of users with such cpu`s (older thinkpads for
  example) for a long time and such users will either need to do lot`s
  of work to make lubuntu run on such a system, or they will (more
  likely) switch to a different distro like debian.

  So, please someone either care for this issue _now_ to have it fixed
  for 14.04 or please close the existing bugreport and reject it as
  invalid/won´t fix instead of  putting users off from month to month
  and making them waste their time with reading this bugticket or adding
  information to it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1270441/+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 1294565] Re: Virtualbox crashes after picking up latest Trusty updates

2014-03-23 Thread Gerd Grundke
sudo chown root:root /opt
sudo chown root:root /usr
sudo chown root:root /usr/lib

Resolved the issue

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

Title:
  Virtualbox crashes after picking up latest Trusty updates

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After picking up the latest Trusty updates on 03/19, Oracle VM
  Virtualbox 4.3.6-dfsg-2 crashes with this error

  Failed to open a session for the virtual machine Windows 7-64 bit.

  Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT).

  Result Code: NS_ERROR_FAILURE (0x80004005)
  Component: Console
  Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}

  Please let me know how to when you need more system dumps.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ggrundke   3325 F pulseaudio
   /dev/snd/controlC0:  ggrundke   3325 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d2b8e278-8758-447f-a9eb-6831bb55565f
  InstallationDate: Installed on 2014-02-27 (20 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 24491D1
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-18-generic 
root=UUID=16cf338b-a7ee-4688-a7b5-ce4251061783 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-02-28 (19 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 11/27/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 24491D1
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ET96WW(2.56):bd11/27/2013:svnLENOVO:pn24491D1:pvrThinkPadW530:rvnLENOVO:rn24491D1:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 24491D1
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1294565/+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 1296263] Missing required logs.

2014-03-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1296263

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

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

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

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

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  
  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at right, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
*-power UNCLAIMED
 description: OEM_Define1
 product: OEM_Define4
 vendor: OEM_Define2
 physical id: 1
 version: OEM_Define5
 serial: OEM_Define2
 capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series 

[Kernel-packages] [Bug 1296270] [NEW] Have to login twice after suspending

2014-03-23 Thread Jobin Raju George
Public bug reported:

[ The bug ]
After resuming from suspend, the screen is locked. I enter my password 
correctly and takes me to the screen I was at before suspending. Within 10 
seconds the screen is automatically locked and I have to re-enter my password 
to get it unlocked.

[ How to reproduce this bug ]
Suspend your machine. Wake it from suspend.


[ Environment ]
lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04
Codename:   trusty

 apt-cache policy linux-generic
linux-generic:
  Installed: 3.13.0.18.22
  Candidate: 3.13.0.19.23
  Version table:
 3.13.0.19.23 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
 *** 3.13.0.18.22 0
100 /var/lib/dpkg/status

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

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

Title:
  Have to login twice after suspending

Status in “linux” package in Ubuntu:
  New

Bug description:
  [ The bug ]
  After resuming from suspend, the screen is locked. I enter my password 
correctly and takes me to the screen I was at before suspending. Within 10 
seconds the screen is automatically locked and I have to re-enter my password 
to get it unlocked.

  [ How to reproduce this bug ]
  Suspend your machine. Wake it from suspend.

  
  [ Environment ]
  lsb_release -a

  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  Codename: trusty

   apt-cache policy linux-generic
  linux-generic:
Installed: 3.13.0.18.22
Candidate: 3.13.0.19.23
Version table:
   3.13.0.19.23 0
  500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
   *** 3.13.0.18.22 0
  100 /var/lib/dpkg/status

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

2014-03-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1296270

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

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

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

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

** Tags added: trusty

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

Title:
  Have to login twice after suspending

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  [ The bug ]
  After resuming from suspend, the screen is locked. I enter my password 
correctly and takes me to the screen I was at before suspending. Within 10 
seconds the screen is automatically locked and I have to re-enter my password 
to get it unlocked.

  [ How to reproduce this bug ]
  Suspend your machine. Wake it from suspend.

  
  [ Environment ]
  lsb_release -a

  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  Codename: trusty

   apt-cache policy linux-generic
  linux-generic:
Installed: 3.13.0.18.22
Candidate: 3.13.0.19.23
Version table:
   3.13.0.19.23 0
  500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
   *** 3.13.0.18.22 0
  100 /var/lib/dpkg/status

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038826/+files/BootDmesg.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: 

[Kernel-packages] [Bug 1296263] AlsaDevices.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038824/+files/AlsaDevices.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

[Kernel-packages] [Bug 1296263] AplayDevices.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038825/+files/AplayDevices.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

[Kernel-packages] [Bug 1296263] Card0.Amixer.values.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038827/+files/Card0.Amixer.values.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor 

[Kernel-packages] [Bug 1296263] Card0.Codecs.codec.0.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038828/+files/Card0.Codecs.codec.0.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor 

[Kernel-packages] [Bug 1296263] Card0.Codecs.codec.2.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038829/+files/Card0.Codecs.codec.2.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor 

[Kernel-packages] [Bug 1296263] UdevLog.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038840/+files/UdevLog.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038841/+files/WifiSyslog.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038838/+files/PulseList.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1296263/+attachment/4038839/+files/UdevDb.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: Len=0a 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038837/+files/ProcModules.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038831/+files/IwConfig.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1296263/+attachment/4038832/+files/Lspci.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: Len=0a ?

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1296263/+attachment/4038833/+files/Lsusb.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific Information: Len=0a ?

[Kernel-packages] [Bug 1296263] PciMultimedia.txt

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038834/+files/PciMultimedia.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038835/+files/ProcCpuinfo.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038830/+files/CurrentDmesg.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

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

2014-03-23 Thread Del Socorro Françoise
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1296263/+attachment/4038836/+files/ProcInterrupts.txt

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  
***
  Answering Launchpad questions
  cat /proc/version_signature
  Ubuntu 3.11.0-18.32~precise1-generic 3.11.10.4

  sudo lspci -vnvn
  00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
   Latency: 0
   Capabilities: [e0] Vendor Specific 

[Kernel-packages] [Bug 1296286] [NEW] [TOSHIBA Satellite Pro A120] suspend/resume failure

2014-03-23 Thread Emit
Public bug reported:

startup problem .
cant' log my account diretly system not let me to put my pass

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-19-generic 3.13.0-19.39
ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
Uname: Linux 3.13.0-19-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm1791 F pulseaudio
  emit   2287 F pulseaudio
Date: Sun Mar 23 14:19:55 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=c871999b-aefc-4695-9006-ef25588d2505
InstallationDate: Installed on 2014-03-14 (9 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
InterpreterPath: /usr/bin/python3.4
MachineType: TOSHIBA Satellite Pro A120
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=e26640a4-dea7-48ad-8979-11c2a7ce6739 ro persistent quiet splash 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-19-generic N/A
 linux-backports-modules-3.13.0-19-generic  N/A
 linux-firmware 1.126
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [TOSHIBA Satellite Pro A120] suspend/resume failure
UpgradeStatus: Upgraded to trusty on 2014-03-14 (8 days ago)
UserGroups:
 
dmi.bios.date: 08/30/2006
dmi.bios.vendor: TOSHIBA
dmi.bios.version: Version 1.50
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Version A0
dmi.chassis.asset.tag: 00
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: Version 1.0
dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.50:bd08/30/2006:svnTOSHIBA:pnSatelliteProA120:pvrPSAC1E-04K019N5:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
dmi.product.name: Satellite Pro A120
dmi.product.version: PSAC1E-04K019N5
dmi.sys.vendor: TOSHIBA

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


** Tags: apport-kerneloops i386 resume suspend trusty

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

Title:
  [TOSHIBA Satellite Pro A120] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  startup problem .
  cant' log my account diretly system not let me to put my pass

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1791 F pulseaudio
emit   2287 F pulseaudio
  Date: Sun Mar 23 14:19:55 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c871999b-aefc-4695-9006-ef25588d2505
  InstallationDate: Installed on 2014-03-14 (9 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: TOSHIBA Satellite Pro A120
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=e26640a4-dea7-48ad-8979-11c2a7ce6739 ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [TOSHIBA Satellite Pro A120] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-14 (8 days ago)
  UserGroups:
   
  dmi.bios.date: 08/30/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.50
  dmi.board.name: Portable PC
  

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [TOSHIBA Satellite Pro A120] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  startup problem .
  cant' log my account diretly system not let me to put my pass

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1791 F pulseaudio
emit   2287 F pulseaudio
  Date: Sun Mar 23 14:19:55 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c871999b-aefc-4695-9006-ef25588d2505
  InstallationDate: Installed on 2014-03-14 (9 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: TOSHIBA Satellite Pro A120
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=e26640a4-dea7-48ad-8979-11c2a7ce6739 ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [TOSHIBA Satellite Pro A120] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-14 (8 days ago)
  UserGroups:
   
  dmi.bios.date: 08/30/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.50
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.50:bd08/30/2006:svnTOSHIBA:pnSatelliteProA120:pvrPSAC1E-04K019N5:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: Satellite Pro A120
  dmi.product.version: PSAC1E-04K019N5
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296286/+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 1201665] Re: [[HP Pavilion dv6-4008tx Entertainment Notebook PC] Function Keys do not work - brightness, sound, wireless

2014-03-23 Thread Christopher M. Penalver
Joseph Landers, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201665/comments/12
regarding this being due to a hardware issue. For future reference you
can manage the status of your own bugs by clicking on the current status
in the yellow line and then choosing a new status in the revealed drop
down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Expired = Invalid

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

Title:
  [[HP Pavilion dv6-4008tx Entertainment Notebook PC] Function Keys do
  not work - brightness, sound, wireless

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  Hi,

  Just upgraded to saucy 13.10 as this bug exists in raring too. The fn
  keys do not work.

  Brightness works in the brightness panel with the slider.

  Have tested audio keys in rythmbox and no result.

  F1 ? (question mark symbol on key) 0x3a 0xba
  F2 Brightness Down 0x3b 0xbb
  F3 Brightness Up 0x3c 0xbc
  F4 | Square |  (two lines on the outside of a square) perhaps a reference to 
a monitor0x3d 0xbd
  F5 | (rewind?)   0x3e 0xbe
  F6 || (Play or pause) 0x3f 0xbf
  F7 Stop  0x40 0xc0
  F8 | (fast forward)  0x41 0xc1
  F9 Volume down 0x42 0xc2
  F10 volume up  0x43 0xc3

  Numbering changes for F11 F12
  F11 Mute 0x57 0xd7
  F12 Wireless on/off 0x58 0xd8

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.11
  ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  z  2187 F pulseaudio
   /dev/snd/controlC0:  z  2187 F pulseaudio
  Date: Tue Jul 16 13:03:55 2013
  HibernationDevice: RESUME=UUID=da95f1e0-c928-4bd6-98d8-e76486710b08
  InstallationDate: Installed on 2013-07-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.10.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_bios_initial_backlight=0 quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-2-generic N/A
   linux-backports-modules-3.10.0-2-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-07-16 (0 days ago)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1594
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 91.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd07/26/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058420242B2620100:rvnHewlett-Packard:rn1594:rvr91.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058420242B2620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201665/+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 1201671] Re: [HP Pavilion dv6-4008tx Entertainment Notebook PC] Wireless key light constantly flashing when connected

2014-03-23 Thread Christopher M. Penalver
Joseph Landers, could you please test the latest mainline kernel via
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc7-trusty/ and
advise to the results?

** Description changed:

- Hi,
- 
  The wireless light at FN+F12 is alternating between white and orange all
  the time when connected to a wireless network. When disconnected but
  wireless is enabled it stays white and when wireless is disabled it
- turns orange.
+ turns orange. This behaviour doesn't seem correct.
  
- This behaviour doesn't seem correct.
- 
-  Suggested behaviour: When wireless is enabled (i.e.
- connected/disconnected but enabled) it should stay white. When wireless
- is disabled it should stay orange.
- 
- Cheers,
+ In windows, orange indicates wireless hardware switch is off, white
+ indicates wireless hardware switch is on. When disconnected and/or
+ connected to a network in the ON state, the light stays white and does
+ not flash.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.11
  ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  z  2187 F pulseaudio
-  /dev/snd/controlC0:  z  2187 F pulseaudio
-  /dev/snd/pcmC0D0p:   z  2187 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  z  2187 F pulseaudio
+  /dev/snd/controlC0:  z  2187 F pulseaudio
+  /dev/snd/pcmC0D0p:   z  2187 F...m pulseaudio
  Date: Tue Jul 16 13:32:21 2013
  HibernationDevice: RESUME=UUID=da95f1e0-c928-4bd6-98d8-e76486710b08
  InstallationDate: Installed on 2013-07-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.10.0-2-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_bios_initial_backlight=0 quiet 
splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.10.0-2-generic N/A
-  linux-backports-modules-3.10.0-2-generic  N/A
-  linux-firmware1.112
+  linux-restricted-modules-3.10.0-2-generic N/A
+  linux-backports-modules-3.10.0-2-generic  N/A
+  linux-firmware1.112
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-07-16 (0 days ago)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0F
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1594
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 91.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0F:bd07/26/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058420242B2620100:rvnHewlett-Packard:rn1594:rvr91.36:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058420242B2620100
  dmi.sys.vendor: Hewlett-Packard

** Tags added: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  [HP Pavilion dv6-4008tx Entertainment Notebook PC] Wireless key light
  constantly flashing when connected

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wireless light at FN+F12 is alternating between white and orange
  all the time when connected to a wireless network. When disconnected
  but wireless is enabled it stays white and when wireless is disabled
  it turns orange. This behaviour doesn't seem correct.

  In windows, orange indicates wireless hardware switch is off, white
  indicates wireless hardware switch is on. When disconnected and/or
  connected to a network in the ON state, the light stays white and does
  not flash.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.11
  ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  z  2187 F pulseaudio
   /dev/snd/controlC0:  z  2187 F pulseaudio
   /dev/snd/pcmC0D0p:   z  2187 F...m pulseaudio
  Date: Tue Jul 16 13:32:21 2013
  HibernationDevice: RESUME=UUID=da95f1e0-c928-4bd6-98d8-e76486710b08
  InstallationDate: Installed on 2013-07-13 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  MarkForUpload: 

[Kernel-packages] [Bug 1136110] Re: USB Audio Codec choppy playback

2014-03-23 Thread Mark Rich
Has anyone tested with the upcoming 14.04 release to see if the problem is 
still there?
I still have an expensive unused DAC waiting for a fix.

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

Title:
  USB Audio Codec choppy playback

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  1) The release of Ubuntu using
  Ubuntu 12.10 AMD64.
  Ubuntu 13.04 AMD64, daily build as new as 20130314.

  2) The version of the package used
  linux-image-3.5.0-26-generic
  linux-image-3.5.7-03050706-generic_3.5.7-03050706.201302221435_amd64.deb
  http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.7.6-quantal/
  linux-image-3.7.7-030707-generic_3.7.7-030707.201302111436_amd64.deb
  http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.7-raring/
  linux-image-3.8.0-030800rc7-generic_3.8.0-030800rc7.201302081635_amd64.deb
  http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc7-raring/

  This bug had been confirmed appearing after the following kernel upgrade step:
  v3.5.0-25  v3.5.0-26 ~ v3.5.0-27
  v3.5.7.5  v3.5.7.6 ~ v3.5.7.8
  v3.7.6  v3.7.7 ~ v3.7.10
  v3.8.0-rc6  v3.8.0-rc7 ~ v3.8.5
  The v3.9 branch has been affected since its very first release.
  v3.9-rc1, v3.9-rc2, v3.9-rc3 v3.9-rc4 are all affected.

  3) What you expected to happen
  When using a USB DAC to play audio, the audio should be played normally 
without any interruption.

  4) What happened instead
  This bug seems to affect only a certain kind of hardware, which is called 
Asynchronous USB Digital Audio Codec (DAC). It's said that such a DAC hosts 
the clock itself (USB Device Host). An ordinary DAC, so called Synchronous USB 
DAC, uses the clock hosted by the mother board, which is not affected by this 
bug.

  When this bug affects an asynchronous USB DAC, the audio played by the
  DAC is constantly interrupted. The playback itself does not stop, but
  the output becomes discontinous, filling with constant crackling
  noises, destroying everything the DAC plays.

  Using CLI command grep device.buffering to get the buffer from the
  devices, those affected kernels are reporting back a different number
  to the unaffected devices. The choppy noise is very similar to the
  situation when buffer size is not correctly set.

  I have tested four USB DACs, two Asynchronous and two Synchronous.
  Only the Asynchronous ones are affected by this bug.

  Affected Devices:
  Arce MDAC5
  Arce MDAC mini
  Ayre Acoustics QB-9
  Dragonfly USB DAC
  Musical Fidelity v2 DAC

  USB Audio Streaming Controller on affected devices:
  Texas Instrument TAS1020
  http://www.ti.com/product/tas1020

  Audio DAC on affected devices:
  Texas Instruments PCM1742
  http://www.ti.com/product/pcm1742

  This bug had been confirmed appearing after the following kernel upgrade step:
  3.5.0-25  3.5.0-26
  3.5.7.5  3.5.7.6 (and all 3.5.7.x above)
  3.7.6  3.7.7 (and all 3.7.x above)
  3.8.0-rc6  3.8.0-rc7 (and all 3.8.x above)
  I used Kdiff to find the similar patches, and find the following patches 
suspicous:
  USB: XHCI: fix memory leak of URB-private data
  (appeared in 3.5.7.6/3.7.7/3.8.0-rc7)
  USB: EHCI: fix for leaking isochronous data
  (appeared in 3.7.7/3.8.0-rc7)
  usb: Prevent dead ports when xhci is not enabled
  (appeared in 3.5.7.6/3.7.7/3.8.0-rc7)
  usb: Using correct way to clear usb3.0 device's remote wakeup feature
  (appeared in 3.5.7.6/3.7.7/3.8.0-rc7)
  USB: EHCI: remove ASS/PSS polling timeout
  (appeared in 3.7.7/3.8.0-rc7)
  USB: EHCI: unlink one async QH at a time
  (appeared in 3.7.7/3.8.0-rc7)
  USB: EHCI: fix timer bug affecting port resume
  (appeared in 3.5.7.6/3.7.7/3.8.0-rc7)
  USB: EHCI: fix bug in scheduling periodic split transfers
  (appeared in 3.5.7.6/3.7.7/3.8.0-rc7)

  Hope someone can look into this bug soon!

  ---
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tysontan   2117 F pulseaudio
   /dev/snd/controlC1:  tysontan   2117 F pulseaudio
   /dev/snd/pcmC1D0p:   tysontan   2117 F...m pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 12.10
  HibernationDevice: RESUME=UUID=8545c3e2-caba-4eaa-8fa4-2fbebcc2d9bb
  InstallationDate: Installed on 2013-02-15 (14 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: LENOVO 0053A11
  MarkForUpload: True
  Package: linux 3.5.0.26.32
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic 
root=UUID=8c60a142-505f-4d74-afa0-37686558e86e ro quiet splash vt.handoff=7
  

[Kernel-packages] [Bug 367690] Re: Asus Eee wifi LED always on.

2014-03-23 Thread Christopher M. Penalver
rAtze, thank you for your comment. So your hardware and problem may be tracked, 
could you please file a new report with Ubuntu by executing the following in a 
terminal while booted into a Ubuntu repository kernel (not a mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

Title:
  Asus Eee wifi LED always on.

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I've got the standard Ubuntu 9.04 desktop version installed on an Asus
  eee pc 900 netbook. This machine has 2 gigs of ram and a 16gb solid
  state drive.

  (I Couldn't use the netbook version of ubuntu 9.04 because that
  requires an atom cpu, and I've got a celeron cpu.)

  There is a blue wifi LED on the bottom-right corner of this machine.
  This light always stays on. This suggests that wireless is always
  enabled.

  When I had desktop Ubuntu 8.10 installed in this machine, the blue LED
  turned off when wireless was not in use.

  I've turned wifi off in the bios, and Ubuntu then turns it back on.

  Pushing fn-f2 is supposed to turn off wireless, but it doesn't.

  I've tried many software-based techniques to disable wireless support
  and thus shut off the blue LED. None of them has worked. The machine
  says wireless is turned off, but the blue LED stays on.

  Hopefully someone will come up with a fix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/367690/+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 1280636] Re: Regulatory domain is not set by default after install for wifi

2014-03-23 Thread Christopher M. Penalver
** Tags added: latest-bios-a12

** Summary changed:

- Regulatory domain is not set by default after install for wifi
+ 14e4:4365 [Dell Inspiron 15 3521] Regulatory domain is not set by default 
after install for wifi

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

Title:
  14e4:4365 [Dell Inspiron 15 3521] Regulatory domain is not set by
  default after install for wifi

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After installation of ubuntu 13.10, /etc/default/crda contains the line
  REGDOMAIN=
  i.e. there is no regulatory domain set for the cfg80211 kernel module.

  iw reg get shows a
  country 00
  when I run iw list, it shows channel 12 and 13 as
  (passive scanning, no IBSS)
  (which is normal given that the reg domain is not set or the default one)

  hence, I can't even see a public wifi hotspot on channel 13 using
  ubuntu 13.10, in a local fast food restaurant with a big yellow M.
  It's the second one, and they really like to broadcast on channel 13,
  here

  As the installation process knowns the local time, it should be able
  to set the regulatory domain, either to EU or FR in my case, and avoid
  being forced to reboot into Windows (I had the option to), ignoring
  the root cause of the problem.

  So, if I quote the text in comment in /etc/default/crda, every default
  ubuntu installation may infrige  on local legislature (not in my
  case here)

  the bug is already in ubuntu 12.04 LTS.

  this is irrelevant but I use the bcmwl-kernel-source driver for my
  Dell 1704 Wireless card based on broadcom BCM4312 chipset on an
  Inspiron 15 (3521).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: crda 1.1.2-1ubuntu2
  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
  Date: Sat Feb 15 17:39:41 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-22 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: crda
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.crda: 2014-02-15T17:20:58.815551
  --- 
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1512 F pulseaudio
solstice   2146 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=da042858-6f7c-43ab-be22-cdfc22c75f24
  InstallationDate: Installed on 2014-03-01 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140301)
  MachineType: Dell Inc. Inspiron 3521
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-13-generic 
root=UUID=50a1d7f2-d90f-40ed-83bc-36a0aba7ceb1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-13.33-generic 3.13.5
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-13-generic N/A
   linux-backports-modules-3.13.0-13-generic  N/A
   linux-firmware 1.125
  StagingDrivers: rts5139
  Tags:  trusty staging
  Uname: Linux 3.13.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 06RYX8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron3521:pvrA12:rvnDellInc.:rn06RYX8:rvrA02:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 3521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1280636/+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 1296263] Re: gnome-power-manager may be related to black screen and auto-power-on noise and Xorg crash

2014-03-23 Thread Del Socorro Françoise
Precise crashed again in a way I've never seen before. Did before crashing:
ALT+CTRL+F1
sudo service service lightdm stop
sudo X -configure
sudo Xorg -configure
sudo cp ~/xorg.conf.new /etc/X11/xorg.conf
sudo service lightdm start

Said Compiz crashed. Couldn't send error because I wanted to get out.
Then noticed display was on internal screen size, tryed to put it back to 
external monitor screen but did not work, not even when starting 
gnome-control-center with sudo. PS: After installing, had let display on boths 
screens and before going in lightdm, display was good size in external monitor.

Then I reboot, then black screen.

Never had that before. Before had only black screen and no display
error.

On Lucid live CD, installing Lucid to see if it will crashes also.

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 75mWh

  

[Kernel-packages] [Bug 1282867]

2014-03-23 Thread Rohan Dhruva
This is still happening to me with all the updates applied. Can I
provide any more information to help debug this issue?

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

Title:
  Many bugs in rendering with lockups, likely caused by SNA

Status in The Linux Kernel:
  Incomplete
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After the latest kernel upgrade, my system has many graphical
  glitches, and is locking up frequently. The dmesg output has errors
  like these:

  [ 1951.568672] Watchdog[2753]: segfault at 0 ip 7fe00773a32e sp 
7fdff869f680 error 6 in chrome[7fe003cbe000+5dd9000]
  [ 1959.241676] [drm] stuck on render ring
  [ 1959.241685] [drm] GPU crash dump saved to /sys/class/drm/card0/error
  [ 1959.241686] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
  [ 1959.241687] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
  [ 1959.241688] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
  [ 1959.241689] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
  [ 1959.244266] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x3dc32000 ctx 17) at 0x3dc32c48
  [ 3964.330034] perf samples too long (2503  2500), lowering 
kernel.perf_event_max_sample_rate to 5
  [ 4849.028446] [drm] stuck on render ring
  [ 4849.028492] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x565c2000 ctx 17) at 0x565c2c48
  [ 4861.093551] Watchdog[5226]: segfault at 0 ip 7fc00d36f32e sp 
7fbffe2d4680 error 6 in chrome[7fc0098f3000+5dd9000]
  [ 4863.020198] [drm] stuck on render ring
  [ 4863.020255] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x3dc32000 ctx 17) at 0x3dc32c48
  [ 4893.028245] [drm] stuck on render ring
  [ 4893.028295] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x4cbed000 ctx 10) at 0x4cbedc98
  [ 4899.041855] [drm] stuck on render ring
  [ 4899.041900] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0xea3d000 ctx 10) at 0xea3dc98
  [ 4899.041903] [drm:i915_context_is_banned] *ERROR* context hanging too fast, 
declaring banned!
  [ 5833.173837] warning: `VBoxHeadless' uses 32-bit capabilities (legacy 
support in use)
  [ 5833.326542] device vboxnet0 entered promiscuous mode
  [ 6429.476175] [drm] stuck on render ring
  [ 6488.455986] [drm] stuck on render ring
  [ 6547.507818] [drm] stuck on render ring
  [ 6615.490047] [drm] stuck on render ring

  I am not sure if the xserver-xorg-video-intel ricver was also updated
  at the same time. This is the version in use:

  rdhruva@ubuntu:~$ apt-cache policy xserver-xorg-video-intel
  xserver-xorg-video-intel:
Installed: 2:2.99.910-0ubuntu1
Candidate: 2:2.99.910-0ubuntu1
Version table:
   *** 2:2.99.910-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-11-generic 3.13.0-11.31
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rdhruva2154 F pulseaudio
   /dev/snd/pcmC0D0p:   rdhruva2154 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Thu Feb 20 19:29:20 2014
  HibernationDevice: RESUME=UUID=33c83ff3-ead7-4122-a1f0-9602e848cb80
  InstallationDate: Installed on 2014-01-24 (27 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140121.1)
  MachineType: LENOVO 2356EF2
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=9a425350-3b9f-45f7-9587-97f5e539c7e6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-11-generic N/A
   linux-backports-modules-3.13.0-11-generic  N/A
   linux-firmware 1.125
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/16/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ET98WW (2.58 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356EF2
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: 2045260
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ET98WW(2.58):bd12/16/2013:svnLENOVO:pn2356EF2:pvrThinkPadT430s:rvnLENOVO:rn2356EF2:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356EF2
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1296300] [NEW] [Acer Aspire one] suspend/resume failure

2014-03-23 Thread Corrado
Public bug reported:

Apport started automatically. I just noted that my session was
restarted.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-19-generic 3.13.0-19.39
ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
Uname: Linux 3.13.0-19-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  corrado1860 F pulseaudio
 /dev/snd/pcmC0D0p:   corrado1860 F...m pulseaudio
Date: Sun Mar 23 15:55:20 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=192a6da9-1e42-437a-8ff9-4099a2d16ea5
InstallationDate: Installed on 2014-02-02 (48 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140202)
InterpreterPath: /usr/bin/python3.4
MachineType: Acer Aspire one
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=93b02eff-9f12-44b6-9864-87fb1bc5c158 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-19-generic N/A
 linux-backports-modules-3.13.0-19-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
Title: [Acer Aspire one] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 09/28/2009
dmi.bios.vendor: Acer
dmi.bios.version: V1.21
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire one
dmi.board.vendor: Acer
dmi.board.version: V1.21
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.21
dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd09/28/2009:svnAcer:pnAspireone:pvrV1.21:rvnAcer:rnAspireone:rvrV1.21:cvnAcer:ct10:cvrV1.21:
dmi.product.name: Aspire one
dmi.product.version: V1.21
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 resume suspend trusty

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

Title:
  [Acer Aspire one] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  Apport started automatically. I just noted that my session was
  restarted.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  corrado1860 F pulseaudio
   /dev/snd/pcmC0D0p:   corrado1860 F...m pulseaudio
  Date: Sun Mar 23 15:55:20 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=192a6da9-1e42-437a-8ff9-4099a2d16ea5
  InstallationDate: Installed on 2014-02-02 (48 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140202)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire one
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=93b02eff-9f12-44b6-9864-87fb1bc5c158 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire one] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/28/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.21
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire one
  dmi.board.vendor: Acer
  dmi.board.version: V1.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.21
  dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd09/28/2009:svnAcer:pnAspireone:pvrV1.21:rvnAcer:rnAspireone:rvrV1.21:cvnAcer:ct10:cvrV1.21:
  dmi.product.name: Aspire one
  dmi.product.version: V1.21
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post 

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

2014-03-23 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Acer Aspire one] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Apport started automatically. I just noted that my session was
  restarted.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  corrado1860 F pulseaudio
   /dev/snd/pcmC0D0p:   corrado1860 F...m pulseaudio
  Date: Sun Mar 23 15:55:20 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=192a6da9-1e42-437a-8ff9-4099a2d16ea5
  InstallationDate: Installed on 2014-02-02 (48 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140202)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire one
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=93b02eff-9f12-44b6-9864-87fb1bc5c158 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Acer Aspire one] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/28/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.21
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire one
  dmi.board.vendor: Acer
  dmi.board.version: V1.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.21
  dmi.modalias: 
dmi:bvnAcer:bvrV1.21:bd09/28/2009:svnAcer:pnAspireone:pvrV1.21:rvnAcer:rnAspireone:rvrV1.21:cvnAcer:ct10:cvrV1.21:
  dmi.product.name: Aspire one
  dmi.product.version: V1.21
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296300/+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 1295948] Re: mako kernel doesn't support xattrs in the security namespace

2014-03-23 Thread Tim Gardner
** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: Confirmed

** Package changed: linux (Ubuntu Trusty) = linux-mako (Ubuntu Trusty)

** Changed in: linux-mako (Ubuntu Trusty)
   Status: Confirmed = In Progress

** Changed in: linux-mako (Ubuntu Trusty)
 Assignee: (unassigned) = Tim Gardner (timg-tpi)

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

Title:
  mako kernel doesn't support xattrs in the security namespace

Status in “linux-mako” package in Ubuntu:
  In Progress
Status in “linux-mako” source package in Trusty:
  In Progress

Bug description:
  Attempting on a mako device to setfattr on a file with the security
  namespace fails with EOPNOTSUPP:

$ sudo setfattr  -h -n security.sdtest -v hello testfile
setfattr: testfile: Operation not supported

  but the 'trusted' and 'user' namespaces work properly:

$ sudo setfattr  -h -n user.sdtest -v hello testfile
$ sudo getfattr  -h -n user.sdtest  testfile
# file: testfile
user.sdtest=hello

  strace'ing the setfaddr command shows the following:

lsetxattr(testfile, security.sdtest, hello, 5, 0) = -1
  EOPNOTSUPP (Operation not supported)

  This is not the case for other kernels based off an android kernel.
  e.g. it works fine on a grouper device.

  $ uname -a
  Linux ubuntu-phablet 3.4.0-5-mako #26-Ubuntu SMP PREEMPT Tue Feb 25 19:23:05 
UTC 2014 armv7l armv7l armv7l GNU/Linux

  Steps to reproduce:

$ dd if=/dev/zero of=test.img bs=4096 count=4096
4096+0 records in
4096+0 records out
16777216 bytes (17 MB) copied, 0.181383 s, 92.5 MB/s
$ mkfs.ext3 -q -F test.img
$ mkdir mountpoint
$ sudo mount -o loop,user_xattr test.img mountpoint
[sudo] password for phablet:
$ mount | grep mountpoint
/home/phablet/test.img on /home/phablet/mountpoint type ext3 
(rw,relatime,errors=continue,user_xattr,barrier=1,data=writeback)
$ cd mountpoint/
$ sudo touch testfile
$ sudo setfattr  -h -n security.sdtest -v hello testfile   # this command 
fails on mako, not on grouper
setfattr: testfile: Operation not supported
$ sudo setfattr  -h -n trusted.sdtest -v hello testfile
$ sudo getfattr  -h -n trusted.sdtest  testfile
# file: testfile
trusted.sdtest=hello

  It fails regardless of whether the filesystem is ext3 or ext4.

  (There are apparmor tests that exercise this functionality, which is
  how it was noticed.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-mako/+bug/1295948/+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 1234818] Re: 17e9:0378 [Lenovo ThinkPad X1 Carbon] Regression: DisplayLink DL-195 fails with EAGAIN after upgrade from 3.11.0-031100 to 3.11.0-11

2014-03-23 Thread Typhoe
Hi,

to answer Matthew Carpenter, I own an ASUS MB168B+ and no, it isn't
working in the latest 14.04 releases...

I'm still in the process of reading all I can find about this problem,
but so far, as everyone, I can't find any clear instructions about how
to make it simply works...

My notebook is an ASUS G75VW
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
G75VW.223
01/07/2013

uname -a
Linux g75vw 3.13.0-18-generic #38-Ubuntu SMP Mon Mar 17 21:40:06 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

Mar 23 16:15:31 g75vw kernel: [13264.796466] usb 4-3: new SuperSpeed USB device 
number 6 using xhci_hcd
Mar 23 16:15:31 g75vw kernel: [13264.812773] usb 4-3: New USB device found, 
idVendor=17e9, idProduct=ff03
Mar 23 16:15:31 g75vw kernel: [13264.812780] usb 4-3: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Mar 23 16:15:31 g75vw kernel: [13264.812784] usb 4-3: Product: MB168B+
Mar 23 16:15:31 g75vw kernel: [13264.812787] usb 4-3: Manufacturer: DisplayLink
Mar 23 16:15:31 g75vw kernel: [13264.812790] usb 4-3: SerialNumber: DALMTF151588
Mar 23 16:15:31 g75vw mtp-probe: checking bus 4, device 6: 
/sys/devices/pci:00/:00:14.0/usb4/4-3
Mar 23 16:15:31 g75vw mtp-probe: bus: 4, device: 6 was not an MTP device

xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
axis) 382mm x 215mm
   1920x1080  60.0*+   60.0 40.0  
...
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x65 cap: 0x1, Source Output crtcs: 2 outputs: 4 associated 
providers: 0 name:nouveau

ls -l /dev/fb*
crw-rw 1 root video 29, 0 mars  23 12:34 /dev/fb0

I'll add an apport report from my notebook if it can help...

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

Title:
  17e9:0378 [Lenovo ThinkPad X1 Carbon] Regression: DisplayLink DL-195
  fails with EAGAIN after upgrade from 3.11.0-031100  to 3.11.0-11

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Saucy:
  Triaged
Status in “linux” source package in Trusty:
  Triaged

Bug description:
  My Plugable UGA-2K-A USB 2.0 to DVI adapter (using chipset DisplayLink 
DL-195, USB ID 17e9:4302) works fine with 3.11.0-031100-generic. However, when 
upgrading to 3.11.0-11-generic, X11 fails to open the DRI device with:
  [ 8.868] (EE) open /dev/dri/card1: Resource temporarily unavailable

  Reverting to  3.11.0-031100-generic fixes the problem. Upgrading to current 
mainline (3.12.0-999.201310030405) also fixes the problem (but causes lots of 
kernel BUG messages).
  In both cases, the kernel correctly creates the /dev/fb1 and /dev/dri/card1 
devices. There are no error messages in the kernel log.

  ---
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 2883 F pulseaudio
  CasperVersion: 1.336ubuntu1
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131203)
  MachineType: LENOVO 3444F8U
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB:
   0 inteldrmfb
   1 udldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  RelatedPackageVersions:
   linux-restricted-modules-3.12.0-5-generic N/A
   linux-backports-modules-3.12.0-5-generic  N/A
   linux-firmware1.117
  Tags:  trusty
  Uname: Linux 3.12.0-5-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:

  dmi.bios.date: 02/04/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ET93WW (2.53 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3444F8U
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ET93WW(2.53):bd02/04/2013:svnLENOVO:pn3444F8U:pvrThinkPadX1Carbon:rvnLENOVO:rn3444F8U:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3444F8U
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

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

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

[Kernel-packages] [Bug 1295965] Re: 3.13.0-19 kernel nvidia 334.21 driver fail to built

2014-03-23 Thread dino99
I've forced a rebuild and it succeed that time; so closing that report.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  3.13.0-19 kernel  nvidia 334.21 driver fail to built

Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  As im using one of the newest card GTX 750 that need at least the 334.21 
nvidia driver (nouveau cant work right now), i get an issue while the 
3.13.0-19 kernel has been installed:
  - all the headers and source are installed
  - the needed build packages are installed too
  - the previous 3.13.0-18 kernel works well with that 334.21 driver

  - but with that newest kernel, i get:

  NVIDIA: calling KBUILD...
  make[1]: Entering directory `/usr/src/linux-headers-3.13.0-19-generic'
  test -e include/generated/autoconf.h -a -e include/config/auto.conf || (  
\
   echo 2;\
   echo 2   ERROR: Kernel configuration is invalid.;\
   echo 2  include/generated/autoconf.h or include/config/auto.conf 
are missing.;\
   echo 2  Run 'make oldconfig  make prepare' on kernel src to fix 
it.;   \
   echo 2 ;   \
   /bin/false)
  ---

  driver used: https://launchpad.net/~joe-yasi/+archive/xorg-related

  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oem1933 F pulseaudio
   /dev/snd/controlC0:  oem1933 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=0a9ca7f0-6eeb-4b21-b70f-670fa600de16
  InstallationDate: Installed on 2013-10-25 (147 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.

   eth1  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic 
root=UUID=83f51130-24a6-4486-9284-f8d6700df293 ro
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-18-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
  WifiSyslog:

  _MarkForUpload: True
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295965/+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 1295070] Re: PS3 Camera driver does not work. Micro is not found.

2014-03-23 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa
/alsa-mixer.c?id=527078523815587bfd021bc1d10782403e9b3e84


alsa-mixer: Make probing elements with more than two volume channels fail.


seem it does not support multichannel volume control

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

Title:
  PS3 Camera driver does not work. Micro is not found.

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:

  I cannot make PS3 camera work. The camera is working but microphone is
  not wokring

  If I try to set the volume with alsamixer I get

  alsamixer 
  no se pueden cargar los controles del mezclador: Argumento inválido

  Cannot load mixer controls: Argument invalid

  I also cannot set the volume from pulse. I suppose that's an alsa
  problem.

  I don't know if this has something to do. But I just post in case of:

  Mar 19 16:23:46 red1 pulseaudio[4679]: [pulseaudio] alsa-util.c: Unable to 
load mixer: Argumento inválido
  Mar 19 16:23:46 red1 kernel: [   28.633185] cannot get current value for 
control 2 ch 1: err = -22

  This is trusty thar.

  
   uname -a
  Linux red1 3.13.0-18-generic #38-Ubuntu SMP Mon Mar 17 21:40:06 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

  I will attach the rest after the bug is created.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC2D0c:   gad9023 F...m pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=5b28f9e9-67cf-4b45-ab59-9bfd7e391f28
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=es_ES:es_SV:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic 
root=UUID=225aabc5-9098-412c-9cf1-4b06f8ec4c80 ro quiet splash 
elevator=deadline nomdmonddf nomdmonisw vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-02-09 (38 days ago)
  UserGroups: lp lpadmin
  _MarkForUpload: True
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3503
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A79T Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3503:bd05/06/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A79TDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295070/+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 1296263] Re: gnome-power-manager may be related to black screen and auto-power-on noise and Xorg crash

2014-03-23 Thread Del Socorro Françoise
As I had said this one bug has got nothing to do with all other time
Precise screen went black.

I did not install neither re-install neither re-configure nothing, I
just did as I said up. I think PC was going to change the way of viewing
power supply because in first reboot I could press button ON. But then I
did not have time. So I stopped electricity. But then I said to myself,
no, better reboot. So when I turned on electricity, no button to press
again. And then white screen then black screen on external monitor, so
not same problem at all then first.

It is the second log package I send you and it illustrates comments just
up.

Thank you.

** Attachment added: varandcrash-precise2.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296263/+attachment/4039210/+files/varandcrash-precise2.tar.gz

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

Title:
  gnome-power-manager may be related to black screen and auto-power-on
  noise and Xorg crash

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  My HP Compaq Presario CQ70 a very old portable computer notebook have
  been having black screens some sessions after being used from Precise
  to Saucy.

  Yesterday I just had Precise being installed. But this morning black
  screen. And also a very weird part to explain. You might believe in
  the weird part or not but I say as it is since it occured already
  twice and I used pc twice today.

  lsb_release -c -d  uname -s -r  lspci | grep -i VGA
  Description:  Ubuntu 12.04.4 LTS
  Codename: precise
  Linux 3.11.0-18-generic
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  sudo dpkg -s gnome-power-manager
  Package: gnome-power-manager
  Status: purge ok installed
  Priority: optional
  Section: gnome
  Installed-Size: 1584
  Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architecture: i386
  Version: 3.4.0-0ubuntu1.1
  etc.

  Last lost of Precise this morning:
  - Even thought I had tooken out big battery (material) some years ago from my 
pc, this morning he made some noise alone, without being on electricity power 
and without battery, not being other PC at home (I checked they were off), true 
noise when my PC is working, so I deduced my old PC had become photo-voltaïc 
like solar panels, it tryed to turn on alone with morning sun light.
  - Then when I put electricity on, it tryed alone to login Ubuntu with laptop 
closed. I heard Ubuntu welcome noise sound, so I opened laptop. I did not touch 
on/off button. Then what I saw was white mouse on black screen. Deduction: Xorg 
crashed.
  - Then when I pulled OFF button to shut him up, then re-start, he restarted 
on black screen in silence, except for the internal noise. No Ubuntu welcome 
noise.
  - Then when I took out electricity cable to restart it (since it thinks one 
method is the other one), it restarted (without the ON button) on the black 
screen in silence (except for usual internal noise).
  - Then I restarted it and I re-installed Precise from USB in blind because I 
have external monitor/screen/display so I had to memorize BIOS in a blind way, 
since it doesn't appears in external monitor.
  - More info: I had put xdiagnose at beginning, and none of the time he did 
the internal noise before black screen, he did put xdiagnose output on screen 
before BIOS question that I can't see. Before he did put just at start 
xdiagnose.

  Result: He only support a few sessions before going black screen.
  Conclusion: He mistakes ON / OFF / SLEEP / WORK

  Than I took some info. Even downloaded it, but couldn't put it on
  external USB. So I have it in my e-mail, all ancient logs of errors or
  not. And also posted some: Precise while not OK, and Precise in USB
  new. I'll post you later.

  So this morning, after Precise beeing installed. Noticed again, when came 
back to living room. Noice, but very very low and no battery and no 
electricity. If my living room was little more noisy, I wouldn't have noticed. 
PC is off, no electricity, no battery and yet, very very low 3 noise types:
  - the continuous noise
  - two times a noise at right (Enter and numbers side)
  - once a noise at left, the one when we got PC ON
  - no lights
  All almost not audible, very very low. Could be my memory neurones that 
memorized thoses noises or my PC had become photo-voltaïc ? PC is old so could 
also be material problems.

  So now for bug analysis, data you undersatand.
  Joined log.tar.gz so you can see errors.

  Only seen error that has to do with you, also present in this brand new 
Precise is:
    *-power UNCLAIMED
     description: OEM_Define1
     product: OEM_Define4
     vendor: OEM_Define2
     physical id: 1
     version: OEM_Define5
     serial: OEM_Define2
     capacity: 

[Kernel-packages] [Bug 1290787] Re: [TOSHIBA Satellite U400] suspend/resume failure

2014-03-23 Thread Tim Richardson
upstream report
https://bugs.freedesktop.org/show_bug.cgi?id=76520

** Bug watch added: freedesktop.org Bugzilla #76520
   https://bugs.freedesktop.org/show_bug.cgi?id=76520

** Tags added: kernel-bug-reported-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/1290787

Title:
  [TOSHIBA Satellite U400] suspend/resume failure

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  does not resume (no backlight on LCD panel, for example)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  katherine   1676 F pulseaudio
  Date: Tue Mar 11 21:08:32 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=3dd143c7-add5-4b7b-8c26-bbd7446abb39
  InstallationDate: Installed on 2013-11-09 (121 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: TOSHIBA Satellite U400
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=9d9d9d28-df78-475d-af30-72b9ecb189be ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [TOSHIBA Satellite U400] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-02 (8 days ago)
  UserGroups:
   
  dmi.bios.date: 10/25/2010
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V4.70
  dmi.board.name: Satellite U400
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV4.70:bd10/25/2010:svnTOSHIBA:pnSatelliteU400:pvrPSU40A-01M001:rvnTOSHIBA:rnSatelliteU400:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite U400
  dmi.product.version: PSU40A-01M001
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290787/+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 1273652] Re: apply of multi-monitor setting results in crash

2014-03-23 Thread Markus J Schmidt
After upgrading to xubuntu 14.04 the bug is still present. I still get
the following error:

ERROR: Error querying target relations

The program 'nvidia-settings' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 740 error_code 2 request_code 158 minor_code 25)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

** Tags added: trusty

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

Title:
  apply of multi-monitor setting results in crash

Status in “nvidia-settings” package in Ubuntu:
  Confirmed

Bug description:
  After the recent update of nvidia settings, I am not able to apply new 
monitor setting via nvidia settings anymore.
  After configuration of X Server Display Configuration hit hit the apply 
button and then the program simply quit.

  A workaround is to click on Save to X Configuration file and restart
  the computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-settings 331.20-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.2.0-58.88-generic 3.2.53
  Uname: Linux 3.2.0-58-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Tue Jan 28 12:51:27 2014
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MarkForUpload: True
  SourcePackage: nvidia-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1273652/+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 1264707] Re: IO limit 1.2 MB/s for 32bit ubuntu (ACPI issues)

2014-03-23 Thread Ilya Murav'jov
Hi all,

After compiling kernels for a while I found out why the Fedora's kernel works 
for me: it is built without PAE support.
I've bisected Ubuntu' and Fedora's .config files and it turnes out that 
CONFIG_HIGHMEM4G=y fixes my issue ;) .

After that I rebooted my machine with default Ubuntu kernel (PAE) and
16Gb RAM, not 32GB, and it also fixed my issue ;)

After that I built a kernel with PAE, 32GB but with CONFIG_VMSPLIT_1G=y
,  and again, it really fixed my issue (but it is incompatible with
binary drivers, see documentation; and my fglrx didn't work).

To wit: Linux kernel doesn't work well with 32bit, PAE and =32 Gb RAM. (I even 
saw such statemets somewhere on the Net.)
Am I right? If so, I think Ubuntu documentation should state it explicitly.


** Summary changed:

- IO limit 1.2 MB/s for 32bit ubuntu (ACPI issues)
+ IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

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

Title:
  IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I recently installed a new motherboard Asus M5A99FX PRO R2.0 and found out 
that IO speed is very low; i.e.  the dd command output:
  dd if=/dev/zero of=/tmp/output bs=8k count=1000k
  ^C13885+0 records in
  13885+0 records out
  113745920 bytes (114 MB) copied, 99.6639 s, 1.1 MB/s

  This issue is reproducing with my new SSD (with ext4), my USB drives
  and my hard disk (with ext4) from Ubuntu i386, 13.04 and 13.10. Such a
  speed is not ok, awfully slow. When I run two or more the same dd
  commands simultaneously,  I have 1,2 Mb/s for every process.

  WORKAROUNDs: 
  - turn off ACPI services, see more at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264707/comments/18
  - Use the amd64 version

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  ubuntu 4507 F pulseaudio
   /dev/snd/controlC1:  ubuntu 4507 F pulseaudio
   /dev/snd/controlC0:  ubuntu 4507 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sat Dec 28 15:56:33 2013
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1708
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A99FX PRO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1708:bd04/10/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

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

2014-03-23 Thread Carlillos
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1295827/+attachment/4039311/+files/BootDmesg.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295827/+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 1295827] Re: Control de brillo en Toshiba Satellite NB10t no funciona

2014-03-23 Thread Carlillos
apport information

** Tags added: apport-collected trusty

** Description changed:

  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
+ --- 
+ ApportVersion: 2.13.3-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  carlos 1237 F lxpanel
+ CRDA: Error: [Errno 2] No existe el archivo o el directorio
+ CurrentDesktop: LXDE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
+ InstallationDate: Installed on 2014-03-23 (0 days ago)
+ InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
+ MachineType: TOSHIBA SATELLITE NB10t-A-10F
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-18-generic N/A
+  linux-backports-modules-3.13.0-18-generic  N/A
+  linux-firmware 1.126
+ Tags:  trusty
+ Uname: Linux 3.13.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/19/2013
+ dmi.bios.vendor: TOSHIBA
+ dmi.bios.version: 1.20
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: MA10
+ dmi.board.vendor: TOSHIBA
+ dmi.board.version: To be filled by O.E.M.
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: TOSHIBA
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
+ dmi.product.name: SATELLITE NB10t-A-10F
+ dmi.product.version: PU141E-01K023CE
+ dmi.sys.vendor: TOSHIBA

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1295827/+attachment/4039310/+files/AlsaInfo.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: 

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

2014-03-23 Thread Carlillos
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1295827/+attachment/4039317/+files/ProcEnviron.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: TOSHIBA

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

2014-03-23 Thread Carlillos
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1295827/+attachment/4039313/+files/IwConfig.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: TOSHIBA

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

2014-03-23 Thread Carlillos
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1295827/+attachment/4039316/+files/ProcCpuinfo.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: TOSHIBA

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

2014-03-23 Thread Carlillos
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1295827/+attachment/4039315/+files/Lsusb.txt

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

Title:
  Control de brillo en Toshiba Satellite NB10t no funciona

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  El control de brillo en los pc Portátil Toshiba Satellite NB10t no funciona. 
En Ubuntu 14.04 Beta
  El control de brillo se regula pulsando las teclas fn + f2 para bajar y f3 
para subir. El indicador en pantalla funciona al pulsar las teclas. El 
indicador funciona de forma correcta pero el brillo permanece al 100% sin 
variar al pulsar.
  Este error lo he verificado en los Live de Ubuntu, Ubuntu Gnome y Lubuntu.
  --- 
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  carlos 1237 F lxpanel
  CRDA: Error: [Errno 2] No existe el archivo o el directorio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=817ca7ae-520a-4c52-bb3b-a37e06d1e025
  InstallationDate: Installed on 2014-03-23 (0 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140321)
  MachineType: TOSHIBA SATELLITE NB10t-A-10F
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=69909822-034e-459b-a7f4-bab925b1fe85 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  Tags:  trusty
  Uname: Linux 3.13.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.20
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: MA10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd12/19/2013:svnTOSHIBA:pnSATELLITENB10t-A-10F:pvrPU141E-01K023CE:rvnTOSHIBA:rnMA10:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE NB10t-A-10F
  dmi.product.version: PU141E-01K023CE
  dmi.sys.vendor: TOSHIBA

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


  1   2   >