[Kernel-packages] [Bug 1247064] Re: mdraid not assembled correctly when booting from kernel newer than 2.6.32-33

2014-02-17 Thread René Bleisch
I tested this weekend:
- in 2.6.32-61-lucid mdadm still didnt work correctly
- in 2.6.35-rc1-lucid, the bug seems to be fixed (mdadm assembled correctly)

** Tags added: kernel-bug-exists-upstream-v2.6.32.61-lucid kernel-fixed-
upstream-v2.6.35-rc1

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

Title:
  mdraid not assembled correctly when booting from kernel newer than
  2.6.32-33

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

Bug description:
  I operate a raid server consisting of two hardware RAID6 arrays (11 2 TB 
disks each), which are combined in a MD-raid (Raid0). This is a regression due 
to commit:
  0cc3a8b md: Fix handling for devices from 2TB to 4TB in 0.90 metadata

  When booting Kernel 2.6.32-33, the Raid is assembled correctly. cat 
/proc/mdstat:
  Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10]
  md0 : active raid0 sdb1[0] sdc1[1]
    35156244352 blocks 64k chunks

  unused devices: none

  cat /proc/partitions:
  major minor  #blocks  name

     80  244140288 sda
     81 248832 sda1
     821952768 sda2
     83  241937408 sda3
     8   16 17578123776 sdb
     8   17 17578122240 sdb1
     8   32 17578123776 sdc
     8   33 17578122240 sdc1
     90 35156244352 md0

  When booting any newer kernel (eg. 2.6.32-38 or 2.6.32-52), the RAID is 
assembled incorrectly, its size being far too low (8.5 TB instead of 35 TB). In 
the following, the raid array is not usable. cat /proc/mdstat:
  Personalities : [linear] [multipath] [raid0]
  md0 : active raid0 sdb1[0] sdc1[1]
    8589934464 blocks 64k chunks

  unused devices: none

  cat /proc/partitions:
  major minor  #blocks  name

     80  244140288 sda
     81 248832 sda1
     821952768 sda2
     83  241937408 sda3
     8   16 17578123776 sdb
     8   17 17578122240 sdb1
     8   32 17578123776 sdc
     8   33 17578122240 sdc1

  The two RAID6-hardware RAID arrays are recognized correctly by the
  system, further the Areca controllers are also working correctly.

  I suspect there is a kernel bug, preventing mdadm to get the correct
  device sizes for large size raid arrays.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: mdadm 2.6.7.1-1ubuntu15
  ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
  Uname: Linux 2.6.32-33-generic x86_64
  Architecture: amd64
  Date: Fri Nov  1 12:09:02 2013
  MDadmExamine.dev.sda: Error: command ['/sbin/mdadm', '-E', '/dev/sda'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sda.
  MDadmExamine.dev.sda1: Error: command ['/sbin/mdadm', '-E', '/dev/sda1'] 
failed with exit code 1: mdadm: No md superblock detected on /dev/sda1.
  MDadmExamine.dev.sda2: Error: command ['/sbin/mdadm', '-E', '/dev/sda2'] 
failed with exit code 1: mdadm: No md superblock detected on /dev/sda2.
  MDadmExamine.dev.sda3: Error: command ['/sbin/mdadm', '-E', '/dev/sda3'] 
failed with exit code 1: mdadm: No md superblock detected on /dev/sda3.
  MDadmExamine.dev.sdb: Error: command ['/sbin/mdadm', '-E', '/dev/sdb'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdb.
  MDadmExamine.dev.sdc: Error: command ['/sbin/mdadm', '-E', '/dev/sdc'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdc.
  MachineType: Supermicro X8DTU
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-33-generic 
root=UUID=fdee92a7-11e6-4999-8d24-473a8c7986b4 ro quiet splash
  ProcEnviron:
   LC_TIME=
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcMDstat:
   Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10]
   md0 : active raid0 sdb1[0] sdc1[1]
     35156244352 blocks 64k chunks

   unused devices: none
  SourcePackage: mdadm
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.1c
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X8DTU
  dmi.board.vendor: Supermicro
  dmi.board.version: 1234567890
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 1234567890
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.1c:bd08/03/2012:svnSupermicro:pnX8DTU:pvr1234567890:rvnSupermicro:rnX8DTU:rvr1234567890:cvnSupermicro:ct17:cvr1234567890:
  dmi.product.name: X8DTU
  dmi.product.version: 1234567890
  dmi.sys.vendor: Supermicro
  etc.blkid.tab: Error: [Errno 2] No such file or directory: '/etc/blkid.tab'

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

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

[Kernel-packages] [Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-02-17 Thread SimonWerner
Also affects my HP ProBook 470 G1.

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

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed
Status in “linux” package in Fedora:
  New

Bug description:
  This device is appearing in some OEM machines, but driver is not yet
  available in mainline.

  The driver seems to be present in machines with pre-installed OS, but
  isn't available on the download-and-install versions!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+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 1276705] Re: Kernel 3.13 fail to boot with LSI SAS1068E (Dell SAS 6/iR)

2014-02-17 Thread PierreF
This kernel version is also good:

Linux version 3.12.0-031200rc5-generic (jsalisbury@gomeisa) (gcc version
4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201402131403 SMP Thu Feb 13
19:04:57 UTC 2014

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

Title:
  Kernel 3.13 fail to boot with LSI SAS1068E (Dell SAS 6/iR)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  We have recently upgraded an Dell R300 server to Trusty (was running
  fine in precise), and after upgrade it fail to boot.

  It is an issue with the SAS controller during the initilisation. It
  fail to detect the disk, we have the following error in console log:

  [   36.539955] scsi4: error handler thread failed to spawn, error = -12
  [   36.552694] mptsas: ioc0: WARNING - Unable to register controller with 
SCSI subsystem

  After this error, initramfs drop to a shell complaining that rootfs is
  not found. No disk is seen at all (cat /proc/partition only show sr0 -
  cdrom drive).

  We have this issue with two different server (both R300, both Dell SAS
  6/iR controller and same hardware).

  We don't have this issue with another Dell server (R310, Dell PERC
  H200).

  We also tester with old kernel (generic, 3.2.0-58.88), it is working.

  Those server need a greater rootdelay (probably #579572), so we have
  rootdelay=45. If we remove rootdelay=45, then disk are correctly
  recognized ! (but few second too late, initramfs dropped to a shell.
  Pressing control-D resume normal boot)

  So the issue is that with the (mandatory) rootdelay greater that 30
  (default value I think), the disk are not detected due to the error
  shown above. This is a regression since those server worked in precise
  (and work with precise old kernel).

  
  System information

  * Dell R300 with Dell SAS 6/iR controller
  * Ubuntu Trusty Tahr (14.04)
  * Running arch: x86_64
  * Kernel version: 3.13.0-7-generic  (dpkg version : 3.13.0-7.25)
  * Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-7-generic 
root=UUID=174e14b5-46fc-479b-9f94-05cb33c75ac9 ro rootdelay=45 console=tty0 
console=ttyS1,57600 quiet
  * uname -a: Linux frtls-perf01 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 
10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  
  Attached files:

  * console output when error occure.
  * dmesg when system boot (no rootdelay, need to press control-d during 
initramfs boot)
  * lspci -vnn

  
  Tell me if you need more informations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276705/+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 999875] Re: My camera stopped showing video feed since about two weeks ago

2014-02-17 Thread Reinis Zumbergs
It took me lot's of hours over many weekends to finally upgrade BIOS.
Dell is really trying to make it hard for us. None of the procedures in
https://wiki.ubuntu.com/DellBIOS worked.

My BIOS' version A14. But unfortunately it has not solved my problem.
The video feed is still black the same way.

My main installatiion is now 13.10 and I have alos tested 14.04 dailies.
Same issue.

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

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

Title:
  My camera stopped showing video feed since about two weeks ago

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  1) Kubuntu 12.04 amd64
  2) v4l-utils:  Installed: 0.8.6-1ubuntu1
  3) It was working fine all the time on 11.10 and Precise Beta. And I believe 
it was still working after final release, but I'm not 100% sure.
  4) The returned video is just black and a bit of faint colored circle in the 
middle

  It's built in webcam of Dell Latitude E5520
  In lsusb, I think, it shows as Bus 001 Device 003: ID 05ca:181e Ricoh Co., 
Ltd
  In vlc it shows as CN0CJ3P2724871B9C7XGA00 - Laptop_Integrated_Webcam_FHD

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libv4l-0 0.8.6-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May 15 21:19:34 2012
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120413)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: v4l-utils
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roodis 2087 F panel-11-mixer
  CRDA:
   country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a297fcfa-1788-45f0-bee9-573714a9839a
  InstallationDate: Installed on 2012-08-16 (220 days ago)
  InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724)
  MachineType: Dell Inc. Latitude E5520
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-14-generic 
root=UUID=01e049cf-b5c1-4115-8d98-00f0227207bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-14-generic N/A
   linux-backports-modules-3.8.0-14-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-14-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-03-05 (20 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo www-data
  dmi.bios.date: 07/10/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.asset.tag: Min tie
  dmi.board.name: 03PH4G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.asset.tag: Min tie
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd07/10/2011:svnDellInc.:pnLatitudeE5520:pvr01:rvnDellInc.:rn03PH4G:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/999875/+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 1189611] Re: bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2014-02-17 Thread Michael Zanetti
No, seems it isn't fixed. I still need to manuall install Nickolay's
package posted above to have working and reliable WiFi with the BCM4331
every time I upgrade my kernel.

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

Title:
  bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz
  networks and is unstable on 2.5GHz

Status in “bcmwl” package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)

  This chip is working perfectly fine on 2.5GHz and 5GHz using version
  6.20.155.1+bdcom-0ubuntu6 of the driver.

  After upgrading to saucy and installing version 6.30.223.30+bdcom-
  0ubuntu1 it fails to find any 5GHz networks and connections on 2.5GHz
  are unstable.

  Downgrading the saucy machine to kernel 3.8.x and bcmwl-kernel-source
  6.20.155.1+bdcom-0ubuntu6 (both from raring) makes the chip work
  again.

  Downgrading just the kernel to 3.8 and keeping bcmwl-kernel-source at
  version 6.30.223.30+bdcom-0ubuntu1 does NOT fix the issue.

  Looking at the changelog its most likely caused by the update to the
  new upstream release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1189611/+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 1241745] Re: 10de:0dfa [regression] Changing the screen brightness does not work anymore in 319.xx

2014-02-17 Thread Priyantha Bleeker
@Christopher,

Here is my new bugreport:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1281019

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

Title:
  10de:0dfa [regression] Changing the screen brightness does not work
  anymore in 319.xx

Status in “linux” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  Triaged

Bug description:
  Changing the screen brightness always used to work on my HP Elitebook
  8560w -- both with the function keys and in the dialog Brightness 
  Lock in the system settings. The environment light sensor also used
  to work IIRC.

  Since the update to 13.10, this stopped working. Methods I have tried that 
