Re: [Kernel-packages] [Bug 1197616] Re: Bluetooth sometimes does not work after resuming from suspend

2013-07-30 Thread Ming Lei
On Tue, Jul 30, 2013 at 2:22 PM, Gavin Guo  wrote:
> I've tried to test again and it seems there are some problem with read error.
> u@u-Inspiron-3137:~$ dmesg | grep error
> [6.571775] usb 2-7: device descriptor read/8, error -110
> [   11.690873] usb 2-7: device descriptor read/8, error -110
> [   12.512528] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
> [   16.922015] usb 2-7: device descriptor read/8, error -110
> [   22.041155] usb 2-7: device descriptor read/8, error -110
> [   27.272312] usb 2-7: device descriptor read/8, error -110
> [   32.391447] usb 2-7: device descriptor read/8, error -110
> [   37.622581] usb 2-7: device descriptor read/8, error -110
> [   42.741775] usb 2-7: device descriptor read/8, error -110

Gavin, the patch does not touch any USB thing, and suggest you
to apply the patch against your working kernel to see if it can fix
the firmware loading bug?

http://kernel.ubuntu.com/~ming/bugs/1197616/v1/usermodehelper-
enable.patch

Thanks
--
Ming Lei

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

Title:
  Bluetooth sometimes does not work after resuming from suspend

Status in HWE Next Project:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Summary: Bluetooth sometimes does not work after resuming from suspend

  Steps:
  1. fwts s3 --s3-multiple=30 --s3-max-delay=5 --s3-min-delay=5
  2. hcitool scan

  Expected results: Can scan and connect to BT devices

  Actual results: Can't scan and connect to BT devices

  In kern.log:

  Jul 3 00:33:48 1704 kernel: [ 2365.124561] PM: Finishing wakeup.
  Jul 3 00:33:48 1704 kernel: [ 2365.156748] [ cut here 
]
  Jul 3 00:33:48 1704 kernel: [ 2365.156764] WARNING: at 
/build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 
request_firmware+0xb5/0xf0()
  Jul 3 00:33:48 1704 kernel: [ 2365.156767] Hardware name: Inspiron 3137
  Jul 3 00:33:48 1704 kernel: [ 2365.124564] Restarting tasks ...
  Jul 3 00:33:48 1704 kernel: [ 2365.156770] Modules linked in: hid_multitouch 
snd_hda_codec_realtek(O) snd_hda_codec_hdmi(O) snd_hda_intel(O) 
snd_hda_codec(O) snd_hwdep coretemp kvm_intel snd_pcm kvm ghash_clmulni_intel 
cryptd snd_seq_midi joydev snd_rawmidi dell_laptop dcdbas dell_wmi 
sparse_keymap dm_multipath scsi_dh lib80211_crypt_tkip snd_seq_midi_event 
microcode psmouse wl(PO) bnep snd_seq uvcvideo videobuf2_core videodev 
videobuf2_vmalloc snd_timer cfg80211 snd_seq_device btusb videobuf2_memops 
serio_raw parport_pc lib80211 rfcomm ppdev i915_hsw bluetooth snd soundcore 
snd_page_alloc wmi drm_kms_helper drm i2c_algo_bit intel_ips video mac_hid lp 
parport usbhid hid dm_raid45 xor dm_mirror dm_region_hash dm_log btrfs 
zlib_deflate libcrc32c r8168(O) [last unloaded: hid_multitouch]
  Jul 3 00:33:48 1704 kernel: [ 2365.156867] Pid: 25680, comm: kworker/0:2 
Tainted: P W IO 3.5.0-22-generic #34~precise1-Ubuntu
  Jul 3 00:33:48 1704 kernel: [ 2365.156870] Call Trace:
  Jul 3 00:33:48 1704 kernel: [ 2365.156881] [] 
warn_slowpath_common+0x7f/0xc0
  Jul 3 00:33:48 1704 kernel: [ 2365.156887] [] 
warn_slowpath_null+0x1a/0x20
  Jul 3 00:33:48 1704 kernel: [ 2365.156894] [] 
request_firmware+0xb5/0xf0
  Jul 3 00:33:48 1704 kernel: [ 2365.156912] [] ? 
hci_dev_open+0x290/0x290 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156922] [] 
btusb_load_firmware+0xba/0x240 [btusb]
  Jul 3 00:33:48 1704 kernel: [ 2365.156936] [] 
hci_dev_open+0x144/0x290 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156949] [] 
hci_power_on+0x1d/0x80 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156958] [] 
process_one_work+0x11a/0x480
  Jul 3 00:33:48 1704 kernel: [ 2365.156964] [] 
worker_thread+0x165/0x370
  Jul 3 00:33:48 1704 kernel: [ 2365.156971] [] ? 
manage_workers.isra.29+0x130/0x130
  Jul 3 00:33:48 1704 kernel: [ 2365.156977] [] 
kthread+0x93/0xa0
  Jul 3 00:33:48 1704 kernel: [ 2365.156985] [] 
kernel_thread_helper+0x4/0x10
  Jul 3 00:33:48 1704 kernel: [ 2365.156990] [] ? 
flush_kthread_worker+0xb0/0xb0
  Jul 3 00:33:48 1704 kernel: [ 2365.156996] [] ? 
gs_change+0x13/0x13
  Jul 3 00:33:48 1704 kernel: [ 2365.156999] ---[ end trace 4ef11670192df83d 
]---
  Jul 3 00:33:48 1704 kernel: [ 2365.157006] usb 1-1.7: firmware: 
fw-0a5c_21d7.hcd will not be loaded
  Jul 3 00:33:48 1704 kernel: [ 2365.159451] Bluetooth: can't load firmware, 
may not work correctly
  Jul 3 00:33:48 1704 kernel: [ 2365.164446] done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1197616/+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 1204512] Re: Ubuntu 13.04 fails to resume from suspend

2013-07-30 Thread Dāniels Brūvers
It did occur in 12.10.

With 12.04 everything worked but the machine had another motherboard and
less RAM installed.

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

Title:
  Ubuntu 13.04 fails to resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I suspend the PC everything seems Ok. The computer goes to sleep,
  screen turns off. When I try to resume the computers seems to get
  stuck in the first seconds of waking from suspend and doesn't resume.
  The fans start to spin and the screen turns on but stays black.
  Nothing else happens and the only way to start the computer is by
  pressing the Reset button.

  Using Ubuntu 13.04 64bit, Kernel 3.8.0-26-generic, Motherboard: Intel
  DP35DP, Graphics: ATI 1950Pro (Gallium 0.4 on ATI RV570).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-26-generic 3.8.0-26.38
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  danis  2163 F pulseaudio
   /dev/snd/controlC0:  danis  2163 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Wed Jul 24 15:56:25 2013
  HibernationDevice: RESUME=UUID=e28297d0-bf42-4f58-b4a5-e3b6773a841e
  InstallationDate: Installed on 2013-05-07 (77 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=e75c9bc3-c45b-4585-8e7c-66f9bfcbf6b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/15/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP35DP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81073-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-207:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204512/+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 1206317] Re: package firmware-b43-installer 1:015-9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2013-07-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package firmware-b43-installer 1:015-9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 4

Status in “b43-fwcutter” package in Ubuntu:
  New

Bug description:
  imag5 - lubuntu

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: firmware-b43-installer 1:015-9
  ProcVersionSignature: Ubuntu 3.2.0-51.77-powerpc64-smp 3.2.48
  Uname: Linux 3.2.0-51-powerpc64-smp ppc64
  ApportVersion: 2.0.1-0ubuntu17.3
  AptOrdering:
   b43-fwcutter: Install
   firmware-b43-installer: Install
   b43-fwcutter: Configure
   firmware-b43-installer: Configure
  Architecture: powerpc
  Date: Tue Jul 30 02:31:45 2013
  DuplicateSignature: package:firmware-b43-installer:1:015-9:subprocess 
installed post-installation script returned error exit status 4
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 4
  InstallationMedia: Lubuntu 12.04 "Precise Pangolin" - Release powerpc 
(20120423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: b43-fwcutter
  Title: package firmware-b43-installer 1:015-9 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/b43-fwcutter/+bug/1206317/+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 1205266] Re: package linux-image-3.8.0-27-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-07-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.8.0-27-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Could some one please help me. I've been using Ubuntu for years, going
  smoothly, but after the installation of the 13.04 version it became
  unstable and I can't install new software

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
  Uname: Linux 3.2.0-45-generic i686
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vaio   1857 F pulseaudio
  CurrentDmesg:
   [   43.054451] init: plymouth-stop pre-start process (1258) terminated with 
status 1
   [   49.004038] ipw2200: Failed to send POWER_MODE: Command timed out.
  Date: Fri Jul 26 10:41:14 2013
  DpkgTerminalLog:
   Unpacking linux-image-3.8.0-27-generic (from 
.../linux-image-3.8.0-27-generic_3.8.0-27.40_i386.deb) ...
   This kernel does not support a non-PAE CPU.
   dpkg: error processing 