didn't work for adapting the brightness are:
  * Adding GRUB_CMDLINE_LINUX=acpi_backlight=vendor to /etc/default/grub
  * Adding GRUB_CMDLINE_LINUX=”acpi_osi=!Windows 2012 to /etc/default/grub

  Currently I am changing the brightness manually using  xrandr --output
  LVDS-0 --brightness 0.9. However, AFAIK this does not really change
  the brightness, but only changes the contrast.

  WORKAROUND: Use nvidia-graphics-drivers-304.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.60  Wed Sep 25 14:28:26 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Oct 18 19:50:36 2013
  DistUpgraded: 2013-10-17 17:20:47,580 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-319-updates, 319.60, 3.11.0-12-generic, x86_64: installed
   nvidia-319-updates, 319.60, 3.8.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108GLM [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:1631]
  InstallationDate: Installed on 2013-01-06 (285 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  JockeyStatus:
   kmod:nvidia_319_updates - nvidia_319_updates (Proprietary, Enabled, Not in 
use)
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
  MachineType: Hewlett-Packard HP EliteBook 8560w
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=53f83a14-cacc-48fd-bb4b-354d69eb7f0e ro quiet splash 
acpi_osi=!Windows 2012
  SourcePackage: xorg
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (1 days ago)
  dmi.bios.date: 06/11/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SVD Ver. F.27
  dmi.board.name: 1631
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 01.3B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SVDVer.F.27:bd06/11/2012:svnHewlett-Packard:pnHPEliteBook8560w:pvrA0001D02:rvnHewlett-Packard:rn1631:rvrKBCVersion01.3B:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8560w
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Fri Oct 18 19:39:07 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load /usr/lib/xorg/modules/libglamoregl.so: 

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

2014-02-17 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/1281032

Title:
  Left click randomly stop working

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I'm experiencing a strange issue while everything was working fine with my 
mouse.
  Now the left click (but the right click is still working) and the trackpad 
randomly stop 
  to work if I go to the console (CTRL+ALT+F1) they are reworking.

  Ubuntu 3.11.0-15.25-generic 3.11.10

  00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor 
Family DRAM Controller [8086:0104] (rev 09)
Subsystem: Dell Device [1028:04b6]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c ?

  00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port [8086:0101] (rev 09) (prog-if 00 [Normal 
decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: f000-f10f
Prefetchable memory behind bridge: c000-d1ff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [88] Subsystem: Intel Corporation Device [8086:2010]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00318  Data: 
Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 64ns, 
L1 1us
ExtTag- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
LnkCap: Port #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency 
L0 256ns, L1 4us
ClockPM- Surprise- LLActRep- BwNot+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled+ Retrain- 
CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ 
DLActive- BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
Changed: MRL- PresDet+ LinkState-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- 
CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID , PMEStatus- PMEPending-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, 
Selectable De-emphasis: -3.5dB
 Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
 Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, 
EqualizationComplete-, EqualizationPhase1-
 EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
Capabilities: [100 v1] Virtual Channel
Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
Arb:Fixed- WRR32- WRR64- WRR128-
Ctrl:   ArbSelect=Fixed
Status: InProgress-
VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb:Fixed+ WRR32- 

[Kernel-packages] [Bug 1237296] Re: 168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth works sporadic

2014-02-17 Thread Joshua
Russel, your bt device is Bus 001 Device 005: ID 04ca:300b Lite-On
Technology Corp.. This device id is upstream since 3.14-rc1 just like
mine. But you are lucky and your bt card doesn't use a xHCI port, dunno
if this is something physical or controlled by your BIOS, so yo
definitly don't need my module. However you should open your own bug
report like Christopher said and ask the ubuntu team to cherry pick the
patch for your device id like I did for my device. [0] [1]

[0] 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/bluetooth/ath3k.c?id=bd0fca1b2be8c96dfc391a2bc2ee4ce6970ae6af
[1] 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/bluetooth/btusb.c?id=bd0fca1b2be8c96dfc391a2bc2ee4ce6970ae6af

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

Title:
  168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth
  works sporadic

Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Saucy:
  Triaged
Status in “linux” source package in Trusty:
  Triaged

Bug description:
  Hello,

  I got myself a brand new Acer Aspire E1-572-54204G50Mnkk, because of
  the shine new Haswell hardware I choose to install Ubuntu 13.10 Beta
  2.

  This laptop uses a Atheros AR9565 802.11 b/g/n 1 × 1 WiFi + Bluetooth
  4.0 combination adapter, Wireless is working fine. But Bluetooth
  doesn't, it seems to be successfully deteced but I can't see any other
  Bluetooth devices and they can't see me too.

  Yours sincerly
  Joshua
  --- 
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-10-12 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Tags:  saucy
  Uname: Linux 3.12.0-031200rc4-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshua 1348 F pulseaudio
   /dev/snd/controlC0:  joshua 1348 F pulseaudio
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-10-12 (8 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
  MachineType: Acer Aspire E1-572
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed 
root=UUID=287c8de2-616f-42ec-998d-1ac09ffb2d8a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 05/21/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HW
  dmi.board.vendor: Acer
  dmi.board.version: V2.04
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.04:bd05/21/2013:svnAcer:pnAspireE1-572:pvrV2.04:rvnAcer:rnEA50_HW:rvrV2.04:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E1-572
  dmi.product.version: V2.04
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237296/+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 1280020] Re: Inserting an SD card into the laptop returns mmc0: Timeout waiting for hardware interrupt.

2014-02-17 Thread Jon The Nice Guy Spriggs
Installing the kernel requested and rebooting results in a core dump. I
tried a later version, again, core dump. I'm running Saucy not Trusty -
I don't know whether that's part of the issue. Also, I'm running a
x86_64 kernel, not an AMD64 or i386 one, so I'm not entirely sure I
installed the right packages (I tried both sets).

Happy to try running something else if I can?

** Tags added: kernel-unable-to-test-upstream

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

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

Title:
  Inserting an SD card into the laptop returns mmc0: Timeout waiting for
  hardware interrupt.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I have inserted a Transcend SD HC card at 4GB, which is successfully
  read on my Ubuntu 12.04.4 LTS EEE PC, however, on this Acer V5-171
  system, it is not reading the card.

  I have had the same issue with all SD cards inserted into this device.
  I have seen some reports from around 2012 which suggest that there may
  have been some issue in the Kernel around the OMAP MMC device, but as
  this is my main machine, and I only really spotted this while
  looking into another issue, I've not yet taken the opportunity to
  check the kernel patch suggested.

  Happy to try anything (including booting from a USB stick and trying
  out some stuff) just let me know what to try.

  lspci returns:

  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB xHCI Host Controller (rev 04)
  00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
  00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
  00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 1 (rev c4)
  00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 2 (rev c4)
  00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 3 (rev c4)
  00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
  00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller 
(rev 04)
  00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port 
SATA Controller [AHCI mode] (rev 04)
  00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus 
Controller (rev 04)
  03:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n
  04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit 
Ethernet PCIe (rev 10)
  04:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card 
Reader (rev 10)

  lsusb returns:

  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 004: ID 064e:d251 Suyin Corp. 
  Bus 001 Device 003: ID 0489:e046 Foxconn / Hon Hai 
  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 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-generic 3.11.0.15.16
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  spriggsj   2309 F pulseaudio
  Date: Thu Feb 13 22:58:21 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=1ea840d6-bdfc-4384-93a3-3775e7389b50
  InstallationDate: Installed on 2013-10-25 (111 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Acer V5-171
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=9e0dd8c8-09bb-46ac-a0e7-508eec17049b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/26/2012
  dmi.bios.vendor: Acer
  dmi.bios.version: 

[Kernel-packages] [Bug 1280636] Re: Regulatory domain is not set by default after install for wifi

2014-02-17 Thread zebul666
I have just installed 14.04 daily from 2014-02-16.
It is just the same. Channels 12 and 13 are not availalables.

I have forgotten to mention that my wireless card is not recognised out
of the box by the unbuntu installer. nor once the installation as been
done. Should I open a new bug report about that ? ;-)

I had to install bcmwl-kernel-source by hand to get my wireless card to
be recognized.

I doubt installling more current kernel will make any difference. I,
will, however do that as asked to go down that road.

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

Title:
  Regulatory domain is not set by default after install for wifi

Status in “linux” package in Ubuntu:
  Incomplete

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

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

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

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

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

  the bug is already in ubuntu 12.04 LTS.

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

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: crda 1.1.2-1ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Feb 15 17:39:41 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-22 (23 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: crda
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.crda: 2014-02-15T17:20:58.815551

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

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


[Kernel-packages] [Bug 1281116] [NEW] BUG: unable to handle kernel paging request at ffffc9000b159000

2014-02-17 Thread krishnan sampath
*** This bug is a duplicate of bug 1280775 ***
https://bugs.launchpad.net/bugs/1280775

Public bug reported:

Automatic bug report.. System problem detected dialog box on logging
onto laptop

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.28
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: fglrx
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.13.2-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  privacy8617 F pulseaudio
 /dev/snd/controlC0:  privacy8617 F pulseaudio
Date: Sun Feb 16 22:33:31 2014
DuplicateSignature:
 BUG: unable to handle kernel paging request at location
 RIP: 0010:location  location memmove+0x4a/0x1a0
Failure: oops
HibernationDevice: RESUME=UUID=c545b9da-fef4-4530-9051-29276dfd842c
InstallationDate: Installed on 2013-11-16 (93 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: LENOVO INVALID
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=0b897d24-0c02-4f57-9596-5fcd681c5ed0 ro quiet splash nomodeset 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu4
SourcePackage: linux
StagingDrivers: rts5139
SystemImageInfo: Error: [Errno 2] No such file or directory: 'system-image-cli'
Title: BUG: unable to handle kernel paging request at c9000b159000
UpgradeStatus: Upgraded to trusty on 2014-01-06 (41 days ago)
dmi.bios.date: 04/23/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 83CN12WW(V1.01)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo G505s
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G505s
dmi.modalias: 
dmi:bvnLENOVO:bvr83CN12WW(V1.01):bd04/23/2013:svnLENOVO:pnINVALID:pvrLenovoG505s:rvnLENOVO:rnLenovoG505s:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG505s:
dmi.product.name: INVALID
dmi.product.version: Lenovo G505s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-kerneloops kernel-oops staging trusty

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

Title:
  BUG: unable to handle kernel paging request at c9000b159000

Status in “linux” package in Ubuntu:
  New

Bug description:
  Automatic bug report.. System problem detected dialog box on logging
  onto laptop

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: fglrx
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  privacy8617 F pulseaudio
   /dev/snd/controlC0:  privacy8617 F pulseaudio
  Date: Sun Feb 16 22:33:31 2014
  DuplicateSignature:
   BUG: unable to handle kernel paging request at location
   RIP: 0010:location  location memmove+0x4a/0x1a0
  Failure: oops
  HibernationDevice: RESUME=UUID=c545b9da-fef4-4530-9051-29276dfd842c
  InstallationDate: Installed on 2013-11-16 (93 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO INVALID
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=0b897d24-0c02-4f57-9596-5fcd681c5ed0 ro quiet splash nomodeset 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu4
  SourcePackage: linux
  StagingDrivers: rts5139
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  Title: BUG: unable to handle kernel paging request at c9000b159000
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (41 days ago)
  dmi.bios.date: 04/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 83CN12WW(V1.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo G505s
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G505s
  dmi.modalias: 
dmi:bvnLENOVO:bvr83CN12WW(V1.01):bd04/23/2013:svnLENOVO:pnINVALID:pvrLenovoG505s:rvnLENOVO:rnLenovoG505s:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG505s:
  

[Kernel-packages] [Bug 1281116] Re: BUG: unable to handle kernel paging request at ffffc9000b159000

2014-02-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1280775 ***
https://bugs.launchpad.net/bugs/1280775

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1280775, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1280775
   BUG: unable to handle kernel paging request at c90005185000

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

Title:
  BUG: unable to handle kernel paging request at c9000b159000

Status in “linux” package in Ubuntu:
  New

Bug description:
  Automatic bug report.. System problem detected dialog box on logging
  onto laptop

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: fglrx
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  privacy8617 F pulseaudio
   /dev/snd/controlC0:  privacy8617 F pulseaudio
  Date: Sun Feb 16 22:33:31 2014
  DuplicateSignature:
   BUG: unable to handle kernel paging request at location
   RIP: 0010:location  location memmove+0x4a/0x1a0
  Failure: oops
  HibernationDevice: RESUME=UUID=c545b9da-fef4-4530-9051-29276dfd842c
  InstallationDate: Installed on 2013-11-16 (93 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO INVALID
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=0b897d24-0c02-4f57-9596-5fcd681c5ed0 ro quiet splash nomodeset 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu4
  SourcePackage: linux
  StagingDrivers: rts5139
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  Title: BUG: unable to handle kernel paging request at c9000b159000
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (41 days ago)
  dmi.bios.date: 04/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 83CN12WW(V1.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo G505s
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G505s
  dmi.modalias: 
dmi:bvnLENOVO:bvr83CN12WW(V1.01):bd04/23/2013:svnLENOVO:pnINVALID:pvrLenovoG505s:rvnLENOVO:rnLenovoG505s:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG505s:
  dmi.product.name: INVALID
  dmi.product.version: Lenovo G505s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281116/+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 1275899] Re: linux: 3.11.0-17.31 -proposed tracker

2014-02-17 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress = Fix Released

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 3.11.0-17.31 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 03. February 2014 19:53 UTC
  kernel-stable-Prepare-package-end:Tuesday, 04. February 2014 05:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 04. February 2014 05:09 UTC
  ppa-package-testing-start:Tuesday, 04. February 2014 06:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:28 UTC
- kernel-stable-phase:Verification  Testing
- kernel-stable-phase-changed:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Certification-testing-start:Thursday, 06. February 2014 06:07 
UTC
  kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Security-signoff-end:Wednesday, 12. February 2014 21:04 UTC
  kernel-stable-Regression-testing-end:Wednesday, 12. February 2014 23:04 UTC
  kernel-stable-Certification-testing-end:Friday, 14. February 2014 22:04 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Monday, 17. February 2014 15:25 UTC
+ kernel-stable-Promote-to-updates-start:Monday, 17. February 2014 15:25 UTC

** Changed in: kernel-sru-workflow/package-testing
   Status: In Progress = Fix Released

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

Title:
  linux: 3.11.0-17.31 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Saucy:
  New

Bug description:
  This bug is for tracking the 3.11.0-17.31 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 03. February 2014 19:53 UTC
  kernel-stable-Prepare-package-end:Tuesday, 04. February 2014 05:09 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 04. February 2014 05:09 UTC
  ppa-package-testing-start:Tuesday, 04. February 2014 06:04 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:28 UTC
  kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Certification-testing-start:Thursday, 06. February 2014 06:07 
UTC
  kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:07 UTC
  kernel-stable-Security-signoff-end:Wednesday, 12. February 2014 21:04 UTC
  kernel-stable-Regression-testing-end:Wednesday, 12. February 2014 23:04 UTC
  kernel-stable-Certification-testing-end:Friday, 14. February 2014 22:04 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Monday, 17. February 2014 15:25 UTC
  kernel-stable-Promote-to-updates-start:Monday, 17. February 2014 15:25 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1275899/+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 1266525] Re: linux: 2.6.32-56.118 -proposed tracker

2014-02-17 Thread Brad Figg
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = Invalid

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 2.6.32-56.118 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 06. January 2014 17:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 07. January 2014 01:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 07. January 2014 01:03 UTC
  ppa-package-testing-start:Monday, 27. January 2014 09:00 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 28. January 2014 09:00 UTC
  kernel-stable-Verification-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Regression-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Regression-testing-end:Monday, 03. February 2014 11:00 UTC
- kernel-stable-phase:Testing
- kernel-stable-phase-changed:Tuesday, 11. February 2014 15:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 11. February 2014 15:00 UTC
  kernel-stable-Security-signoff-end:Tuesday, 11. February 2014 20:01 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-Promote-to-updates-start:Monday, 17. February 2014 15:24 UTC
+ kernel-stable-phase-changed:Monday, 17. February 2014 15:24 UTC
+ kernel-stable-Certification-testing-end:Monday, 17. February 2014 15:24 UTC

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

Title:
  linux: 2.6.32-56.118 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-ports-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Lucid:
  New

Bug description:
  This bug is for tracking the 2.6.32-56.118 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 06. January 2014 17:17 UTC
  kernel-stable-Prepare-package-end:Tuesday, 07. January 2014 01:03 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 07. January 2014 01:03 UTC
  ppa-package-testing-start:Monday, 27. January 2014 09:00 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 28. January 2014 09:00 UTC
  kernel-stable-Verification-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Regression-testing-start:Tuesday, 28. January 2014 10:01 UTC
  kernel-stable-Regression-testing-end:Monday, 03. February 2014 11:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 11. February 2014 15:00 UTC
  kernel-stable-Security-signoff-end:Tuesday, 11. February 2014 20:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-Promote-to-updates-start:Monday, 17. February 2014 15:24 UTC
  kernel-stable-phase-changed:Monday, 17. February 2014 15:24 UTC
  kernel-stable-Certification-testing-end:Monday, 17. February 2014 15:24 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1266525/+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


Re: [Kernel-packages] [Bug 1093217] Re: 8086:0166 [Lenovo IdeaPad Z580] 12.04-13.10 10-20min boot delay (From 3.2.0.29-3.12-rc2)

2014-02-17 Thread Siddu
The patched dsdt is actually not guaranteed to work. I've had instances
where it didn't. That patch attempts to fix what's seems to be a race
condition by adding a delay to the relevant function. But with all timing
workarounds, it won't always work. The kernel patch will always work,
because battery support simply isn't available until late in the boot
process, where it can't do any harm.

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

Title:
  8086:0166 [Lenovo IdeaPad Z580] 12.04-13.10 10-20min boot delay (From
  3.2.0.29-3.12-rc2)

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

Bug description:
  On updating the kernel from 3.2.0.29 to any later version (3.2.0.30)
  and above, Ubuntu will not boot. I see a blank screen with a cursor
  but nothing happens after that.

  Trying to boot into recovery mode is not useful either.

  Booting into an older version of the kernel (3.2.0.29) is successful.

  I have seen this issue with all kernels after 3.2.0.29 till date :
  3.2.0.31, 3.2.0.32, 3.2.0.33, 3.2.0.34, 3.2.0.35

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386, AMD64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  abhishek   2104 F pulseaudio
   /dev/snd/pcmC0D0p:   abhishek   2104 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf061 irq 46'
     Mixer name : 'Intel PantherPoint HDMI'
     Components : 'HDA:10ec0269,17aa4022,00100202 
HDA:80862806,80860101,0010'
     Controls  : 26
     Simple ctrls  : 12
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=4b3dd96d-8b88-4dbf-97d4-e2d78e5ad0fc
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MachineType: LENOVO IdeaPad Z580
  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: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic-pae 
root=UUID=a24e74a5-a245-4b37-b63c-96869939bf5c ro quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-29-generic-pae N/A
   linux-backports-modules-3.2.0-29-generic-pae  N/A
   linux-firmware1.79.1
  StagingDrivers: rts5139 mei
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-29-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 06/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5FCN34WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: Lenovo Z580
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr5FCN34WW:bd06/11/2012:svnLENOVO:pnIdeaPadZ580:pvrLenovoZ580:rvnLENOVO:rnLenovo:rvrLenovoZ580:cvnIntelCorporation:ct9:cvr0.1:
  dmi.product.name: IdeaPad Z580
  dmi.product.version: Lenovo Z580
  dmi.sys.vendor: LENOVO

  These logs were collected from 3.2.0.29 version which boots
  successfully

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1093217/+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 1003297] Re: Networking and ACPI conflicts

2014-02-17 Thread Marco Aicardi
As stated elsewhere
(http://ubuntuforums.org/showthread.php?t=2020571page=2), it seems
there is a bug between forcedeth and AM3+ CPUs.

I have this conflict with Ubuntu 13.10 and it's solved by removing
forcedeth and reloading with modprobe forcedeth msi=0 msix=0.

Please reopen this 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/1003297

Title:
  Networking and ACPI conflicts

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  The Linux kernal seems to have an issue with my on-board networking
  adapter and the ACPI of my computer.  The boot log provides this bit
  of information:

  [   12.236250] ACPI: resource nForce2_smbus [io  0x0700-0x073f]
  conflicts with ACPI region SM00 [io 0x700-0x73f]

  On doing some research this seems to be a very old and somewhat common
  bug that no one has ever done anything about.

  This bug results in two things:

  My on-board networking doesn't work, and trying to restart or shutdown
  the computer freezes the system.

  With the previous 12.04 kernel, 3.2.0-23.36, there were two
  workarounds.

  1)  Boot into rescue mode, drop to the terminal, run rmmod forcedeth
  then modprobe forcedeth msi=0 msix=0 then resume a normal boot.
  This enabled both networking and regular ACPI functions.

  or

  2)  Add forcedeth msi=0 msix=0 to /etc/modules

  If you booted normally without following either of the above steps and
  then tried to modprobe, it wouldn't work.  If you tried to rmmod the
  module, the system would instantly freeze.

  With the new kernel update, 3.2.0-24.38, the above method number 1
  still works, but number 2 no longer works as a workaround.  It simply
  doesn't do anything.

  The replacement work around for the new kernel is you must add the
  line exec rmmod forcedeth directly underneath the beginning of the
  script section in the file /etc/init/module-init-tools.conf, then you
  must add modprobe forcedeth msi=0 msix=0 to /etc/rc.local.  This new
  method doesn't work with the old kernel, and the old method doesn't
  work with the new kernel.

  I fear unless this long-standing bug is fixed once and for all so such
  hoops don't have to be jumped through, at one point the kernel may
  receive some update to where no method will be able to get this to
  work at all.

  For the record, none of the various GRUB tweaks, such as acpi=off or
  acpi=force, did anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-24-generic 3.2.0-24.38
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: VT1705 Analog [VT1705 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beardo 1765 F pulseaudio
   /dev/snd/controlC0:  beardo 1765 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfeaf8000 irq 22'
 Mixer name : 'VIA VT1705'
 Components : 'HDA:11064397,18490397,0010'
 Controls  : 37
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfebbc000 irq 43'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Wed May 23 01:11:42 2012
  HibernationDevice: RESUME=UUID=8e8558a6-69ba-4a78-80d6-4c2306bf4202
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb:
   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 001 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
   Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=DC70C31070C2F076 loop=/hostname/disks/root.disk ro
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/beardo not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   

[Kernel-packages] [Bug 1003297] Re: Networking and ACPI conflicts

2014-02-17 Thread Marco Aicardi
** Changed in: linux (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Networking and ACPI conflicts

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The Linux kernal seems to have an issue with my on-board networking
  adapter and the ACPI of my computer.  The boot log provides this bit
  of information:

  [   12.236250] ACPI: resource nForce2_smbus [io  0x0700-0x073f]
  conflicts with ACPI region SM00 [io 0x700-0x73f]

  On doing some research this seems to be a very old and somewhat common
  bug that no one has ever done anything about.

  This bug results in two things:

  My on-board networking doesn't work, and trying to restart or shutdown
  the computer freezes the system.

  With the previous 12.04 kernel, 3.2.0-23.36, there were two
  workarounds.

  1)  Boot into rescue mode, drop to the terminal, run rmmod forcedeth
  then modprobe forcedeth msi=0 msix=0 then resume a normal boot.
  This enabled both networking and regular ACPI functions.

  or

  2)  Add forcedeth msi=0 msix=0 to /etc/modules

  If you booted normally without following either of the above steps and
  then tried to modprobe, it wouldn't work.  If you tried to rmmod the
  module, the system would instantly freeze.

  With the new kernel update, 3.2.0-24.38, the above method number 1
  still works, but number 2 no longer works as a workaround.  It simply
  doesn't do anything.

  The replacement work around for the new kernel is you must add the
  line exec rmmod forcedeth directly underneath the beginning of the
  script section in the file /etc/init/module-init-tools.conf, then you
  must add modprobe forcedeth msi=0 msix=0 to /etc/rc.local.  This new
  method doesn't work with the old kernel, and the old method doesn't
  work with the new kernel.

  I fear unless this long-standing bug is fixed once and for all so such
  hoops don't have to be jumped through, at one point the kernel may
  receive some update to where no method will be able to get this to
  work at all.

  For the record, none of the various GRUB tweaks, such as acpi=off or
  acpi=force, did anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-24-generic 3.2.0-24.38
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: VT1705 Analog [VT1705 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  beardo 1765 F pulseaudio
   /dev/snd/controlC0:  beardo 1765 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfeaf8000 irq 22'
 Mixer name : 'VIA VT1705'
 Components : 'HDA:11064397,18490397,0010'
 Controls  : 37
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xfebbc000 irq 43'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Wed May 23 01:11:42 2012
  HibernationDevice: RESUME=UUID=8e8558a6-69ba-4a78-80d6-4c2306bf4202
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb:
   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 001 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
   Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=DC70C31070C2F076 loop=/hostname/disks/root.disk ro
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/beardo not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-24-generic N/A
   linux-backports-modules-3.2.0-24-generic  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

[Kernel-packages] [Bug 1281170] [NEW] iwlwifi 0000:03:00.0: fail to flush all tx fifo queues Q 2 on Intel Centrino Advanced-N 6205

2014-02-17 Thread Luke Faraone
Public bug reported:

Hello,

I suspect this might be the same issue as bug #1270808 , but that is
marked incomplete and appears to be wrt a different card.

When I encounter this issue, I am unable to browse the web. The issue is
generally not resolved until I toggle the RFKILL switch off and on, but
returns later.

I did not commonly experience this problem on previous releases, but I
recall seeing similar messages previously. This happens incredibly
frequently for me; several times over a few hours.

It doesn't happen with all wifi hotspots; the APs in my university's
wireless deployment seem to trigger this problem more than other
environments.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.27
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lfaraone   3883 F pulseaudio
Date: Mon Feb 17 11:16:39 2014
HibernationDevice: RESUME=UUID=225a235e-4043-4de3-be5b-28c26dd58189
InstallationDate: Installed on 2013-03-18 (336 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
Lsusb:
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo 
Integrated Camera (0.3MP)
 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
MachineType: LENOVO 4286CTO
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-8-generic 
root=UUID=183f2c62-fd95-4e2d-be3f-93a355c5bdd6 ro netboot splash quiet 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-8-generic N/A
 linux-backports-modules-3.13.0-8-generic  N/A
 linux-firmware1.124
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2013-11-23 (85 days ago)
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: 4286CTO
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:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4286CTO
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug trusty

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

Title:
  iwlwifi :03:00.0: fail to flush all tx fifo queues Q 2 on Intel
  Centrino Advanced-N 6205

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hello,

  I suspect this might be the same issue as bug #1270808 , but that is
  marked incomplete and appears to be wrt a different card.

  When I encounter this issue, I am unable to browse the web. The issue
  is generally not resolved until I toggle the RFKILL switch off and on,
  but returns later.

  I did not commonly experience this problem on previous releases, but I
  recall seeing similar messages previously. This happens incredibly
  frequently for me; several times over a few hours.

  It doesn't happen with all wifi hotspots; the APs in my university's
  wireless deployment seem to trigger this problem more than other
  environments.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.27
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lfaraone   3883 F pulseaudio
  Date: Mon Feb 17 11:16:39 2014
  HibernationDevice: RESUME=UUID=225a235e-4043-4de3-be5b-28c26dd58189
  InstallationDate: Installed on 2013-03-18 (336 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo 
Integrated Camera (0.3MP)
   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
  MachineType: LENOVO 4286CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: 

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

2014-02-17 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/1281170

Title:
  iwlwifi :03:00.0: fail to flush all tx fifo queues Q 2 on Intel
  Centrino Advanced-N 6205

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I suspect this might be the same issue as bug #1270808 , but that is
  marked incomplete and appears to be wrt a different card.

  When I encounter this issue, I am unable to browse the web. The issue
  is generally not resolved until I toggle the RFKILL switch off and on,
  but returns later.

  I did not commonly experience this problem on previous releases, but I
  recall seeing similar messages previously. This happens incredibly
  frequently for me; several times over a few hours.

  It doesn't happen with all wifi hotspots; the APs in my university's
  wireless deployment seem to trigger this problem more than other
  environments.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.27
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: openafs
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lfaraone   3883 F pulseaudio
  Date: Mon Feb 17 11:16:39 2014
  HibernationDevice: RESUME=UUID=225a235e-4043-4de3-be5b-28c26dd58189
  InstallationDate: Installed on 2013-03-18 (336 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo 
Integrated Camera (0.3MP)
   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
  MachineType: LENOVO 4286CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-8-generic 
root=UUID=183f2c62-fd95-4e2d-be3f-93a355c5bdd6 ro netboot splash quiet 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-8-generic N/A
   linux-backports-modules-3.13.0-8-generic  N/A
   linux-firmware1.124
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2013-11-23 (85 days ago)
  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: 4286CTO
  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:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4286CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281170/+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 1281175] [NEW] [Acer TravelMate 7520] suspend/resume failure

2014-02-17 Thread nezgul
Public bug reported:

I am s disopointed with 14.04. I thing that 8.04 was better !

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.28
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.2-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  korisnik   2457 F pulseaudio
 /dev/snd/controlC0:  korisnik   2457 F pulseaudio
Date: Mon Feb 17 17:36:15 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=2e41bdc4-8df0-428f-b9ad-bd201926dfc9
InstallationDate: Installed on 2014-02-11 (5 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140211)
InterpreterPath: /usr/bin/python3.3
MachineType: Acer TravelMate 7520
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=21e1d0e1-2fdd-4143-bbb3-097bc485fb31 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-8-generic N/A
 linux-backports-modules-3.13.0-8-generic  N/A
 linux-firmware1.124
SourcePackage: linux
Title: [Acer TravelMate 7520] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 03/25/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.17
dmi.board.name: TravelMate 7520
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.asset.tag: None
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.17:bd03/25/2008:svnAcer:pnTravelMate7520:pvr0100:rvnAcer:rnTravelMate7520:rvrRev:cvnAcer:ct1:cvrNone:
dmi.product.name: TravelMate 7520
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend trusty

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

Title:
  [Acer TravelMate 7520] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  I am s disopointed with 14.04. I thing that 8.04 was better !

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  korisnik   2457 F pulseaudio
   /dev/snd/controlC0:  korisnik   2457 F pulseaudio
  Date: Mon Feb 17 17:36:15 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2e41bdc4-8df0-428f-b9ad-bd201926dfc9
  InstallationDate: Installed on 2014-02-11 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140211)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Acer TravelMate 7520
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=21e1d0e1-2fdd-4143-bbb3-097bc485fb31 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-8-generic N/A
   linux-backports-modules-3.13.0-8-generic  N/A
   linux-firmware1.124
  SourcePackage: linux
  Title: [Acer TravelMate 7520] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/25/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.17
  dmi.board.name: TravelMate 7520
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.17:bd03/25/2008:svnAcer:pnTravelMate7520:pvr0100:rvnAcer:rnTravelMate7520:rvrRev:cvnAcer:ct1:cvrNone:
  

[Kernel-packages] [Bug 1281176] [NEW] Dell Vostro 1310 (and possibly 1510/1710) no brightness control on (x)ubuntu 13.10

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

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

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

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

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

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

If I increase the backlight the files are correctly updated:

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

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

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

Now I'm using xrandr to change the brightness:

xrandr --output LVDS1 --brightness 0.5

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

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

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


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

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

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

Status in “linux” package in Ubuntu:
  New

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

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

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

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

2014-02-17 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/1281176

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

Status in “linux” package in Ubuntu:
  Confirmed

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

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

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

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

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

  If I increase the backlight the files are correctly updated:

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

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

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

  Now I'm using xrandr to change the brightness:

  xrandr --output LVDS1 --brightness 0.5

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

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

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

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


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

2014-02-17 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/1281175

Title:
  [Acer TravelMate 7520] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I am s disopointed with 14.04. I thing that 8.04 was better !

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  korisnik   2457 F pulseaudio
   /dev/snd/controlC0:  korisnik   2457 F pulseaudio
  Date: Mon Feb 17 17:36:15 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=2e41bdc4-8df0-428f-b9ad-bd201926dfc9
  InstallationDate: Installed on 2014-02-11 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140211)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Acer TravelMate 7520
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=21e1d0e1-2fdd-4143-bbb3-097bc485fb31 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-8-generic N/A
   linux-backports-modules-3.13.0-8-generic  N/A
   linux-firmware1.124
  SourcePackage: linux
  Title: [Acer TravelMate 7520] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/25/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.17
  dmi.board.name: TravelMate 7520
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.17:bd03/25/2008:svnAcer:pnTravelMate7520:pvr0100:rvnAcer:rnTravelMate7520:rvrRev:cvnAcer:ct1:cvrNone:
  dmi.product.name: TravelMate 7520
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281175/+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 1175465] Re: Card reader - Alcor [058f:6362] didn't detect the eject of SD/MMC cards.

2014-02-17 Thread Po-Hsu Lin
Hello Christopher,
All I have is the model name here
And I think the point is what card reader is affected, sometimes vendors will 
even change the component base on their marketing strategy.
Thanks!

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

Title:
  Card reader - Alcor [058f:6362] didn't detect the eject of SD/MMC
  cards.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201205-11052 (Pavilion Slimline S5 Pavilion P6)

  With this card reader: 058f:6362 Alcor Micro Corp. Flash Card
  Reader/Writer

  Steps:
  1. Insert a MMC/SD/SDHC card.
  2. (The file browser will pop out.)
  3. Remove the pre-inserted card.

  Expected Results:
  1. The card will be removed from the /media, the icon will disappear from the 
launcher.
  2. Open a file browser, and it's not in the devices section of the left 
column.

  Actual Results:
  1. The card will be removed from the /media, the icon will disappear.
  2. It still listed in the devices section, if you click on it in the file 
browser,
  an error pops, telling you the device was not found, and the disappears from 
the left column of the file browser.

  The reason seems to be the eject event is not being sent through dbus.
  Will try update later to see if it can be solved.
  The eject event is not being sent through dbus

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-23-generic 3.5.0-23.35~precise1
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  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: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1547 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 0xf7d0 irq 50'
     Mixer name : 'IDT 92HD73E1X5'
     Components : 'HDA:111d7676,103c2ada,00100103'
     Controls  : 39
     Simple ctrls  : 21
  Date: Thu May  2 02:11:18 2013
  HibernationDevice: RESUME=UUID=0059822b-2011-4dbc-aea6-3e1aff45462e
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=c6420b34-c860-4df2-99fd-9fa1a0b893b7 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-23-generic N/A
   linux-backports-modules-3.5.0-23-generic  N/A
   linux-firmware1.79.1
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2013
  dmi.bios.vendor: AMI
  dmi.bios.version: 00.05
  dmi.board.name: 2ADA
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: PVT
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAMI:bvr00.05:bd03/29/2013:svnHewlett-Packard:pn:pvr:rvnHewlett-Packard:rn2ADA:rvrPVT:cvnHewlett-Packard:ct3:cvr:
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175465/+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 1008600] Re: segfault in namehint API (valgrind aplay -L prints scary warnings)

2014-02-17 Thread Jean Deruelle
it makes WebRTC completely unusable on Ubuntu 13.10 current stable
release.  Can anyone backport it to Saucy ?

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

Title:
  segfault in namehint API (valgrind aplay -L prints scary warnings)

Status in “alsa-lib” package in Ubuntu:
  Fix Released

Bug description:
  valgrind reports a lot of scary errors when run on aplay -L , it looks
  like the alsa snd_device_name_hint function is doing some dangerous
  stuff:

  ==30818== Memcheck, a memory error detector
  ==30818== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  ==30818== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  ==30818== Command: aplay -L
  ==30818== 
  ==30818== Invalid read of size 8
  ==30818==at 0x50653F0: snd_config_iterator_next (conf.c:3885)
  ==30818==by 0x5070732: snd_device_name_hint (namehint.c:506)
  ==30818==by 0x403DE8: ??? (in /usr/bin/aplay)
  ==30818==by 0x4094A8: ??? (in /usr/bin/aplay)
  ==30818==by 0x556576C: (below main) (libc-start.c:226)
  ==30818==  Address 0x5e0c8f8 is 40 bytes inside a block of size 72 free'd
  ==30818==at 0x4C2A82E: free (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==30818==by 0x5065E94: snd_config_delete (conf.c:1850)
  ==30818==by 0x5066425: parse_defs (conf.c:1200)
  ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661)
  ==30818==by 0x5066A0C: config_file_open (conf.c:3403)
  ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528)
  ==30818==by 0x64C8ACC: ???
  ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326)
  ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127)
  ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164)
  ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194)
  ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782)
  ==30818== 
  ==30818== Invalid read of size 8
  ==30818==at 0x506470E: snd_config_get_id (conf.c:1578)
  ==30818==by 0x50706F7: snd_device_name_hint (namehint.c:508)
  ==30818==by 0x403DE8: ??? (in /usr/bin/aplay)
  ==30818==by 0x4094A8: ??? (in /usr/bin/aplay)
  ==30818==by 0x556576C: (below main) (libc-start.c:226)
  ==30818==  Address 0x5e0c8d0 is 0 bytes inside a block of size 72 free'd
  ==30818==at 0x4C2A82E: free (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==30818==by 0x5065E94: snd_config_delete (conf.c:1850)
  ==30818==by 0x5066425: parse_defs (conf.c:1200)
  ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661)
  ==30818==by 0x5066A0C: config_file_open (conf.c:3403)
  ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528)
  ==30818==by 0x64C8ACC: ???
  ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326)
  ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127)
  ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164)
  ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194)
  ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782)
  ==30818== 
  ==30818== Invalid read of size 1
  ==30818==at 0x558DDBA: vfprintf (vfprintf.c:1624)
  ==30818==by 0x564B403: __vsprintf_chk (vsprintf_chk.c:86)
  ==30818==by 0x564B34C: __sprintf_chk (sprintf_chk.c:33)
  ==30818==by 0x506F50F: try_config (stdio2.h:34)
  ==30818==by 0x5070722: snd_device_name_hint (namehint.c:512)
  ==30818==by 0x403DE8: ??? (in /usr/bin/aplay)
  ==30818==by 0x4094A8: ??? (in /usr/bin/aplay)
  ==30818==by 0x556576C: (below main) (libc-start.c:226)
  ==30818==  Address 0x5e0c820 is 0 bytes inside a block of size 8 free'd
  ==30818==at 0x4C2A82E: free (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==30818==by 0x5065E8C: snd_config_delete (conf.c:1849)
  ==30818==by 0x5066425: parse_defs (conf.c:1200)
  ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661)
  ==30818==by 0x5066A0C: config_file_open (conf.c:3403)
  ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528)
  ==30818==by 0x64C8ACC: ???
  ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326)
  ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127)
  ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164)
  ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194)
  ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782)
  ==30818== 
  ==30818== Invalid read of size 1
  ==30818==at 0x55BFB98: _IO_default_xsputn (genops.c:480)
  ==30818==by 0x558DBED: vfprintf (vfprintf.c:1624)
  ==30818==by 0x564B403: __vsprintf_chk (vsprintf_chk.c:86)
  ==30818==by 0x564B34C: __sprintf_chk (sprintf_chk.c:33)
  ==30818==by 0x506F50F: try_config (stdio2.h:34)
  ==30818==by 0x5070722: snd_device_name_hint (namehint.c:512)
  

[Kernel-packages] [Bug 1281298] [NEW] kernel oops when unplugging usbdux

2014-02-17 Thread Bernd Porr
Public bug reported:

This is a bug which has been fixed upstream:

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-
stable.git/commit/drivers/staging/comedi?id=52ef9e7cb317fcb7f8b63f1bec7271e40341ce98

[  594.994904] Call Trace:
[  594.994920]  [81709bd5] dump_stack+0x45/0x56
[  594.994931]  [8106450d] warn_slowpath_common+0x7d/0xa0
[  594.994938]  [8106457c] warn_slowpath_fmt+0x4c/0x50
[  594.994946]  [8122eade] ? sysfs_get_dirent_ns+0x4e/0x70
[  594.994953]  [8122fdb6] sysfs_remove_group+0xc6/0xd0
[  594.994961]  [81489d33] dpm_sysfs_remove+0x43/0x50
[  594.994970]  [8147f765] device_del+0x45/0x1c0
[  594.994976]  [8147f8fe] device_unregister+0x1e/0x60
[  594.994982]  [8147f9bc] device_destroy+0x3c/0x50
[  594.994999]  [a042e525] comedi_free_subdevice_minor+0x75/0xa0 
[comedi]
[  594.995011]  [a042ef68] comedi_device_detach+0x48/0x160 [comedi]
[  594.995020]  [a042b2b3] comedi_device_cleanup+0x33/0x90 [comedi]
[  594.995029]  [a042b346] comedi_free_board_dev+0x36/0x50 [comedi]
[  594.995038]  [a042e3b0] comedi_release_hardware_device+0x80/0x90 
[comedi]
[  594.995048]  [a042ea63] comedi_auto_unconfig+0x13/0x20 [comedi]
[  594.995059]  [a0430112] comedi_usb_auto_unconfig+0x12/0x20 [comedi]
[  594.995067]  [81536bb4] usb_unbind_interface+0x64/0x1c0
[  594.995075]  [8148347f] __device_release_driver+0x7f/0xf0
[  594.995081]  [81483513] device_release_driver+0x23/0x30
[  594.995087]  [81482d98] bus_remove_device+0x108/0x180
[  594.995093]  [8147f849] device_del+0x129/0x1c0
[  594.995100]  [81534590] usb_disable_device+0xb0/0x290
[  594.995108]  [8152914d] usb_disconnect+0xad/0x200
[  594.995115]  [8152bb95] hub_port_connect_change+0xd5/0xb50
[  594.995121]  [81532f94] ? usb_control_msg+0xd4/0x110
[  594.995128]  [8152cad4] hub_events+0x4c4/0xa20
[  594.995135]  [8152d065] hub_thread+0x35/0x160
[  594.995144]  [810a8940] ? prepare_to_wait_event+0x100/0x100
[  594.995151]  [8152d030] ? hub_events+0xa20/0xa20
[  594.995159]  [810880f2] kthread+0xd2/0xf0
[  594.995165]  [81088020] ? kthread_create_on_node+0x190/0x190
[  594.995174]  [8171a4fc] ret_from_fork+0x7c/0xb0
[  594.995181]  [81088020] ? kthread_create_on_node+0x190/0x190
[  594.995186] ---[ end trace 45b9c5978e289ccb ]---