/var/cache/apt/archives/linux-image-3.8.0-27-generic_3.8.0-27.40_i386.deb 
(--unpack):
subprocess new pre-installation script returned error exit status 1
  DuplicateSignature: package:linux-image-3.8.0-27-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 1
  HibernationDevice: RESUME=UUID=40b96ff7-e6e2-4c9f-9f96-1a98817a2374
  InstallationDate: Installed on 2012-09-02 (326 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  MachineType: Sony Corporation VGN-A197VP(PT)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-45-generic 
root=UUID=6412ca0f-409e-4a30-ad08-99ca92b6f9f0 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.00-13ubuntu3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: linux
  Title: package linux-image-3.8.0-27-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to raring on 2013-06-14 (41 days ago)
  dmi.bios.date: 09/28/2004
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0080F1
  dmi.chassis.asset.tag: 8Q4M0019
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0080F1:bd09/28/2004:svnSonyCorporation:pnVGN-A197VP(PT):pvr01:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-A197VP(PT)
  dmi.product.version: 01
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205266/+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 1206007] Re: package linux-image-3.2.0-49-generic-pae (not installed) failed to install/upgrade: hiba az alábbi könyvtár létrehozásakor: `./lib/firmware/3.2.0-49-generic-pae/tig

2013-07-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.2.0-49-generic-pae (not installed) failed to
  install/upgrade: hiba az alábbi könyvtár létrehozásakor:
  `./lib/firmware/3.2.0-49-generic-pae/tigon'

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-49-generic-pae (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-48.74-generic-pae 3.2.46
  Uname: Linux 3.2.0-48-generic-pae i686
  NonfreeKernelModules: nvidia wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ada1856 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9f00 irq 49'
 Mixer name : 'Nvidia MCP77/78 HDMI'
 Components : 'HDA:111d76b2,103c30f4,00100302 
HDA:10de0006,10de0101,0010'
 Controls  : 27
 Simple ctrls  : 14
  Date: Sat Jul 27 20:10:24 2013
  DuplicateSignature: package:linux-image-3.2.0-49-generic-pae:(not 
installed):hiba az alábbi könyvtár létrehozásakor: 
`./lib/firmware/3.2.0-49-generic-pae/tigon'
  ErrorMessage: hiba az alábbi könyvtár létrehozásakor: 
`./lib/firmware/3.2.0-49-generic-pae/tigon'
  HibernationDevice: RESUME=UUID=8ac25dc4-41ff-4541-9d51-a55a949d6339
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-48-generic-pae 
root=UUID=0bad00c1-afe9-451b-9e09-97a640775e89 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 1.99-21ubuntu3.9
  SourcePackage: linux
  Title: package linux-image-3.2.0-49-generic-pae (not installed) failed to 
install/upgrade: hiba az alábbi könyvtár létrehozásakor: 
`./lib/firmware/3.2.0-49-generic-pae/tigon'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/29/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.2D
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30F4
  dmi.board.vendor: Compal
  dmi.board.version: 99.B6
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2D:bd11/29/2010:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvrF.2D:rvnCompal:rn30F4:rvr99.B6:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv7 Notebook PC
  dmi.product.version: F.2D
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1206007/+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 1205612] Re: package linux-image-3.10.0-5-generic 3.10.0-5.15 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2013-07-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.10.0-5-generic 3.10.0-5.15 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Downloaded Live-image of alpha 2 of Ubuntu Gnome Edition.
  Run it from usb.
  Then upgraded using:
  $sudo apt-get dist-upgrade

  And then got those errors stating that linux-image failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-5-generic 3.10.0-5.15
  ProcVersionSignature: Ubuntu 3.10.0-5.14-generic 3.10.2
  Uname: Linux 3.10.0-5-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu-gnome  11733 F pulseaudio
  CasperVersion: 1.335
  CurrentDmesg:
   [   29.380973] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
   [   31.876285] hp_wmi: Unknown event_id - 0 - 0x0
   [   32.265456] tg3 :02:01.0 eth0: Link is up at 1000 Mbps, full duplex
   [   32.265475] tg3 :02:01.0 eth0: Flow control is on for TX and on for RX
   [   32.265510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  Date: Sat Jul 27 10:27:09 2013
  DuplicateSignature: 
package:linux-image-3.10.0-5-generic:3.10.0-5.15:subprocess installed 
post-installation script returned error exit status 17
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 17
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 (20130724)
  MachineType: Hewlett-Packard HP Compaq nx6325 (EY349EA#AKD)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: initrd=/ubninit file=/cdrom/preseed/hostname.seed 
boot=casper quiet splash -- BOOT_IMAGE=/ubnkern
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions: grub-pc 2.00-15ubuntu2
  SourcePackage: linux
  Title: package linux-image-3.10.0-5-generic 3.10.0-5.15 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 17
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68TT2 Ver. F.07
  dmi.board.name: 30B0
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.15
  dmi.chassis.asset.tag: CNU7110B09
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68TT2Ver.F.07:bd05/08/2007:svnHewlett-Packard:pnHPCompaqnx6325(EY349EA#AKD):pvrF.07:rvnHewlett-Packard:rn30B0:rvrKBCVersion40.15:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx6325 (EY349EA#AKD)
  dmi.product.version: F.07
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205612/+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 1181441] Re: nouveau corruption and then hang

2013-07-30 Thread Karl Brand
After upgrading my kernel (see
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1198210), i see
now that the text which briefly flashes across the screen during the
'crash' after attempting to login is:

[ 12.901625] nouveau E[ PGRAPH][:01:00.0] ROP0 ch 1 [0x07fc92] 
0x8000 0x8001
[ 12.901701] nouveau E[ PGRAPH][:01:00.0] ROP1 ch 1 [0x07fc92] 
0x8000 0x8001

Same bug?

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

Title:
  nouveau corruption and then hang

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [954574.312907] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.312921] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD
  [954574.312924] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.312937] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD
  [954574.312940] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.312955] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD
  [954574.312958] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.312973] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD
  [954574.312976] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.312991] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD
  [954574.312994] nouveau E[  PGRAPH][:04:00.0] ch 2 [0x0037b1] subc 0 
class 0x0030 mthd 0x0320 data 0x000d
  [954574.313009] nouveau E[  PGRAPH][:04:00.0]  ILLEGAL_MTHD

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.30
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bradf 29119 F pulseaudio
  Date: Fri May 17 17:14:47 2013
  HibernationDevice: RESUME=UUID=2ba4c12c-dcd8-4594-b6d1-adea5334056d
  InstallationDate: Installed on 2013-04-16 (31 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130414)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=35ec0203-17b3-4049-8812-4a0c5d95bf2a ro 
crashkernel=384M-2G:64M,2G-:128M 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.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2013
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: SIX7910D.86A.1783.2013.0222.1658
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DX79SI
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG28808-500
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrSIX7910D.86A.1783.2013.0222.1658:bd02/22/2013:svn:pn:pvr:rvnIntelCorporation:rnDX79SI:rvrAAG28808-500:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1181441/+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 1197616] Re: Bluetooth sometimes does not work after resuming from suspend

2013-07-30 Thread Gavin Guo
@Ming,

I've used 3.5.0-22-generic and added your patch with the command "fwts
s3 --s3-multiple=10 --s3-max-delay=5 --s3-min-delay=5" tried 3 times. It
seems the bug is fixed with your patch.

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

Title:
  Bluetooth sometimes does not work after resuming from suspend

Status in HWE Next Project:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Summary: Bluetooth sometimes does not work after resuming from suspend

  Steps:
  1. fwts s3 --s3-multiple=30 --s3-max-delay=5 --s3-min-delay=5
  2. hcitool scan

  Expected results: Can scan and connect to BT devices

  Actual results: Can't scan and connect to BT devices

  In kern.log:

  Jul 3 00:33:48 1704 kernel: [ 2365.124561] PM: Finishing wakeup.
  Jul 3 00:33:48 1704 kernel: [ 2365.156748] [ cut here 
]
  Jul 3 00:33:48 1704 kernel: [ 2365.156764] WARNING: at 
/build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 
request_firmware+0xb5/0xf0()
  Jul 3 00:33:48 1704 kernel: [ 2365.156767] Hardware name: Inspiron 3137
  Jul 3 00:33:48 1704 kernel: [ 2365.124564] Restarting tasks ...
  Jul 3 00:33:48 1704 kernel: [ 2365.156770] Modules linked in: hid_multitouch 
snd_hda_codec_realtek(O) snd_hda_codec_hdmi(O) snd_hda_intel(O) 
snd_hda_codec(O) snd_hwdep coretemp kvm_intel snd_pcm kvm ghash_clmulni_intel 
cryptd snd_seq_midi joydev snd_rawmidi dell_laptop dcdbas dell_wmi 
sparse_keymap dm_multipath scsi_dh lib80211_crypt_tkip snd_seq_midi_event 
microcode psmouse wl(PO) bnep snd_seq uvcvideo videobuf2_core videodev 
videobuf2_vmalloc snd_timer cfg80211 snd_seq_device btusb videobuf2_memops 
serio_raw parport_pc lib80211 rfcomm ppdev i915_hsw bluetooth snd soundcore 
snd_page_alloc wmi drm_kms_helper drm i2c_algo_bit intel_ips video mac_hid lp 
parport usbhid hid dm_raid45 xor dm_mirror dm_region_hash dm_log btrfs 
zlib_deflate libcrc32c r8168(O) [last unloaded: hid_multitouch]
  Jul 3 00:33:48 1704 kernel: [ 2365.156867] Pid: 25680, comm: kworker/0:2 
Tainted: P W IO 3.5.0-22-generic #34~precise1-Ubuntu
  Jul 3 00:33:48 1704 kernel: [ 2365.156870] Call Trace:
  Jul 3 00:33:48 1704 kernel: [ 2365.156881] [] 
warn_slowpath_common+0x7f/0xc0
  Jul 3 00:33:48 1704 kernel: [ 2365.156887] [] 
warn_slowpath_null+0x1a/0x20
  Jul 3 00:33:48 1704 kernel: [ 2365.156894] [] 
request_firmware+0xb5/0xf0
  Jul 3 00:33:48 1704 kernel: [ 2365.156912] [] ? 
hci_dev_open+0x290/0x290 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156922] [] 
btusb_load_firmware+0xba/0x240 [btusb]
  Jul 3 00:33:48 1704 kernel: [ 2365.156936] [] 
hci_dev_open+0x144/0x290 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156949] [] 
hci_power_on+0x1d/0x80 [bluetooth]
  Jul 3 00:33:48 1704 kernel: [ 2365.156958] [] 
process_one_work+0x11a/0x480
  Jul 3 00:33:48 1704 kernel: [ 2365.156964] [] 
worker_thread+0x165/0x370
  Jul 3 00:33:48 1704 kernel: [ 2365.156971] [] ? 
manage_workers.isra.29+0x130/0x130
  Jul 3 00:33:48 1704 kernel: [ 2365.156977] [] 
kthread+0x93/0xa0
  Jul 3 00:33:48 1704 kernel: [ 2365.156985] [] 
kernel_thread_helper+0x4/0x10
  Jul 3 00:33:48 1704 kernel: [ 2365.156990] [] ? 
flush_kthread_worker+0xb0/0xb0
  Jul 3 00:33:48 1704 kernel: [ 2365.156996] [] ? 
gs_change+0x13/0x13
  Jul 3 00:33:48 1704 kernel: [ 2365.156999] ---[ end trace 4ef11670192df83d 
]---
  Jul 3 00:33:48 1704 kernel: [ 2365.157006] usb 1-1.7: firmware: 
fw-0a5c_21d7.hcd will not be loaded
  Jul 3 00:33:48 1704 kernel: [ 2365.159451] Bluetooth: can't load firmware, 
may not work correctly
  Jul 3 00:33:48 1704 kernel: [ 2365.164446] done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1197616/+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 1176379] Re: Streaming videos over LAN with GVFS often locks up VLC Media Player in Ubuntu 13.04

2013-07-30 Thread fberier
kubuntu 13.04, i've got also the problem. Killing gvfsd-smb unlocks the apps 
with an disk error access.
I do not have this issue on kubuntu 12.04

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

Title:
  Streaming videos over LAN with GVFS often locks up VLC Media Player in
  Ubuntu 13.04

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 13.04 64 bit
  VLC Media Player 2.0.6
  3.8.0-19-generic

  In Nautilus when I navigate to smb://ip.address.of.server and click on
  an MP4 video, VLC locks up about 90% of the time and does not play the
  video. If I kill the PID, it fails to disappear. Even if I kill -9 it,
  no difference. Eventually ps -A reveals a bunch of "vlc "
  instances, which is typically 1 instance per failed video playback
  attempt. Sometimes VLC works fine and it will successfully play the
  video, but it's quite rare.

  Talking with some of the VLC developers it was suggested that it's a
  FUSE or some sort of backend issue, likely originating from the kernel
  itself. VLC has no problems playing the video locally, and VLC also
  has no problems playing the same MP4 files over GVFS on another laptop
  running 12.04 here.

  I'm able to duplicate the issue with other AVI files as well, not just
  MP4. When VLC does its lockup, CTRL Q does not work to close the
  program, however ALT F4 does. When closing VLC it still leaves a VLC
  icon in the upper taskbar. At this point like I mentioned above, even
  going to terminal to kill these processes does nothing. So far a
  reboot of the machine is the only way to really nuke these hanging
  instances.

  On my Ubuntu 13.04 laptop I set up AutoFS with CIFS (SMB), which is
  the "on-demand" way to mount shares automatically without having to
  initiate a GVFS-based connection each time. I have had absolutely zero
  problems using AutoFS with any video playing back on VLC. Between this
  and what I read in regard to GVFS, FUSE, VLC, etc., it stands to
  suggest that perhaps the issue isn't with VLC but somewhere a bit
  deeper.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.30
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jason  2276 F pulseaudio
   /dev/snd/pcmC0D0p:   jason  2276 F...m pulseaudio
  Date: Sat May  4 12:49:32 2013
  HibernationDevice: RESUME=UUID=7951a743-bc64-43d0-86df-3913c100b62a
  InstallationDate: Installed on 2013-04-30 (4 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK COMPUTER INC. K56CA
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=d6b1d62c-a985-4b0d-982a-fb3ed4d68775 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/13/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: K56CA.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K56CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK56CA.208:bd11/13/2012:svnASUSTeKCOMPUTERINC.:pnK56CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK56CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: K56CA
  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/1176379/+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 936190] Re: nForce 590 USB power regression in 3.0.0-16 and 3.2.0-24

2013-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  nForce 590 USB power regression in 3.0.0-16 and 3.2.0-24

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

Bug description:
  Following on from bug #787590, it appears that with the release of the
  3.0.0-16 kernel a regression has occurred and the problem is present
  again.  I thought the patch had been adopted into the mainstream
  kernel but for some reason it does not appear to have made it into the
  Ubuntu release.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-16-generic 3.0.0-16.28
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ian1966 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfd10 irq 20'
 Mixer name : 'Realtek ALC888'
 Components : 'HDA:10ec0888,1458e601,0011'
 Controls  : 40
 Simple ctrls  : 22
  Date: Sun Feb 19 13:12:43 2012
  HibernationDevice: RESUME=UUID=8bca4d7b-e630-4aee-85c5-697fc2187ab2
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=80dec9f0-ab97-403a-8cca-237f5b2e75a4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-16-generic N/A
   linux-backports-modules-3.0.0-16-generic  N/A
   linux-firmware1.60
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to oneiric on 2011-11-01 (110 days ago)
  dmi.bios.date: 06/18/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9c
  dmi.board.name: M59SLI-S5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9c:bd06/18/2008:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM59SLI-S5:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/936190/+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 1176126] Re: 045e:0721 Microsoft LifeCam NX-3000 not detected

2013-07-30 Thread Christopher M. Penalver
Jürgen Liebmann, thank you for testing the newest mainline kernel. The
next step is to commit bisect from Quantal to Raring, in order to
identify the offending commit. Could you please do this via
https://wiki.ubuntu.com/Kernel/KernelBisection ?

** Tags removed: kernel-bug-exists-upstream-v3.9 needs-upstream-testing
** Tags added: kernel-bug-exists-upstream-v3.11-rc3 saucy

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

Title:
  045e:0721 Microsoft LifeCam NX-3000 not detected

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since upgrate from quantal to raring I have the a problem with the webcam 
"Microsoft LifeCam NX-3000". The webcam doesn't work.
  In /var/log/syslog I can see:

  May  3 07:46:44 master kernel: [   61.441466] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:46:44 master kernel: [   61.441923] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:46:44 master kernel: [   61.442272] uvcvideo: Failed to query (129) 
UVC probe control : -32 (exp. 26).
  May  3 07:46:44 master kernel: [   61.442275] uvcvideo: Failed to initialize 
the device (-5).
  May  3 07:46:44 master kernel: [   61.442350] usbcore: registered new 
interface driver uvcvideo
  May  3 07:46:44 master kernel: [   61.442352] USB Video Class driver (1.1.1)

  The kernel is the actual kernel of raring (3.8.0-19-generic, package
  linux - 3.8.0-19.30).

  But when I boot raring with kernel 3.5.0-27 (last kernel from quantal)
  the webcam it works fine:

  May  3 07:39:36 master kernel: [  370.964836] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:39:36 master kernel: [  370.965309] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:39:36 master kernel: [  370.966042] input: Microsoft LifeCam 
NX-3000 as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input15
  May  3 07:39:36 master kernel: [  370.966208] usbcore: registered new 
interface driver uvcvideo
  May  3 07:39:36 master kernel: [  370.966212] USB Video Class driver (1.1.1)

  It's probably the same problem as bug #1168430 ?
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  liebmann   2988 F pulseaudio
   /dev/snd/controlC0:  liebmann   2988 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2011-05-13 (722 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Shuttle Inc. SH55J
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=/dev/sda1 
ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-25 (8 days ago)
  UserGroups: adm admin cdrom dialout lp lpadmin plugdev sambashare users
  dmi.bios.date: 06/18/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: SH55J
  dmi.board.vendor: Shuttle Inc.
  dmi.board.version: V10
  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.:bvr080015:bd06/18/2010:svnShuttleInc.:pnSH55J:pvrV10:rvnShuttleInc.:rnSH55J:rvrV10:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: SH55J
  dmi.product.version: V10
  dmi.sys.vendor: Shuttle Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176126/+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 1167301] Re: [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display works only with 1024x768 (4:3) whereas my laptop has 1366x768 (16:9) & external monitor 1920x1080 (16:9)

2013-07-30 Thread Christopher M. Penalver
Till Kamppeter, thank you for testing the newest mainline kernel. For
regression testing purposes, could you please test Quantal yourself via
http://releases.ubuntu.com/quantal/ and advise on if this is
reproducible?

** Tags removed: kernel-bug-exists-upstream-3.11.0-031100rc3
** Tags added: kernel-bug-exists-upstream-v3.11-rc3

** Summary changed:

- [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display works only with 
1024x768 (4:3) whereas my laptop has 1366x768 (16:9) & external monitor 
1920x1080 (16:9)
+ 8086:0166 [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display works 
only with 1024x768 (4:3) whereas my laptop has 1366x768 (16:9) & external 
monitor 1920x1080 (16:9)

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

** Tags removed: regression-release
** Tags added: regression-potential

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

Title:
  8086:0166 [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display
  works only with 1024x768 (4:3) whereas my laptop has 1366x768 (16:9) &
  external monitor 1920x1080 (16:9)

Status in “linux” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Ubuntu:
  Triaged

Bug description:
  I have a Lenovo Thinkpad Twist with Core i7 processor and on-chip
  HD4000 GPU. It has an internal 1366x768 (16:9) display and I have
  connected and external 1920x1080 (16:9) monitor via HDMI. By default
  the display gets mirrored with only 1024x768 (4:3) because this is the
  highest common resolution of the two reported by xrandr. I can switch
  to a large desktop formed by the two screens with the System Settings
  (section "Display") with each screen using its native resolution.

  I can mirror with a higher resolution running the commands:

  xrandr --addmode HDMI1 1366x768
  xrandr --output HDMI1 --mode 1366x768
  xrandr --output HDMI1 --mode 1366x768 --same-as LVDS1

  This is rather awkward when using a projector.

  The problem also persists when connecting the external screen to the
  Mini DisplayPort (with adapter) instead of to the HDMI.

  I did not test with 12.10 by myself, but according to the comment from
  Gizmo Chicken below this worked correctly under 12.10, so this is a
  regression and not a feature request.

  The output of "xrandr --prop" with both screens connected in large-
  desktop-over-both-screens mode (no mirroring):

  Screen 0: minimum 320 x 200, current 3286 x 1080, maximum 32767 x 32767
  LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm 
x 156mm
   EDID:
    000030e47a03
    00160103801c10780adce5975a559227
    1d50540001010101010101010101
    010101010101241d56d4500016303020
    2500159c101b
    00fe004c
    4720446973706c61790a202000fe
    004c503132355748322d534c54310025
   BACKLIGHT: 1054 (0x041e) range: (0,1054)
   Backlight: 1054 (0x041e) range: (0,1054)
   scaling mode:Full aspect
    supported: None Full Center Full aspect
     1366x768 59.8*+
     1360x768 59.8 60.0
     1024x768 60.0
     800x600 60.3 56.2
     640x480 59.9
  VGA1 disconnected (normal left inverted right x axis y axis)
  HDMI1 connected 1920x1080+1366+0 (normal left inverted right x axis y axis) 
510mm x 287mm
   EDID:
    000015c3692001010101
    2d14010380331d78eaee95a3544c9926
    0f5054a1080081808140b30081c00101
    010101010101023a801871382d40582c
    4500fe1f111e00ff00353732
    32393131300a2020202000fc0045
    563233570a202020202000fd
    003b3d1f440f000a2020202020200153
    02031b41468102031112042309070783
    0167030c001300881e8c0ad08a20
    e02d10103e9600040300188c0ad0
    8a20e02d10103e9600100900188c
    0ad090204031200c405500040300
    188c0ad090204031200c405500100900
    18011d007251d01e206e28550010
    09001e5c
   Broadcast RGB:   Automatic
    supported: Automatic Full Limited 16:2
   audio:   auto
    supported: force-dvi off auto on
     1920x1080 60.0*+
     1680x1050 59.9
     1280x1024 60.0
     1280x960 60.0
     1280x720 60.0
     1024x768 60.0
     800x600 60.3
     720x576 50.0
     720x480 59.9
     640x480 60.0 59.9
     720x400 70.1
  DP1 disconnected (normal left inverted right x axis y axis)
   Broadcast RGB:   Automatic
    supported: Automatic Full Limited 16:2
   audio:   auto
    supported: force-dvi off auto on
  HDMI2 disconnected (normal left inverted right x axis y axis)
   Broadcast RGB:   Automatic
    supported: Automatic Full Limited 16:2
   audio:   auto
    supported: force-dvi off auto on
  DP2 disconnected (normal left inverted right x axis y axis)
   Broadcast RGB:   Automatic
    supported: Automatic Full Limited 16:2
   audio:   auto
    supported: force-dvi off auto on
  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu

[Kernel-packages] [Bug 1203565] Re: 045e:009c Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-07-30 Thread Christopher M. Penalver
** Tags added: saucy

** Summary changed:

- 045e:009c Microsoft Keyboard Elite for Bluetooth dead keys problem
+ 045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys problem

** Tags removed: regression-release

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

Title:
  045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work ANYMORE
  (whether application I opened, console included). I say anymore
  because it works with older motherboard. The new motherboard is an
  1150 Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  For me it's clearly a Ubuntu's system bug, with my motherboard (Asus
  H87-PRO socket 1150).

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   syl4375 F...m rhythmbox
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PAD'/'RME Digi96/8 PAD at 0xf400, irq 19'
     Mixer name : ''
     Components : ''
     Controls  : 10
     Simple ctrls  : 6
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf308 irq 17'
     Mixer name : 'Nvidia GPU 14 HDMI/DP'
     Components : 'HDA:10de0014,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xe308 irq 16'
     Mixer name : 'Nvidia GPU 0a HDMI/DP'
     Components : 'HDA:10de000a,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  MachineType: ASUS All Series
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic 
root=UUID=d2f8f163-a1ee-4332-a910-d593309cd2a6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
  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.5.0-36-generic N/A
   linux-backports-modules-3.5.0-36-generic  N/A
   linux-firmware1.79.4
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags:  precise running-unity
  Uname: Linux 3.5.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio bluetooth boinc cdrom dip lp lpadmin netdev plugdev 
sambashare scanner sudo video
  dmi.bios.date: 04/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd04/08/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203565/+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 936190] Re: nForce 590 USB power regression in 3.0.0-16 and 3.2.0-24

2013-07-30 Thread Julien Lehuraux
My motherboard has a nforce 790i SLI chipset and the bug affects me
since Ubuntu 12.04 release (kernel 3.2) : my USB devices are still
powered when I shutdown the machine. However, unplugging everything
except the mouse and the keyboard makes them powering off.

3.0.0-16 to latest kernels are concerned. The diff between 3.0.0-15 and 
3.0.0-16 is this commit : 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c61875977458637226ab093a35d200f2d5789787
Reverting it in a recompiled kernel may resolve the issue for concerned 
motherboards/chipsets.

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

Title:
  nForce 590 USB power regression in 3.0.0-16 and 3.2.0-24

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

Bug description:
  Following on from bug #787590, it appears that with the release of the
  3.0.0-16 kernel a regression has occurred and the problem is present
  again.  I thought the patch had been adopted into the mainstream
  kernel but for some reason it does not appear to have made it into the
  Ubuntu release.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-16-generic 3.0.0-16.28
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ian1966 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfd10 irq 20'
 Mixer name : 'Realtek ALC888'
 Components : 'HDA:10ec0888,1458e601,0011'
 Controls  : 40
 Simple ctrls  : 22
  Date: Sun Feb 19 13:12:43 2012
  HibernationDevice: RESUME=UUID=8bca4d7b-e630-4aee-85c5-697fc2187ab2
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=80dec9f0-ab97-403a-8cca-237f5b2e75a4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-16-generic N/A
   linux-backports-modules-3.0.0-16-generic  N/A
   linux-firmware1.60
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to oneiric on 2011-11-01 (110 days ago)
  dmi.bios.date: 06/18/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9c
  dmi.board.name: M59SLI-S5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9c:bd06/18/2008:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM59SLI-S5:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/936190/+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 1203565] Re: 045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-07-30 Thread Christopher M. Penalver
Maeda, thank you for testing Saucy. Sounds like we have at least two different 
bugs here:
1) Bluez may have a regression going from 4.60.
2) When the keyboard is correctly detected via Bluez 4.60, one has dead keys. 
Let us focus on this. However, I would like to include the Bluez folks as a 
technical gut check on this problem.

Hence, did this keyboard not have dead keys in a release prior to
Precise with the H87-PRO motherboard?

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

** Description changed:

  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly.
  
  === The problem is that dead keys of my keyboard (I mean -L or R- CTRL,
- ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work ANYMORE (whether
- application I opened, console included). I say anymore because it works
- with older motherboard. The new motherboard is an 1150 Haswell one from
- Asus.
+ ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
+ motherboard (whether application I opened, console included). It does
+ work correctly with other motherboards. The new motherboard is an 1150
+ Haswell one from Asus.
  
  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.
  
  For me it's clearly a Ubuntu's system bug, with my motherboard (Asus
  H87-PRO socket 1150).
  
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   syl4375 F...m rhythmbox
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PAD'/'RME Digi96/8 PAD at 0xf400, irq 19'
     Mixer name : ''
     Components : ''
     Controls  : 10
     Simple ctrls  : 6
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf308 irq 17'
     Mixer name : 'Nvidia GPU 14 HDMI/DP'
     Components : 'HDA:10de0014,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xe308 irq 16'
     Mixer name : 'Nvidia GPU 0a HDMI/DP'
     Components : 'HDA:10de000a,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  MachineType: ASUS All Series
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic 
root=UUID=d2f8f163-a1ee-4332-a910-d593309cd2a6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
  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.5.0-36-generic N/A
   linux-backports-modules-3.5.0-36-generic  N/A
   linux-firmware1.79.4
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags:  precise running-unity
  Uname: Linux 3.5.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio bluetooth boinc cdrom dip lp lpadmin netdev plugdev 
sambashare scanner sudo video
  dmi.bios.date: 04/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd04/08/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subsc

[Kernel-packages] [Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-07-30 Thread Christopher M. Penalver
** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-v3.9-rc7

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

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1183952] Re: System freezes on shutdown or reboot

2013-07-30 Thread Christopher M. Penalver
victor godayer, could you please test Natty via http://old-
releases.ubuntu.com/releases/natty/ and advise on the results?

** Tags removed: regression-potential
** Tags added: regression-release

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

Title:
  System freezes on shutdown or reboot

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I try to either to shutdown or reboot my computer, the system freezes on 
the splash screen.
  Pressing escape key takes me to the black screen with the cursor blanking, 
and the last line shows "acpid:exiting" and nothing more.

  I've tried several workarounds proposed in vain:
  - adding relevant parameters to the kernel image at boot time by modifying 
the /etc/default/grub file, calling update-grub afterwards.
  - removing/adding ati video driver.

  I took a look to dmesg logs to find out what was wrong, but could not
  find anything relevant (at least to my eyes).

  I don't know if my bug report has the expected shape, first time in
  the world of bug reports...

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-44-generic 3.2.0-44.69
  ProcVersionSignature: Ubuntu 3.2.0-44.69-generic 3.2.44
  Uname: Linux 3.2.0-44-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.2
  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:  victorinox   1916 F pulseaudio
   /dev/snd/controlC0:  victorinox   1916 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0344000 irq 48'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,104d6b00,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 49'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,104d6b00,00100202'
 Controls  : 19
 Simple ctrls  : 11
  Date: Fri May 24 19:43:12 2013
  HibernationDevice: RESUME=UUID=291ee30e-1597-4998-aea6-a2668d8c44c8
  InstallationMedia: Lubuntu 12.04 "Precise Pangolin" - Release amd64 (20120423)
  MachineType: Sony Corporation SVE5EHB
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-44-generic 
root=UUID=5eeb5d59-79bf-41d9-88b3-4a0bf38d6fba ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-44-generic N/A
   linux-backports-modules-3.2.0-44-generic  N/A
   linux-firmware1.79.4
  SourcePackage: linux
  StagingDrivers: rts_pstor
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/22/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0150E8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0150E8:bd05/22/2012:svnSonyCorporation:pnSVE5EHB:pvrC60B1LGS:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVE5EHB
  dmi.product.version: C60B1LGS
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1183952/+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 1169959] Re: [Lenovo ThinkPad T520 4240] won't boot with 3.5.0-27

2013-07-30 Thread Christopher M. Penalver
Doug Schaapveld, this bug report is being closed due to your last
comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1169959/comments/16
regarding this being fixed with an update. 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: Incomplete => 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/1169959

Title:
  [Lenovo ThinkPad T520 4240] won't boot with 3.5.0-27

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  After updating to kernel linux-image-3.5.0-27-generic a week or two
  ago, my T520 4940-49U won't boot.  After 1-2 seconds, the screen goes
  blank (dark - backlight off) and the laptop stops responding.  Alt-F2,
  etc does not cause any change.  Alt-SysRq-B will reboot, but nothing
  else has any effect.  The hard disk light is not on/blinking.
  Removing the "quiet splash $vt_handoff" options from the grub boot
  options does NOT help; also adding "nofb" does NOT help; also adding
  "init=/bin/bash" does NOT help.

  Booting recovery mode for 3.5.0-27 DOES work.  Booting 3.5.0-26 in
  standard (non-recovery mode) DOES work.

  I'm unable to capture any output from a failed boot, so not sure how
  to troubleshoot further.

  Attached data was captured while running 3.5.0-26 (NOT the problem
  kernel).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-26-generic 3.5.0-26.42
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dschaapveld   2764 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Wed Apr 17 08:19:50 2013
  InstallationDate: Installed on 2012-06-12 (308 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: LENOVO 424049U
  MarkForUpload: True
  ProcFB:
   0 nouveaufb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic 
root=/dev/mapper/VG298-root ro quiet splash
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-11-02 (166 days ago)
  WifiSyslog:
   
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET56WW (1.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 424049U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8AET56WW(1.36):bd12/06/2011:svnLENOVO:pn424049U:pvrThinkPadT520:rvnLENOVO:rn424049U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 424049U
  dmi.product.version: ThinkPad T520
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dschaapveld   2764 F pulseaudio
   /dev/snd/controlC0:  dschaapveld   2764 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  DistroRelease: Ubuntu 12.10
  InstallationDate: Installed on 2012-06-12 (310 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: LENOVO 424049U
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB:
   0 nouveaufb
   1 inteldrmfb
   2 udldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-26-generic 
root=/dev/mapper/VG298-root ro quiet splash
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Tags:  quantal running-unity
  Uname: Linux 3.5.0-26-generic x86_64
  UpgradeStatus: Upgraded to quantal on 2012-11-02 (167 days ago)
  UserGroups: dialout libvirtd rancid sudo
  WifiSyslog:
   
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET56WW (1.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 424049U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8AET56WW(1.36)

[Kernel-packages] [Bug 1165938] Re: 1286:2044 [Microsoft Surface Pro] Marvell 88W8797 wifi does not work

2013-07-30 Thread Christopher M. Penalver
Brandon Clark / Tony S. Hariman, if you have a bug in Ubuntu, the Ubuntu Kernel 
team, Ubuntu Bug Control team, and Ubuntu Bug Squad would like you to please 
file a new report by executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the Ubuntu Kernel team article:
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports

the Ubuntu Bug Control team and Ubuntu Bug Squad team article:
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue

and Ubuntu Community article:
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

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

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  1286:2044 [Microsoft Surface Pro] Marvell 88W8797  wifi does not work

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi/bluetooth chip that the MS Surface Pro uses, a Marvell
  avastar 88W8797, does not work properly under Ubuntu 12.10 or 13.04.
  On 13.04, it will be reported three times in the network manager and
  any attempt to connect to any network will fail, regardless of the
  settings of the network.  Additionally attempting to connect to any of
  the three listed connections will cause the system to hang on
  shutdown, as well as any attempt to read the state of the network.

  
  Here is the output of modinfo mwifiex_usb:

  filename:   
/lib/modules/3.8.0-16-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko
  firmware:   mrvl/usb8797_uapsta.bin
  license:GPL v2
  version:1.0
  description:Marvell WiFi-Ex USB Driver version1.0
  author: Marvell International Ltd.
  srcversion: 73D8AC7543BD1766913AD58
  alias:  usb:v1286p2044d*dc*dsc*dp*icFFiscFFipFFin*
  alias:  usb:v1286p2043d*dc*dsc*dp*ic*isc*ip*in*
  depends:mwifiex
  intree: Y
  vermagic:   3.8.0-16-generic SMP mod_unload modversions

  
  Here is the output of ls /lib/firmware/mrvl:

  total 1656
  drwxr-xr-x  2 root root   4096 Mar 28 13:01 ./
  drwxr-xr-x 57 root root   4096 Apr  4 22:22 ../
  -rw-r--r--  1 root root 259172 Mar 28 13:01 sd8688.bin
  -rw-r--r--  1 root root   2616 Mar 28 13:01 sd8688_helper.bin
  -rw-r--r--  1 root root 447384 Mar 28 13:01 sd8787_uapsta.bin
  -rw-r--r--  1 root root 458108 Mar 28 13:01 sd8797_uapsta.bin
  -rw-r--r--  1 root root 508372 Mar 28 13:01 usb8797_uapsta.bin
  ---
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shane  1969 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=ddf15760-30b8-411f-86aa-9ae11944706e
  InstallationDate: Installed on 2013-03-27 (12 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130327)
  MachineType: Microsoft Corporation Surface with Windows 8 Pro
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: ro root=/dev/sda7 initrd=boot\initrd.img-3.8.0-17-generic
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.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.8.0-17-generic N/A
   linux-backports-modules-3.8.0-17-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.01.0150
  dmi.board.asset.tag: 0
  dmi.board.name: Surface with Windows 8 Pro
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: 0
  dmi.chassis.type: 17
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.01.0150:bd01/22/2013:svnMicrosoftCorporation:pnSurfacewithWindows8Pro:pvr1:rvnMicrosoftCorporation:rnSurfacewithWindows8Pro:rvr1:cvnMicrosoftCorporation:ct17:cvr1:
  dmi.product.name: Surface with Windows 8 Pro
  dmi.product.version: 1
  dmi.sys.vendor: Microsoft Corporation

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packag

[Kernel-packages] [Bug 1165938] Re: 1286:2044 [Microsoft Surface Pro] Marvell 88W8797 wifi does not work

2013-07-30 Thread Christopher M. Penalver
Brandon Clark / Sony S. Hariman, if you have a bug in Ubuntu, the Ubuntu Kernel 
team, Ubuntu Bug Control team, and Ubuntu Bug Squad would like you to please 
file a new report by executing the following in a terminal:
ubuntu-bug linux

For more on this, please see the Ubuntu Kernel team article:
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports

the Ubuntu Bug Control team and Ubuntu Bug Squad team article:
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue

and Ubuntu Community article:
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

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

Please note, not filing a new report would delay your problem being
addressed as quickly as possible.

Thank you for your understanding.

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

Title:
  1286:2044 [Microsoft Surface Pro] Marvell 88W8797  wifi does not work

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi/bluetooth chip that the MS Surface Pro uses, a Marvell
  avastar 88W8797, does not work properly under Ubuntu 12.10 or 13.04.
  On 13.04, it will be reported three times in the network manager and
  any attempt to connect to any network will fail, regardless of the
  settings of the network.  Additionally attempting to connect to any of
  the three listed connections will cause the system to hang on
  shutdown, as well as any attempt to read the state of the network.

  
  Here is the output of modinfo mwifiex_usb:

  filename:   
/lib/modules/3.8.0-16-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko
  firmware:   mrvl/usb8797_uapsta.bin
  license:GPL v2
  version:1.0
  description:Marvell WiFi-Ex USB Driver version1.0
  author: Marvell International Ltd.
  srcversion: 73D8AC7543BD1766913AD58
  alias:  usb:v1286p2044d*dc*dsc*dp*icFFiscFFipFFin*
  alias:  usb:v1286p2043d*dc*dsc*dp*ic*isc*ip*in*
  depends:mwifiex
  intree: Y
  vermagic:   3.8.0-16-generic SMP mod_unload modversions

  
  Here is the output of ls /lib/firmware/mrvl:

  total 1656
  drwxr-xr-x  2 root root   4096 Mar 28 13:01 ./
  drwxr-xr-x 57 root root   4096 Apr  4 22:22 ../
  -rw-r--r--  1 root root 259172 Mar 28 13:01 sd8688.bin
  -rw-r--r--  1 root root   2616 Mar 28 13:01 sd8688_helper.bin
  -rw-r--r--  1 root root 447384 Mar 28 13:01 sd8787_uapsta.bin
  -rw-r--r--  1 root root 458108 Mar 28 13:01 sd8797_uapsta.bin
  -rw-r--r--  1 root root 508372 Mar 28 13:01 usb8797_uapsta.bin
  ---
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shane  1969 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=ddf15760-30b8-411f-86aa-9ae11944706e
  InstallationDate: Installed on 2013-03-27 (12 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130327)
  MachineType: Microsoft Corporation Surface with Windows 8 Pro
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: ro root=/dev/sda7 initrd=boot\initrd.img-3.8.0-17-generic
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.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.8.0-17-generic N/A
   linux-backports-modules-3.8.0-17-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.01.0150
  dmi.board.asset.tag: 0
  dmi.board.name: Surface with Windows 8 Pro
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: 0
  dmi.chassis.type: 17
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.01.0150:bd01/22/2013:svnMicrosoftCorporation:pnSurfacewithWindows8Pro:pvr1:rvnMicrosoftCorporation:rnSurfacewithWindows8Pro:rvr1:cvnMicrosoftCorporation:ct17:cvr1:
  dmi.product.name: Surface with Windows 8 Pro
  dmi.product.version: 1
  dmi.sys.vendor: Microsoft Corporation

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packag

[Kernel-packages] [Bug 1167586] Re: 8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

2013-07-30 Thread Christopher M. Penalver
** Summary changed:

- 8086:4239 Wireless bandwidth throttled
+ 8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

** Tags removed: needs-full-computer-model
** Tags added: latest-bios-f.2b

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

Title:
  8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm at a location with a 50Mbit connection.  If I connect via an
  ethernet cable, I get approx 50Mbit downstream at speedtest.net /
  similar services.  If I connect via wireless in windows, I get approx
  20Mbit downstream (other users macs get ~20Mbit as well).  If I
  connect via wireless in ubuntu (iwlwifi driver), I get approx 5 Mbit
  downstream.  Would expect to get ~20Mbit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-28-generic 3.5.0-28.47
  ProcVersionSignature: Ubuntu 3.5.0-28.47-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jbarnett   3048 F pulseaudio
   /dev/snd/controlC0:  jbarnett   3048 F pulseaudio
   /dev/snd/pcmC0D0c:   jbarnett   3048 F...m pulseaudio
   /dev/snd/pcmC0D0p:   jbarnett   3048 F...m pulseaudio
  Date: Wed Apr 10 14:33:16 2013
  HibernationDevice: RESUME=UUID=6a792c43-ea80-4425-961e-ccde894552ed
  InstallationDate: Installed on 2010-04-19 (1087 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  MachineType: Hewlett-Packard HP ENVY 15 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-28-generic 
root=UUID=639dc488-e095-42a4-8c1f-ffb1a9299e1c ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-28-generic N/A
   linux-backports-modules-3.5.0-28-generic  N/A
   linux-firmware1.95.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-10-05 (187 days ago)
  dmi.bios.date: 10/12/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.2B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1522
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 36.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2B:bd10/12/2010:svnHewlett-Packard:pnHPENVY15NotebookPC:pvr048F1124192000153:rvnHewlett-Packard:rn1522:rvr36.35:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP ENVY 15 Notebook PC
  dmi.product.version: 048F1124192000153
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167586/+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 1171638] Re: 0e8d:0002 phone won't mount

2013-07-30 Thread Thufir
I'm unfamiliar with Saucy.  I can say that the phone mounts fine in
Ubuntu 12.04.2 LTS installed onto new hardware.  I'll look into saucy.
I think the bug's been confirmed by another user.

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

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

Title:
  0e8d:0002 phone won't mount

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have no idea why the phone won't mount.  see
  
http://askubuntu.com/questions/284214/cannot-mount-cell-phone-as-usb-mass-storage-device

  where I was told to file as a bug.  A bug of what, I don't know.
  "something" has a bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-27-generic 3.5.0-27.46
  ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thufir 2608 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   48.557787] vesafb: scrolling: redraw
   [   48.557791] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
   [   48.560536] vesafb: framebuffer at 0xd800, mapped to 0xf888, 
using 3072k, total 3072k
   [   48.560867] Console: switching to colour frame buffer device 128x48
   [   48.560899] fb0: VESA VGA frame buffer device
  Date: Mon Apr 22 15:14:07 2013
  HibernationDevice: RESUME=UUID=1b76e749-4b13-4187-969f-082ad3721f43
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  Lsusb:
   Bus 004 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-27-generic 
root=/dev/mapper/hostname-root ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-27-generic N/A
   linux-backports-modules-3.5.0-27-generic  N/A
   linux-firmware1.95
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/19/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: SiS-661GX
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/19/2005:svn:pn:pvr:rvn:rnSiS-661GX:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1171638/+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 1203565] Re: 045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys problem

2013-07-30 Thread Maeda
Thank for quick answering.

I think you're right as the problem may be on bluez package.
I have this keyboard since the first LTS release (6.06 Dapper Drake). I jumped 
each time on LTSs.
Unfortunately, I didn't have this motherboard when having Lucid Lynx (10.04), 
but it was bluez 4.60 indeed.

I can download Lucid live-cd and try to see if the dead keys are out
too, the result could be an important information to know what package
is causing trouble.

I'll try that and will inform you as soon as I made the test.

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

Title:
  045e:009c [H87-PRO] Microsoft Keyboard Elite for Bluetooth dead keys
  problem

Status in “bluez” package in Ubuntu:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In Precise with 4.60 version of bluez I can pair my keyboard and mouse
  perfectly.

  === The problem is that dead keys of my keyboard (I mean -L or R-
  CTRL, ALT, SUPER, -L or R- SHIFT, ALT-GR) doesn't work with my current
  motherboard (whether application I opened, console included). It does
  work correctly with other motherboards. The new motherboard is an 1150
  Haswell one from Asus.

  What I can say is :
  1/ When booting, my BIOS recognize perfectly the dead keys of my keyboard, 
meaning that the bluetooth dongle or the motherboard is not directly concerned.
  2/ When doing a second installation of Ubuntu, same problem.
  3/ When trying the option 'keyboard layout' (whatever layout I choose), I 
don't see those dead keys flashing, meaning the system doesn't react at all 
when pressing them.
  4/ By chance, I found another keyboard (same model, same brand), same 
problem, meaning the keyboard is not concerned (it works on the older 
motherboard, then it was poor chance that the keyboard broked just before 
reinstalling).
  5/ Tried the setxkbmap command (with sudo or without), nothing's better
  6/ Tried the xmodmap command, I see the 0x codes for Left SHIFT, all dead 
keys are there (see attachment)
  7/ Normal keyboard (no wireless) works perfectly
  8/ Put the dongle on an other usb slot doesn't change anything
  9/ Command xev doesn't makes changes when pressing dead keys.

  For me it's clearly a Ubuntu's system bug, with my motherboard (Asus
  H87-PRO socket 1150).

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   syl4375 F...m rhythmbox
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PAD'/'RME Digi96/8 PAD at 0xf400, irq 19'
     Mixer name : ''
     Components : ''
     Controls  : 10
     Simple ctrls  : 6
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xf308 irq 17'
     Mixer name : 'Nvidia GPU 14 HDMI/DP'
     Components : 'HDA:10de0014,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xe308 irq 16'
     Mixer name : 'Nvidia GPU 0a HDMI/DP'
     Components : 'HDA:10de000a,10de0101,00100100'
     Controls  : 24
     Simple ctrls  : 4
  DistroRelease: Ubuntu 12.04
  MachineType: ASUS All Series
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic 
root=UUID=d2f8f163-a1ee-4332-a910-d593309cd2a6 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14
  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.5.0-36-generic N/A
   linux-backports-modules-3.5.0-36-generic  N/A
   linux-firmware1.79.4
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags:  precise running-unity
  Uname: Linux 3.5.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio bluetooth boinc cdrom dip lp lpadmin netdev plugdev 
sambashare scanner sudo video
  dmi.bios.date: 04/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-PRO
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd04/08/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnH87-PRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.s

[Kernel-packages] [Bug 1167586] Re: 8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

2013-07-30 Thread Christopher M. Penalver
Joe Barnett, could you please test the latest mainline kernel via
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-rc3-saucy/ ?

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

Title:
  8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm at a location with a 50Mbit connection.  If I connect via an
  ethernet cable, I get approx 50Mbit downstream at speedtest.net /
  similar services.  If I connect via wireless in windows, I get approx
  20Mbit downstream (other users macs get ~20Mbit as well).  If I
  connect via wireless in ubuntu (iwlwifi driver), I get approx 5 Mbit
  downstream.  Would expect to get ~20Mbit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-28-generic 3.5.0-28.47
  ProcVersionSignature: Ubuntu 3.5.0-28.47-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jbarnett   3048 F pulseaudio
   /dev/snd/controlC0:  jbarnett   3048 F pulseaudio
   /dev/snd/pcmC0D0c:   jbarnett   3048 F...m pulseaudio
   /dev/snd/pcmC0D0p:   jbarnett   3048 F...m pulseaudio
  Date: Wed Apr 10 14:33:16 2013
  HibernationDevice: RESUME=UUID=6a792c43-ea80-4425-961e-ccde894552ed
  InstallationDate: Installed on 2010-04-19 (1087 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  MachineType: Hewlett-Packard HP ENVY 15 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-28-generic 
root=UUID=639dc488-e095-42a4-8c1f-ffb1a9299e1c ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-28-generic N/A
   linux-backports-modules-3.5.0-28-generic  N/A
   linux-firmware1.95.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-10-05 (187 days ago)
  dmi.bios.date: 10/12/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.2B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1522
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 36.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2B:bd10/12/2010:svnHewlett-Packard:pnHPENVY15NotebookPC:pvr048F1124192000153:rvnHewlett-Packard:rn1522:rvr36.35:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP ENVY 15 Notebook PC
  dmi.product.version: 048F1124192000153
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167586/+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 1204613] Re: 1969:2062 ethernet disconnect after some minutes

2013-07-30 Thread Christopher M. Penalver
mighur, thank you for testing the newest mainline kernel. Did this
problem not occur in a release prior to Raring?

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

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

Title:
  1969:2062 ethernet disconnect after some minutes

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ethernet connection is unstable. After a couple of minutes, it
  disconnects without any message in log files

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  miguel 1985 F pulseaudio
   /dev/snd/controlC0:  miguel 1985 F pulseaudio
  Date: Wed Jul 24 20:10:11 2013
  HibernationDevice: RESUME=UUID=986fa042-1b35-4403-808a-c3792b119a72
  InstallationDate: Installed on 2013-04-28 (86 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK Computer INC. 1215B
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=c5f5504a-461c-43b8-b9f5-a4545150a06d ro quiet splash radeon.audio=1 
radeon.modeset=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/30/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0503
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1215B
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0503:bd11/30/2011:svnASUSTeKComputerINC.:pn1215B:pvrx.x:rvnASUSTeKComputerINC.:rn1215B:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1215B
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204613/+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 1170799] Re: BUG: soft lockup - CPU #3 stuck for 23s during halt

2013-07-30 Thread Christopher M. Penalver
Marco Trevisan, could you please test the latest upstream kernel available 
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow 
additional upstream developers to examine the issue. Please do not test the 
kernel in the mainline kernels archive directory daily folder, but the one all 
the way at the bottom. Once you've tested the upstream kernel, please comment 
on which kernel version specifically you tested. If this bug is fixed in the 
mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11-rc3

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Description changed:

- The PC doesn't turn off, while on the console are shown (repeated)
- errors such the one on summary.
+ The Samsung NP530U3C-A08IT doesn't turn off, while on the console are
+ shown (repeated) errors such the one on summary.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  francy 1751 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  francy 1751 F pulseaudio
  Date: Fri Apr 19 20:58:04 2013
  HibernationDevice: RESUME=UUID=842a2d0c-45aa-4120-a5fe-4ca3c0293575
  InstallationDate: Installed on 2013-04-19 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130419)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C/532U3C
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic.efi.signed 
root=UUID=3644122a-47c6-4d5d-b4f3-60ed1238ed07 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.8.0-19-generic N/A
-  linux-backports-modules-3.8.0-19-generic  N/A
-  linux-firmware1.106
+  linux-restricted-modules-3.8.0-19-generic N/A
+  linux-backports-modules-3.8.0-19-generic  N/A
+  linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/15/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P05ABH
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP530U3C-A08IT
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP05ABH:bd11/15/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C/532U3C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP530U3C-A08IT:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C/532U3C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

Title:
  BUG: soft lockup - CPU #3 stuck for 23s during halt

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The Samsung NP530U3C-A08IT doesn't turn off, while on the console are
  shown (repeated) errors such the one on summary.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  francy 1751 F pulseaudio
  Date: Fri Apr 19 20:58:04 2013
  HibernationDevice: RESUME=UUID=842a2d0c-45aa-4120-a5fe-4ca3c0293575
  InstallationDate: Installed on 2013-04-19 (0 days ago)
  InstallationMedi

[Kernel-packages] [Bug 1167669] Re: [Dell Inspiron 15 N5050] "Power Management Discrepancy" is displayed on wakeup

2013-07-30 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu Precise)
   Status: Incomplete => Confirmed

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

Title:
  [Dell Inspiron 15 N5050] "Power Management Discrepancy" is displayed
  on wakeup

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

Bug description:
  Ever since I installed the new kernel, I am seeing this error on the
  text window when I go down for suspend:

  [xx.yy] [drm6:rp_sanitize_pm] *ERROR* Power management
  discrepancy: GEN6_RP_INTERRUPT_LIMITS, expected: 170, was: 1206000

  where "xx.yy" is a set of unpredictable (but increasing)
  6-digit numbers. Is there a setting I need to change in the system to
  make this error go away, or is it a bug in the new kernel?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-40-generic 3.2.0-40.64
  ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
  Uname: Linux 3.2.0-40-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hans   1962 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e0 irq 45'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:111d76d1,10280504,00100205 
HDA:80862805,80860101,0010'
 Controls  : 23
 Simple ctrls  : 11
  Date: Wed Apr 10 18:50:20 2013
  HibernationDevice: RESUME=UUID=f4fe51bd-1f81-4024-af67-b65e22aac6a4
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Inspiron N5050
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-40-generic 
root=UUID=3d0bc00a-4e48-432c-b993-410594239191 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-40-generic N/A
   linux-backports-modules-3.2.0-40-generic  N/A
   linux-firmware1.79.1
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 01HXXJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd08/03/2012:svnDellInc.:pnInspironN5050:pvrNotSpecified:rvnDellInc.:rn01HXXJ:rvrA05:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron N5050
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167669/+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 1173741] Re: Touchpad stops responding after a while

2013-07-30 Thread Christopher M. Penalver
Petteri P, as per
http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5144736#N903
an update is available for your BIOS (F.0F). If you update to this, does
it change anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

Thank you for your understanding.

** Tags removed: needs-computer-model
** Tags added: bios-outdated-f.0f

** Summary changed:

- Touchpad stops responding after a while
+ [HP Envy 14-2090eo] Touchpad stops responding after a while

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

Title:
  [HP Envy 14-2090eo] Touchpad stops responding after a while

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Touchpad stops working shortly after logging in. This happens e.g when
  I start Firefox and type something for example in the search box and
  hit enter. When on the search results page the touchpad is not
  responding anymore.

  If I plug in an external USB mouse I can continue working although
  touchpad is not functioning.

  In my startup application I have the following line:
  syndaemon -i 1 -d

  If I disable this then the problem disapppears (I am almost sure). But
  it gets really tough to type if the touchpad is active as the pointer
  jumps all over.

  petteri@ENVY14:~$ uname -a
  Linux ENVY14 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  petteri@ENVY14:~$ cat /proc/version_signature
  Ubuntu 3.2.0-40.64-generic 3.2.40

  The following produced an error, but log is however attached.
  petteri@ENVY14:~$ sudo lspci -vnvn > lspci-vnvn.log
  pcilib: sysfs_read_vpd: read failed: Connection timed out

  I have available the Xorg log file and evtest files as described in
  https://wiki.ubuntu.com/DebuggingTouchpadDetection if needed.

  My first bug report, please let me know if something obvious is missing.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  petteri1869 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc970 irq 55'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:111d7605,103c3385,00100105 
HDA:80862805,80860101,0010'
 Controls  : 28
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ae9f11c3-9db5-4071-a166-6af2b3c75818
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: Hewlett-Packard HP ENVY14 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-40-generic 
root=UUID=ffa53100-3c0a-4af7-8e04-fb41c1897373 ro quiet splash 
acpi_backlight=vendor acpi_osi=Linux vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-40-generic N/A
   linux-backports-modules-3.2.0-40-generic  N/A
   linux-firmware1.79.4
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-40-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/21/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0A
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3385
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0A:bd12/21/2011:svnHewlett-Packard:pnHPENVY14NotebookPC:pvr05A720200:rvnHewlett-Packard:rn3385:rvrKBCVersion93.12:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY14 Notebook PC
  dmi.product.version: 05A720200
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173741/+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 1205104] Re: 12d1:1446 Huawei E173 only detected as mass storage

2013-07-30 Thread Christopher M. Penalver
Bernd Schlapsi, the next step is to bisect from Raring to Saucy, in
order to identify the offending commit. Could you please do this via
https://wiki.ubuntu.com/Kernel/KernelBisection ?

** Tags removed: kernel-bug-exists-upstream-v3.10.4

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

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

Title:
  12d1:1446 Huawei E173 only detected as mass storage

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  My Huawei E173 UMTS-Stick is only detected  as a mass storage device so I 
can't connect to the internet with Ubuntu 13.10.
  It works great with Ubuntu 13.04

  lsusb:
  Bus 002 Device 006: ID 12d1:1446 Huawei Technologies Co., Ltd. 
E1552/E1800/E173 (HSPA modem)

  I tried to add "usbserial " into the /etc/modules, but that didn't
  help.

  Also this USB device is already included in 
/lib/udev/rules.d/40-usb_modeswitch.rules
  # Huawei, newer modems
  ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="usb_modeswitch 
'%b/%k'"

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-generic 3.10.0.5.14
  ProcVersionSignature: Ubuntu 3.10.0-5.14-generic 3.10.2
  Uname: Linux 3.10.0-5-generic i686
  ApportVersion: 2.11-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3761 F pulseaudio
ubuntu 5721 F pulseaudio
  CasperVersion: 1.335
  Date: Thu Jul 25 20:46:32 2013
  LiveMediaBuild: Ubuntu 13.10 "Saucy Salamander" - Alpha i386 (20130725)
  MachineType: Dell Inc. XPS M1330
  MarkForUpload: True
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-5-generic N/A
   linux-backports-modules-3.10.0-5-generic  N/A
   linux-firmware1.112
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205104/+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 1159414] Re: [radeon] Xorg freeze - GPU lockup; doesn't occur with mainline kernel 3.8.0-030800rc3-generic or v3.9-rc4

2013-07-30 Thread Christopher M. Penalver
Andrew Seyes, would you need a backport to a release prior to Saucy, or
may we close this as Status 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/1159414

Title:
  [radeon] Xorg freeze - GPU lockup; doesn't occur with mainline kernel
  3.8.0-030800rc3-generic or v3.9-rc4

Status in “linux” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  The following GPU lokcup occurs when I boot ubuntu 13.04:
  [   47.900046] radeon :01:00.0: GPU lockup CP stall for more than 
1msec
  [   47.900053] radeon :01:00.0: GPU lockup (waiting for 
0x0003 last fence id 0x0001)

  I switched to the Mainline kernels as per the Wiki and found I can run
  kernel 3.8.0-030800rc3-generic with no problems, but any attempt to
  run a later version of the kernel results in the lockup shown above.

  Have just applied the latest updates to my system whcih brought in
  kernel 3.8.0.14 but I still get the same problem with that.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  Uname: Linux 3.8.0-030800rc3-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDmesg: [   28.040128] init: plymouth-stop pre-start process (1386) 
terminated with status 1
  Date: Sun Mar 24 13:30:13 2013
  DistUpgraded: 2013-02-23 22:11:43,708 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Since a couple weeks or more
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV635 [Mobility Radeon HD 3650] 
[1002:9591] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02a0]
  InstallationDate: Installed on 2013-02-23 (28 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Studio 1737
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-030800rc3-generic 
root=UUID=959245da-77fc-4821-a9e4-fdc472781133 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to raring on 2013-02-23 (28 days ago)
  dmi.bios.date: 02/11/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0P786H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd02/11/2009:svnDellInc.:pnStudio1737:pvrA05:rvnDellInc.:rn0P786H:rvrA05:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Studio 1737
  dmi.product.version: A05
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.03.20-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.42-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.5-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu3b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1159414/+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 1171638] Re: 0e8d:0002 phone won't mount

2013-07-30 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  0e8d:0002 phone won't mount

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have no idea why the phone won't mount.  see
  
http://askubuntu.com/questions/284214/cannot-mount-cell-phone-as-usb-mass-storage-device

  where I was told to file as a bug.  A bug of what, I don't know.
  "something" has a bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-27-generic 3.5.0-27.46
  ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thufir 2608 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  CurrentDmesg:
   [   48.557787] vesafb: scrolling: redraw
   [   48.557791] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
   [   48.560536] vesafb: framebuffer at 0xd800, mapped to 0xf888, 
using 3072k, total 3072k
   [   48.560867] Console: switching to colour frame buffer device 128x48
   [   48.560899] fb0: VESA VGA frame buffer device
  Date: Mon Apr 22 15:14:07 2013
  HibernationDevice: RESUME=UUID=1b76e749-4b13-4187-969f-082ad3721f43
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  Lsusb:
   Bus 004 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-27-generic 
root=/dev/mapper/hostname-root ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-27-generic N/A
   linux-backports-modules-3.5.0-27-generic  N/A
   linux-firmware1.95
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/19/2005
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: SiS-661GX
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/19/2005:svn:pn:pvr:rvn:rnSiS-661GX:rvr:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1171638/+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 1204512] Re: Ubuntu 13.04 fails to resume from suspend

2013-07-30 Thread Christopher M. Penalver
Dāniels Brūvers, could you please test for this in Precise via
http://releases.ubuntu.com/precise/ and advise if this is still not
reproducible with the hardware you reported against?

** Tags added: quantal

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

Title:
  Ubuntu 13.04 fails to resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I suspend the PC everything seems Ok. The computer goes to sleep,
  screen turns off. When I try to resume the computers seems to get
  stuck in the first seconds of waking from suspend and doesn't resume.
  The fans start to spin and the screen turns on but stays black.
  Nothing else happens and the only way to start the computer is by
  pressing the Reset button.

  Using Ubuntu 13.04 64bit, Kernel 3.8.0-26-generic, Motherboard: Intel
  DP35DP, Graphics: ATI 1950Pro (Gallium 0.4 on ATI RV570).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-26-generic 3.8.0-26.38
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  danis  2163 F pulseaudio
   /dev/snd/controlC0:  danis  2163 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Wed Jul 24 15:56:25 2013
  HibernationDevice: RESUME=UUID=e28297d0-bf42-4f58-b4a5-e3b6773a841e
  InstallationDate: Installed on 2013-05-07 (77 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=e75c9bc3-c45b-4585-8e7c-66f9bfcbf6b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/15/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP35DP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81073-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-207:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204512/+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 1168483] Re: [Asus P8H61-M LX] Linux kernels from version 39 to current (41) cause my computer to freeze on startup

2013-07-30 Thread Christopher M. Penalver
Gil Hornung, this bug report is being closed
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1168483/comments/15
due to your last comment regarding you are not using Ubuntu. 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: Incomplete => 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/1168483

Title:
  [Asus P8H61-M LX] Linux kernels from version 39 to current (41) cause
  my computer to freeze on startup

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  After the update to linux kernel version 39 my computer keeps freezing after 
startup, sometimes after the screen flickers for a few times.
  I am trying to follow the instructions in 
https://wiki.ubuntu.com/X/Troubleshooting/Freeze for bug reporting, but since 
I'm not a linux expert, I don't know how to ssh to my system after it freezes 
to collect all the data that you ask. However, I'll try to answer the questions 
as best as I can:

  I experience the lockup consistently after I restart my computer. It usually 
occures a few seconds after Ubuntu loads.
  The bug appeared after update to kernel 39, and also after updates to kernel 
40 and 41. I currently modified my grub setting to load kernel 38 by default, 
which still works.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gil-neta   1569 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7c0 irq 44'
 Mixer name : 'Realtek ALC887-VD'
 Components : 'HDA:10ec0887,10438445,00100302'
 Controls  : 39
 Simple ctrls  : 20
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=e32aef27-3a8b-4c2d-96ec-7e930398be57
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae 
root=UUID=a242537a-0c04-4fa2-a234-45d9e42b1777 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-38-generic-pae N/A
   linux-backports-modules-3.2.0-38-generic-pae  N/A
   linux-firmware1.79.2
  RfKill:
   
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-38-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 05/11/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4104
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M LX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev x.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4104:bd05/11/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLX:rvrRevx.0x: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/1168483/+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 1165016] Re: Suspend/Resume fails on Toshiba Tecra M-10

2013-07-30 Thread Christopher M. Penalver
Siddhanathan S., as per http://drivers.toshiba-
india.com/drivers.aspx?product=Laptop&series=Tecra&model=M10&cat=Bios&os=0
an update is available for your BIOS (1.90). If you update to this, does
it change anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

Thank you for your understanding.

** Tags added: bios-outdated-1.90

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-v3.9-rc5 needs-upstream-testing

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

** Summary changed:

- Suspend/Resume fails on Toshiba Tecra M-10
+ [Toshiba Tecra M-10] Suspend/Resume fails

** Tags added: regression-release suspend

** Tags removed: regression-release
** Tags added: resume

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

Title:
  [Toshiba Tecra M-10] Suspend/Resume fails

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Raring Ringtail Laptop QA Testing - AMD64

  Hardware Profile: http://ubuntuone.com/6BzcoWHCsfy1XFiyeX4kZ5
  --- 
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  siddhu 1994 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=49e893cc-7ffb-48be-8cf2-ef22b0442a00
  InstallationDate: Installed on 2013-04-05 (0 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130402.1)
  MachineType: TOSHIBA TECRA M10
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-16-generic 
root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-16-generic N/A
   linux-backports-modules-3.8.0-16-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 11/13/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.80
  dmi.board.asset.tag: 00
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.80:bd11/13/2008:svnTOSHIBA:pnTECRAM10:pvrPTMB3E-00T00DAR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: TECRA M10
  dmi.product.version: PTMB3E-00T00DAR
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165016/+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 1183804] Re: [Fujitsu LIFEBOOK U772] WARNING: at /build/buildd/linux-3.8.0/drivers/gpu/drm/i915/intel_display.c:1028 intel_wait_for_pipe_off+0xe2/0x1a0 [i915]()

2013-07-30 Thread Dennis Kruyt
Version 2.0.7 is for a different series, there are 2 U772, I got the
first one. But there was also a BIOS update available for series 1, 1.08
So I updated from 1.07 to 1.08

 sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date:

Version 1.08
12/14/2012

[6.989171] [ cut here ]
[6.989200] WARNING: at 
/home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:966 
intel_wait_for_pipe_off+0x1aa/0x1c0 [i915]()
[6.989202] Hardware name: LIFEBOOK U772
[6.989202] pipe_off wait timed out
[6.989203] Modules linked in: ip6table_filter ip6_tables iptable_filter 
ip_tables ebtable_nat ebtables x_tables vsock zram(C) snd_hda_codec_hdmi 
snd_hda_codec_realtek joydev deflate zlib_deflate ctr twofish_generic 
twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 twofish_common 
camellia_generic camellia_aesni_avx_x86_64 camellia_x86_64 serpent_avx_x86_64 
serpent_sse2_x86_64 serpent_generic glue_helper blowfish_generic 
blowfish_x86_64 blowfish_common cast5_avx_x86_64 cast5_generic cast_common 
intel_powerclamp kvm_intel des_generic kvm xcbc crc32_pclmul 
ghash_clmulni_intel rmd160 aesni_intel aes_x86_64 xts lrw gf128mul ablk_helper 
cryptd crypto_null af_key xfrm_algo hid_generic tpm_infineon usbhid hid 
qmi_wwan cdc_wdm btusb usbnet qcserial usb_wwan usbserial snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi arc4 iwldvm uvcvideo snd_seq videobuf2_vmalloc videobuf2_memops 
mac80211 videobuf2_core videodev microcode iwlwifi snd_seq_device snd_timer 
tpm_tis cfg80211 snd soundcore psmouse i915 serio_raw mac_hid bnep parport_pc 
rtsx_pci_ms video ppdev fujitsu_laptop memstick drm_kms_helper rfcomm lpc_ich 
bluetooth drm mei i2c_algo_bit coretemp lp parport binfmt_misc nls_iso8859_1 
usb_storage rtsx_pci_sdmmc e1000e ptp ahci pps_core rtsx_pci libahci
[6.989249] Pid: 1830, comm: Xorg Tainted: G C   
3.9.11-030911-generic #201307202035
[6.989250] Call Trace:
[6.989257]  [] warn_slowpath_common+0x7f/0xc0
[6.989259]  [] warn_slowpath_fmt+0x46/0x50
[6.989270]  [] intel_wait_for_pipe_off+0x1aa/0x1c0 [i915]
[6.989280]  [] intel_disable_pipe+0x9e/0xa0 [i915]
[6.989289]  [] ironlake_crtc_disable+0xbd/0x260 [i915]
[6.989298]  [] __intel_set_mode+0x1a0/0x390 [i915]
[6.989301]  [] ? generic_perform_write+0x16a/0x210
[6.989310]  [] intel_set_mode+0x16/0x30 [i915]
[6.989312]  [] ? unlock_page+0x27/0x30
[6.989321]  [] intel_crtc_restore_mode+0x22/0x30 [i915]
[6.989330]  [] intel_dp_set_property+0xa7/0x1e0 [i915]
[6.989342]  [] drm_mode_connector_set_obj_prop+0x44/0xc0 
[drm]
[6.989353]  [] 
drm_mode_obj_set_property_ioctl+0x122/0x210 [drm]
[6.989362]  [] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
[6.989370]  [] drm_ioctl+0x47c/0x540 [drm]
[6.989378]  [] ? 
drm_mode_obj_set_property_ioctl+0x210/0x210 [drm]
[6.989381]  [] ? __do_page_fault+0x2a8/0x560
[6.989384]  [] ? fsnotify+0x1d2/0x2b0
[6.989387]  [] do_vfs_ioctl+0x88/0x340
[6.989389]  [] sys_ioctl+0x91/0xb0
[6.989392]  [] system_call_fastpath+0x1a/0x1f
[6.989393] ---[ end trace eeab71b5e0828e94 ]---
[8.338712] [drm:intel_cpt_verify_modeset] *ERROR* mode set failed: pipe 0 
stuck
[   10.300868] [ cut here ]
[   10.300896] WARNING: at 
/home/apw/COD/linux/drivers/gpu/drm/i915/intel_display.c:966 
intel_wait_for_pipe_off+0x1aa/0x1c0 [i915]()
[   10.300898] Hardware name: LIFEBOOK U772
[   10.300899] pipe_off wait timed out
[   10.300899] Modules linked in: ip6table_filter ip6_tables iptable_filter 
ip_tables ebtable_nat ebtables x_tables vsock zram(C) snd_hda_codec_hdmi 
snd_hda_codec_realtek joydev deflate zlib_deflate ctr twofish_generic 
twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 twofish_common 
camellia_generic camellia_aesni_avx_x86_64 camellia_x86_64 serpent_avx_x86_64 
serpent_sse2_x86_64 serpent_generic glue_helper blowfish_generic 
blowfish_x86_64 blowfish_common cast5_avx_x86_64 cast5_generic cast_common 
intel_powerclamp kvm_intel des_generic kvm xcbc crc32_pclmul 
ghash_clmulni_intel rmd160 aesni_intel aes_x86_64 xts lrw gf128mul ablk_helper 
cryptd crypto_null af_key xfrm_algo hid_generic tpm_infineon usbhid hid 
qmi_wwan cdc_wdm btusb usbnet qcserial usb_wwan usbserial snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi arc4 iwldvm uvcvideo snd_seq videobuf2_vmalloc videobuf2_memops 
mac80211 videobuf2_core videodev microcode iwlwifi snd_seq_device snd_timer 
tpm_tis cfg80211 snd soundcore psmouse i915 serio_raw mac_hid bnep parport_pc 
rtsx_pci_ms video ppdev fujitsu_laptop memstick drm_kms_helper rfcomm lpc_ich 
bluetooth drm mei i2c_algo_bit coretemp lp parport binfmt_misc nls_iso8859_1 
usb_storage rtsx_pci_sdmmc e1000e ptp ahci pps_core rtsx_pci libahci
[   10.300943] Pid: 1830, comm: Xorg Tainted: GWC   
3.9.11-030911-generic #201307202035

[Kernel-packages] [Bug 1164497] Re: niu 10g ethernet driver lock-up (Transmit timed out, resetting) and NETDEV WATCHDOG

2013-07-30 Thread Christopher M. Penalver
arbuntu, thank you for taking the time to report this bug and helping to make 
Ubuntu better. Please execute the following command, as it will automatically 
gather debugging information, in a terminal:
apport-collect 1164497
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: needs-kernel-logs needs-upstream-testing regression-
potential

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-v3.9-rc5

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

** Summary changed:

- niu 10g ethernet driver lock-up (Transmit timed out, resetting) and NETDEV 
WATCHDOG
+ 108e:abcd niu 10g ethernet driver lock-up (Transmit timed out, resetting) and 
NETDEV WATCHDOG

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

Title:
  108e:abcd niu 10g ethernet driver lock-up (Transmit timed out,
  resetting) and NETDEV WATCHDOG

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Using niu driver for this card:
  "Oracle/SUN Multithreaded 10-Gigabit Ethernet Network Controller" (PCI id = 
108e:abcd)
  after a period (often less than 24 hours) the interface will hang, with 
errors every 5 seconds
  "niu: xxx: eth2: Transmit timed out, resetting"

  Sometimes also in syslog are messages
  WARNING: at sch_generic:255 dev_watchdog
  NETDEV WATCHDOG: eth2 (niu): transmit queue 10 timed out

  I've seen this in kernel 3.5.0-26-generic #42~precise1-Ubuntu SMP installed 
from 12.04 server.
  I've also seen it in kernel 3.2.0-39-generic #62-Ubuntu SMP after I installed 
this older version as a test.
  (I've not *yet* seen it in kernel 3.2.0-38-generic #61-Ubuntu SMP which is 
running on a different computer, same hardware but installed from 12.04 then 
upgraded rather than being installed from 12.04.2 directly. The problem 
computer is also less heavily loaded in general than the one which has worked 
fine so far.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1164497/+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 1182247] [NEW] check_ide_smart fails with i/o error

2013-07-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It would seem that check_ide_smart is defunct on my server, giving the
following results when run manually:

sune@jadis:~$ sudo /usr/lib/nagios/plugins/check_ide_smart -d /dev/sda -i -n
CRITICAL - SMART_ENABLE: Input/output error
CRITICAL - SMART_CMD_ENABLE

Normal SMART commands via smartctl show no problems.

As for the list:

1) sune@jadis:~$ lsb_release -rd
Description:Ubuntu 13.04
Release:13.04

2) sune@jadis:~$ apt-cache policy nagios-plugins
nagios-plugins:
  Installed: 1.4.16-1ubuntu3
  Candidate: 1.4.16-1ubuntu3
  Version table:
 *** 1.4.16-1ubuntu3 0
500 http://dk.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

3) Correct SMART status output

4) What I started by writing.

I shall be happy to answer any and all questions and to try out any and
all patches.

Best regards,

Sune Mølgaard

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

-- 
check_ide_smart fails with i/o error
https://bugs.launchpad.net/bugs/1182247
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


Re: [Kernel-packages] [Bug 1168483] Re: [Asus P8H61-M LX] Linux kernels from version 39 to current (41) cause my computer to freeze on startup

2013-07-30 Thread Gil Hornung
Thanks,

I couldn't find the "close" option.

Gil

On Tue, Jul 30, 2013 at 2:46 PM, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Gil Hornung, this bug report is being closed
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1168483/comments/15
> due to your last comment regarding you are not using Ubuntu. 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: Incomplete => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1168483
>
> Title:
>   [Asus P8H61-M LX] Linux kernels from version 39 to current (41) cause
>   my computer to freeze on startup
>
> Status in “linux” package in Ubuntu:
>   Invalid
>
> Bug description:
>   After the update to linux kernel version 39 my computer keeps freezing
> after startup, sometimes after the screen flickers for a few times.
>   I am trying to follow the instructions in
> https://wiki.ubuntu.com/X/Troubleshooting/Freeze for bug reporting, but
> since I'm not a linux expert, I don't know how to ssh to my system after it
> freezes to collect all the data that you ask. However, I'll try to answer
> the questions as best as I can:
>
>   I experience the lockup consistently after I restart my computer. It
> usually occures a few seconds after Ubuntu loads.
>   The bug appeared after update to kernel 39, and also after updates to
> kernel 40 and 41. I currently modified my grub setting to load kernel 38 by
> default, which still works.
>   ---
>   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
>   ApportVersion: 2.0.1-0ubuntu17.2
>   Architecture: i386
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  gil-neta   1569 F pulseaudio
>   CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1:
> nl80211 not found.
>   Card0.Amixer.info:
>Card hw:0 'PCH'/'HDA Intel PCH at 0xf7c0 irq 44'
>  Mixer name : 'Realtek ALC887-VD'
>  Components : 'HDA:10ec0887,10438445,00100302'
>  Controls  : 39
>  Simple ctrls  : 20
>   DistroRelease: Ubuntu 12.04
>   HibernationDevice: RESUME=UUID=e32aef27-3a8b-4c2d-96ec-7e930398be57
>   InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386
> (20120423)
>   IwConfig:
>lono wireless extensions.
>
>eth0  no wireless extensions.
>   MachineType: System manufacturer System Product Name
>   MarkForUpload: True
>   Package: linux (not installed)
>   ProcEnviron:
>LANGUAGE=en_US:
>TERM=xterm
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-38-generic-pae
> root=UUID=a242537a-0c04-4fa2-a234-45d9e42b1777 ro quiet splash vt.handoff=7
>   ProcVersionSignature: Ubuntu 3.2.0-38.61-generic-pae 3.2.37
>   RelatedPackageVersions:
>linux-restricted-modules-3.2.0-38-generic-pae N/A
>linux-backports-modules-3.2.0-38-generic-pae  N/A
>linux-firmware1.79.2
>   RfKill:
>
>   StagingDrivers: mei
>   Tags:  precise running-unity staging
>   Uname: Linux 3.2.0-38-generic-pae i686
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
>   dmi.bios.date: 05/11/2012
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 4104
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: P8H61-M LX
>   dmi.board.vendor: ASUSTeK COMPUTER INC.
>   dmi.board.version: Rev x.0x
>   dmi.chassis.asset.tag: Asset-1234567890
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Chassis Manufacture
>   dmi.chassis.version: Chassis Version
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr4104:bd05/11/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLX:rvrRevx.0x: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/1168483/+subscriptions
>

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

Title:
  [Asus P8H61-M LX] Linux kernels from version 39 to current (41) cause
  my computer to freeze on startup

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  After the update to linux kernel version 39 my computer keeps freezing afte

[Kernel-packages] [Bug 1204512] Re: Ubuntu 13.04 fails to resume from suspend

2013-07-30 Thread Dāniels Brūvers
Hello Christopher! Can you please tell me if I can test it with a live
version or do I have to do a regular system install?

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

Title:
  Ubuntu 13.04 fails to resume from suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When I suspend the PC everything seems Ok. The computer goes to sleep,
  screen turns off. When I try to resume the computers seems to get
  stuck in the first seconds of waking from suspend and doesn't resume.
  The fans start to spin and the screen turns on but stays black.
  Nothing else happens and the only way to start the computer is by
  pressing the Reset button.

  Using Ubuntu 13.04 64bit, Kernel 3.8.0-26-generic, Motherboard: Intel
  DP35DP, Graphics: ATI 1950Pro (Gallium 0.4 on ATI RV570).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-26-generic 3.8.0-26.38
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  danis  2163 F pulseaudio
   /dev/snd/controlC0:  danis  2163 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Wed Jul 24 15:56:25 2013
  HibernationDevice: RESUME=UUID=e28297d0-bf42-4f58-b4a5-e3b6773a841e
  InstallationDate: Installed on 2013-05-07 (77 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=e75c9bc3-c45b-4585-8e7c-66f9bfcbf6b0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/15/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0572.2009.0715.2346
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP35DP
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD81073-207
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0572.2009.0715.2346:bd07/15/2009:svn:pn:pvr:rvnIntelCorporation:rnDP35DP:rvrAAD81073-207:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204512/+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 1182247] Re: check_ide_smart fails with i/o error

2013-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  check_ide_smart fails with i/o error

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  It would seem that check_ide_smart is defunct on my server, giving the
  following results when run manually:

  sune@jadis:~$ sudo /usr/lib/nagios/plugins/check_ide_smart -d /dev/sda -i -n
  CRITICAL - SMART_ENABLE: Input/output error
  CRITICAL - SMART_CMD_ENABLE

  Normal SMART commands via smartctl show no problems.

  As for the list:

  1) sune@jadis:~$ lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04

  2) sune@jadis:~$ apt-cache policy nagios-plugins
  nagios-plugins:
Installed: 1.4.16-1ubuntu3
Candidate: 1.4.16-1ubuntu3
Version table:
   *** 1.4.16-1ubuntu3 0
  500 http://dk.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  3) Correct SMART status output

  4) What I started by writing.

  I shall be happy to answer any and all questions and to try out any
  and all patches.

  Best regards,

  Sune Mølgaard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1182247/+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 1182247] Re: check_ide_smart fails with i/o error

2013-07-30 Thread Peter Matulis
** Package changed: nagios-plugins (Ubuntu) => linux (Ubuntu)

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

Title:
  check_ide_smart fails with i/o error

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  It would seem that check_ide_smart is defunct on my server, giving the
  following results when run manually:

  sune@jadis:~$ sudo /usr/lib/nagios/plugins/check_ide_smart -d /dev/sda -i -n
  CRITICAL - SMART_ENABLE: Input/output error
  CRITICAL - SMART_CMD_ENABLE

  Normal SMART commands via smartctl show no problems.

  As for the list:

  1) sune@jadis:~$ lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04

  2) sune@jadis:~$ apt-cache policy nagios-plugins
  nagios-plugins:
Installed: 1.4.16-1ubuntu3
Candidate: 1.4.16-1ubuntu3
Version table:
   *** 1.4.16-1ubuntu3 0
  500 http://dk.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  3) Correct SMART status output

  4) What I started by writing.

  I shall be happy to answer any and all questions and to try out any
  and all patches.

  Best regards,

  Sune Mølgaard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1182247/+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 1182247] Re: check_ide_smart fails with i/o error

2013-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  check_ide_smart fails with i/o error

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  It would seem that check_ide_smart is defunct on my server, giving the
  following results when run manually:

  sune@jadis:~$ sudo /usr/lib/nagios/plugins/check_ide_smart -d /dev/sda -i -n
  CRITICAL - SMART_ENABLE: Input/output error
  CRITICAL - SMART_CMD_ENABLE

  Normal SMART commands via smartctl show no problems.

  As for the list:

  1) sune@jadis:~$ lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04

  2) sune@jadis:~$ apt-cache policy nagios-plugins
  nagios-plugins:
Installed: 1.4.16-1ubuntu3
Candidate: 1.4.16-1ubuntu3
Version table:
   *** 1.4.16-1ubuntu3 0
  500 http://dk.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  3) Correct SMART status output

  4) What I started by writing.

  I shall be happy to answer any and all questions and to try out any
  and all patches.

  Best regards,

  Sune Mølgaard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1182247/+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 1181927] Re: [Aspire V5-431]13.04: Brightness control visible but does nothing

2013-07-30 Thread Thomas Christensen
Christopher M. Penalver, I will do as soon as I have some time in my
schedule.

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

Title:
  [Aspire V5-431]13.04: Brightness control visible but does nothing

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Brightness control visible but does nothing on 13.04...

  The brightness up down buttons shows the overlay brightness icon going
  up and down but it does not change the brightness (backlight).

  I have tried adjusting the kernel options acpi_osi= and
  acpi_backlight= (that did work with 12.10) to make it work but to
  no avail.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-generic 3.8.0.21.37
  ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
  Uname: Linux 3.8.0-21-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomasc2007 F pulseaudio
  Date: Mon May 20 12:45:35 2013
  HibernationDevice: RESUME=UUID=2acc4a8c-a645-4f3c-bc8e-5c7a9d9df417
  InstallationDate: Installed on 2013-04-11 (38 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 
(20130410)
  MachineType: Acer Aspire V5-431
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-21-generic 
root=UUID=4cfdb2ed-677a-4fd0-aa7d-5b118700bd35 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-21-generic N/A
   linux-backports-modules-3.8.0-21-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/12/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V1.20
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-431
  dmi.board.vendor: Acer
  dmi.board.version: V1.20
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.20
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV1.20:bd12/12/2012:svnAcer:pnAspireV5-431:pvrV1.20:rvnAcer:rnAspireV5-431:rvrV1.20:cvnAcer:ct9:cvrV1.20:
  dmi.product.name: Aspire V5-431
  dmi.product.version: V1.20
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1181927/+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 1014891] Re: Laptop doesn't suspend when power is unplugged while lid is closed

2013-07-30 Thread Ian Hutchinson
This bug is now identified as a shortcoming in gnome-settings-daemon.
A work around is available.

** Package changed: linux (Ubuntu) => gnome-settings-daemon (Ubuntu)

** Changed in: gnome-settings-daemon (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/1014891

Title:
  Laptop doesn't suspend when power is unplugged while lid is closed

Status in “xfce4-power-manager” package in Ubuntu:
  Confirmed

Bug description:
  In "Xfce Power Manager", I have:
  On AC, when laptop lid is closed: Lock screen
  On Battery, when laptop lid is closed: Suspend

  This works fine, except when I unplug the power while the lid is
  closed. In that case, the laptop doesn't suspend and just remains
  locked.

  WORKAROUND: Unplug power before closing lid.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-25-generic 3.2.0-25.40
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dave   2165 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf5cf8000 irq 45'
     Mixer name : 'Realtek ALC269VB'
     Components : 'HDA:10ec0269,1043841c,00100100'
     Controls  : 16
     Simple ctrls  : 9
  CurrentDmesg: [   21.979982] init: plymouth-stop pre-start process (1393) 
terminated with status 1
  Date: Mon Jun 18 23:48:15 2012
  HibernationDevice: RESUME=UUID=4b5eff08-55db-4f33-8766-255d45a81d44
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  MachineType: ASUSTeK Computer INC. 1215N
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm-256color
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/zsh
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic 
root=UUID=6a76faae-dcd2-430a-aa4d-511a43d338d5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-25-generic N/A
   linux-backports-modules-3.2.0-25-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2012-05-06 (43 days ago)
  dmi.bios.date: 05/05/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1215N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0902:bd05/05/2011:svnASUSTeKComputerINC.:pn1215N:pvrx.x:rvnASUSTeKComputerINC.:rn1215N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1215N
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1014891/+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 1169143] Re: Headset support on some Dell machines

2013-07-30 Thread David Henningsson
** Description changed:

+ [SRU Justification]
+ Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
+ In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.
+ 
+ Without this patch, PulseAudio would not detect the jack correctly, and
+ not making all options available to the user.
+ 
+ [Regression Potential] is very low: this only affects machines with the
+ specific name "Headphone Mic Jack" or "Headset Mic Jack", which started
+ to appear for a few machines in the 3.5 kernel. People who are running
+ 12.04.0 or 12.04.1 will be unaffected. More machines are coming in the
+ 3.10 kernel, so this is also a preparation for making certification
+ easier later on.
+ 
+ [Test case] On an affected machine, plug in something into the jack.
+ Then go to "Sound Settings" and note what options there are: e g, for a
+ headset jack, you should be able to select both external and internal
+ mic manually.
+ 
+ 
  Some Dell machines we've been working with enabling recently will not
  have fully functional headset support without additional patches.
- 
- This bug is for tracking only, please do not triage.

** Description changed:

  [SRU Justification]
  Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
  In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.
  
  Without this patch, PulseAudio would not detect the jack correctly, and
  not making all options available to the user.
  
  [Regression Potential] is very low: this only affects machines with the
  specific name "Headphone Mic Jack" or "Headset Mic Jack", which started
  to appear for a few machines in the 3.5 kernel. People who are running
  12.04.0 or 12.04.1 will be unaffected. More machines are coming in the
  3.10 kernel, so this is also a preparation for making certification
  easier later on.
  
  [Test case] On an affected machine, plug in something into the jack.
  Then go to "Sound Settings" and note what options there are: e g, for a
  headset jack, you should be able to select both external and internal
  mic manually.
- 
- 
- Some Dell machines we've been working with enabling recently will not
- have fully functional headset support without additional patches.

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

Title:
  Headset support on some Dell machines

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “pulseaudio” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Precise:
  In Progress

Bug description:
  [SRU Justification]
  Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
  In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.

  Without this patch, PulseAudio would not detect the jack correctly,
  and not making all options available to the user.

  [Regression Potential] is very low: this only affects machines with
  the specific name "Headphone Mic Jack" or "Headset Mic Jack", which
  started to appear for a few machines in the 3.5 kernel. People who are
  running 12.04.0 or 12.04.1 will be unaffected. More machines are
  coming in the 3.10 kernel, so this is also a preparation for making
  certification easier later on.

  [Test case] On an affected machine, plug in something into the jack.
  Then go to "Sound Settings" and note what options there are: e g, for
  a headset jack, you should be able to select both external and
  internal mic manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1169143/+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 1169143] Re: Headset support on some Dell machines

2013-07-30 Thread David Henningsson
SRU uploaded to precise-proposed, waiting for ubuntu-sru approval.

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

Title:
  Headset support on some Dell machines

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “pulseaudio” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Precise:
  In Progress

Bug description:
  [SRU Justification]
  Several new hardware has either headset jacks or headphone-or-mic jacks, 
where the system cannot detect what has been plugged in. E g, for such a 
headset jack you can either plug in a headphone or a headset, but since the 
system cannot tell which one it is, you have to manually tell the system 
whether you want to use the internal or external mic.
  In the case of a headphone-or-mic jack, you can have the jack functioning as 
either a headphone or a mic, but not as a headset.

  Without this patch, PulseAudio would not detect the jack correctly,
  and not making all options available to the user.

  [Regression Potential] is very low: this only affects machines with
  the specific name "Headphone Mic Jack" or "Headset Mic Jack", which
  started to appear for a few machines in the 3.5 kernel. People who are
  running 12.04.0 or 12.04.1 will be unaffected. More machines are
  coming in the 3.10 kernel, so this is also a preparation for making
  certification easier later on.

  [Test case] On an affected machine, plug in something into the jack.
  Then go to "Sound Settings" and note what options there are: e g, for
  a headset jack, you should be able to select both external and
  internal mic manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1169143/+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 1167301] Re: 8086:0166 [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display works only with 1024x768 (4:3) whereas my laptop has 1366x768 (16:9) & external monitor 1920x108

2013-07-30 Thread Till Kamppeter
I have tried a Quantal live CD now and there the bug does not show. The
external monitor mirrors the image of the internal monitor in exactly
the same resolution as the internal monitor, 1366x768.

I have also run "xrandr" and the external monitor reports back many more
modes than under Raring or Saucy:

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 
156mm
   1366x768   59.8*+
   1360x768   59.8 60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 510mm x 
287mm
   1920x1080  60.0 +
   1680x1050  59.9  
   1680x945   60.0  
   1400x1050  59.9  
   1600x900   60.0  
   1280x1024  60.0  
   1440x900   59.9  
   1280x960   60.0  
   1366x768   60.0* 
   1360x768   60.0  
   1280x800   59.9  
   1280x768   60.0  
   1280x720   60.0  
   1024x768   60.0  
   1024x576   60.0  
   800x60060.3  
   848x48060.0  
   640x48060.0  
   720x40070.1  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)

The problem seems that under Raring and Saucy the  displays do not
report back all their modes.


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

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

Title:
  8086:0166 [ThinkPad Twist S230u 3347] REGRESSION: Mirroring display
  works only with 1024x768 (4:3) whereas my laptop has 1366x768 (16:9) &
  external monitor 1920x1080 (16:9)

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged

Bug description:
  I have a Lenovo Thinkpad Twist with Core i7 processor and on-chip
  HD4000 GPU. It has an internal 1366x768 (16:9) display and I have
  connected and external 1920x1080 (16:9) monitor via HDMI. By default
  the display gets mirrored with only 1024x768 (4:3) because this is the
  highest common resolution of the two reported by xrandr. I can switch
  to a large desktop formed by the two screens with the System Settings
  (section "Display") with each screen using its native resolution.

  I can mirror with a higher resolution running the commands:

  xrandr --addmode HDMI1 1366x768
  xrandr --output HDMI1 --mode 1366x768
  xrandr --output HDMI1 --mode 1366x768 --same-as LVDS1

  This is rather awkward when using a projector.

  The problem also persists when connecting the external screen to the
  Mini DisplayPort (with adapter) instead of to the HDMI.

  I did not test with 12.10 by myself, but according to the comment from
  Gizmo Chicken below this worked correctly under 12.10, so this is a
  regression and not a feature request.

  The output of "xrandr --prop" with both screens connected in large-
  desktop-over-both-screens mode (no mirroring):

  Screen 0: minimum 320 x 200, current 3286 x 1080, maximum 32767 x 32767
  LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 277mm 
x 156mm
   EDID:
    000030e47a03
    00160103801c10780adce5975a559227
    1d50540001010101010101010101
    010101010101241d56d4500016303020
    2500159c101b
    00fe004c
    4720446973706c61790a202000fe
    004c503132355748322d534c54310025
   BACKLIGHT: 1054 (0x041e) range: (0,1054)
   Backlight: 1054 (0x041e) range: (0,1054)
   scaling mode:Full aspect
    supported: None Full Center Full aspect
     1366x768 59.8*+
     1360x768 59.8 60.0
     1024x768 60.0
     800x600 60.3 56.2
     640x480 59.9
  VGA1 disconnected (normal left inverted right x axis y axis)
  HDMI1 connected 1920x1080+1366+0 (normal left inverted right x axis y axis) 
510mm x 287mm
   EDID:
    000015c3692001010101
    2d14010380331d78eaee95a3544c9926
    0f5054a1080081808140b30081c00101
    010101010101023a801871382d40582c
    4500fe1f111e00ff00353732
    32393131300a2020202000fc0045
    563233570a202020202000fd
    003b3d1f440f000a2020202020200153
    02031b41468102031112042309070783
    0167030c001300881e8c0ad08a20
    e02d10103e9600040300188c0ad0
    8a20e02d10103e9600100900188c
    0ad090204031200c405500040300
    188c0ad090204031200c405500100900
    18011d007251d01e206e28550010
    09001e5c
   Broadcast RGB:   Automatic
    supported: Automatic Full Limited 16:2
   audio:   auto
    supported: force-dvi off auto on
     1920x1080 60.0*+
     1680x1050 59.9
     1280x1024 60.0
     1280x960 60.0
     1280x720 60.0
     1024x768 60.0
     800x600 60.3

[Kernel-packages] [Bug 1165938] Re: 1286:2044 [Microsoft Surface Pro] Marvell 88W8797 wifi does not work

2013-07-30 Thread Tony S. Hariman
ok will do thank you.

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

Title:
  1286:2044 [Microsoft Surface Pro] Marvell 88W8797  wifi does not work

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The wifi/bluetooth chip that the MS Surface Pro uses, a Marvell
  avastar 88W8797, does not work properly under Ubuntu 12.10 or 13.04.
  On 13.04, it will be reported three times in the network manager and
  any attempt to connect to any network will fail, regardless of the
  settings of the network.  Additionally attempting to connect to any of
  the three listed connections will cause the system to hang on
  shutdown, as well as any attempt to read the state of the network.

  
  Here is the output of modinfo mwifiex_usb:

  filename:   
/lib/modules/3.8.0-16-generic/kernel/drivers/net/wireless/mwifiex/mwifiex_usb.ko
  firmware:   mrvl/usb8797_uapsta.bin
  license:GPL v2
  version:1.0
  description:Marvell WiFi-Ex USB Driver version1.0
  author: Marvell International Ltd.
  srcversion: 73D8AC7543BD1766913AD58
  alias:  usb:v1286p2044d*dc*dsc*dp*icFFiscFFipFFin*
  alias:  usb:v1286p2043d*dc*dsc*dp*ic*isc*ip*in*
  depends:mwifiex
  intree: Y
  vermagic:   3.8.0-16-generic SMP mod_unload modversions

  
  Here is the output of ls /lib/firmware/mrvl:

  total 1656
  drwxr-xr-x  2 root root   4096 Mar 28 13:01 ./
  drwxr-xr-x 57 root root   4096 Apr  4 22:22 ../
  -rw-r--r--  1 root root 259172 Mar 28 13:01 sd8688.bin
  -rw-r--r--  1 root root   2616 Mar 28 13:01 sd8688_helper.bin
  -rw-r--r--  1 root root 447384 Mar 28 13:01 sd8787_uapsta.bin
  -rw-r--r--  1 root root 458108 Mar 28 13:01 sd8797_uapsta.bin
  -rw-r--r--  1 root root 508372 Mar 28 13:01 usb8797_uapsta.bin
  ---
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shane  1969 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=ddf15760-30b8-411f-86aa-9ae11944706e
  InstallationDate: Installed on 2013-03-27 (12 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130327)
  MachineType: Microsoft Corporation Surface with Windows 8 Pro
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: ro root=/dev/sda7 initrd=boot\initrd.img-3.8.0-17-generic
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.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.8.0-17-generic N/A
   linux-backports-modules-3.8.0-17-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.01.0150
  dmi.board.asset.tag: 0
  dmi.board.name: Surface with Windows 8 Pro
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 1
  dmi.chassis.asset.tag: 0
  dmi.chassis.type: 17
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.01.0150:bd01/22/2013:svnMicrosoftCorporation:pnSurfacewithWindows8Pro:pvr1:rvnMicrosoftCorporation:rnSurfacewithWindows8Pro:rvr1:cvnMicrosoftCorporation:ct17:cvr1:
  dmi.product.name: Surface with Windows 8 Pro
  dmi.product.version: 1
  dmi.sys.vendor: Microsoft Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165938/+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 1172908] Re: [Vaio T Series SVT15112CXS] USB 2.0 Ports Don't Work

2013-07-30 Thread FlashBuster
Hi folks,

a friend has the exact same issue and this issue persists also with the
latest linux mainline PPA version 3.11.rc3 amd64.

Please help fixing this..


Cheers

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream-3.11-rc3

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

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

Title:
  [Vaio T Series SVT15112CXS] USB 2.0 Ports Don't Work

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have a Sony Vaio T-Series laptop. The usb 2.0 ports are not working,
  but the USB 3.0 port does. They appear in lspci and lsusb, but devices
  connected to them do not work. For example, a flash drive w/ a LED on
  it lights up and mounts on the 3.0 port but doesn't even light up on
  the 2.0 ports. There are no messages in dmesg when something is
  plugged into the 2.0 port. This behavior is the same on ubuntu 12.10
  and 13.04.

  
  ---
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3244 F pulseaudio
  CasperVersion: 1.331
  DistroRelease: Ubuntu 13.04
  LiveMediaBuild: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Sony Corporation SVT15112CXS
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 03/13/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R1110D4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR1110D4:bd03/13/2012:svnSonyCorporation:pnSVT15112CXS:pvrC904W34T:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVT15112CXS
  dmi.product.version: C904W34T
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1172908/+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 1114281] Re: ERROR @wl_cfg80211_get_station : Could not get rate (-1)

2013-07-30 Thread David Gardenhire
I was getting the same issue and solved it by following the instructions in
 http://forums.fedoraforum.org/archive/index.php/t-280821.html>fedoraforum.org
and 
 http://www.broadcom.com/docs/linux_sta/README.txt>www.broadcom.com
Which basically is to download the broadcom upstream STA driver source from 
broadcom, make a few minor edits to the source (explained in the fedora forum 
link) and compile the wl.ko module yourself, blacklist all the other broadcom 
modules. I sugesst reading through both pages completely.

Not only did this get rid of the log file spamming, but the connection
status is now as it should be, with the Ubuntu compiled version I could
only get full strength right next to the router, now I get full strength
up to 15 feet away (similar to windows).

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

Title:
  ERROR @wl_cfg80211_get_station : Could not get rate (-1)

Status in “bcmwl” package in Ubuntu:
  Confirmed

Bug description:
  Since update to 3.2.0-37 wireless is broken.
  Restart of nm-manager, reboot (also to kernel image -36) has no effect.
  There was no change of config. Connecting to router ip fails.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
  Date: Sun Feb  3 13:04:07 2013
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(2029.1)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static
   169.254.0.0/16 dev eth0  scope link  metric 1000
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.103  metric 
1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   Wired connection 14841ef0b-72e1-4da6-a565-49fc6a965a5d   
802-3-ethernet1359892882   So 03 Feb 2013 13:01:22 CETyes   
no /org/freedesktop/NetworkManager/Settings/1
   zooland   2f9e526f-f75a-4615-85d5-db20651599b4   
802-11-wireless   1359883155   So 03 Feb 2013 10:19:15 CETyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   eth1   802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1114281/+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 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-07-30 Thread c0h1b4
All 3.10.x kernels still have this problem. Using the script workaround on the 
/etc/pm/sleep.d only fixes shutdown/boot and suspend/wakeup (via software).
When I close the lid of the Dell XPS 13 FHD and open it back, 
/sys/class/backlight/intel_backlight/brightness value returns to 4882. Then I 
need to issue an echo 0 > /sys/class/backlight/intel_backlight/brightness to 
have brightness back to original level and have it working 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/954661

Title:
  backlight brightness not adjustable by default on Dell XPS 13

Status in Dell Sputnik:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  In Progress
Status in “linux” source package in Quantal:
  In Progress
Status in “linux” source package in Raring:
  Fix Released

Bug description:
  The backlight brightness is not changeable by default on a Dell XPS 13 
running Precise beta 1 (or later). If I run the following command as root, I 
can adjust the brightness:
  /bin/echo 0 > /sys/class/baclight/intel_backlight/brightness
  However, I must do this whenever I turn on the computer or resume it from 
suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Tue Mar 13 20:56:36 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:052e]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  MachineType: Dell Inc. Dell System XPS L321X
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=6a0a6c9c-fb29-446a-8806-e431d38c95e8 ro quiet splash 
i915.i915_enable_fbc=1 i915.i915_enable_rc6=1 pcie_aspm=force vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/30/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 085X6F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd01/30/2012:svnDellInc.:pnDellSystemXPSL321X:pvr:rvnDellInc.:rn085X6F:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L321X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/954661/+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 1178707] Re: Kernel Panics - ec2

2013-07-30 Thread Stefan Bader
I am sorry, I unfortunately got distracted by trying to finish some feature for 
the next release. And I must admit right now I have no good idea how to 
proceed. The pages that got dumped at least to me show no pattern that points 
to a certain process. You might be in a better position there since you know 
better what those instances are doing.
The only vague suspect might be something that does asynchronous I/O (just 
because that would to a certain degree use anonymous pages which seem to be 
ending up on free lists incorrectly). If there was to be certain processes you 
would know to use aio and if that would be configurable, it would be worth 
trying to turn that off and see whether the instance survives. Or if there are 
independent tasks that cause some of the load and could be turned off and on, 
maybe it would become more obvious which direction to look. Though I doubt this 
is possible.

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

Title:
  Kernel Panics - ec2

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Kernel Versions affected: 2.6.32-346-ec2 #51-Ubuntu 
  2.6.32-309-ec2 #18-Ubuntu SMP
  3.0.0-32-virtual 
#51~lucid1-Ubuntu SMP 
  2.6.32-351-ec2 #64-Ubuntu SMP

  Description:  Ubuntu 10.04.4 LTS
  Release:  10.04

  We're seeing Kernel Panics across a variety of different instance types on 
AWS all running 10.04 on the following AMIs
  ami-da0cf8b3
  ami-3fe54d56

  We've tested with Various Kernels and still have had the issue.  I've 
attached the console output from a few of the servers where the panics occur as 
well as the
  --- 
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 10.04
  Frequency: Once every few days.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  ProcCmdLine: root=LABEL=cloudimg-rootfs ro xencons=hvc0 console=hvc0
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcModules: acpiphp 23989 0 - Live 0xa000
  ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-virtual 3.0.69
  Regression: No
  Reproducible: No
  Tags: lucid kconfig needs-upstream-testing
  Uname: Linux 3.0.0-32-virtual x86_64
  UserGroups:
  --- 
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 10.04
  Frequency: Once every few days.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Package: linux (not installed)
  ProcCmdLine: root=/dev/sda1 ro 4
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcModules: ipv6 293511 12 - Live 0xa000
  ProcVersionSignature: Ubuntu 2.6.32-309.18-ec2 2.6.32.21+drm33.7
  Regression: No
  Reproducible: No
  Tags: lucid kconfig needs-upstream-testing
  Uname: Linux 2.6.32-309-ec2 x86_64
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178707/+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 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-07-30 Thread Domenico Martella
kernel v3.11-rc3-saucy from http://kernel.ubuntu.com/~kernel-
ppa/mainline/ (ubuntu kernel mainline ppa) fix the problem (I tested it
and it is reported in changelog too)

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

Title:
  backlight brightness not adjustable by default on Dell XPS 13

Status in Dell Sputnik:
  New
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  In Progress
Status in “linux” source package in Quantal:
  In Progress
Status in “linux” source package in Raring:
  Fix Released

Bug description:
  The backlight brightness is not changeable by default on a Dell XPS 13 
running Precise beta 1 (or later). If I run the following command as root, I 
can adjust the brightness:
  /bin/echo 0 > /sys/class/baclight/intel_backlight/brightness
  However, I must do this whenever I turn on the computer or resume it from 
suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Tue Mar 13 20:56:36 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:052e]
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  MachineType: Dell Inc. Dell System XPS L321X
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=6a0a6c9c-fb29-446a-8806-e431d38c95e8 ro quiet splash 
i915.i915_enable_fbc=1 i915.i915_enable_rc6=1 pcie_aspm=force vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/30/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 085X6F
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd01/30/2012:svnDellInc.:pnDellSystemXPSL321X:pvr:rvnDellInc.:rn085X6F:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L321X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/954661/+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 1204613] Re: 1969:2062 ethernet disconnect after some minutes

2013-07-30 Thread mighur
The problem only occurs in Raring.
In Quantal, ethernet worked fine. I did the upgrade from Quantal and found the 
problem.
Later, I did a clean install of Quantal. The install process was made using 
ethernet connection, but it stopped working with the first boot. I don't 
remember the kernel release used for installer.

Thank you.

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

Title:
  1969:2062 ethernet disconnect after some minutes

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Ethernet connection is unstable. After a couple of minutes, it
  disconnects without any message in log files

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-27-generic 3.8.0-27.40
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  miguel 1985 F pulseaudio
   /dev/snd/controlC0:  miguel 1985 F pulseaudio
  Date: Wed Jul 24 20:10:11 2013
  HibernationDevice: RESUME=UUID=986fa042-1b35-4403-808a-c3792b119a72
  InstallationDate: Installed on 2013-04-28 (86 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK Computer INC. 1215B
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=c5f5504a-461c-43b8-b9f5-a4545150a06d ro quiet splash radeon.audio=1 
radeon.modeset=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/30/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0503
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 1215B
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0503:bd11/30/2011:svnASUSTeKComputerINC.:pn1215B:pvrx.x:rvnASUSTeKComputerINC.:rn1215B:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1215B
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1204613/+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 1054732] Re: [LENOVO 4298R86] suspend/resume failure

2013-07-30 Thread Andreas Brauchli
It seems today's linux-image-generic-3.10.0.6.15 update fixed it for my 
thinkpad x301.
My suspend was broken with the fresh install of saucy (ubuntu-gnome alpha2) but 
was working fine with raring.

Not sure it was actually the same issue as I never got the system to
actually log the KernelOops (I did remove the log caching in rsyslog)
and the screen didn't turn on.

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

Title:
  [LENOVO 4298R86] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  Getting that message every time I open lid, or, sometime, even during
  normal workflow.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-15-generic 3.5.0-15.22
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  amarao 2066 F pulseaudio
  Date: Sat Sep 22 01:33:21 2012
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d3e012f1-f3c1-4ffe-9908-1d77a770d06b
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  InterpreterPath: /usr/bin/python3.2mu
  MachineType: LENOVO 4298R86
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=da13c7f0-b499-4c33-a0ea-6e1b7170d913 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.5.0-15-generic N/A
   linux-backports-modules-3.5.0-15-generic  N/A
   linux-firmware1.93
  SourcePackage: linux
  Title: [LENOVO 4298R86] suspend/resume failure
  UpgradeStatus: Upgraded to quantal on 2012-09-16 (5 days ago)
  UserGroups:
   
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET56WW (1.26 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4298R86
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET56WW(1.26):bd12/01/2011:svnLENOVO:pn4298R86:pvrThinkPadX220Tablet:rvnLENOVO:rn4298R86:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4298R86
  dmi.product.version: ThinkPad X220 Tablet
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1054732/+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 1176126] Re: 045e:0721 Microsoft LifeCam NX-3000 not detected

2013-07-30 Thread Jürgen Liebmann
Soory, the bug appears with kernel 3.8.0-16.26 and higher!

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

Title:
  045e:0721 Microsoft LifeCam NX-3000 not detected

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since upgrate from quantal to raring I have the a problem with the webcam 
"Microsoft LifeCam NX-3000". The webcam doesn't work.
  In /var/log/syslog I can see:

  May  3 07:46:44 master kernel: [   61.441466] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:46:44 master kernel: [   61.441923] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:46:44 master kernel: [   61.442272] uvcvideo: Failed to query (129) 
UVC probe control : -32 (exp. 26).
  May  3 07:46:44 master kernel: [   61.442275] uvcvideo: Failed to initialize 
the device (-5).
  May  3 07:46:44 master kernel: [   61.442350] usbcore: registered new 
interface driver uvcvideo
  May  3 07:46:44 master kernel: [   61.442352] USB Video Class driver (1.1.1)

  The kernel is the actual kernel of raring (3.8.0-19-generic, package
  linux - 3.8.0-19.30).

  But when I boot raring with kernel 3.5.0-27 (last kernel from quantal)
  the webcam it works fine:

  May  3 07:39:36 master kernel: [  370.964836] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:39:36 master kernel: [  370.965309] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:39:36 master kernel: [  370.966042] input: Microsoft LifeCam 
NX-3000 as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input15
  May  3 07:39:36 master kernel: [  370.966208] usbcore: registered new 
interface driver uvcvideo
  May  3 07:39:36 master kernel: [  370.966212] USB Video Class driver (1.1.1)

  It's probably the same problem as bug #1168430 ?
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  liebmann   2988 F pulseaudio
   /dev/snd/controlC0:  liebmann   2988 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2011-05-13 (722 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Shuttle Inc. SH55J
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=/dev/sda1 
ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-25 (8 days ago)
  UserGroups: adm admin cdrom dialout lp lpadmin plugdev sambashare users
  dmi.bios.date: 06/18/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: SH55J
  dmi.board.vendor: Shuttle Inc.
  dmi.board.version: V10
  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.:bvr080015:bd06/18/2010:svnShuttleInc.:pnSH55J:pvrV10:rvnShuttleInc.:rnSH55J:rvrV10:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: SH55J
  dmi.product.version: V10
  dmi.sys.vendor: Shuttle Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176126/+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 1176126] Re: 045e:0721 Microsoft LifeCam NX-3000 not detected

2013-07-30 Thread Jürgen Liebmann
The last good kernel is 3.8.0-15.25.
The bug appears with kernel 3.8.0-17.27 and higher!

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

Title:
  045e:0721 Microsoft LifeCam NX-3000 not detected

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since upgrate from quantal to raring I have the a problem with the webcam 
"Microsoft LifeCam NX-3000". The webcam doesn't work.
  In /var/log/syslog I can see:

  May  3 07:46:44 master kernel: [   61.441466] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:46:44 master kernel: [   61.441923] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:46:44 master kernel: [   61.442272] uvcvideo: Failed to query (129) 
UVC probe control : -32 (exp. 26).
  May  3 07:46:44 master kernel: [   61.442275] uvcvideo: Failed to initialize 
the device (-5).
  May  3 07:46:44 master kernel: [   61.442350] usbcore: registered new 
interface driver uvcvideo
  May  3 07:46:44 master kernel: [   61.442352] USB Video Class driver (1.1.1)

  The kernel is the actual kernel of raring (3.8.0-19-generic, package
  linux - 3.8.0-19.30).

  But when I boot raring with kernel 3.5.0-27 (last kernel from quantal)
  the webcam it works fine:

  May  3 07:39:36 master kernel: [  370.964836] uvcvideo: Found UVC 1.00 device 
Microsoft LifeCam NX-3000 (045e:0721)
  May  3 07:39:36 master kernel: [  370.965309] uvcvideo: UVC non compliance - 
GET_DEF(PROBE) not supported. Enabling workaround.
  May  3 07:39:36 master kernel: [  370.966042] input: Microsoft LifeCam 
NX-3000 as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input15
  May  3 07:39:36 master kernel: [  370.966208] usbcore: registered new 
interface driver uvcvideo
  May  3 07:39:36 master kernel: [  370.966212] USB Video Class driver (1.1.1)

  It's probably the same problem as bug #1168430 ?
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  liebmann   2988 F pulseaudio
   /dev/snd/controlC0:  liebmann   2988 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2011-05-13 (722 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Shuttle Inc. SH55J
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=/dev/sda1 
ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-04-25 (8 days ago)
  UserGroups: adm admin cdrom dialout lp lpadmin plugdev sambashare users
  dmi.bios.date: 06/18/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: SH55J
  dmi.board.vendor: Shuttle Inc.
  dmi.board.version: V10
  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.:bvr080015:bd06/18/2010:svnShuttleInc.:pnSH55J:pvrV10:rvnShuttleInc.:rnSH55J:rvrV10:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: SH55J
  dmi.product.version: V10
  dmi.sys.vendor: Shuttle Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1176126/+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 1197719] Re: 050d:2103 wireless not working for rtl8192cu

2013-07-30 Thread liws
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  050d:2103 wireless not working for rtl8192cu

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 13.04 and ubuntu 13.10 at least are not working with rtl8192cu chips.
  On 13.04 there was a way to make it work through the installation of the 
package from that source : 
  
https://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/

  Unfortunately, it doesn't work with the latest kernel.

  Thank's

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-2-generic 3.10.0-2.9
  ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  eric   2641 F pulseaudio
   /dev/snd/controlC0:  eric   2641 F pulseaudio
  Date: Thu Jul  4 11:27:57 2013
  HibernationDevice: RESUME=UUID=7f75b1da-fb52-4189-99d7-e9f2ea4af423
  InstallationDate: Installed on 2012-06-05 (393 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: System manufacturer P5Q DELUXE
  MarkForUpload: True
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-2-generic 
root=UUID=6b0fa1e9-07f9-4e33-992d-d8b54f4e506b ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-2-generic N/A
   linux-backports-modules-3.10.0-2-generic  N/A
   linux-firmware1.110
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2301
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q 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.:bvr2301:bd07/10/2009:svnSystemmanufacturer:pnP5QDELUXE:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5Q DELUXE
  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/1197719/+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 1204804] Re: Nvidia driver fails to save primary display

2013-07-30 Thread LostMyOtherAccount
The workaround for this is to use the Ubuntu config tool in System
Settings -> Displays. Drag the menu to the screen you want to be the
main screen and it will be saved across sessions.

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

Title:
  Nvidia driver fails to save primary display

Status in “nvidia-common” package in Ubuntu:
  New

Bug description:
  I have two monitors (same model) and want the left one to be the
  primary monitor. When I make the setting in the nvidia settings tool
  it works as it should, but after a reboot the right monitor is primary
  again. It doesn't matter if I merge the xorg.conf or just overwrite
  it, neither works.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-common 1:0.2.44.2 [modified: 
var/lib/nvidia-common/last_gfx_boot]
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Thu Jul 25 09:21:59 2013
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-common
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/1204804/+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 951736] Re: Cannot change brightness on laptop with ATI Radeon 6470M

2013-07-30 Thread madbiologist
*if* the issue is gone.

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

Title:
  Cannot change brightness on laptop with ATI Radeon 6470M

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

Bug description:
  "When I press Fn+F9 or F10 which are the keyboard buttons to
  decrease/increase the screen brightness of my HP Probook 6560b laptop,
  nothing happens."

  This was quoted from the following bug from the kernel.org bugtracker
  which has some more infos:
  https://bugzilla.kernel.org/show_bug.cgi?id=40862

  I manually installed the precise kernel on my oneiric install to see
  if it is fixed with a newer kernel, didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg-video-radeon 1:6.14.99~git20110811.g93fc084-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Mar 10 20:02:31 2012
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/951736/+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 951736] Re: Cannot change brightness on laptop with ATI Radeon 6470M

2013-07-30 Thread madbiologist
It's in the Quantal variant of the LTS Enablement Stack.  Can you retest
and set the status of this bug to "Fix Released" it the issue is gone?

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

Title:
  Cannot change brightness on laptop with ATI Radeon 6470M

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

Bug description:
  "When I press Fn+F9 or F10 which are the keyboard buttons to
  decrease/increase the screen brightness of my HP Probook 6560b laptop,
  nothing happens."

  This was quoted from the following bug from the kernel.org bugtracker
  which has some more infos:
  https://bugzilla.kernel.org/show_bug.cgi?id=40862

  I manually installed the precise kernel on my oneiric install to see
  if it is fixed with a newer kernel, didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg-video-radeon 1:6.14.99~git20110811.g93fc084-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Mar 10 20:02:31 2012
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/951736/+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 896922] Re: Lenovo L520 - "psmouse.c: touchpad at isa0060/serio4/input0 lost sync" and stops working for seconds

2013-07-30 Thread klamm2001
I have this problem since 3.2.0-46 -generic, the last upgrade doesnt fix
it so in 3.2.0-51-generic you get the same error on logs:

psmouse serio4: TouchPad at isa0060/serio4/input0 lost sync at byte 4


My machine is a Lenovo l520 with 64 bit Ubuntu

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

Title:
  Lenovo L520 - "psmouse.c: touchpad at isa0060/serio4/input0 lost sync"
  and stops working for seconds

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-input-synaptics” package in Fedora:
  Unknown

Bug description:
  There are a lot of open bug-reports concerning this defect, but due to
  the most popular report was closed by developers, with the demand to
  open a new report if this persists, I open a new bug-report.

  When using the touchpad, it's often not working and stucks for seconds, in 
short, it is unusesable.
  This bug still happens in Ubuntu 11.10 on a Lenovo L520 with 
3.0.0-13-generic. Its a Synaptics touchpad, maybe it's kernel bug.

  Dmesg produces the following output:

  [14861.416567] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [14861.417899] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [14861.419232] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [14861.420563] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [14861.424233] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [14861.424240] psmouse.c: issuing reconnect request
  [17240.238861] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
4
  [17240.240191] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17240.258248] psmouse.c: TouchPad at isa0060/serio4/input0 - driver 
resynched.
  [17695.950963] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17695.955414] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17695.956743] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17695.960402] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17695.961736] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 
1
  [17695.961740] psmouse.c: issuing reconnect request

  Whoever is willing to fix this bug can earn a lot of Karma for closing
  all the duplicates, so please fix this, it's happening since Maverick.

  Of course I'll will help you getting this fixed with any information
  you need.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-13-generic 3.0.0-13.22
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mathias   15841 F pulseaudio
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf090 irq 43'
     Mixer name : 'Intel CougarPoint HDMI'
     Components : 'HDA:10ec0269,17aa21de,00100100 
HDA:80862805,80860101,0010'
     Controls  : 24
     Simple ctrls  : 11
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
8GHT26WW-1.08'
     Mixer name : 'ThinkPad EC 8GHT26WW-1.08'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Sun Nov 27 17:58:09 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: LENOVO 785954G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic 
root=UUID=cf5078bd-6bdb-4d1b-a1bb-92d20c5ac60d ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-13-generic N/A
   linux-backports-modules-3.0.0-13-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  StagingDrivers: rts_pstor mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8GET37WW (1.14 )
  dmi.board.name: 785954G
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8GET37WW(1.14):bd10/06/2011:svnLENO

[Kernel-packages] [Bug 1205494] Re: [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04 13.10

2013-07-30 Thread Peter B.
** Summary changed:

- [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04
+ [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04 13.10

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

Title:
  [Dell XPS 18] Touch screen not functioning under Ubuntu 13.04 13.10

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I ran `ubuntu-bug linux` from Ubuntu 13.04 terminal session, and it
  appeared to have uploaded the information successfully.

  Additional items:

  root@ubuntu:~# lsb_release -rd
  Description:  Ubuntu 13.04
  Release:  13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3270 F pulseaudio
  CasperVersion: 1.331
  Date: Fri Jul 26 21:11:10 2013
  LiveMediaBuild: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: Dell Inc. XPS 18
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash --
  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.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0GWH76
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 13
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd06/04/2013:svnDellInc.:pnXPS18:pvrNotSpecified:rvnDellInc.:rn0GWH76:rvrA00:cvnDellInc.:ct13:cvrNotSpecified:
  dmi.product.name: XPS 18
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205494/+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 1206602] Re: Add hotplug support for Micron's PCIe-SSD devices

2013-07-30 Thread Kent Baxley
** Information type changed from Proprietary to Public

** Changed in: dell-poweredge
   Status: New => Confirmed

** Changed in: dell-poweredge
 Assignee: (unassigned) => Kent Baxley (kentb)

** Changed in: dell-poweredge
   Importance: Undecided => Wishlist

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

** Changed in: dell-poweredge
   Status: Confirmed => Won't Fix

** Changed in: dell-poweredge
   Status: Won't Fix => 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/1206602

Title:
  Add hotplug support for Micron's PCIe-SSD devices

Status in The Dell PowerEdge project:
  Confirmed
Status in “linux” package in Ubuntu:
  New

Bug description:
  Add hotplug (SRSI) support for Micron's PCIe-SSD devices (mtip32xx
  driver).

  The patches that enable this functionality have been submitted to the
  linux-block mailing list:

  http://marc.info/?l=linux-kernel&m=136812385512296

  Micron has been in direct conversations with Jens Axboe to merge these
  patches upstream, as far as I know there are no objections from the
  community and should just be a matter of time before they are merged
  upstream. They may not land in kernel 3.11, probably looking at 3.12.

  I tested these patches with the 3.10.2 kernel and both hot-removal and
  hot-insertion work ok. I had to pass the pci=pcie_bus_perf kernel
  parameter to avoid MaxPayload issues.

  Adding support in Saucy will pave the way for established support in
  the 14.04 LTS release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1206602/+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 1152580] Re: BCM95720 Network disconnects and resets with new Dell R520 server

2013-07-30 Thread Kent Baxley
** Changed in: dell-poweredge
   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/1152580

Title:
  BCM95720 Network disconnects and resets with new Dell R520 server

Status in The Dell PowerEdge project:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The server is constantly going on and offline here are messages and
  details

  Linux xx 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19
  12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=12.04
  DISTRIB_CODENAME=precise
  DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"

  Hardware Details:
  [4.394703] tg3 :02:00.0: eth0: Tigon3 [partno(BCM95720) rev 572] 
(PCI Express) MAC address 90:b1:1c:0d:d4:aa
  [4.394713] tg3 :02:00.0: eth0: attached PHY is 5720C 
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
  [4.394720] tg3 :02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] 
ASF[1] TSOcap[1]
  [4.394726] tg3 :02:00.0: eth0: dma_rwctrl[0001] dma_mask[64-bit]

  The dump to dmesg:
  [ 1836.538377] tg3 :02:00.0: eth0: transmit timed out, resetting
  [ 1837.804044] tg3 :02:00.0: eth0: 0x: 0x165f14e4, 0x00100406, 
0x0200, 0x00800010
  [ 1837.812650] tg3 :02:00.0: eth0: 0x0010: 0xd90a000c, 0x, 
0xd90b000c, 0x
  [ 1837.821272] tg3 :02:00.0: eth0: 0x0020: 0xd90c000c, 0x, 
0x, 0x04f61028
  [ 1837.830323] tg3 :02:00.0: eth0: 0x0030: 0xdd00, 0x0048, 
0x, 0x010f
  [ 1837.839735] tg3 :02:00.0: eth0: 0x0040: 0x, 0x0300, 
0xc8035001, 0x64002008
  [ 1837.849390] tg3 :02:00.0: eth0: 0x0050: 0x818c5803, 0x7800, 
0x0086a005, 0x
  [ 1837.859425] tg3 :02:00.0: eth0: 0x0060: 0x, 0x, 
0xf298, 0x00380081
  [ 1837.869992] tg3 :02:00.0: eth0: 0x0070: 0x000710b0, 0xff401a00, 
0x0001421c, 0x
  [ 1837.880661] tg3 :02:00.0: eth0: 0x0080: 0x0001, 0x80f8, 
0x, 0x0a64
  [ 1837.891604] tg3 :02:00.0: eth0: 0x0090: 0x, 0x, 
0x, 0x0232
  [ 1837.903145] tg3 :02:00.0: eth0: 0x00a0: 0x8010ac11, 0x0004, 
0x1004, 0x00020010
  [ 1837.915190] tg3 :02:00.0: eth0: 0x00b0: 0x10008d81, 0x0010240e, 
0x0004cc22, 0x10120040
  [ 1837.927652] tg3 :02:00.0: eth0: 0x00d0: 0x001f, 0x0006, 
0x, 0x0001
  [ 1837.940125] tg3 :02:00.0: eth0: 0x00f0: 0x, 0x0572, 
0x, 0xf8daf5ff
  [ 1837.952612] tg3 :02:00.0: eth0: 0x0100: 0x13c10001, 0x, 
0x00018000, 0x000e7030
  [ 1837.965116] tg3 :02:00.0: eth0: 0x0110: 0x2000, 0x31c0, 
0x00a0, 0x
  [ 1837.977630] tg3 :02:00.0: eth0: 0x0130: 0x, 0x, 
0x, 0x15010003
  [ 1837.990144] tg3 :02:00.0: eth0: 0x0140: 0x1c0dd4aa, 0x90b1, 
0x, 0x
  [ 1838.002660] tg3 :02:00.0: eth0: 0x0150: 0x16010004, 0x, 
0x0007811b, 0x0001
  [ 1838.015173] tg3 :02:00.0: eth0: 0x0160: 0x23010002, 0x, 
0x, 0x
  [ 1838.027663] tg3 :02:00.0: eth0: 0x0170: 0x, 0x80ff, 
0x, 0x
  [ 1838.040168] tg3 :02:00.0: eth0: 0x0200: 0x, 0x0300, 
0x, 0x8b00
  [ 1838.052644] tg3 :02:00.0: eth0: 0x0210: 0x, 0xe300, 
0x, 0xc100
  [ 1838.065114] tg3 :02:00.0: eth0: 0x0220: 0x, 0x4500, 
0x, 0x
  [ 1838.077580] tg3 :02:00.0: eth0: 0x0260: 0x, 0x, 
0x, 0x0232
  [ 1838.090045] tg3 :02:00.0: eth0: 0x0280: 0x, 0x0a64, 
0x, 0x00c0
  [ 1838.102479] tg3 :02:00.0: eth0: 0x0290: 0x, 0x04d8, 
0x, 0x016e
  [ 1838.114912] tg3 :02:00.0: eth0: 0x0300: 0x, 0x018a, 
0x, 0x00e5
  [ 1838.127346] tg3 :02:00.0: eth0: 0x0400: 0x18e04808, 0x0040, 
0x1000, 0x0880
  [ 1838.139783] tg3 :02:00.0: eth0: 0x0410: 0x90b1, 0x1c0dd4aa, 
0x90b1, 0x1c0dd4aa
  [ 1838.152219] tg3 :02:00.0: eth0: 0x0420: 0x90b1, 0x1c0dd4aa, 
0x90b1, 0x1c0dd4aa
  [ 1838.164677] tg3 :02:00.0: eth0: 0x0430: 0x0400, 0x, 
0x0276, 0x05f2
  [ 1838.177118] tg3 :02:00.0: eth0: 0x0440: 0x, 0x, 
0x, 0x04380400
  [ 1838.189564] tg3 :02:00.0: eth0: 0x0450: 0x0001, 0x8000, 
0x, 0x0102
  [ 1838.202031] tg3 :02:00.0: eth0: 0x0460: 0x0008, 0x2620, 
0x01ff0102, 0x
  [ 1838.214498] tg3 :02:00.0: eth0: 0x0480: 0x4200, 0x7fff, 
0x0604, 0x7fff
  [ 1838.226968] tg3 :02:00.0: eth0: 0x0500: 0x0008, 0x0002, 
0x, 0x000

[Kernel-packages] [Bug 1206614] [NEW] [Hewlett-Packard HP ENVY m6 Notebook PC] late resume failure

2013-07-30 Thread Jean-Baptiste Camps
Public bug reported:

Tests with pm-hibernate fail most of the time (power does not stop), yet
work from time to time. Moreover, the modification to
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
to make hibernation appear in the gnome menu did not succeed.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-6-generic 3.10.0-6.17
ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
Uname: Linux 3.10.0-6-generic x86_64
Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jbc2051 F pulseaudio
Date: Tue Jul 30 19:40:18 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: late resume
HibernationDevice: RESUME=UUID=f068ddc5-e9f2-401f-b1a3-40a36380787a
InstallationDate: Installed on 2013-07-18 (12 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
InterpreterPath: /usr/bin/python3.3
MachineType: Hewlett-Packard HP ENVY m6 Notebook PC
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB:
 0 inteldrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=4c0df012-5c8a-4962-b327-461b8aa4a1fe ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-6-generic N/A
 linux-backports-modules-3.10.0-6-generic  N/A
 linux-firmware1.112
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: [Hewlett-Packard HP ENVY m6 Notebook PC] late resume failure
UpgradeStatus: Upgraded to saucy on 2013-07-29 (1 days ago)
UserGroups:
 
dmi.bios.date: 10/25/2012
dmi.bios.vendor: Insyde
dmi.bios.version: F.22
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 18A5
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 73.50
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.22:bd10/25/2012:svnHewlett-Packard:pnHPENVYm6NotebookPC:pvr088A1230591620100:rvnHewlett-Packard:rn18A5:rvr73.50:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY m6 Notebook PC
dmi.product.version: 088A1230591620100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops hibernate resume resume-late-hang saucy

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

Title:
  [Hewlett-Packard HP ENVY m6 Notebook PC] late resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  Tests with pm-hibernate fail most of the time (power does not stop),
  yet work from time to time. Moreover, the modification to
  /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-
  hibernate.pkla to make hibernation appear in the gnome menu did not
  succeed.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc2051 F pulseaudio
  Date: Tue Jul 30 19:40:18 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: late resume
  HibernationDevice: RESUME=UUID=f068ddc5-e9f2-401f-b1a3-40a36380787a
  InstallationDate: Installed on 2013-07-18 (12 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ENVY m6 Notebook PC
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=4c0df012-5c8a-4962-b327-461b8aa4a1fe ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  R

[Kernel-packages] [Bug 1159414] Re: [radeon] Xorg freeze - GPU lockup; doesn't occur with mainline kernel 3.8.0-030800rc3-generic or v3.9-rc4

2013-07-30 Thread Andrew Seyes
No I dont need a backport because I circumvent the problem by using my custom 
3.9 kernel.
Will upgrade to Saucy as I now know its resolved with that.
Please go ahead and close this bug report.

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

Title:
  [radeon] Xorg freeze - GPU lockup; doesn't occur with mainline kernel
  3.8.0-030800rc3-generic or v3.9-rc4

Status in “linux” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  The following GPU lokcup occurs when I boot ubuntu 13.04:
  [   47.900046] radeon :01:00.0: GPU lockup CP stall for more than 
1msec
  [   47.900053] radeon :01:00.0: GPU lockup (waiting for 
0x0003 last fence id 0x0001)

  I switched to the Mainline kernels as per the Wiki and found I can run
  kernel 3.8.0-030800rc3-generic with no problems, but any attempt to
  run a later version of the kernel results in the lockup shown above.

  Have just applied the latest updates to my system whcih brought in
  kernel 3.8.0.14 but I still get the same problem with that.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  Uname: Linux 3.8.0-030800rc3-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDmesg: [   28.040128] init: plymouth-stop pre-start process (1386) 
terminated with status 1
  Date: Sun Mar 24 13:30:13 2013
  DistUpgraded: 2013-02-23 22:11:43,708 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Since a couple weeks or more
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV635 [Mobility Radeon HD 3650] 
[1002:9591] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02a0]
  InstallationDate: Installed on 2013-02-23 (28 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Studio 1737
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-030800rc3-generic 
root=UUID=959245da-77fc-4821-a9e4-fdc472781133 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to raring on 2013-02-23 (28 days ago)
  dmi.bios.date: 02/11/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0P786H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd02/11/2009:svnDellInc.:pnStudio1737:pvrA05:rvnDellInc.:rn0P786H:rvrA05:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Studio 1737
  dmi.product.version: A05
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.03.20-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.42-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.5-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu3b1

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

2013-07-30 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1206602

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

Title:
  Add hotplug support for Micron's PCIe-SSD devices

Status in The Dell PowerEdge project:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Add hotplug (SRSI) support for Micron's PCIe-SSD devices (mtip32xx
  driver).

  The patches that enable this functionality have been submitted to the
  linux-block mailing list:

  http://marc.info/?l=linux-kernel&m=136812385512296

  Micron has been in direct conversations with Jens Axboe to merge these
  patches upstream, as far as I know there are no objections from the
  community and should just be a matter of time before they are merged
  upstream. They may not land in kernel 3.11, probably looking at 3.12.

  I tested these patches with the 3.10.2 kernel and both hot-removal and
  hot-insertion work ok. I had to pass the pci=pcie_bus_perf kernel
  parameter to avoid MaxPayload issues.

  Adding support in Saucy will pave the way for established support in
  the 14.04 LTS release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1206602/+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 1206618] [NEW] crystalhd kernel module fails to build on 3.5.x kernel [fatal error: asm/system.h: No such file or directory]

2013-07-30 Thread Niels Mayer
Public bug reported:

After updating 12.04.1 LTS to 'quantal' kernel, module "crystalhd" fails
to build due to missing headers such as asm/system.h -- similar to
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers/+bug/993506 and similarly, solved by copying missing x86 headers
from ARM. Note that the original 12.04.1 LTS kernel did not have this
problem with 'crystalhd-dkms' and module "crystalhd" ...

==
npm@meegotab:~$ sudo apt-get install crystalhd-dkms
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  linux-headers
The following NEW packages will be installed:
  crystalhd-dkms
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/736 kB of archives.
After this operation, 7,765 kB of additional disk space will be used.
Selecting previously unselected package crystalhd-dkms.
(Reading database ... 265224 files and directories currently installed.)
Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
First Installation: checking all kernels...
Building only for 3.5.0-37-generic
Building initial module for 3.5.0-37-generic
Error! Bad return status for module build on kernel: 3.5.0-37-generic (i686)
Consult /var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/make.log for more 
information.
==

To fix, I did the following as root (which needs to be redone on each
quantal kernel upgrade until this bug is fixed):

==
cd /usr/src/linux-headers-3.5.0-37/arch/
cp arm/include/asm/system.h x86/include/asm/
cp arm/include/asm/compiler.h x86/include/asm/
cp arm/include/asm/system_info.h x86/include/asm/
cp arm/include/asm/system_misc.h x86/include/asm/
apt-get purge crystalhd-dkms
==

Now the package builds successfully:

==
apt-get install crystalhd-dkms
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  linux-headers
The following NEW packages will be installed:
  crystalhd-dkms
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/736 kB of archives.
After this operation, 7,765 kB of additional disk space will be used.
Selecting previously unselected package crystalhd-dkms.
(Reading database ... 265224 files and directories currently installed.)
Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
First Installation: checking all kernels...
Building only for 3.5.0-37-generic
Building initial module for 3.5.0-37-generic
Done.

crystalhd:
Running module version sanity check.
 - Original module
 - Installation
   - Installing to /lib/modules/3.5.0-37-generic/updates/dkms/

depmod

DKMS: install completed.
==

And works (after starting youtube in browser with /etc/adobe/mms.cfg containing 
lines
EnableLinuxHWVideoDecode=1
OverrideGPUValidation=true)

==
npm@meegotab:~$ lsmod | grep crystal
crystalhd  80471  2 
==

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
Uname: Linux 3.5.0-37-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  npm1950 F pulseaudio
 /dev/snd/pcmC0D0p:   npm1950 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe40 irq 44'
   Mixer name   : 'Realtek ALC269VB'
   Components   : 'HDA:10ec0269,1b0a00c7,00100100'
   Controls  : 23
   Simple ctrls  : 11
Date: Tue Jul 30 10:32:46 2013
HibernationDevice: RESUME=UUID=f1eecaff-c75e-4fb5-9f62-b510fa2e9acc
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.1)
MachineType: EXOPC EXOPG06411
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-37-generic 

[Kernel-packages] [Bug 1206383] Re: Error! Bad return status for module build on kernel

2013-07-30 Thread Daniel Letzeisen
This is not really a bug. You have older kernel modules that need to be
updated for kernel 3.10.x

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/linux/+question/233271

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

Title:
  Error! Bad return status for module build on kernel

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  After an upgrade to 13.10, I rebooted to find a bunch of error reports
  (see screenshot).

  Hoping they might go away with another update, I tried that - which
  resulted in the same errors [1]

  [1] http://paste.ubuntu.com/5927929/

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-5-generic 3.10.0-5.15
  ProcVersionSignature: Ubuntu 3.10.0-5.15-generic 3.10.2
  Uname: Linux 3.10.0-5-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  michael2231 F pulseaudio
michael3657 F pulseaudio
   /dev/snd/controlC0:  michael2231 F pulseaudio
michael3657 F pulseaudio
  Date: Tue Jul 30 08:15:43 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-annan-standard-precise-amd64-20121106-1
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bb448ef7-de71-4b93-8343-74c1c165c1ad
  InstallationDate: Installed on 2012-11-09 (262 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20121106-09:07
  MachineType: ASUSTeK COMPUTER INC. X201EP
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-5-generic 
root=UUID=05643352-201b-43e8-976a-c1d40d591e80 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-5-generic N/A
   linux-backports-modules-3.10.0-5-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-07-30 (0 days ago)
  dmi.bios.date: 11/30/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X201EP.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X201EP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX201EP.205:bd11/30/2012:svnASUSTeKCOMPUTERINC.:pnX201EP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX201EP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X201EP
  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/1206383/+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 1206614] Status changed to Confirmed

2013-07-30 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/1206614

Title:
  [Hewlett-Packard HP ENVY m6 Notebook PC] late resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Tests with pm-hibernate fail most of the time (power does not stop),
  yet work from time to time. Moreover, the modification to
  /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-
  hibernate.pkla to make hibernation appear in the gnome menu did not
  succeed.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jbc2051 F pulseaudio
  Date: Tue Jul 30 19:40:18 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: late resume
  HibernationDevice: RESUME=UUID=f068ddc5-e9f2-401f-b1a3-40a36380787a
  InstallationDate: Installed on 2013-07-18 (12 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ENVY m6 Notebook PC
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=4c0df012-5c8a-4962-b327-461b8aa4a1fe ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Hewlett-Packard HP ENVY m6 Notebook PC] late resume failure
  UpgradeStatus: Upgraded to saucy on 2013-07-29 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 10/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.22
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 18A5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 73.50
  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.22:bd10/25/2012:svnHewlett-Packard:pnHPENVYm6NotebookPC:pvr088A1230591620100:rvnHewlett-Packard:rn18A5:rvr73.50:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY m6 Notebook PC
  dmi.product.version: 088A1230591620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1206614/+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 1206625] [NEW] [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure

2013-07-30 Thread Michael Nelson
Public bug reported:

This might be considered a dupe of bug 1157435. I upgrade to saucy for
other reasons, but saw a chance to check if suspend was working with
v3.10 kernal.

The machine suspended, but when I tried to resume, the fan span but the
screen never changed from a blank one :)

[1]
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1157435/comments/19

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-6-generic 3.10.0-6.17
ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
Uname: Linux 3.10.0-6-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  michael1728 F pulseaudio
Date: Tue Jul 30 19:59:06 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=1efd421f-ac68-455b-b4d4-8912fa02494d
InterpreterPath: /usr/bin/python3.3
MachineType: ASUSTeK COMPUTER INC. X201EP
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic.efi.signed 
root=UUID=05643352-201b-43e8-976a-c1d40d591e80 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-6-generic N/A
 linux-backports-modules-3.10.0-6-generic  N/A
 linux-firmware1.112
SourcePackage: linux
Title: [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 11/30/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X201EP.205
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X201EP
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX201EP.205:bd11/30/2012:svnASUSTeKCOMPUTERINC.:pnX201EP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX201EP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X201EP
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-kerneloops resume saucy suspend

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

Title:
  [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  This might be considered a dupe of bug 1157435. I upgrade to saucy for
  other reasons, but saw a chance to check if suspend was working with
  v3.10 kernal.

  The machine suspended, but when I tried to resume, the fan span but
  the screen never changed from a blank one :)

  [1]
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1157435/comments/19

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  michael1728 F pulseaudio
  Date: Tue Jul 30 19:59:06 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=1efd421f-ac68-455b-b4d4-8912fa02494d
  InterpreterPath: /usr/bin/python3.3
  MachineType: ASUSTeK COMPUTER INC. X201EP
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic.efi.signed 
root=UUID=05643352-201b-43e8-976a-c1d40d591e80 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  Title: [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/30/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X201EP.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X201EP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.v

[Kernel-packages] [Bug 1206602] Re: Add hotplug support for Micron's PCIe-SSD devices

2013-07-30 Thread Kent Baxley
This is a request to consider adding a new feature to the mptip32xx
driver.  There's no bug or breakage at this time.

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

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

Title:
  Add hotplug support for Micron's PCIe-SSD devices

Status in The Dell PowerEdge project:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Add hotplug (SRSI) support for Micron's PCIe-SSD devices (mtip32xx
  driver).

  The patches that enable this functionality have been submitted to the
  linux-block mailing list:

  http://marc.info/?l=linux-kernel&m=136812385512296

  Micron has been in direct conversations with Jens Axboe to merge these
  patches upstream, as far as I know there are no objections from the
  community and should just be a matter of time before they are merged
  upstream. They may not land in kernel 3.11, probably looking at 3.12.

  I tested these patches with the 3.10.2 kernel and both hot-removal and
  hot-insertion work ok. I had to pass the pci=pcie_bus_perf kernel
  parameter to avoid MaxPayload issues.

  Adding support in Saucy will pave the way for established support in
  the 14.04 LTS release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1206602/+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 1157435] Re: Unable to enter suspend/hibernation in Ubuntu 13.04 on an Asus X201E a.k.a. F201E

2013-07-30 Thread Michael Nelson
@jsalisbury

I updated to saucy (for other reasons), and tried suspend with the v3.10
kernal. It suspended, but didn't resume. Details on bug 1206625. Thanks
to the team for looking at these!

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

Title:
  Unable to enter suspend/hibernation in Ubuntu 13.04 on an Asus X201E
  a.k.a. F201E

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

Bug description:
  Ubuntu 13.04 works great on my Asus X201E [F201E in Germany, pre-
  installed with Precise], the only thing that doesn't work is suspend,
  as it bounces directly back into the OS. Strangely enough, the first
  suspend-operation works, but thereafter, it waked up immediately.
  Activating hibernation via terminal leads to the same phenomenon.

  pm-suspend.log in /var/log tells me:

  s2ram_do: Input/output error
  KMS graphics driver is in use, skipping quirks.
  Tue Mar 19 21:26:01 CET 2013: Awake.
  Tue Mar 19 21:26:01 CET 2013: Running hooks for resume
  Tue Mar 19 21:26:01 CET 2013: Finished.

  I also deleted everything via terminal in /usr/lib/pm-utils/sleep.d/
  and /etc/pm/sleep.d/ without any success [nor effect].

  It would be great if this bug could be fixed before 13.04 comes
  officially out, as the Asus X201E is preinstalled with Ubuntu 12.04
  LTS and I guess a lot of users will want to upgrade their OS.

  Best,
  Alex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1157435/+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 1203933] Re: Kernel panic in kernel version 3.8.0-26.38-generic 3.8.13.2

2013-07-30 Thread Rodney Beede
I am encountering this issue as well.  Attached is a screenshot.

My setup:

Ubuntu 13.04 LTS 64-bit Server Edition
VMWare Workstation 9 on a Windows 7 64-bit Enterprise Edition host
No floppy drive in the VM settings, but I didn't modify the default BIOS either.

One good tool to quickly reproduce the issue:
sudo apt-get install md5deep

sudo md5deep -c -r -z /

You get a kernel panic when it starts to hit items in /dev and
/vmlinuz.old

** Attachment added: "screenshots.tar"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+attachment/3754870/+files/screenshots.tar

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

Title:
  Kernel panic in kernel version  3.8.0-26.38-generic 3.8.13.2

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have been facing a frequent kernel panic in my recently upgraded
  version of Ubuntu 13.04. The kernel version that seems to have this
  issue is:  3.8.0-26.38-generic 3.8.13.2.

  Also, I have this perhaps related issue of the system not coming back
  up after a hibernation/suspension. Instead it basically dies out with
  a black screen. It doesn't even boot or show/do anything.

  I have also attached the output of "sudo lspci -vnvn > ~/lspci-
  vnvn.log".

  I really hope this helps..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image 3.8.0.26.44
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1479 F pulseaudio
  CRDA:
   country JO:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 18)
  Date: Tue Jul 23 05:19:31 2013
  HibernationDevice: RESUME=UUID=459421d9-357b-4af4-a296-08f07f4433cb
  InstallationDate: Installed on 2012-11-23 (241 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b57697bf-6a34-4695-9a61-bf90d7df03fc ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-15 (7 days ago)
  dmi.bios.date: 08/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/30/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166F:rvr09.37:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

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

2013-07-30 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/1206625

Title:
  [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This might be considered a dupe of bug 1157435. I upgrade to saucy for
  other reasons, but saw a chance to check if suspend was working with
  v3.10 kernal.

  The machine suspended, but when I tried to resume, the fan span but
  the screen never changed from a blank one :)

  [1]
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1157435/comments/19

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  michael1728 F pulseaudio
  Date: Tue Jul 30 19:59:06 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=1efd421f-ac68-455b-b4d4-8912fa02494d
  InterpreterPath: /usr/bin/python3.3
  MachineType: ASUSTeK COMPUTER INC. X201EP
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic.efi.signed 
root=UUID=05643352-201b-43e8-976a-c1d40d591e80 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.112
  SourcePackage: linux
  Title: [ASUSTeK COMPUTER INC. X201EP] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/30/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X201EP.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X201EP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX201EP.205:bd11/30/2012:svnASUSTeKCOMPUTERINC.:pnX201EP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX201EP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X201EP
  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/1206625/+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 1206618] Status changed to Confirmed

2013-07-30 Thread Brad Figg
This change was made by a bot.

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

** Tags added: quantal

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

Title:
  crystalhd kernel module fails to build on 3.5.x kernel  [fatal error:
  asm/system.h: No such file or directory]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After updating 12.04.1 LTS to 'quantal' kernel, module "crystalhd"
  fails to build due to missing headers such as asm/system.h -- similar
  to https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
  drivers/+bug/993506 and similarly, solved by copying missing x86
  headers from ARM. Note that the original 12.04.1 LTS kernel did not
  have this problem with 'crystalhd-dkms' and module "crystalhd" ...

  ==
  npm@meegotab:~$ sudo apt-get install crystalhd-dkms
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Suggested packages:
linux-headers
  The following NEW packages will be installed:
crystalhd-dkms
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/736 kB of archives.
  After this operation, 7,765 kB of additional disk space will be used.
  Selecting previously unselected package crystalhd-dkms.
  (Reading database ... 265224 files and directories currently installed.)
  Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
  Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
  Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
  First Installation: checking all kernels...
  Building only for 3.5.0-37-generic
  Building initial module for 3.5.0-37-generic
  Error! Bad return status for module build on kernel: 3.5.0-37-generic (i686)
  Consult /var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/make.log for 
more information.
  ==

  To fix, I did the following as root (which needs to be redone on each
  quantal kernel upgrade until this bug is fixed):

  ==
  cd /usr/src/linux-headers-3.5.0-37/arch/
  cp arm/include/asm/system.h x86/include/asm/
  cp arm/include/asm/compiler.h x86/include/asm/
  cp arm/include/asm/system_info.h x86/include/asm/
  cp arm/include/asm/system_misc.h x86/include/asm/
  apt-get purge crystalhd-dkms
  ==

  Now the package builds successfully:

  ==
  apt-get install crystalhd-dkms
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Suggested packages:
linux-headers
  The following NEW packages will be installed:
crystalhd-dkms
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/736 kB of archives.
  After this operation, 7,765 kB of additional disk space will be used.
  Selecting previously unselected package crystalhd-dkms.
  (Reading database ... 265224 files and directories currently installed.)
  Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
  Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
  Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
  First Installation: checking all kernels...
  Building only for 3.5.0-37-generic
  Building initial module for 3.5.0-37-generic
  Done.

  crystalhd:
  Running module version sanity check.
   - Original module
   - Installation
 - Installing to /lib/modules/3.5.0-37-generic/updates/dkms/

  depmod

  DKMS: install completed.
  ==

  And works (after starting youtube in browser with /etc/adobe/mms.cfg 
containing lines
  EnableLinuxHWVideoDecode=1
  OverrideGPUValidation=true)

  ==
  npm@meegotab:~$ lsmod | grep crystal
  crystalhd  80471  2 
  ==

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMA

[Kernel-packages] [Bug 1199708] Re: 8086:10c9 network not working properly, lot of dropped packets

2013-07-30 Thread Julian Wiedmann
And now it's in -updates (3.2.0-51.77, actually). Andras, please test
and confirm that this fixes the bug.

** Changed in: linux (Ubuntu)
   Status: Fix Committed => 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/1199708

Title:
  8086:10c9 network not working properly, lot of dropped packets

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Our server is working fine with kernel release: linux-image-3.2.0-45-generic 
or older and with the mainline kernel: 
linux-image-3.2.48-030248-generic_3.2.48-030248.201306291335_amd64.deb
  But when i reboot the server with Ubuntu kernels: 3.2.0-48 or 3.2.0-49 the 
network doesnt work anymore, there are a lot of dropped packets:
   ifconfig
  eth1  Link encap:Ethernet  HWaddr 34:07:fb:11:98:76
inet addr:172.31.66.14  Bcast:172.31.66.255  Mask:255.255.255.0
inet6 addr: fe80::3607:fbff:fe11:9876/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:616 errors:0 dropped:467 overruns:0 frame:0
TX packets:374 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:180722 (180.7 KB)  TX bytes:30938 (30.9 KB)
Memory:fb9a-fb9c

  eth5  Link encap:Ethernet  HWaddr 34:07:fb:11:98:72
inet addr:172.16.0.2  Bcast:172.16.0.255  Mask:255.255.255.0
inet6 addr: fe80::3607:fbff:fe11:9872/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1440 (1.4 KB)  TX bytes:468 (468.0 B)
Memory:fbba-fbbc

  eth6  Link encap:Ethernet  HWaddr 34:07:fb:11:98:73
inet addr:172.16.8.2  Bcast:172.16.8.255  Mask:255.255.255.0
inet6 addr: fe80::3607:fbff:fe11:9873/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:45 errors:0 dropped:0 overruns:0 frame:0
TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3384 (3.3 KB)  TX bytes:2358 (2.3 KB)
Memory:fbb4-fbb6

  loLink encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:12 errors:0 dropped:12 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1008 (1.0 KB)  TX bytes:1008 (1.0 KB)

  I attached the file generated with "ubuntu-bug linux" command.

  Please check it, thank you very much!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1199708/+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 1173741] Re: [HP Envy 14-2090eo] Touchpad stops responding after a while

2013-07-30 Thread Petteri P
I looked into this update earlier, but  I don't have the skills to
update as the bios update is an exe file that needs windows. I will look
into this again and report back; This will take some time

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

Title:
  [HP Envy 14-2090eo] Touchpad stops responding after a while

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Touchpad stops working shortly after logging in. This happens e.g when
  I start Firefox and type something for example in the search box and
  hit enter. When on the search results page the touchpad is not
  responding anymore.

  If I plug in an external USB mouse I can continue working although
  touchpad is not functioning.

  In my startup application I have the following line:
  syndaemon -i 1 -d

  If I disable this then the problem disapppears (I am almost sure). But
  it gets really tough to type if the touchpad is active as the pointer
  jumps all over.

  petteri@ENVY14:~$ uname -a
  Linux ENVY14 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

  petteri@ENVY14:~$ cat /proc/version_signature
  Ubuntu 3.2.0-40.64-generic 3.2.40

  The following produced an error, but log is however attached.
  petteri@ENVY14:~$ sudo lspci -vnvn > lspci-vnvn.log
  pcilib: sysfs_read_vpd: read failed: Connection timed out

  I have available the Xorg log file and evtest files as described in
  https://wiki.ubuntu.com/DebuggingTouchpadDetection if needed.

  My first bug report, please let me know if something obvious is missing.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  petteri1869 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc970 irq 55'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:111d7605,103c3385,00100105 
HDA:80862805,80860101,0010'
 Controls  : 28
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ae9f11c3-9db5-4071-a166-6af2b3c75818
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: Hewlett-Packard HP ENVY14 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-40-generic 
root=UUID=ffa53100-3c0a-4af7-8e04-fb41c1897373 ro quiet splash 
acpi_backlight=vendor acpi_osi=Linux vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-40-generic N/A
   linux-backports-modules-3.2.0-40-generic  N/A
   linux-firmware1.79.4
  StagingDrivers: mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-40-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/21/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0A
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3385
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 93.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0A:bd12/21/2011:svnHewlett-Packard:pnHPENVY14NotebookPC:pvr05A720200:rvnHewlett-Packard:rn3385:rvrKBCVersion93.12:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP ENVY14 Notebook PC
  dmi.product.version: 05A720200
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173741/+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 1203933] Re: Kernel panic in kernel version 3.8.0-26.38-generic 3.8.13.2

2013-07-30 Thread Rodney Beede
kern.log from crash with 3.8.0-27-generic

** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+attachment/3754957/+files/kern.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/1203933

Title:
  Kernel panic in kernel version  3.8.0-26.38-generic 3.8.13.2

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have been facing a frequent kernel panic in my recently upgraded
  version of Ubuntu 13.04. The kernel version that seems to have this
  issue is:  3.8.0-26.38-generic 3.8.13.2.

  Also, I have this perhaps related issue of the system not coming back
  up after a hibernation/suspension. Instead it basically dies out with
  a black screen. It doesn't even boot or show/do anything.

  I have also attached the output of "sudo lspci -vnvn > ~/lspci-
  vnvn.log".

  I really hope this helps..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image 3.8.0.26.44
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1479 F pulseaudio
  CRDA:
   country JO:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 18)
  Date: Tue Jul 23 05:19:31 2013
  HibernationDevice: RESUME=UUID=459421d9-357b-4af4-a296-08f07f4433cb
  InstallationDate: Installed on 2012-11-23 (241 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b57697bf-6a34-4695-9a61-bf90d7df03fc ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-15 (7 days ago)
  dmi.bios.date: 08/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/30/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166F:rvr09.37:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+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 1203933] Re: Kernel panic in kernel version 3.8.0-26.38-generic 3.8.13.2

2013-07-30 Thread Rodney Beede
Pulling the latest updates to 3.8.0-27 results in the same crash.

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

Title:
  Kernel panic in kernel version  3.8.0-26.38-generic 3.8.13.2

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I have been facing a frequent kernel panic in my recently upgraded
  version of Ubuntu 13.04. The kernel version that seems to have this
  issue is:  3.8.0-26.38-generic 3.8.13.2.

  Also, I have this perhaps related issue of the system not coming back
  up after a hibernation/suspension. Instead it basically dies out with
  a black screen. It doesn't even boot or show/do anything.

  I have also attached the output of "sudo lspci -vnvn > ~/lspci-
  vnvn.log".

  I really hope this helps..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image 3.8.0.26.44
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1479 F pulseaudio
  CRDA:
   country JO:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 18)
  Date: Tue Jul 23 05:19:31 2013
  HibernationDevice: RESUME=UUID=459421d9-357b-4af4-a296-08f07f4433cb
  InstallationDate: Installed on 2012-11-23 (241 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b57697bf-6a34-4695-9a61-bf90d7df03fc ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-15 (7 days ago)
  dmi.bios.date: 08/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/30/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166F:rvr09.37:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+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 1167586] Re: 8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

2013-07-30 Thread Joe Barnett
i couldn't get that kernel to boot to anything other than a blank/black
screen, not sure if fglrx related, but tried to point to ati driver in
xorg.conf and still had the same problem?

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

Title:
  8086:4239 [HP Envy 15t-1100] Wireless bandwidth throttled

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I'm at a location with a 50Mbit connection.  If I connect via an
  ethernet cable, I get approx 50Mbit downstream at speedtest.net /
  similar services.  If I connect via wireless in windows, I get approx
  20Mbit downstream (other users macs get ~20Mbit as well).  If I
  connect via wireless in ubuntu (iwlwifi driver), I get approx 5 Mbit
  downstream.  Would expect to get ~20Mbit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-28-generic 3.5.0-28.47
  ProcVersionSignature: Ubuntu 3.5.0-28.47-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jbarnett   3048 F pulseaudio
   /dev/snd/controlC0:  jbarnett   3048 F pulseaudio
   /dev/snd/pcmC0D0c:   jbarnett   3048 F...m pulseaudio
   /dev/snd/pcmC0D0p:   jbarnett   3048 F...m pulseaudio
  Date: Wed Apr 10 14:33:16 2013
  HibernationDevice: RESUME=UUID=6a792c43-ea80-4425-961e-ccde894552ed
  InstallationDate: Installed on 2010-04-19 (1087 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  MachineType: Hewlett-Packard HP ENVY 15 Notebook PC
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-28-generic 
root=UUID=639dc488-e095-42a4-8c1f-ffb1a9299e1c ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-28-generic N/A
   linux-backports-modules-3.5.0-28-generic  N/A
   linux-firmware1.95.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-10-05 (187 days ago)
  dmi.bios.date: 10/12/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.2B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1522
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 36.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.2B:bd10/12/2010:svnHewlett-Packard:pnHPENVY15NotebookPC:pvr048F1124192000153:rvnHewlett-Packard:rn1522:rvr36.35:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP ENVY 15 Notebook PC
  dmi.product.version: 048F1124192000153
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167586/+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 1203933] Re: Kernel panic in kernel version 3.8.0-26.38-generic 3.8.13.2

2013-07-30 Thread Rodney Beede
My system seems to crash whether doing the md5deep / probe or when doing
a large amount of I/O on other mount points.

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

Title:
  Kernel panic in kernel version  3.8.0-26.38-generic 3.8.13.2

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have been facing a frequent kernel panic in my recently upgraded
  version of Ubuntu 13.04. The kernel version that seems to have this
  issue is:  3.8.0-26.38-generic 3.8.13.2.

  Also, I have this perhaps related issue of the system not coming back
  up after a hibernation/suspension. Instead it basically dies out with
  a black screen. It doesn't even boot or show/do anything.

  I have also attached the output of "sudo lspci -vnvn > ~/lspci-
  vnvn.log".

  I really hope this helps..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image 3.8.0.26.44
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1479 F pulseaudio
  CRDA:
   country JO:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 18)
  Date: Tue Jul 23 05:19:31 2013
  HibernationDevice: RESUME=UUID=459421d9-357b-4af4-a296-08f07f4433cb
  InstallationDate: Installed on 2012-11-23 (241 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b57697bf-6a34-4695-9a61-bf90d7df03fc ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-15 (7 days ago)
  dmi.bios.date: 08/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/30/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166F:rvr09.37:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+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 1108457] Re: 1002:714a Kernel 3.5 is not booting

2013-07-30 Thread Julian Wiedmann
Fibonacci,

could you please update to the latest kernel in quantal-updates (3.5.0-37.58) 
and see if it fixes this bug?
Thanks.

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

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

Title:
  1002:714a Kernel 3.5 is not booting

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I've installed kernel 3.5 as part of an upgrade to Quantal on my laptop, and 
I haven't been able to get it to boot. This is what I see on my screen before 
the computer freezes:
  Loading Linux 3.5.0-##-generic...
  Loading initial ramdisk...

  3.5 boots with nomodeset, but the maximum possible screen resolution
  is too low (1024×768) and there is some sort of colour artifacts,
  making the desktop unusable in that case.

  I've tested on the latest upstream kernel too (v3.8-rc4), but the bug
  is still present.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-generic 3.5.0.22.28
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
  Uname: Linux 3.2.0-32-generic-pae i686
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fibonacci   1857 F pulseaudio
  Date: Mon Jan 28 21:26:34 2013
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=5f32e5ec-c004-4cd7-b536-06553d842262
  InstallationDate: Installed on 2012-07-31 (181 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  MachineType: Hewlett-Packard HP Compaq nc6400 (EH521AV)
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic-pae 
root=UUID=3fad931e-f931-4a8e-a14b-d9f3e2a182a9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-32-generic-pae N/A
   linux-backports-modules-3.2.0-32-generic-pae  N/A
   linux-firmware1.95
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-10-22 (98 days ago)
  dmi.bios.date: 09/05/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68YCD Ver. F.0B
  dmi.board.name: 30AC
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 56.36
  dmi.chassis.asset.tag: MXL7250SWK
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68YCDVer.F.0B:bd09/05/2007:svnHewlett-Packard:pnHPCompaqnc6400(EH521AV):pvrF.0B:rvnHewlett-Packard:rn30AC:rvrKBCVersion56.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nc6400 (EH521AV)
  dmi.product.version: F.0B
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1108457/+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 1196603] Re: [Dell Inc. Dell System XPS L322X] late resume failure

2013-07-30 Thread Barre
I've updated the system and got a new kernel
$ uname -a
Linux bobby 3.10.0-6-generic #17-Ubuntu SMP Fri Jul 26 18:29:23 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

The problem is seems to be fixed.

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

Title:
  [Dell Inc. Dell System XPS L322X] late resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When resuming from suspend the wifi-network doesn't work.
  I have to reboot to get network conectivity again.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-1-generic 3.10.0-1.8
  ProcVersionSignature: Ubuntu 3.10.0-1.8-generic 3.10.0-rc7
  Uname: Linux 3.10.0-1-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.  The resume processing hung very near the end and will have 
appeared to have completed normally.
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jonas  2507 F pulseaudio
  Date: Mon Jul  1 17:28:03 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: late resume
  HibernationDevice: RESUME=UUID=39533e2f-2bc7-4904-bf01-fb332438d963
  InstallationDate: Installed on 2013-03-14 (108 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
  InterpreterPath: /usr/bin/python3.3
  MachineType: Dell Inc. Dell System XPS L322X
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1-generic 
root=UUID=64dcf921-835a-47ee-b904-38672936db1b ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-1-generic N/A
   linux-backports-modules-3.10.0-1-generic  N/A
   linux-firmware1.110
  SleepLog:
   enabled, active
   SETTING OF KERNEL PARAMETER FAILED: echo ondemand \> 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
   SETTING OF KERNEL PARAMETER FAILED: echo ondemand \> 
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
   SETTING OF KERNEL PARAMETER FAILED: echo ondemand \> 
/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
   SETTING OF KERNEL PARAMETER FAILED: echo ondemand \> 
/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
  SourcePackage: linux
  Title: [Dell Inc. Dell System XPS L322X] late resume failure
  UpgradeStatus: Upgraded to saucy on 2013-06-11 (19 days ago)
  UserGroups:
   
  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PJHXN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd01/22/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1196603/+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 1203933] Re: Kernel panic in kernel version 3.8.0-26.38-generic 3.8.13.2

2013-07-30 Thread Rodney Beede
I am able to reproduce this issue 100% of the time.  A quick way to
trigger the kernel panic is

sudo md5deep -r -c -z /dev

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

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

Title:
  Kernel panic in kernel version  3.8.0-26.38-generic 3.8.13.2

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have been facing a frequent kernel panic in my recently upgraded
  version of Ubuntu 13.04. The kernel version that seems to have this
  issue is:  3.8.0-26.38-generic 3.8.13.2.

  Also, I have this perhaps related issue of the system not coming back
  up after a hibernation/suspension. Instead it basically dies out with
  a black screen. It doesn't even boot or show/do anything.

  I have also attached the output of "sudo lspci -vnvn > ~/lspci-
  vnvn.log".

  I really hope this helps..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image 3.8.0.26.44
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  omar   1479 F pulseaudio
  CRDA:
   country JO:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 18)
  Date: Tue Jul 23 05:19:31 2013
  HibernationDevice: RESUME=UUID=459421d9-357b-4af4-a296-08f07f4433cb
  InstallationDate: Installed on 2012-11-23 (241 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=b57697bf-6a34-4695-9a61-bf90d7df03fc ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-26-generic N/A
   linux-backports-modules-3.8.0-26-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-07-15 (7 days ago)
  dmi.bios.date: 08/30/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.33
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.33:bd08/30/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166F:rvr09.37:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1203933/+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 1206618] Re: crystalhd kernel module fails to build on 3.5.x kernel [fatal error: asm/system.h: No such file or directory]

2013-07-30 Thread Daniel Letzeisen
*** This bug is a duplicate of bug 1016976 ***
https://bugs.launchpad.net/bugs/1016976

** Package changed: linux (Ubuntu) => crystalhd (Ubuntu)

** This bug has been marked a duplicate of bug 1016976
   crystalhd-dkms fails to build on 3.5.x kernel [fatal error: asm/system.h: No 
such file or directory]

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

Title:
  crystalhd kernel module fails to build on 3.5.x kernel  [fatal error:
  asm/system.h: No such file or directory]

Status in “crystalhd” package in Ubuntu:
  Confirmed

Bug description:
  After updating 12.04.1 LTS to 'quantal' kernel, module "crystalhd"
  fails to build due to missing headers such as asm/system.h -- similar
  to https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
  drivers/+bug/993506 and similarly, solved by copying missing x86
  headers from ARM. Note that the original 12.04.1 LTS kernel did not
  have this problem with 'crystalhd-dkms' and module "crystalhd" ...

  ==
  npm@meegotab:~$ sudo apt-get install crystalhd-dkms
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Suggested packages:
linux-headers
  The following NEW packages will be installed:
crystalhd-dkms
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/736 kB of archives.
  After this operation, 7,765 kB of additional disk space will be used.
  Selecting previously unselected package crystalhd-dkms.
  (Reading database ... 265224 files and directories currently installed.)
  Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
  Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
  Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
  First Installation: checking all kernels...
  Building only for 3.5.0-37-generic
  Building initial module for 3.5.0-37-generic
  Error! Bad return status for module build on kernel: 3.5.0-37-generic (i686)
  Consult /var/lib/dkms/crystalhd/0.0~git20110715.fdd2f19/build/make.log for 
more information.
  ==

  To fix, I did the following as root (which needs to be redone on each
  quantal kernel upgrade until this bug is fixed):

  ==
  cd /usr/src/linux-headers-3.5.0-37/arch/
  cp arm/include/asm/system.h x86/include/asm/
  cp arm/include/asm/compiler.h x86/include/asm/
  cp arm/include/asm/system_info.h x86/include/asm/
  cp arm/include/asm/system_misc.h x86/include/asm/
  apt-get purge crystalhd-dkms
  ==

  Now the package builds successfully:

  ==
  apt-get install crystalhd-dkms
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Suggested packages:
linux-headers
  The following NEW packages will be installed:
crystalhd-dkms
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/736 kB of archives.
  After this operation, 7,765 kB of additional disk space will be used.
  Selecting previously unselected package crystalhd-dkms.
  (Reading database ... 265224 files and directories currently installed.)
  Unpacking crystalhd-dkms (from 
.../crystalhd-dkms_1%3a0.0~git20110715.fdd2f19-4.1_i386.deb) ...
  Setting up crystalhd-dkms (1:0.0~git20110715.fdd2f19-4.1) ...
  Loading new crystalhd-0.0~git20110715.fdd2f19 DKMS files...
  First Installation: checking all kernels...
  Building only for 3.5.0-37-generic
  Building initial module for 3.5.0-37-generic
  Done.

  crystalhd:
  Running module version sanity check.
   - Original module
   - Installation
 - Installing to /lib/modules/3.5.0-37-generic/updates/dkms/

  depmod

  DKMS: install completed.
  ==

  And works (after starting youtube in browser with /etc/adobe/mms.cfg 
containing lines
  EnableLinuxHWVideoDecode=1
  OverrideGPUValidation=true)

  ==
  npm@meegotab:~$ lsmod | grep crystal
  crystalhd  80471  2 
  ==

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-37-generic 3.5.0-37.58~precise1
  ProcVersionSignature: Ubuntu 3.5.0-37.58~precise1-generic 3.5.7.16
  Uname: Linux 3.5.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardw

[Kernel-packages] [Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-30 Thread Ryan McClure
Paul, can you post the exact steps you went through to obtain and build
both the latest driver and firmware, just so we have it here for
posterity?

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

Bug description:
  Wireless no longer seems to work since I upgraded to Precise, it was working 
(albeit very flaky) ion 11.10, but it never seems to be able to connect to any 
access points since the upgrade.
  It can see all the available networks, but it can't seem to connect to any of 
them.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-3-generic-pae 3.2.0-3.9
  ProcVersionSignature: Ubuntu 3.2.0-3.9-generic-pae 3.2.0-rc4
  Uname: Linux 3.2.0-3-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1763 F pulseaudio
  CRDA:
   country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Dec 10 12:54:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: LENOVO 05962RU
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-generic-pae 
root=UUID=c9ef48cc-ddc5-4873-ac9b-2a14fe2329d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-3-generic-pae N/A
   linux-backports-modules-3.2.0-3-generic-pae  N/A
   linux-firmware   1.62
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2011-12-10 (0 days ago)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8FET31WW (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 05962RU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8FET31WW(1.15):bd08/25/2011:svnLENOVO:pn05962RU:pvrThinkPadX120e:rvnLENOVO:rn05962RU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 05962RU
  dmi.product.version: ThinkPad X120e
  dmi.sys.vendor: LENOVO
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1699 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 

[Kernel-packages] [Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-30 Thread Ryan McClure
For my part, I cannot get past the MAKE portion due to an apparent Error
in the included pci.h file on line 247.

error: expected '=', ',', ';', 'asm' or '__attribute__' before
'rtl_pci_probe'

This causes an Error 1 building base.o, which then causes an Error 2 in
the overall process. I'm afraid I'm not familiar enough with C-style
code to identify any obvious problems with the code on that line.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

Bug description:
  Wireless no longer seems to work since I upgraded to Precise, it was working 
(albeit very flaky) ion 11.10, but it never seems to be able to connect to any 
access points since the upgrade.
  It can see all the available networks, but it can't seem to connect to any of 
them.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-3-generic-pae 3.2.0-3.9
  ProcVersionSignature: Ubuntu 3.2.0-3.9-generic-pae 3.2.0-rc4
  Uname: Linux 3.2.0-3-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1763 F pulseaudio
  CRDA:
   country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Dec 10 12:54:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: LENOVO 05962RU
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-generic-pae 
root=UUID=c9ef48cc-ddc5-4873-ac9b-2a14fe2329d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-3-generic-pae N/A
   linux-backports-modules-3.2.0-3-generic-pae  N/A
   linux-firmware   1.62
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2011-12-10 (0 days ago)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8FET31WW (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 05962RU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8FET31WW(1.15):bd08/25/2011:svnLENOVO:pn05962RU:pvrThinkPadX120e:rvnLENOVO:rn05962RU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 05962RU
  dmi.product.version: ThinkPad X120e
  dmi.sys.vendor: LENOVO
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1699 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble

[Kernel-packages] [Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-30 Thread Larry Finger
Perhaps you should list the line that gives the error, as it is not
clear what kernel you are using.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

Bug description:
  Wireless no longer seems to work since I upgraded to Precise, it was working 
(albeit very flaky) ion 11.10, but it never seems to be able to connect to any 
access points since the upgrade.
  It can see all the available networks, but it can't seem to connect to any of 
them.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-3-generic-pae 3.2.0-3.9
  ProcVersionSignature: Ubuntu 3.2.0-3.9-generic-pae 3.2.0-rc4
  Uname: Linux 3.2.0-3-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1763 F pulseaudio
  CRDA:
   country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Dec 10 12:54:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: LENOVO 05962RU
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-generic-pae 
root=UUID=c9ef48cc-ddc5-4873-ac9b-2a14fe2329d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-3-generic-pae N/A
   linux-backports-modules-3.2.0-3-generic-pae  N/A
   linux-firmware   1.62
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2011-12-10 (0 days ago)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8FET31WW (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 05962RU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8FET31WW(1.15):bd08/25/2011:svnLENOVO:pn05962RU:pvrThinkPadX120e:rvnLENOVO:rn05962RU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 05962RU
  dmi.product.version: ThinkPad X120e
  dmi.sys.vendor: LENOVO
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1699 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1

[Kernel-packages] [Bug 1034132] Re: Macbook touchpad cursor moving in steps

2013-07-30 Thread dp
With Ubuntu 13.04, this issue gained in severity. I could previously apply the 
patch mentioned in the first post to the appletouch driver and replace 
appletouch.ko with my custom version.
However, the appletouch driver I have access to *without* fiddling with the 
entire kernel sources will no longer load in the Ubuntu 13.04 kernel.

Thus, there is no longer a workaround.

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

Title:
  Macbook touchpad cursor moving in steps

Status in “linux” package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  I'm on a MacBook2,1, running a fully updated Ubuntu 12.04. When using
  the internal Touchpad (appletouch driver), the cursor only moves
  horizontally or vertically. When dragging a diagonal line, the cursor
  will move in steps, basically rendering the builtin touchpad unusable.

  This issue is also described in a forum thread:
  http://ubuntuforums.org/showthread.php?t=813884&page=6

  In the second post on page 6 describes a solution. In the linux
  kernel, in appletouch.c, change the following two defines:

  Original:

  #define ATP_FUZZ 16

  #define ATP_THRESHOLD 5

  New:

  #define ATP_FUZZ 0

  #define ATP_THRESHOLD 3

  and recompile.

  I tried this and can confirm that the touchpad is now fully usable.
  However, recompiling the kernel takes several hours and *all* of the
  disk space on my laptop. Doing this on every kernel update is just not
  practical.

  I would therefore like to ask that this be applied as a patch to the default 
ubuntu kernel.
  At the very least, please make an optional package containing the patched 
appletouch driver that can be selectively installed by people having this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-generic 3.2.0.27.29
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 1778 F pulseaudio
  CRDA:
   country AW:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20)
(5250 - 5330 @ 40), (N/A, 20), DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9044 irq 43'
 Mixer name : 'SigmaTel STAC9221 A1'
 Components : 'HDA:83847680,106b2200,00103401'
 Controls  : 25
 Simple ctrls  : 13
  Date: Tue Aug  7 21:35:12 2012
  HibernationDevice: RESUME=UUID=a7716e7d-8718-4fe9-988f-958519d6a2c2
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64+mac 
(20120425.1)
  MachineType: Apple Inc. MacBook2,1
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic 
root=UUID=c63dd388-29f9-43dc-a835-0b471ccb2f85 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-27-generic N/A
   linux-backports-modules-3.2.0-27-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/27/07
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB21.88Z.00A5.B07.0706270922
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Mac-F4208CA9
  dmi.board.vendor: Apple Inc.
  dmi.board.version: PVT
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F4208CA9
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CA9:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208CA9:
  dmi.product.name: MacBook2,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034132/+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 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-30 Thread Ryan McClure
I did. "For my part, I cannot get past the MAKE portion due to an
apparent Error in the included pci.h file on line 247."

Here's uname -a, as well:

Linux *** 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

Here's the full output from make:

root@***:/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013#
 make
make -C /lib/modules/3.8.0-27-generic/build 
M=/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013
 modules
make[1]: Entering directory `/usr/src/linux-headers-3.8.0-27-generic'
  CC [M]  
/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o
In file included from 
/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.c:39:0:
/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/pci.h:247:15:
 error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’
make[2]: *** 
[/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/base.o]
 Error 1
make[1]: *** 
[_module_/home/***/Downloads/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013]
 Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-27-generic'
make: *** [all] Error 2

(Asterisks obfuscate personel info)

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

Bug description:
  Wireless no longer seems to work since I upgraded to Precise, it was working 
(albeit very flaky) ion 11.10, but it never seems to be able to connect to any 
access points since the upgrade.
  It can see all the available networks, but it can't seem to connect to any of 
them.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-3-generic-pae 3.2.0-3.9
  ProcVersionSignature: Ubuntu 3.2.0-3.9-generic-pae 3.2.0-rc4
  Uname: Linux 3.2.0-3-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beuno  1763 F pulseaudio
  CRDA:
   country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xf0244000 irq 44'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 5
 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 'SB'/'HDA ATI SB at 0xf024 irq 16'
 Mixer name : 'Conexant CX20582 (Pebble)'
 Components : 'HDA:14f15066,17aa21df,00100302'
 Controls  : 8
 Simple ctrls  : 5
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Dec 10 12:54:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: LENOVO 05962RU
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-generic-pae 
root=UUID=c9ef48cc-ddc5-4873-ac9b-2a14fe2329d3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-3-generic-pae N/A
   linux-backports-modules-3.2.0-3-generic-pae  N/A
   linux-firmware   1.62
  SourcePackage: linux
  UpgradeStatus: Upgraded to precise on 2011-12-10 (0 days ago)
  dmi.bios.date: 08/25/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8FET31WW (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 05962RU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8FET31WW(1.15):bd08/25/2011:svnLENOVO:pn05962RU:pvrThinkPadX120e:rvnLENOVO:rn05962RU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 05962RU
  dmi.product.version: ThinkPad X120e
  dmi.sys.

[Kernel-packages] [Bug 1206701] [NEW] bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module failed to build

2013-07-30 Thread Robert Los
Public bug reported:

did a dist-upgrade from 12.04 to 12.10 and than from 12.10 to 13.04
Kernel did not upgrade because of an inconsistency in kernel modules and 
memtest86+
tried to download the latest kernel modules from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.10-raring/
copied header modules and kernel modules and generic headers.
did dpkg -i which resulted in compiled modules. Grub failed however with:


 /boot/vmlinuz-3.8.10-030810-generic
Generating grub.cfg ...
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.8.10-030810-generic.postinst line 1010.
dpkg: error processing linux-image-3.8.10-030810-generic (--install):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-3.8.10-030810-generic

leaving me with a 3.2 kernel.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
Uname: Linux 3.2.0-52-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
DKMSKernelVersion: 3.9.11-030911-generic
Date: Tue Jul 30 23:07:49 2013
InstallationDate: Installed on 2012-10-11 (292 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
MarkForUpload: True
PackageVersion: 6.20.155.1+bdcom-0ubuntu6
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module 
failed to build
UpgradeStatus: Upgraded to raring on 2013-07-30 (0 days ago)

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


** Tags: amd64 apport-package raring

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

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module
  failed to build

Status in “bcmwl” package in Ubuntu:
  New

Bug description:
  did a dist-upgrade from 12.04 to 12.10 and than from 12.10 to 13.04
  Kernel did not upgrade because of an inconsistency in kernel modules and 
memtest86+
  tried to download the latest kernel modules from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.10-raring/
  copied header modules and kernel modules and generic headers.
  did dpkg -i which resulted in compiled modules. Grub failed however with:


   /boot/vmlinuz-3.8.10-030810-generic
  Generating grub.cfg ...
  run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
  Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.8.10-030810-generic.postinst line 1010.
  dpkg: error processing linux-image-3.8.10-030810-generic (--install):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   linux-image-3.8.10-030810-generic

  leaving me with a 3.2 kernel.

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  DKMSKernelVersion: 3.9.11-030911-generic
  Date: Tue Jul 30 23:07:49 2013
  InstallationDate: Installed on 2012-10-11 (292 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MarkForUpload: True
  PackageVersion: 6.20.155.1+bdcom-0ubuntu6
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module 
failed to build
  UpgradeStatus: Upgraded to raring on 2013-07-30 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1206701/+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 726814] Re: 0781:5406 udisks-daemon uses a ton of CPU after inserting a SanDisk U3 Cruzer Micro usb stick

2013-07-30 Thread nachokb
*** This bug is a duplicate of bug 689593 ***
https://bugs.launchpad.net/bugs/689593

** This bug has been marked a duplicate of bug 689593
   2x100% CPU and memory usage growth when performing partition modifications 
via udisks

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

Title:
  0781:5406 udisks-daemon uses a ton of CPU after inserting a SanDisk U3
  Cruzer Micro usb stick

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux-2.6” package in Debian:
  New
Status in “linux” package in Fedora:
  Confirmed

Bug description:
  Binary package hint: udisks

  Immediately after inserting this device I end up seeing this in top:

   1521 bdmurray  20   0  153m 4848 3248 R   48  0.3   3:22.45 gvfs-gdu-volume  

   1523 root  20   0  133m 4756 3200 S   38  0.3   2:42.85 udisks-daemon

   1599 bdmurray  20   0  225m  10m 7884 S   22  0.6   1:33.28 gdu-notificatio  

   1742 bdmurray  20   0  361m  16m  11m R   22  0.9   1:31.53 update-notifier  

463 root  18  -2 21664 1132  392 S   18  0.1   1:16.45 udevd

  I wonder if it is related to the fake cd-rom on the stick:

  [ 3925.041043] scsi 6:0:0:1: CD-ROMSanDisk  U3 Cruzer
  Micro  6.51 PQ: 0 ANSI: 0

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: udisks 1.0.2-3+ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  Architecture: amd64
  Date: Mon Feb 28 13:47:38 2011
  EcryptfsInUse: Yes
  HotplugNewDevices: /dev/sdb /dev/sdb1
  HotplugNewMounts: /dev/sdb1 /media/6F51-B12A vfat 
rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=cp437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: LENOVO 0831CTO
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-5-generic 
root=UUID=58a88244-4d22-41f7-bd3a-aaa049c553a6 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  SourcePackage: udisks
  Symptom: storage
  UpgradeStatus: Upgraded to natty on 2011-02-24 (3 days ago)
  dmi.bios.date: 09/15/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET53WW (1.23 )
  dmi.board.name: 0831CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6QET53WW(1.23):bd09/15/2010:svnLENOVO:pn0831CTO:pvrThinkPadX201Tablet:rvnLENOVO:rn0831CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 0831CTO
  dmi.product.version: ThinkPad X201 Tablet
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/726814/+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 1206701] Re: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module failed to build

2013-07-30 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module
  failed to build

Status in “bcmwl” package in Ubuntu:
  New

Bug description:
  did a dist-upgrade from 12.04 to 12.10 and than from 12.10 to 13.04
  Kernel did not upgrade because of an inconsistency in kernel modules and 
memtest86+
  tried to download the latest kernel modules from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.10-raring/
  copied header modules and kernel modules and generic headers.
  did dpkg -i which resulted in compiled modules. Grub failed however with:


   /boot/vmlinuz-3.8.10-030810-generic
  Generating grub.cfg ...
  run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
  Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.8.10-030810-generic.postinst line 1010.
  dpkg: error processing linux-image-3.8.10-030810-generic (--install):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   linux-image-3.8.10-030810-generic

  leaving me with a 3.2 kernel.

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-52.78-generic 3.2.48
  Uname: Linux 3.2.0-52-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  DKMSKernelVersion: 3.9.11-030911-generic
  Date: Tue Jul 30 23:07:49 2013
  InstallationDate: Installed on 2012-10-11 (292 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MarkForUpload: True
  PackageVersion: 6.20.155.1+bdcom-0ubuntu6
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu6: bcmwl kernel module 
failed to build
  UpgradeStatus: Upgraded to raring on 2013-07-30 (0 days ago)

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

2013-07-30 Thread Jeff Marcom
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1206710/+attachment/3755210/+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/1206710

Title:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

Status in Open Compute Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

  I tried the latest daily saucy image with 3.10.0-6.17 and after
  installation the machine first fails to establish a network
  connection. NIC is plugged in and used to perform PXE boot. Then it
  proceeds to hang (during first boot after install) and stop responding
  to any keyboard actions. Can't switch tty etc.

  When loading the desktop, there is no indication that network -manager
  found any suitable physical network devices. I was unable to check
  whether the NIC interface was present in the /sys due to system halt
  and unresponsive keyboard.

  With precise and stock 3.5.0-23 kernel the installation and boot is
  successful, but installing any kernel above 3.8 in precise fails to
  boot successfully.

To manage notifications about this bug go to:
https://bugs.launchpad.net/opencompute/+bug/1206710/+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 1206710] [NEW] [OCPv2 Windmill]: Can't install Raring or Saucy.

2013-07-30 Thread Jeff Marcom
Public bug reported:

[OCPv2 Windmill]: Can't install Raring or Saucy.

I tried the latest daily saucy image with 3.10.0-6.17 and after
installation the machine first fails to establish a network connection.
NIC is plugged in and used to perform PXE boot. Then it proceeds to hang
(during first boot after install) and stop responding to any keyboard
actions. Can't switch tty etc.

When loading the desktop, there is no indication that network -manager
found any suitable physical network devices. I was unable to check
whether the NIC interface was present in the /sys due to system halt and
unresponsive keyboard.

With precise and stock 3.5.0-23 kernel the installation and boot is
successful, but installing any kernel above 3.8 in precise fails to boot
successfully.

** Affects: opencompute
 Importance: Undecided
 Status: New

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


** Tags: apport-collected precise

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

** Tags added: apport-collected precise

** Description changed:

  [OCPv2 Windmill]: Can't install Raring or Saucy.
  
  I tried the latest daily saucy image with 3.10.0-6.17 and after
  installation the machine first fails to establish a network connection.
  NIC is plugged in and used to perform PXE boot. Then it proceeds to hang
  and stop responding to any keyboard actions. Can't switch tty etc.
  
  When loading the desktop, there is no indication that network -manager
  found any suitable physical network devices. I was unable to check
  whether the NIC interface was present in the /sys due to system halt and
  unresponsive keyboard.
  
- With precise and stock 3.5.0-23 kernel the installation and boot is
- successful, but installing any kernel above 3.8 in precise fails to boot
- successfully.
+ With precise and stock 3.5.0-23 kernel the installation and boot is 
successful, but installing any kernel above 3.8 in precise fails to boot 
successfully.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
+ AplayDevices:
+  Home directory /home/ubuntu not ours.
+   List of PLAYBACK Hardware Devices 
+  card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ ApportVersion: 2.0.1-0ubuntu17.1
+ Architecture: amd64
+ ArecordDevices:
+  Home directory /home/ubuntu not ours.
+   List of CAPTURE Hardware Devices 
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 2760 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'Generic'/'HD-Audio Generic at 0xdfe4 irq 113'
+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]
+ CurrentDmesg:
+  [   43.890183] type=1400 audit(1375221797.042:30): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=2933 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
+  [  330.675164] type=1400 audit(1375222084.134:31): apparmor="DENIED" 
operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1361 comm="cupsd" 
pid=1361 comm="cupsd" capability=36  capname="block_suspend"
+  [ 2016.826676] type=1400 audit(1375223771.934:32): apparmor="DENIED" 
operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1361 comm="cupsd" 
pid=1361 comm="cupsd" capability=36  capname="block_suspend"
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=6d84a3d1-038d-4cf6-ba62-4c8937bf4a0c
+ InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  lono wireless extensions.
+ Lsusb:
+  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 003: ID 0624:0296 Avocent Corp.
+ MachineType: Quanta Freedom
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=screen
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=00a0e7af-77b9-4829-8f99-0fda2492da82 ro quiet splash initcall_debug 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-23-generic N/A
+  linux-backports-mod

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

2013-07-30 Thread Jeff Marcom
apport information

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

Title:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

Status in Open Compute Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

  I tried the latest daily saucy image with 3.10.0-6.17 and after
  installation the machine first fails to establish a network
  connection. NIC is plugged in and used to perform PXE boot. Then it
  proceeds to hang (during first boot after install) and stop responding
  to any keyboard actions. Can't switch tty etc.

  When loading the desktop, there is no indication that network -manager
  found any suitable physical network devices. I was unable to check
  whether the NIC interface was present in the /sys due to system halt
  and unresponsive keyboard.

  With precise and stock 3.5.0-23 kernel the installation and boot is
  successful, but installing any kernel above 3.8 in precise fails to
  boot successfully.

To manage notifications about this bug go to:
https://bugs.launchpad.net/opencompute/+bug/1206710/+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 1206710] BootDmesg.txt

2013-07-30 Thread Jeff Marcom
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1206710/+attachment/3755207/+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/1206710

Title:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

Status in Open Compute Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

  I tried the latest daily saucy image with 3.10.0-6.17 and after
  installation the machine first fails to establish a network
  connection. NIC is plugged in and used to perform PXE boot. Then it
  proceeds to hang (during first boot after install) and stop responding
  to any keyboard actions. Can't switch tty etc.

  When loading the desktop, there is no indication that network -manager
  found any suitable physical network devices. I was unable to check
  whether the NIC interface was present in the /sys due to system halt
  and unresponsive keyboard.

  With precise and stock 3.5.0-23 kernel the installation and boot is
  successful, but installing any kernel above 3.8 in precise fails to
  boot successfully.

To manage notifications about this bug go to:
https://bugs.launchpad.net/opencompute/+bug/1206710/+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 1206710] AcpiTables.txt

2013-07-30 Thread Jeff Marcom
apport information

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/1206710/+attachment/3755205/+files/AcpiTables.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/1206710

Title:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

Status in Open Compute Project:
  New
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  [OCPv2 Windmill]: Can't install Raring or Saucy.

  I tried the latest daily saucy image with 3.10.0-6.17 and after
  installation the machine first fails to establish a network
  connection. NIC is plugged in and used to perform PXE boot. Then it
  proceeds to hang (during first boot after install) and stop responding
  to any keyboard actions. Can't switch tty etc.

  When loading the desktop, there is no indication that network -manager
  found any suitable physical network devices. I was unable to check
  whether the NIC interface was present in the /sys due to system halt
  and unresponsive keyboard.

  With precise and stock 3.5.0-23 kernel the installation and boot is
  successful, but installing any kernel above 3.8 in precise fails to
  boot successfully.

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