It would be probably very benefical to commit all bug fixes from the
latest linux stable for the comedi branch. In order to get this moved to
the normal driver tree loads of tidying up has happend last year which
inevitably has lead to new bugs which we sorted in Jan and are now in
the latest stable kernel.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.28
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
ApportVersion: 2.13.2-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  bp11405 F pulseaudio
 /dev/snd/controlC0:  bp11405 F pulseaudio
Date: Mon Feb 17 21:03:38 2014
HibernationDevice: RESUME=UUID=b6911a72-ca8c-451f-980b-5f16df4e94f3
InstallationDate: Installed on 2013-12-09 (69 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131209)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Dell Inc. Dimension 9100
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=781db715-a195-4dda-b877-9f7c87a81821 ro
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-8-generic N/A
 linux-backports-modules-3.13.0-8-generic  N/A
 linux-firmware1.124
RfKill:
 
SourcePackage: linux
StagingDrivers: usbduxsigma comedi comedi_fc
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/25/2005
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A01
dmi.board.name: 0X8582
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/25/2005:svnDellInc.:pnDimension9100:pvr:rvnDellInc.:rn0X8582:rvr:cvnDellInc.:ct7:cvr:
dmi.product.name: Dimension 9100
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug staging trusty

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

Title:
  kernel oops when unplugging usbdux

Status in “linux” package in Ubuntu:
  New

Bug description:
  This is a bug which has been fixed upstream:

  https://git.kernel.org/cgit/linux/kernel/git/stable/linux-
  
stable.git/commit/drivers/staging/comedi?id=52ef9e7cb317fcb7f8b63f1bec7271e40341ce98

  [  594.994904] Call Trace:
  [  594.994920]  

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

2014-02-17 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/1281298

Title:
  kernel oops when unplugging usbdux

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This is a bug which has been fixed upstream:

  https://git.kernel.org/cgit/linux/kernel/git/stable/linux-
  
stable.git/commit/drivers/staging/comedi?id=52ef9e7cb317fcb7f8b63f1bec7271e40341ce98

  [  594.994904] Call Trace:
  [  594.994920]  [81709bd5] dump_stack+0x45/0x56
  [  594.994931]  [8106450d] warn_slowpath_common+0x7d/0xa0
  [  594.994938]  [8106457c] warn_slowpath_fmt+0x4c/0x50
  [  594.994946]  [8122eade] ? sysfs_get_dirent_ns+0x4e/0x70
  [  594.994953]  [8122fdb6] sysfs_remove_group+0xc6/0xd0
  [  594.994961]  [81489d33] dpm_sysfs_remove+0x43/0x50
  [  594.994970]  [8147f765] device_del+0x45/0x1c0
  [  594.994976]  [8147f8fe] device_unregister+0x1e/0x60
  [  594.994982]  [8147f9bc] device_destroy+0x3c/0x50
  [  594.994999]  [a042e525] comedi_free_subdevice_minor+0x75/0xa0 
[comedi]
  [  594.995011]  [a042ef68] comedi_device_detach+0x48/0x160 [comedi]
  [  594.995020]  [a042b2b3] comedi_device_cleanup+0x33/0x90 [comedi]
  [  594.995029]  [a042b346] comedi_free_board_dev+0x36/0x50 [comedi]
  [  594.995038]  [a042e3b0] comedi_release_hardware_device+0x80/0x90 
[comedi]
  [  594.995048]  [a042ea63] comedi_auto_unconfig+0x13/0x20 [comedi]
  [  594.995059]  [a0430112] comedi_usb_auto_unconfig+0x12/0x20 
[comedi]
  [  594.995067]  [81536bb4] usb_unbind_interface+0x64/0x1c0
  [  594.995075]  [8148347f] __device_release_driver+0x7f/0xf0
  [  594.995081]  [81483513] device_release_driver+0x23/0x30
  [  594.995087]  [81482d98] bus_remove_device+0x108/0x180
  [  594.995093]  [8147f849] device_del+0x129/0x1c0
  [  594.995100]  [81534590] usb_disable_device+0xb0/0x290
  [  594.995108]  [8152914d] usb_disconnect+0xad/0x200
  [  594.995115]  [8152bb95] hub_port_connect_change+0xd5/0xb50
  [  594.995121]  [81532f94] ? usb_control_msg+0xd4/0x110
  [  594.995128]  [8152cad4] hub_events+0x4c4/0xa20
  [  594.995135]  [8152d065] hub_thread+0x35/0x160
  [  594.995144]  [810a8940] ? prepare_to_wait_event+0x100/0x100
  [  594.995151]  [8152d030] ? hub_events+0xa20/0xa20
  [  594.995159]  [810880f2] kthread+0xd2/0xf0
  [  594.995165]  [81088020] ? kthread_create_on_node+0x190/0x190
  [  594.995174]  [8171a4fc] ret_from_fork+0x7c/0xb0
  [  594.995181]  [81088020] ? kthread_create_on_node+0x190/0x190
  [  594.995186] ---[ end trace 45b9c5978e289ccb ]---

  It would be probably very benefical to commit all bug fixes from the
  latest linux stable for the comedi branch. In order to get this moved
  to the normal driver tree loads of tidying up has happend last year
  which inevitably has lead to new bugs which we sorted in Jan and are
  now in the latest stable kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bp11405 F pulseaudio
   /dev/snd/controlC0:  bp11405 F pulseaudio
  Date: Mon Feb 17 21:03:38 2014
  HibernationDevice: RESUME=UUID=b6911a72-ca8c-451f-980b-5f16df4e94f3
  InstallationDate: Installed on 2013-12-09 (69 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131209)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Dimension 9100
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=781db715-a195-4dda-b877-9f7c87a81821 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-8-generic N/A
   linux-backports-modules-3.13.0-8-generic  N/A
   linux-firmware1.124
  RfKill:
   
  SourcePackage: linux
  StagingDrivers: usbduxsigma comedi comedi_fc
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/25/2005
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0X8582
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd05/25/2005:svnDellInc.:pnDimension9100:pvr:rvnDellInc.:rn0X8582:rvr:cvnDellInc.:ct7:cvr:
  dmi.product.name: Dimension 9100
  dmi.sys.vendor: Dell Inc.

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

-- 

[Kernel-packages] [Bug 1272624] Re: [Dell Latitude E7440] 14.04 Touchpad not as smooth as Win7

2014-02-17 Thread Edward-douse
Scott, if you get chance, also test ElementaryOS. I have just switched
from that to Ubuntu and Ubuntu Gnome 14.04 for testing and my touchpad
(Lenovo Z500) is also quite jerky. Or rather I suppose I would describe
it as a grainy movement. In ElementaryOS it was fine although it is also
jerky in 12.04 which ElementaryOS is based upon.

I'm going to try and find out if the Elementary team adding anything
else to their distro.


Might not help, but if 12.04 is the same..might be worth a shot.

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

Title:
  [Dell Latitude E7440] 14.04 Touchpad not as smooth as Win7

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This bug report has been produced to help improve the touchpad on a
  Dell Latitude E7440 on Ubuntu 14.04 alpha.

  From the live usb the touchpad seems less jerky compared to ubuntu
  13.10 but is still not as smooth as Windows 7.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-5-generic 3.13.0-5.20
  ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
  Uname: Linux 3.13.0-5-generic x86_64
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 4246 F pulseaudio
   /dev/snd/controlC1:  ubuntu 4246 F pulseaudio
  CasperVersion: 1.336ubuntu1
  CurrentDesktop: Unity
  Date: Sat Jan 25 06:50:44 2014
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
  MachineType: Dell Inc. Latitude E7440
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash --
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-5-generic N/A
   linux-backports-modules-3.13.0-5-generic  N/A
   linux-firmware1.122
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/02/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PPXP5
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd01/02/2014:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn0PPXP5:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1272624/+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 1281314] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2014-02-17 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/1281314

Title:
  BUG: unable to handle kernel NULL pointer dereference at   (null)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Might be nothing, the things I use this machine for just work

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  x1404  1546 F pulseaudio
  Date: Sun Feb 16 17:20:22 2014
  DuplicateSignature:
   BUG: unable to handle kernel NULL pointer dereference at   (null)
   EIP: location unlink_anon_vmas+0x42/0x160 SS:ESP 0068:ebdffe94
  Failure: oops
  HibernationDevice: RESUME=UUID=b1330d3c-4b27-415b-9669-f90f24692290
  InstallationDate: Installed on 2013-12-26 (53 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131219)
  MachineType: ASUSTeK Computer INC. T101MT
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=83d6c646-e28c-4f0c-8480-67ea14259862 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: kerneloops-daemon 0.12+git20090217-3ubuntu4
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at   (null)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1202
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: T101MT
  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.:bvr1202:bd02/16/2012:svnASUSTeKComputerINC.:pnT101MT:pvrx.x:rvnASUSTeKComputerINC.:rnT101MT:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: T101MT
  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/1281314/+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 1281314] [NEW] BUG: unable to handle kernel NULL pointer dereference at (null)

2014-02-17 Thread miegiel
Public bug reported:

Might be nothing, the things I use this machine for just work

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.28
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic i686
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.13.2-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  x1404  1546 F pulseaudio
Date: Sun Feb 16 17:20:22 2014
DuplicateSignature:
 BUG: unable to handle kernel NULL pointer dereference at   (null)
 EIP: location unlink_anon_vmas+0x42/0x160 SS:ESP 0068:ebdffe94
Failure: oops
HibernationDevice: RESUME=UUID=b1330d3c-4b27-415b-9669-f90f24692290
InstallationDate: Installed on 2013-12-26 (53 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131219)
MachineType: ASUSTeK Computer INC. T101MT
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=83d6c646-e28c-4f0c-8480-67ea14259862 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: kerneloops-daemon 0.12+git20090217-3ubuntu4
SourcePackage: linux
Title: BUG: unable to handle kernel NULL pointer dereference at   (null)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1202
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: T101MT
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.:bvr1202:bd02/16/2012:svnASUSTeKComputerINC.:pnT101MT:pvrx.x:rvnASUSTeKComputerINC.:rnT101MT:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: T101MT
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops i386 kernel-oops trusty

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at   (null)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Might be nothing, the things I use this machine for just work

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  x1404  1546 F pulseaudio
  Date: Sun Feb 16 17:20:22 2014
  DuplicateSignature:
   BUG: unable to handle kernel NULL pointer dereference at   (null)
   EIP: location unlink_anon_vmas+0x42/0x160 SS:ESP 0068:ebdffe94
  Failure: oops
  HibernationDevice: RESUME=UUID=b1330d3c-4b27-415b-9669-f90f24692290
  InstallationDate: Installed on 2013-12-26 (53 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131219)
  MachineType: ASUSTeK Computer INC. T101MT
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=83d6c646-e28c-4f0c-8480-67ea14259862 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: kerneloops-daemon 0.12+git20090217-3ubuntu4
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at   (null)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1202
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: T101MT
  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.:bvr1202:bd02/16/2012:svnASUSTeKComputerINC.:pnT101MT:pvrx.x:rvnASUSTeKComputerINC.:rnT101MT:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: T101MT
  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/1281314/+subscriptions

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

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

2014-02-17 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/1281314

Title:
  BUG: unable to handle kernel NULL pointer dereference at   (null)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Might be nothing, the things I use this machine for just work

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  x1404  1546 F pulseaudio
  Date: Sun Feb 16 17:20:22 2014
  DuplicateSignature:
   BUG: unable to handle kernel NULL pointer dereference at   (null)
   EIP: location unlink_anon_vmas+0x42/0x160 SS:ESP 0068:ebdffe94
  Failure: oops
  HibernationDevice: RESUME=UUID=b1330d3c-4b27-415b-9669-f90f24692290
  InstallationDate: Installed on 2013-12-26 (53 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131219)
  MachineType: ASUSTeK Computer INC. T101MT
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=83d6c646-e28c-4f0c-8480-67ea14259862 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: kerneloops-daemon 0.12+git20090217-3ubuntu4
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at   (null)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1202
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: T101MT
  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.:bvr1202:bd02/16/2012:svnASUSTeKComputerINC.:pnT101MT:pvrx.x:rvnASUSTeKComputerINC.:rnT101MT:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: T101MT
  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/1281314/+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 1281362] [NEW] [Gateway GT5628] suspend/resume failure

2014-02-17 Thread nvsoar
Public bug reported:

Failed to come out of suspend: screen blank, no reponse to keyboard or mouse; 
manually powered down.
Problem message appeared on next boot after password entry.
w8@w8-ion:~$ sudo lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04
Codename:   trusty  -  last updated 16Feb2014 @ ~1700(zone-8)

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-8-generic 3.13.0-8.28
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.2-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  w8 1877 F pulseaudio
 /dev/snd/controlC0:  w8 1877 F pulseaudio
CurrentDmesg:
 [   31.096789] e1000e :00:19.0 eth0: 10/100 speed: disabling TSO
 [   31.096820] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   70.571214] EXT4-fs (sda1): recovery complete
 [   70.627590] EXT4-fs (sda1): mounted filesystem with ordered data mode. 
Opts: (null)
Date: Mon Feb 17 17:12:13 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=520a728e-0b85-43bb-8f87-6ae5f3197efb
InstallationDate: Installed on 2014-01-22 (26 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140121)
InterpreterPath: /usr/bin/python3.3
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Gateway GT5628
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=4222c6f6-4dd2-4d4a-ae07-886c90fcc4c8 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-8-generic N/A
 linux-backports-modules-3.13.0-8-generic  N/A
 linux-firmware1.124
RfKill:
 
SourcePackage: linux
Title: [Gateway GT5628] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/10/2008
dmi.bios.vendor: Intel Corp.
dmi.bios.version: DPP3510J.15A.0304.2008.0210.1950
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DG33SXG2
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD94468-403
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.15A.0304.2008.0210.1950:bd02/10/2008:svnGateway:pnGT5628:pvr:rvnIntelCorporation:rnDG33SXG2:rvrAAD94468-403:cvn:ct3:cvr:
dmi.product.name: GT5628
dmi.sys.vendor: Gateway

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


** Tags: apport-kerneloops i386 resume suspend trusty

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

Title:
  [Gateway GT5628] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  Failed to come out of suspend: screen blank, no reponse to keyboard or mouse; 
manually powered down.
  Problem message appeared on next boot after password entry.
  w8@w8-ion:~$ sudo lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  Codename: trusty  -  last updated 16Feb2014 @ ~1700(zone-8)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  w8 1877 F pulseaudio
   /dev/snd/controlC0:  w8 1877 F pulseaudio
  CurrentDmesg:
   [   31.096789] e1000e :00:19.0 eth0: 10/100 speed: disabling TSO
   [   31.096820] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
   [   70.571214] EXT4-fs (sda1): recovery complete
   [   70.627590] EXT4-fs (sda1): mounted filesystem with ordered data mode. 
Opts: (null)
  Date: Mon Feb 17 17:12:13 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=520a728e-0b85-43bb-8f87-6ae5f3197efb
  InstallationDate: Installed on 2014-01-22 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140121)
  InterpreterPath: /usr/bin/python3.3
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Gateway GT5628
  ProcCmdline: 

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

2014-02-17 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/1281362

Title:
  [Gateway GT5628] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Failed to come out of suspend: screen blank, no reponse to keyboard or mouse; 
manually powered down.
  Problem message appeared on next boot after password entry.
  w8@w8-ion:~$ sudo lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  Codename: trusty  -  last updated 16Feb2014 @ ~1700(zone-8)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-8-generic 3.13.0-8.28
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.2-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  w8 1877 F pulseaudio
   /dev/snd/controlC0:  w8 1877 F pulseaudio
  CurrentDmesg:
   [   31.096789] e1000e :00:19.0 eth0: 10/100 speed: disabling TSO
   [   31.096820] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
   [   70.571214] EXT4-fs (sda1): recovery complete
   [   70.627590] EXT4-fs (sda1): mounted filesystem with ordered data mode. 
Opts: (null)
  Date: Mon Feb 17 17:12:13 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=520a728e-0b85-43bb-8f87-6ae5f3197efb
  InstallationDate: Installed on 2014-01-22 (26 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140121)
  InterpreterPath: /usr/bin/python3.3
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Gateway GT5628
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic 
root=UUID=4222c6f6-4dd2-4d4a-ae07-886c90fcc4c8 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-8-generic N/A
   linux-backports-modules-3.13.0-8-generic  N/A
   linux-firmware1.124
  RfKill:
   
  SourcePackage: linux
  Title: [Gateway GT5628] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/10/2008
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.15A.0304.2008.0210.1950
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DG33SXG2
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD94468-403
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.15A.0304.2008.0210.1950:bd02/10/2008:svnGateway:pnGT5628:pvr:rvnIntelCorporation:rnDG33SXG2:rvrAAD94468-403:cvn:ct3:cvr:
  dmi.product.name: GT5628
  dmi.sys.vendor: Gateway

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1281362/+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 1260303] Re: No external microphone detected on the Dell machines with realtek codec

2014-02-17 Thread Hui Wang
Two more machines:
(Vendor ID:0x10ec0255, Subsystem ID: 0x10280657; Vendor ID: 0x10ec0255, 
Subsystem ID: 0x1028065f)

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

Title:
  No external microphone detected on the Dell machines with realtek
  codec

Status in HWE Next Project:
  Triaged
Status in HWE Next trusty series:
  Triaged
Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  Steps:
  1.  boot into OS
  2. Plugin a 3-ring headset into the headset port
  3. Go to sound setting  input tab and check if external mic is detected
  4. Launch sound recorder and try to record sound from external mic

  This bug is for tracking purposes, please do not triage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1260303/+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 999875] Re: My camera stopped showing video feed since about two weeks ago

2014-02-17 Thread Reinis Zumbergs
$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A14
12/26/2013


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

Title:
  My camera stopped showing video feed since about two weeks ago

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  1) Kubuntu 12.04 amd64
  2) v4l-utils:  Installed: 0.8.6-1ubuntu1
  3) It was working fine all the time on 11.10 and Precise Beta. And I believe 
it was still working after final release, but I'm not 100% sure.
  4) The returned video is just black and a bit of faint colored circle in the 
middle

  It's built in webcam of Dell Latitude E5520
  In lsusb, I think, it shows as Bus 001 Device 003: ID 05ca:181e Ricoh Co., 
Ltd
  In vlc it shows as CN0CJ3P2724871B9C7XGA00 - Laptop_Integrated_Webcam_FHD

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libv4l-0 0.8.6-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May 15 21:19:34 2012
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120413)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: v4l-utils
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  roodis 2087 F panel-11-mixer
  CRDA:
   country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
  DistroRelease: Ubuntu 13.04
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=a297fcfa-1788-45f0-bee9-573714a9839a
  InstallationDate: Installed on 2012-08-16 (220 days ago)
  InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724)
  MachineType: Dell Inc. Latitude E5520
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-14-generic 
root=UUID=01e049cf-b5c1-4115-8d98-00f0227207bf ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-14-generic N/A
   linux-backports-modules-3.8.0-14-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-14-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-03-05 (20 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo www-data
  dmi.bios.date: 07/10/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.asset.tag: Min tie
  dmi.board.name: 03PH4G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.asset.tag: Min tie
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd07/10/2011:svnDellInc.:pnLatitudeE5520:pvr01:rvnDellInc.:rn03PH4G:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/999875/+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 1279282] Re: There are no LCD backlight brightness function and OSD with Fn hot keys under Ubuntu 13.10.

2014-02-17 Thread P.J.Lin
We had updated the kernel 
linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb.
After updating to the kernel 3.13.3-031303-generic, the OSD showed up as 
expected while pressing LCD backlight brightness hot keys. But the LCD 
backlight brightness function still did not work. We think that this should be 
the Intel Bay Trail - M graphics driver issue. Intel told us that they will 
co-work with Canonical on this issue via Launchpad.

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

Title:
  There are no LCD backlight brightness function and OSD with Fn hot
  keys under Ubuntu 13.10.

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce :

  #1. Install Ubuntu 13.10 x64
  #2. Change OS indication.
  $ sudo gedit /etc/default/grub
  Find
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
  Change to
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_os_name=Linux acpi_osi=
  $ sudo update-grub
  (Reboot)
  #3.Press hot key Fn+F8 or Fn+F9.

  More information :

  Our BIOS engineer had already checked the ACPI ASL code and all the necessary 
event notifications are normally notified as expected while Fn hot key pressed. 
Butthis issue is still there. We think there is no Intel graphics driver in 
Ubuntu 13.10.That's why we need it.
  There is no problem for all our Shark Bay models with the same ASL event 
notification under Ubuntu 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1279282/+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 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-02-17 Thread Adam Lee
Realtek hasn't officially released the driver in website or kernel
mainline yet.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE. The support doesn't show up in mainline or
  wireless-next yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1239578/+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 1279282] Re: There are no LCD backlight brightness function and OSD with Fn hot keys under Ubuntu 13.10.

2014-02-17 Thread P.J.Lin
How to add tag 'kernel-bug-exists-upstream' ?

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

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

Title:
  There are no LCD backlight brightness function and OSD with Fn hot
  keys under Ubuntu 13.10.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce :

  #1. Install Ubuntu 13.10 x64
  #2. Change OS indication.
  $ sudo gedit /etc/default/grub
  Find
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
  Change to
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_os_name=Linux acpi_osi=
  $ sudo update-grub
  (Reboot)
  #3.Press hot key Fn+F8 or Fn+F9.

  More information :

  Our BIOS engineer had already checked the ACPI ASL code and all the necessary 
event notifications are normally notified as expected while Fn hot key pressed. 
Butthis issue is still there. We think there is no Intel graphics driver in 
Ubuntu 13.10.That's why we need it.
  There is no problem for all our Shark Bay models with the same ASL event 
notification under Ubuntu 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1279282/+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 1258799] Re: Resume results in blank screen on 3.11.0-14

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Resume results in blank screen on 3.11.0-14

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  First observed on a Macbook Pro 8,1 running Saucy.

  Steps to reproduce:

  1. Close laptop lid
  2. Open laptop lid - blank screen - frozen OS.
  3. Only alternative: hard reboot via power button.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-13-generic 3.11.0-13.20
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  root   1166 F pommed
christoph   1640 F enlightenment
christoph   1710 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Sat Dec  7 18:26:27 2013
  HibernationDevice: RESUME=UUID=b3b2afbf-edea-40c5-9506-44b7f0cbf4d2
  InstallationDate: Installed on 2013-10-23 (45 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64+mac 
(20131016.1)
  MachineType: Apple Inc. MacBookPro8,1
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: \boot\vmlinuz-3.11.0-13-generic ro 
root=UUID=6a0139c1-488b-49e1-adee-a520c44dd9ab  quiet splash  
initrd=boot\initrd.img-3.11.0-13-generic
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-13-generic N/A
   linux-backports-modules-3.11.0-13-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/12
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP81.88Z.0047.B27.1201241646
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-94245B3640C91C81
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro8,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-94245B3640C91C81
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,1:pvr1.0:rvnAppleInc.:rnMac-94245B3640C91C81:rvrMacBookPro8,1:cvnAppleInc.:ct10:cvrMac-94245B3640C91C81:
  dmi.product.name: MacBookPro8,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/1258799/+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 1096060] Re: [Lenovo ThinkPad x131e] - Bluetooth file browse doesn't work

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Lenovo ThinkPad x131e] - Bluetooth file browse doesn't work

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  When trying to file-browse any bluetooth devices, the list appears
  blank and there are no discoverable devices.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-29-generic 3.2.0-29.46
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu12
  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:  ubuntu 1586 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1586 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 0xf0344000 irq 49'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,17aa21fd,00100203'
 Controls  : 18
 Simple ctrls  : 10
  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: Fri Jan  4 08:15:18 2013
  HibernationDevice: RESUME=UUID=bbc371a7-6ade-459c-913e-49ffe4be0d04
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: LENOVO 337172U
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=7b5c57cd-4353-43de-b838-8203fdf92d75 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-29-generic N/A
   linux-backports-modules-3.2.0-29-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: rts_pstor
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/18/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G9ET15WW (1.01 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 337172U
  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:bvrG9ET15WW(1.01):bd05/18/2012:svnLENOVO:pn337172U:pvrThinkPadX131e:rvnLENOVO:rn337172U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 337172U
  dmi.product.version: ThinkPad X131e
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1096060/+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 1154739] Re: 0421:026a [Gigabyte Z77-DS3H] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep eab59c8c

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  0421:026a [Gigabyte Z77-DS3H] xhci_hcd :00:14.0: xHCI
  xhci_drop_endpoint called with disabled ep eab59c8c

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  some days before, my Nokia N97 mini was mounted correctly:
  Mar  9 20:01:13 tux kernel: [  176.527753] usb 3-2: Product: Nokia N97 mini
  Mar  9 20:01:13 tux kernel: [  176.527756] usb 3-2: Manufacturer: Nokia
  Mar  9 20:01:13 tux kernel: [  176.528749] scsi7 : usb-storage 3-2:1.0
  Mar  9 20:01:13 tux mtp-probe: bus: 3, device: 2 was not an MTP device
  Mar  9 20:01:14 tux kernel: [  177.525725] scsi 7:0:0:0: Direct-Access 
NokiaNokia N97 mini   1.0  PQ: 0 ANSI: 0
  Mar  9 20:01:14 tux kernel: [  177.526141] scsi 7:0:0:1: Direct-Access 
NokiaNokia N97 mini   1.0  PQ: 0 ANSI: 0
  Mar  9 20:01:14 tux kernel: [  177.527476] sd 7:0:0:0: Attached scsi generic 
sg7 type 0
  but now:Mar 13 19:28:30 tux kernel: [ 3240.800540] usb 3-1: new high-speed 
USB device number 10 using xhci_hcd
  Mar 13 19:28:30 tux mtp-probe: checking bus 3, device 10: 
/sys/devices/pci:00/:00:14.0/usb3/3-1
  Mar 13 19:28:30 tux kernel: [ 3240.817192] usb 3-1: New USB device found, 
idVendor=0421, idProduct=026a
  Mar 13 19:28:30 tux kernel: [ 3240.817197] usb 3-1: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Mar 13 19:28:30 tux kernel: [ 3240.817200] usb 3-1: Product: Nokia N97 mini
  Mar 13 19:28:30 tux kernel: [ 3240.817202] usb 3-1: Manufacturer: Nokia
  Mar 13 19:28:30 tux kernel: [ 3240.818133] scsi13 : usb-storage 3-1:1.0
  Mar 13 19:28:30 tux mtp-probe: bus: 3, device: 10 was not an MTP device
  Mar 13 19:28:32 tux kernel: [ 3241.926770] usb 3-1: reset high-speed USB 
device number 10 using xhci_hcd
  Mar 13 19:28:32 tux kernel: [ 3241.942875] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c8c
  Mar 13 19:28:32 tux kernel: [ 3241.942880] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c60
  Mar 13 19:28:32 tux kernel: [ 3242.062530] usb 3-1: reset high-speed USB 
device number 10 using xhci_hcd
  Mar 13 19:28:32 tux kernel: [ 3242.078643] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c8c
  Mar 13 19:28:32 tux kernel: [ 3242.078648] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c60
  Mar 13 19:28:32 tux kernel: [ 3242.198294] usb 3-1: reset high-speed USB 
device number 10 using xhci_hcd
  Mar 13 19:28:32 tux kernel: [ 3242.214360] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c8c
  Mar 13 19:28:32 tux kernel: [ 3242.214365] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c60
  Mar 13 19:28:32 tux kernel: [ 3242.334050] usb 3-1: reset high-speed USB 
device number 10 using xhci_hcd
  Mar 13 19:28:32 tux kernel: [ 3242.350163] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c8c
  Mar 13 19:28:32 tux kernel: [ 3242.350168] xhci_hcd :00:14.0: xHCI 
xhci_drop_endpoint called with disabled ep eab59c60

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-25-generic 3.5.0-25.39
  ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mak2784 F pulseaudio
   /dev/snd/controlC2:  mak2784 F pulseaudio
   /dev/snd/controlC0:  mak2784 F pulseaudio
  CRDA:
   country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
  Date: Wed Mar 13 19:31:05 2013
  HibernationDevice: RESUME=UUID=c4c41874-0af0-4e79-b550-6e8898554f07
  InstallationDate: Installed on 2012-08-26 (199 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=a7a0735e-326e-40f3-9c89-a77cf01a0f56 ro radeon.audio=1
  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-25-generic N/A
   linux-backports-modules-3.5.0-25-generic  N/A
   linux-firmware   

[Kernel-packages] [Bug 1096058] Re: [Lenovo x131e] - Bluetooth Audio completely non-functional

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Lenovo x131e] - Bluetooth Audio completely non-functional

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  The audio device pairs with the system, however testing via the Sound
  Setting menu, the slider bar produces no audio, the test button also
  produces no audio.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-29-generic 3.2.0-29.46
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VC Analog [ALC269VC 
Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1586 F pulseaudio
   /dev/snd/pcmC1D0c:   ubuntu 1586 F...m pulseaudio
   /dev/snd/controlC0:  ubuntu 1586 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 0xf0344000 irq 49'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf034 irq 16'
 Mixer name : 'Realtek ALC269VC'
 Components : 'HDA:10ec0269,17aa21fd,00100203'
 Controls  : 18
 Simple ctrls  : 10
  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: Fri Jan  4 08:08:32 2013
  HibernationDevice: RESUME=UUID=bbc371a7-6ade-459c-913e-49ffe4be0d04
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: LENOVO 337172U
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=7b5c57cd-4353-43de-b838-8203fdf92d75 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-29-generic N/A
   linux-backports-modules-3.2.0-29-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: rts_pstor
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/18/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G9ET15WW (1.01 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 337172U
  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:bvrG9ET15WW(1.01):bd05/18/2012:svnLENOVO:pn337172U:pvrThinkPadX131e:rvnLENOVO:rn337172U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 337172U
  dmi.product.version: ThinkPad X131e
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1096058/+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 1221790] Re: 8086:0166 [ThinkPad X1 Carbon] Screen brightness is maximum upon fresh boot

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  8086:0166 [ThinkPad X1 Carbon] Screen brightness is maximum upon fresh
  boot

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Hello,

  Trouble:  Everytime I restart or cold boot my Thinkpad X1 laptop, my
  screen brightness is set to maximum.

  Expected Behaviour: Brighteness setting is retained between reboots

  My laptop uses UEFI.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anmar  1798 F pulseaudio
  Date: Fri Sep  6 11:20:05 2013
  HibernationDevice: RESUME=UUID=2e39ee55-2a87-4298-a2d0-1c8ef5de5a96
  InstallationDate: Installed on 2013-08-09 (27 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130809)
  MachineType: LENOVO 3443CTO
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic.efi.signed 
root=UUID=1784df7c-8b5f-4550-84f2-13e73c2915fe ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/29/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3443CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ET96WW(2.56):bd04/29/2013:svnLENOVO:pn3443CTO:pvrThinkPadX1Carbon:rvnLENOVO:rn3443CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3443CTO
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1221790/+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 1157642] Re: 8086:0166 [Lenovo ThinkPad T430s] Brightness hotkeys stopped working after upgrade

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  8086:0166 [Lenovo ThinkPad T430s] Brightness hotkeys stopped working
  after upgrade

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I have upgraded to Raring and brightness hotkeys (Fn+ F8, Fn+F9)
  stopped working properly.

  * I can set brightness from systems setting without any problems
  * when I set brightness to 100% in system settings and use hotkeys brightness 
will not change however I can see notification
  * when I set brightness in system setting to around 50% hotkeys work but only 
between 10%-70% range (they do not allow full brighthess or lowest values

  I am runnign latest raring build

  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04
  Codename: raring

  linux-image-3.8.0-13-generic:
Installed: 3.8.0-13.23

  I am not sure if relevant but I this appeared in dmesg few times:
  [ 1165.800370] thinkpad_acpi: unknown possible thermal alarm or keyboard 
event received
  [ 1165.800387] thinkpad_acpi: unhandled HKEY event 0x6040
  [ 1165.800390] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
  [ 1165.800909] thinkpad_acpi: EC reports that Thermal Table has changed
  --- 
  ApportVersion: 2.9.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jacek  2522 F pulseaudio
   /dev/snd/pcmC0D0p:   jacek  2522 F...m pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=4c0f6035-5c59-47b1-9548-d9d721c47ef9
  InstallationDate: Installed on 2013-01-19 (60 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 2353CTO
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-13-generic 
root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-13-generic N/A
   linux-backports-modules-3.8.0-13-generic  N/A
   linux-firmware1.104
  Tags:  raring
  Uname: Linux 3.8.0-13-generic x86_64
  UpgradeStatus: Upgraded to raring on 2013-03-19 (1 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  dmi.bios.date: 11/12/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ET63WW (2.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2353CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG7ET63WW(2.05):bd11/12/2012:svnLENOVO:pn2353CTO:pvrThinkPadT430s:rvnLENOVO:rn2353CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2353CTO
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1157642/+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 1093528] Re: [Lenovo IdeaPad Z580] ubuntu kernel regression - stuck at initial ramdisk

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [Lenovo IdeaPad Z580] ubuntu kernel regression - stuck at initial
  ramdisk

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Hi, I upgraded my Ubuntu 12.10 after installation (so kernel was upgraded 
from 3.5.0-17 to 3.5.0-21) and rebooted. 
  Results: Ubuntu cannot boot, it freezes at initial ramdisk. If I switch to 
kernel 3.5.0-17 ubuntu boots without problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-headers-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  barca  1995 F pulseaudio
  Date: Mon Dec 24 22:50:12 2012
  HibernationDevice: RESUME=UUID=723c713e-fcf8-42a8-8fa7-e8ccf57610db
  InstallationDate: Installed on 2012-12-24 (0 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO IdeaPad Z580
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=cs_CZ.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/ubuntu-root ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-17-generic N/A
   linux-backports-modules-3.5.0-17-generic  N/A
   linux-firmware1.95
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5FCN34WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: Lenovo Z580
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr5FCN34WW:bd06/11/2012:svnLENOVO:pnIdeaPadZ580:pvrLenovoZ580:rvnLENOVO:rnLenovo:rvrLenovoZ580:cvnIntelCorporation:ct9:cvr0.1:
  dmi.product.name: IdeaPad Z580
  dmi.product.version: Lenovo Z580
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1093528/+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 1099600] Re: jbd2/dm-* constant io, filling hard disk

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  jbd2/dm-* constant io, filling hard disk

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  My hardware at a glance:

  AMD A10 5800k
  ASRock FM2A75-DGS
  4 GB DDR3 1866
  250 GB SATA II HD ST3250318AS
  64 GB OCZ Vertex-4

  Software is Ubuntu 12.10 x64, stock kernel version 3.5.0-21-generic

  I have my /home partition residing on the 250 gb drive, and it stays
  almost always full, which is why I've probably been able to notice
  this bug so quickly.  I was getting warnings about my disk getting
  full, and I thought it odd since I haven't moved any files around
  lately.  iotop shows the command [jbd2/dm-0-8] and [jbd2/dm-2-8]
  writing to my disk about every 10 seconds, and it writes about 50 KB
  each time, to a location I can't seem to find.  It's filled up a few
  GB of space today alone, and I fear that it may be overwriting,
  instead of filling up empty space that isn't there!

  I am sure that the problem only started somewhat recently.  If any
  other logs or info would help, let me know what to post.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kyle   2641 F pulseaudio
   /dev/snd/controlC0:  kyle   2641 F pulseaudio
  Date: Mon Jan 14 16:21:47 2013
  HibernationDevice: RESUME=UUID=05c9edc5-3ea3-465c-a471-f5fbca927343
  InstallationDate: Installed on 2012-10-26 (80 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-21-generic 
root=UUID=b0a03282-0181-4167-b63c-2563349ae0b3 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-21-generic N/A
   linux-backports-modules-3.5.0-21-generic  N/A
   linux-firmware1.95
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: FM2A75M-DGS
  dmi.board.vendor: ASRock
  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.:bvrP2.10:bd11/23/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1099600/+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 1221795] Re: 8086:0166 [Lenovo ThinkPad X1 Carbon] Brightness stepping is incorrect (double what it should be)

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  8086:0166 [Lenovo ThinkPad X1 Carbon] Brightness stepping is incorrect
  (double what it should be)

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Problem:  When I press the laptop screen brighteness, each step yield
  an event that is displayed on the OSD but the screen brightness
  doesn't change until the third press. Same happens for decreasing or
  increasing the brightness.

  Exepcted behaviour: Each press of the brightness button on the laptop,
  yield a visible change in the brightness of the LCD scree.

  Workaround: This seems documented and works perfectly. The work around
  is to type this in terminal:

  sudo sh -c 'echo -n 0 
  /sys/module/video/parameters/brightness_switch_enabled'

  More details are here: http://askubuntu.com/questions/173921/why-does-
  my-thinkpad-brightness-control-skip-steps

  I think this should be fixed in 13.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anmar  1798 F pulseaudio
  Date: Fri Sep  6 11:23:20 2013
  HibernationDevice: RESUME=UUID=2e39ee55-2a87-4298-a2d0-1c8ef5de5a96
  InstallationDate: Installed on 2013-08-09 (27 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130809)
  MachineType: LENOVO 3443CTO
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic.efi.signed 
root=UUID=1784df7c-8b5f-4550-84f2-13e73c2915fe ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/29/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G6ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3443CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG6ET96WW(2.56):bd04/29/2013:svnLENOVO:pn3443CTO:pvrThinkPadX1Carbon:rvnLENOVO:rn3443CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3443CTO
  dmi.product.version: ThinkPad X1 Carbon
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1221795/+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 1104117] Re: touch screen did not work with kernels 3.2 through 3.4

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  touch screen did not work with kernels 3.2 through 3.4

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  A touchscreen using the module usbhid did not work with the kernels
  3.2 throw 3.4, because of a bug in the  hid-input.c.

  The part

 case 0x51: /* ContactID */
 device-quirks |= HID_QUIRK_MULTITOUCH;
 goto unknown;

  should be deleted.

  This part is no more present in the 3.5, 3.6 and 3.7.

  The Problem is that this part prohibited the touchscreen to be
  registered as a /dev/input/eventX and it send no events.

  
  Best regards

  Peter Pavlov

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1104117/+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 1102999] Re: wifi stops working intermittently

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  wifi stops working intermittently

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  My wifi stops working intermittently but it seems to happen as often
  as every day.  When it happens, I notice some spam in dmesg.  I notice
  that I am still connected to the wireless access point but no data
  seems to pass through.  I cannot ping or resolve DNS.  I make sure
  power management is off on the wifi device.

  This is for Ubuntu 12.04, 3.2.0-36-generic kernel, all packages up-to-
  date as of 1/22/2013.  This hardware is a Dell XPS L702X with an Intel
  Corporation Centrino Advanced-N 6230 wifi device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102999/+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 1116731] Re: [HP Pavilion p6-2352eg Desktop PC] WARNING: at /build/buildd/linux-3.5.0/fs/inode.c:281 drop_nlink+0x46/0x50()

2014-02-17 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [HP Pavilion p6-2352eg Desktop PC] WARNING: at
  /build/buildd/linux-3.5.0/fs/inode.c:281 drop_nlink+0x46/0x50()

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  There are problems mounting network shares using cifs.

  [227696.489635] [ cut here ]
  [227696.489652] WARNING: at /build/buildd/linux-3.5.0/fs/inode.c:281 
drop_nlink+0x46/0x50()
  [227696.489655] Hardware name: p6-2352eg
  [227696.489658] Modules linked in: snd_mixer_oss autofs4 btrfs zlib_deflate 
libcrc32c sbc8360 nv_tco hpwdt ie6xx_wdt sp5100_tco sit tunnel4 des_generic md4 
pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) parport_pc ppdev 
rfcomm(O) bnep(O) binfmt_misc nls_iso8859_1 nls_utf8 cifs fscache 
snd_hda_codec_hdmi kvm_amd kvm ghash_clmulni_intel aesni_intel cryptd 
aes_x86_64 ip6t_REJECT xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 
ipt_REJECT xt_limit xt_tcpudp xt_addrtype xt_state ip6table_filter ip6_tables 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables snd_usb_audio snd_usbmidi_lib uvcvideo videobuf2_core 
videodev videobuf2_vmalloc videobuf2_memops btusb(O) bluetooth(O) microcode 
snd_hda_codec_idt psmouse serio_raw k10temp snd_hda_intel snd_hda_codec 
snd_hwdep i2c_piix4 snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq 
snd_timer snd_seq_device radeon snd alx(O) compat(O) ttm drm_kms_helper drm 
mac_hid i2c_algo_bit soundcore snd_page_alloc lp parport usb_storage 
hid_generic usbhid hid
  [227696.489807] Pid: 28410, comm: python Tainted: GW  O 
3.5.0-23-generic #35-Ubuntu
  [227696.489810] Call Trace:
  [227696.489822]  [81051c1f] warn_slowpath_common+0x7f/0xc0
  [227696.489831]  [81051c7a] warn_slowpath_null+0x1a/0x20
  [227696.489839]  [8119b316] drop_nlink+0x46/0x50
  [227696.489860]  [a0514a07] cifs_unlink+0x2b7/0x880 [cifs]
  [227696.489880]  [a0515cee] ? 
cifs_revalidate_dentry_attr+0x3e/0x1c0 [cifs]
  [227696.489889]  [812b2e2c] ? security_inode_permission+0x1c/0x30
  [227696.489896]  [8118d6d4] ? inode_only_permission+0x64/0xe0
  [227696.489902]  [8118d764] ? inode_permission+0x14/0x50
  [227696.489909]  [8118dbee] vfs_unlink+0x9e/0x120
  [227696.489916]  [81191537] do_unlinkat+0x1a7/0x1d0
  [227696.489924]  [81186f5a] ? sys_newlstat+0x2a/0x40
  [227696.489931]  [81192116] sys_unlink+0x16/0x20
  [227696.489939]  [8168bb69] system_call_fastpath+0x16/0x1b
  [227696.489944] ---[ end trace 69b9d5f4cd20bf6c ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-23-generic 3.5.0-23.35
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Tue Feb  5 23:39:01 2013
  HibernationDevice: RESUME=UUID=97f12e07-2f2b-4d1b-a1d3-2247fcf2896a
  InstallationDate: Installed on 2012-12-16 (51 days ago)
  InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  MachineType: Hewlett-Packard p6-2352eg
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=1faa5593-d008-4c51-9cbc-0d876613ec48 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-23-generic N/A
   linux-backports-modules-3.5.0-23-generic  N/A
   linux-firmware1.95
  RfKill:
   2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/24/2012
  dmi.bios.vendor: AMI
  dmi.bios.version: 8.10
  dmi.board.name: 2AE0
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: CZC243433T
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAMI:bvr8.10:bd09/24/2012:svnHewlett-Packard:pnp6-2352eg:pvr:rvnMSI:rn2AE0:rvr1.0:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: p6-2352eg
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1116731/+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 1225846] Re: 1002:6771 [Dell OptiPlex 3011 AIO] No display after boot to desktop with radeon driver, unless nomodeset is added.

2014-02-17 Thread Po-Hsu Lin
** Tags removed: 201302-12681 bios-outdated-a03 blocks-hwcert blocks-
hwcert-enablement

** Tags removed: taipei-lab

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

Title:
  1002:6771 [Dell OptiPlex 3011 AIO] No display after boot to desktop
  with radeon driver, unless nomodeset is added.

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  CID: 201302-12681 Dell OptiPlex 3011

  This All-in-One computer can boot to desktop normally with 12.04.3
  LiveUSB, but after the OS was installed, there is no display after
  boot (after the purple screen). Observe the LCD screen, you will see
  it keeps blinking from black to dark gray.

  WORKAROUND: Add nomodeset to grub.

  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC280 Analog [ALC280 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC280 Analog [ALC280 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1644 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 45'
     Mixer name : 'Realtek ALC280'
     Components : 'HDA:10ec0280,102805c2,0013'
     Controls  : 20
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=8c3328b5-fcb1-45c9-9030-e800197f729f
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 3011 AIO
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=78b8b178-67ea-4553-a81f-233cd21d2660 ro quiet splash nomodeset 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  RfKill:

  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 02/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X19
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 13
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrX19:bd02/22/2013:svnDellInc.:pnOptiPlex3011AIO:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct13:cvr:
  dmi.product.name: OptiPlex 3011 AIO
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1225846/+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 1171804] Re: [HP Pavilion 15 Sleekbook] Wireless key does not work.

2014-02-17 Thread Po-Hsu Lin
Hello Christopher
This model name here is all I have.
Thanks

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

Title:
  [HP Pavilion 15 Sleekbook] Wireless key does not work.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID: 201209-11728

  With 12.04.2 fresh install, the wireless key is not functioning on
  this system at all, may be caused by the ralink wireless card issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-23-generic 3.5.0-23.35~precise1
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  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:  ubuntu 1473 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 0x5261 irq 45'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:111d76e5,103c1900,00100303 
HDA:80862806,80860101,0010'
 Controls  : 24
 Simple ctrls  : 11
  Date: Tue Apr 23 06:21:00 2013
  HibernationDevice: RESUME=UUID=03194eeb-5a8e-43fa-99ad-0f34ba353216
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Hewlett-Packard HP Pavilion Sleekbook 15 PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=ae758e7a-937f-48e1-8157-0d6db47f6501 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-23-generic N/A
   linux-backports-modules-3.5.0-23-generic  N/A
   linux-firmware1.79.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/02/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1900
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 82.23
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd11/02/2012:svnHewlett-Packard:pnHPPavilionSleekbook15PC:pvr087F100B591420100:rvnHewlett-Packard:rn1900:rvr82.23:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Sleekbook 15 PC
  dmi.product.version: 087F100B591420100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1171804/+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 1213282] Re: build hv_vss_daemon.c and add to linux-tools

2014-02-17 Thread Robert Brockway
** No longer affects: lansing

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

Title:
  build hv_vss_daemon.c and add to linux-tools

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  For hyper-v and azure, we need to support host initiated snapshot.
  Please add hv_vss_daemon to linux-tools (similarly to hv_kvp daemon.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1213282/+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 1182836] Re: [Dell VOSTRO 5560] When unplugged, hibernate will cause system failed to suspend

2014-02-17 Thread Po-Hsu Lin
Currently, we don't have access to this system,
we'll get back to this later after it's here. 

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

Title:
  [Dell VOSTRO 5560] When unplugged, hibernate will cause system failed
  to suspend

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  CID:201303-13110 Dell VOSTRO 5560 (12.04.2, 3.5.0-28)

  It's an odd situation, this is how I reproduce it:
  1. Reboot (with adapter unplugged), Suspend, then wake it up.
  2. Running hibernate test in Checkbox (tick only Hibernation tests and 
power-management/rtc), and wake it up manually.
  (Issue about did not wake up from hibernate automatically: #1182818)
  3. Suspend.

  Expected Result:
  1. The first suspension is normal.
  2. Successfully hibernated.
  3. Successfully suspended.

  Actual Result:
  The second suspension will fail, system switched to the console mode and 
switch back very quickly.
  If you start these steps with adapter plugged, the suspension will be fine.

  Even more, if you finish these steps with adapter plugged, unplugged
  it, and run hibernation test again, then suspension, this time
  suspension will fail.

  Note: Since there are some NetworkManager related errors in pm-suspend.log 
(please find attachment)
  I tried once unloading the alx driver, seems that it can solve this problem, 
but the error message in log file remains.
  Further investigation is needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-28-generic 3.5.0-28.48~precise1
  ProcVersionSignature: Ubuntu 3.5.0-28.48~precise1-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC290 Analog [ALC290 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1532 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb261 irq 46'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0290,102805e8,0013 
HDA:80862806,80860101,0010'
 Controls  : 28
 Simple ctrls  : 12
  Date: Wed May 22 17:34:10 2013
  HibernationDevice: RESUME=UUID=c3cbfcf7-fd98-498d-adf3-a2b99a7a1041
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MachineType: Dell Inc. Vostro 5560
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-28-generic 
root=UUID=f72f6ee1-f642-4d5e-87da-46a78e4cba5c ro 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.79.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/05/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X12
  dmi.board.name: T5E3C1
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrX12:bd03/05/2013:svnDellInc.:pnVostro5560:pvr:rvnDellInc.:rnT5E3C1:rvrX01:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Vostro 5560
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1182836/+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 1279690] Re: kernel panic when inserting wl.ko for Broadcom BCM4352 wireless adapter [14e4:43b1] on 12.04.4

2014-02-17 Thread Po-Hsu Lin
** Tags added: blocks-hwcert-enablement

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

Title:
  kernel panic when inserting wl.ko for Broadcom BCM4352 wireless
  adapter [14e4:43b1] on 12.04.4

Status in Broadcom Feature Request and Bug Reporting:
  New
Status in “bcmwl” package in Ubuntu:
  New
Status in “linux-lts-saucy” package in Ubuntu:
  New

Bug description:
  Dell Latitude E5540
  http://www.ubuntu.com/certification/hardware/201307-13942/ on 12.04.4

  steps to reproduce this bug:
  1. get the propietary driver which jockey tells you [1]
  2. sudo dkms install  -m   bcmwl   -v 6.20.155.1+bdcom [2]
  3. sudo modprobe wl
  4. lsmod | grep wl

  expected result:
  wl.ko is working and there is wireless

  actual result:
  wl.ko was inserted but there is kernel panic.
  wireless didn't work.

  [1]
  the steps to get the propietary driver in my case is
  1. after installation 12.04.4, jockey will tell you there is propietary 
driver for the wireless.
  2. click jockey to download and install the driver.
  3. jockey will be on the stage of the downloading dialogue window
  4. go to check the /var/log/jockey.log, I found
    * jockey has downloaded the driver and built the wl.ko
    * Segmentation fault after the dkms was installed

  [2]
  build and install the dkms, it looks ok for this step

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.11.0-15-generic 3.11.0-15.25~precise1 [modified: 
boot/vmlinuz-3.11.0-15-generic]
  ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1729 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1729 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf7e34000 irq 63'
     Mixer name : 'Intel Haswell HDMI'
     Components : 'HDA:80862807,80860101,0010'
     Controls  : 21
     Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf7e3 irq 64'
     Mixer name : 'Realtek ALC292'
     Components : 'HDA:10ec0292,102805e0,0011'
     Controls  : 28
     Simple ctrls  : 13
  Date: Thu Feb 13 03:04:26 2014
  HibernationDevice: RESUME=UUID=1298de9b-ef85-4107-b9ef-1fc727c3c1f9
  InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. Latitude E5540
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=aa9d3605-02da-4754-b862-7cb1a34c839d ro quiet splash initcall_debug
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.79.9
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux-lts-saucy
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0V19JF
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd09/19/2013:svnDellInc.:pnLatitudeE5540:pvr01:rvnDellInc.:rn0V19JF:rvrX02:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5540
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom/+bug/1279690/+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 1276901] Re: alsa-lib: UCM - hammerhead sound doesn't work

2014-02-17 Thread Ralf Lange
I can confirm this bug.
There is no sound around the hole system... no systemsound, no notifications 
etc.
i can´t call somebody because the microphone and the speaker are without any 
fuction...

I´m looking forward to a daily useable build for our beloved Nexus 5 ;-)

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

Title:
  alsa-lib: UCM - hammerhead sound doesn't work

Status in “alsa-lib” package in Ubuntu:
  Confirmed
Status in “android” package in Ubuntu:
  Invalid

Bug description:
  1.) The release I'm using:
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  2.) Paket pkgname kann nicht gefunden werden (package pkgname could not be 
found)
  3.) What I expected to happen:
  Sound should have worked on hammerhead ootb or after performing the steps 
below (according to the porting guide)
  4.) No sound at all

  The correct sound driver was not used, so I performed the following
  steps:

  1.) Checked '/proc/asound/cars' so see which sound card is installed
  2.) Created the path '/usr/share/alsa/ucm/msm8974-taiko-mtp-snd-card'
  3.) Copied the three files from
  '/usr/share/alsa/ucm/apq8064-tabla-snd-card/'
  to
  '/usr/share/alsa/ucm/msm8974-taiko-mtp-snd-card'
  4.) Renamed
  'apq8064-tabla-snd-card.conf'
  to
  'msm8974-taiko-mtp-snd-card.conf'
  5.) Modified the files 'HiFi' and 'VoiceCall'. Findreplaced
  'apq8064tablasnd'
  with
  'msm8974taikomtpsnd'

  I attached dmesg, logcat, syslog, amixer and alsa-info before I made
  the changes (folder original) and after (folder modification).

  Thank you for helping to fix.

  Georg

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