[Kernel-packages] [Bug 2036281] Re: activate bpf LSM by default

2023-11-17 Thread Rahul Jadhav
Folks, A big +1 for enabling bpf LSM by default in the bootconfig.

We are maintainers of KubeArmor (kubearmor.io) and we see that BPF LSM
can go a long way in securing the k8s/containers/VM environments. Not
having BPF LSM by default is a hindrance in the security of these
systems. While we have not formally performance benchmarked BPF LSM, we
enable it for our users using a script (which is a pain) ... None of our
users have complained of the performance issue after enabling bpf-lsm.

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

Title:
  activate bpf LSM by default

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  in Fedora/RHEL if I want to see if the bpf LSM is active/available in
  the kernel I can go here:

  [root@virtualrocky]# cat /sys/kernel/security/lsm
  lockdown,capability,yama,selinux,bpf[root@virtualrocky]#

  but if I do the same thing in Ubuntu 22.0.4 bpf is NOT there:

  root@virtual-ubuntu2204:/# cat /sys/kernel/security/lsm
  lockdown,capability,landlock,yama,apparmorroot@virtual-ubuntu2204:/#

  Please add bpf LSM to the CONFIG_LSM

  See discourse for background info

  https://discourse.ubuntu.com/t/ask-us-anything-about-ubuntu-
  kernels/27664/127?u=why2jjj

  root@virtual-ubuntu2204:/opt/# cat /proc/version_signature 
  Ubuntu 5.15.0-82.91-generic 5.15.111

  THANK YOU!
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfreyensee   2526 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: none
  CloudName: none
  CloudPlatform: none
  CloudSubPlatform: config
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2023-08-29 (17 days ago)
  InstallationMedia: Ubuntu-Server 22.04.3 LTS "Jammy Jellyfish" - Release 
amd64 (20230810)
  MachineType: Parallels Software International Inc. Parallels Virtual Platform
  NonfreeKernelModules: prl_fs_freeze prl_fs prl_eth prl_tg
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 virtio_gpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-82-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro
  ProcVersionSignature: Ubuntu 5.15.0-82.91-generic 5.15.111
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-82-generic N/A
   linux-backports-modules-5.15.0-82-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.18
  RfKill:
   
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-82-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 07/03/2023
  dmi.bios.release: 18.3
  dmi.bios.vendor: Parallels Software International Inc.
  dmi.bios.version: 18.3.2 (53621)
  dmi.board.name: Parallels Virtual Platform
  dmi.board.vendor: Parallels Software International Inc.
  dmi.board.version: None
  dmi.chassis.type: 2
  dmi.chassis.vendor: Parallels Software International Inc.
  dmi.ec.firmware.release: 18.3
  dmi.modalias: 
dmi:bvnParallelsSoftwareInternationalInc.:bvr18.3.2(53621):bd07/03/2023:br18.3:efr18.3:svnParallelsSoftwareInternationalInc.:pnParallelsVirtualPlatform:pvrNone:rvnParallelsSoftwareInternationalInc.:rnParallelsVirtualPlatform:rvrNone:cvnParallelsSoftwareInternationalInc.:ct2:cvr:skuUndefined:
  dmi.product.family: Parallels VM
  dmi.product.name: Parallels Virtual Platform
  dmi.product.sku: Undefined
  dmi.product.version: None
  dmi.sys.vendor: Parallels Software International Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036281/+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 311869] Re: Add driver for Sentelic Touch pad

2023-06-12 Thread rahul yghf
(ii) SURVEY INVITE: Entrants making a purchase (of any amount) at Walmart.com, 
Walmart.com/grocery, a participating Walmart retail location and any Walmart ...
https://takesurvey.onl/walmart-survey-at-www-survey-walmart-com/

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

Title:
  Add driver for Sentelic Touch pad

Status in OEM Priority Project:
  Invalid
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: linux-image

The touch pad used in the (newer) MSI Wind is made by Sentelic.  Sentelic 
has released a linux driver and configuration utility under GPL.  It is 
available at http://sourceforge.net/projects/fsp-lnxdrv/.  Some of the 
instructions included in the tar file seem to indicate this touch pad made be 
used in the Acer Aspire One as well.
The supplied kernel code consists of a patch to the kernel ps/2 mouse 
driver to recognize the touch pad and a module to communicate with the touch 
pad.

A discussion about building and using this driver on Ubuntu 8.10 is
  at http://forums.msiwind.net/default-msiwind/sentelic-linux-drivers-
  released-under-gnu-gpl-t4828.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/311869/+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 1443924] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0 failed to flush

2022-07-18 Thread Rahul Kumar
here you can check many post and all the posts are really good you may
check https://apkshala.com/

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0
  failed to flush

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

Bug description:
  Philips i386 PC with rt2x00 pci is suffering loss of WiFi connectivity
  after installing 15.04 Beta.

  The system did work correctly with older Ubuntu versions (like 12.04)
  and had this problem show up after upgrading to Trusty (as I already
  reported in bug #1318837). Using Trusty the problem went away when
  switching from the stock 3.13.0-XX-generic kernel to builds of newer
  kernels (like 3.14.1-031401).

  Now the same problem shows up again after installing Vivid Beta. It seems to 
be the same problem reported for other Ubuntu releases (see bugs #1318837 and 
#1383555) and also the same problem of this upstream kernel bug:
  https://bugzilla.kernel.org/show_bug.cgi?id=61621

  Someone on kernel's bug mentions turning off MSI interrupts and I can confirm 
it did change the situation:
  - normally the system looses WiFi connectivity mere seconds after boot (eg. 
can't ping anything after boot)
  - if I boot with "pci=nomsi" the system will remain connected to the WiFi for 
a much longer period (eg. I am able to apt-get install something after boot)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-extra-3.19.0-13-generic 3.19.0-13.13
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  luca   1997 F pulseaudio
  CurrentDesktop: LXDE
  Date: Tue Apr 14 14:19:19 2015
  HibernationDevice: RESUME=UUID=cbd1e136-ffc4-48b9-b2aa-c15264b9b132
  MachineType: Freeline Freeline Series
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-13-generic 
root=UUID=6110f881-b32b-426d-910a-c63b355c179c ro quiet splash vt.handoff=7 
pci=nomsi
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-13-generic N/A
   linux-backports-modules-3.19.0-13-generic  N/A
   linux-firmware 1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: Freeline Series
  dmi.board.vendor: Freeline
  dmi.board.version: Ver1.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/29/2004:svnFreeline:pnFreelineSeries:pvrVer1.0:rvnFreeline:rnFreelineSeries:rvrVer1.0:cvn:ct3:cvr:
  dmi.product.name: Freeline Series
  dmi.product.version: Ver1.0
  dmi.sys.vendor: Freeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1443924/+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 1443924] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0 failed to flush

2022-07-16 Thread Rahul Kumar
You can put up many efforts to get success in the link building, the
comment one is the more effective way like https://lottery-sambad.xyz/
the blog pages and if you are talking about the post then you may also
visit https://lottery-sambad.xyz/kerala-lottery-result/ to live updates.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue:Warning - Queue 0
  failed to flush

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

Bug description:
  Philips i386 PC with rt2x00 pci is suffering loss of WiFi connectivity
  after installing 15.04 Beta.

  The system did work correctly with older Ubuntu versions (like 12.04)
  and had this problem show up after upgrading to Trusty (as I already
  reported in bug #1318837). Using Trusty the problem went away when
  switching from the stock 3.13.0-XX-generic kernel to builds of newer
  kernels (like 3.14.1-031401).

  Now the same problem shows up again after installing Vivid Beta. It seems to 
be the same problem reported for other Ubuntu releases (see bugs #1318837 and 
#1383555) and also the same problem of this upstream kernel bug:
  https://bugzilla.kernel.org/show_bug.cgi?id=61621

  Someone on kernel's bug mentions turning off MSI interrupts and I can confirm 
it did change the situation:
  - normally the system looses WiFi connectivity mere seconds after boot (eg. 
can't ping anything after boot)
  - if I boot with "pci=nomsi" the system will remain connected to the WiFi for 
a much longer period (eg. I am able to apt-get install something after boot)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-extra-3.19.0-13-generic 3.19.0-13.13
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic i686
  ApportVersion: 2.17-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  luca   1997 F pulseaudio
  CurrentDesktop: LXDE
  Date: Tue Apr 14 14:19:19 2015
  HibernationDevice: RESUME=UUID=cbd1e136-ffc4-48b9-b2aa-c15264b9b132
  MachineType: Freeline Freeline Series
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-13-generic 
root=UUID=6110f881-b32b-426d-910a-c63b355c179c ro quiet splash vt.handoff=7 
pci=nomsi
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-13-generic N/A
   linux-backports-modules-3.19.0-13-generic  N/A
   linux-firmware 1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: Freeline Series
  dmi.board.vendor: Freeline
  dmi.board.version: Ver1.0
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd10/29/2004:svnFreeline:pnFreelineSeries:pvrVer1.0:rvnFreeline:rnFreelineSeries:rvrVer1.0:cvn:ct3:cvr:
  dmi.product.name: Freeline Series
  dmi.product.version: Ver1.0
  dmi.sys.vendor: Freeline

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1443924/+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 1971135] [NEW] touchpad is not working

2022-05-02 Thread Rahul Kumar
Public bug reported:

Mouse is working but touchpad is not working as soon i installed ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-27-generic 5.15.0-27.28
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rahulg0122   1649 F pulseaudio
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon May  2 14:37:20 2022
InstallationDate: Installed on 2022-04-29 (3 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID :0538   USB OPTICAL MOUSE
 Bus 001 Device 002: ID 04f2:b624 Chicony Electronics Co., Ltd Integrated Camera
 Bus 001 Device 004: ID 0bda:c02f Realtek Semiconductor Corp. Bluetooth Radio
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 81W8
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=1d44890e-b168-4fda-b3e5-2c0828b11fd9 ro i8042.reset i8042.nomux 
i8042.nopnp i8042.noloop quiet splash psmouse.proto=bare vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.15.0-27-generic N/A
 linux-backports-modules-5.15.0-27-generic  N/A
 linux-firmware 20220329.git681281e4-0ubuntu1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/31/2021
dmi.bios.release: 1.53
dmi.bios.vendor: LENOVO
dmi.bios.version: DKCN53WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0Q55722 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad S145-15IIL
dmi.ec.firmware.release: 1.53
dmi.modalias: 
dmi:bvnLENOVO:bvrDKCN53WW:bd05/31/2021:br1.53:efr1.53:svnLENOVO:pn81W8:pvrLenovoIdeaPadS145-15IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55722WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadS145-15IIL:skuLENOVO_MT_81W8_BU_idea_FM_IdeaPadS145-15IIL:
dmi.product.family: IdeaPad S145-15IIL
dmi.product.name: 81W8
dmi.product.sku: LENOVO_MT_81W8_BU_idea_FM_IdeaPad S145-15IIL
dmi.product.version: Lenovo IdeaPad S145-15IIL
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  touchpad is not working

Status in linux package in Ubuntu:
  New

Bug description:
  Mouse is working but touchpad is not working as soon i installed
  ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-27-generic 5.15.0-27.28
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahulg0122   1649 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon May  2 14:37:20 2022
  InstallationDate: Installed on 2022-04-29 (3 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID :0538   USB OPTICAL MOUSE
   Bus 001 Device 002: ID 04f2:b624 Chicony Electronics Co., Ltd Integrated 
Camera
   Bus 001 Device 004: ID 0bda:c02f Realtek Semiconductor Corp. Bluetooth Radio
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81W8
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=1d44890e-b168-4fda-b3e5-2c0828b11fd9 ro i8042.reset i8042.nomux 
i8042.nopnp i8042.noloop quiet splash psmouse.proto=bare vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-27-generic N/A
   linux-backports-modules-5.15.0-27-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/31/2021
  dmi.bios.release: 1.53
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DKCN53WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0Q55722 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S145-15IIL
  dmi.ec.firmware.release: 1.53
  dmi.modalias: 
dmi:bvnLENOVO:bvrDKCN53WW:bd05/31/2021:br1.53:efr1.53:svnLENOVO:pn81W8:pvrLenovoIdeaPadS145-15IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55722WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadS145-15IIL:skuLENOVO_MT_81W8_BU

[Kernel-packages] [Bug 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-18 Thread Rahul
** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

  UPDATE 2021-03-18: with the hirsute kernel update to 5.11.0.11 the bug
  has gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-18 Thread Rahul
After the kernel update to hirsute (5.11.0-11-generic) the bug has gone.

** Description changed:

  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04
  
  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant lockup.
  There is no solution except hard power off.  It is 100% reproducible.
  
  The last message in syslog before this freeze / force reboot seems to be
  "rfkill: input handler enabled".
  
  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.
  
  I am happy to give further information.
+ 
+ UPDATE 2021-03-18: with the hirsute kernel update to 5.11.0.11 the bug
+ has gone.

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

  UPDATE 2021-03-18: with the hirsute kernel update to 5.11.0.11 the bug
  has gone.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "dmesg 5.11 (no bug)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475944/+files/dmesg-5.11.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "lspci 5.10 (buggy)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475949/+files/lspci-vvnn-5.10.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "version 5.10 (buggy)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475948/+files/version-5.10.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "dmesg 5.10 (buggy)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475947/+files/dmesg-5.10.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "uname 5.10 (buggy)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475946/+files/uname-5.10.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
** Attachment added: "lspci 5.11 (no bug)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475945/+files/lspci-vvnn-5.11.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
uname 5.11 (no bug)

** Attachment added: "uname-5.11.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475942/+files/uname-5.11.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] Re: Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
version 5.11 (no bug)

** Attachment added: "version-5.11.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+attachment/5475943/+files/version-5.11.log

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1918847] [NEW] Using Wacom stylus on screen causes system lockup

2021-03-11 Thread Rahul
Public bug reported:

Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
Description:Ubuntu Hirsute Hippo (development branch)
Release:21.04

On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
bringing the included Wacom pen to the screen causes an instant lockup.
There is no solution except hard power off.  It is 100% reproducible.

The last message in syslog before this freeze / force reboot seems to be
"rfkill: input handler enabled".

This doesn't happen with upstream kernel 5.11.0-051100-generic or with
the 5.8 kernel 5.8.0-44-generic from groovy.

I am happy to give further information.

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


** Tags: hirsute

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

Title:
  Using Wacom stylus on screen causes system lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Machine: Lenovo Thinkpad Yoga L13 model 20R5S02B00
  Description:  Ubuntu Hirsute Hippo (development branch)
  Release:  21.04

  On current hirsute, using 5.10.0-14-generic or 5.10.0-14-lowlatency,
  bringing the included Wacom pen to the screen causes an instant
  lockup.  There is no solution except hard power off.  It is 100%
  reproducible.

  The last message in syslog before this freeze / force reboot seems to
  be "rfkill: input handler enabled".

  This doesn't happen with upstream kernel 5.11.0-051100-generic or with
  the 5.8 kernel 5.8.0-44-generic from groovy.

  I am happy to give further information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1918847/+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 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-10-05 Thread rahul
Ubuntu 20.04 user, can confirm this bug.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  In Progress
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1895916] [NEW] package nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1 failed to install/upgrade: installed nvidia-dkms-440-server package post-installation script subprocess

2020-09-16 Thread Rahul Bijalbhai Trivedi
Public bug reported:

Could not install nvidia graphic s dirver 440.
System specs:

Ubuntu installed in 256GB ssd

Description:Ubuntu 20.04.1 LTS
Release:20.04
Processor:  AMD® Ryzen 7 4800h with radeon graphics × 16 
Graphics:   AMD® Renoir / AMD® Renoir

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1
Uname: Linux 5.8.9-050809-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Sep 17 08:17:57 2020
ErrorMessage: installed nvidia-dkms-440-server package post-installation script 
subprocess returned error exit status 10
InstallationDate: Installed on 2020-09-16 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nvidia-graphics-drivers-440-server
Title: package nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1 failed to 
install/upgrade: installed nvidia-dkms-440-server package post-installation 
script subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-440-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1 failed to
  install/upgrade: installed nvidia-dkms-440-server package post-
  installation script subprocess returned error exit status 10

Status in nvidia-graphics-drivers-440-server package in Ubuntu:
  New

Bug description:
  Could not install nvidia graphic s dirver 440.
  System specs:

  Ubuntu installed in 256GB ssd

  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04
  Processor:  AMD® Ryzen 7 4800h with radeon graphics × 16 
  Graphics:   AMD® Renoir / AMD® Renoir

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1
  Uname: Linux 5.8.9-050809-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Sep 17 08:17:57 2020
  ErrorMessage: installed nvidia-dkms-440-server package post-installation 
script subprocess returned error exit status 10
  InstallationDate: Installed on 2020-09-16 (0 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-440-server
  Title: package nvidia-dkms-440-server 440.95.01-0ubuntu0.20.04.1 failed to 
install/upgrade: installed nvidia-dkms-440-server package post-installation 
script subprocess returned error exit status 10
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-440-server/+bug/1895916/+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 1880653] Re: irq/126-aerdrv always eating 30-40 % of a CPU core

2020-05-26 Thread Rahul Iyer
Update - Tried Both these options.
1) Adding pcie_aspm=off to kernel parameters
2) adding pci=noaer to kernel parameters.
Doing either stops IRQ process hogging the CPU. Planning to go with 
pcie_aspm=off.
Thank you.
https://askubuntu.com/uquestions/863150/pcie-bus-error-severity-corrected-type-physical-layer-id-00e5receiver-id
  
https://askubuntu.com/questions/771899/pcie-bus-error-severity-corrected

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

Title:
  irq/126-aerdrv always eating 30-40 % of a CPU core

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  HP Pavilion - 14-al103ne
  Ubuntu 20.04

  'top' command shows irq/126-aerdrv always running eating a lot of CPU.
  Have attached 'powertop' and 'watch -n 1 cat /proc/interrupts' screenshots. 

  Thank you. Please get back for more information

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahul  1825 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 26 12:06:46 2020
  HibernationDevice: RESUME=UUID=cc93af0a-17fa-47e4-ae6c-5eb166c23eb9
  InstallationDate: Installed on 2020-05-23 (2 days ago)
  InstallationMedia:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
   Bus 001 Device 002: ID 05c8:038e Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=4c6e6336-c458-4c50-b8de-561e8608eb42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-26 (0 days ago)
  WifiSyslog:
   
  dmi.bios.date: 12/12/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.25
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8214
  dmi.board.vendor: HP
  dmi.board.version: 83.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd12/12/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8214:rvr83.14:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
  dmi.product.name: HP Pavilion Notebook
  dmi.product.sku: Z9D49EA#ABV
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1880653/+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 1880653] Re: irq/126-aerdrv always eating 30-40 % of a CPU core

2020-05-26 Thread Rahul Iyer
** 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/1880653

Title:
  irq/126-aerdrv always eating 30-40 % of a CPU core

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  HP Pavilion - 14-al103ne
  Ubuntu 20.04

  'top' command shows irq/126-aerdrv always running eating a lot of CPU.
  Have attached 'powertop' and 'watch -n 1 cat /proc/interrupts' screenshots. 

  Thank you. Please get back for more information

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahul  1825 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 26 12:06:46 2020
  HibernationDevice: RESUME=UUID=cc93af0a-17fa-47e4-ae6c-5eb166c23eb9
  InstallationDate: Installed on 2020-05-23 (2 days ago)
  InstallationMedia:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
   Bus 001 Device 002: ID 05c8:038e Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=4c6e6336-c458-4c50-b8de-561e8608eb42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-26 (0 days ago)
  WifiSyslog:
   
  dmi.bios.date: 12/12/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.25
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8214
  dmi.board.vendor: HP
  dmi.board.version: 83.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd12/12/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8214:rvr83.14:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
  dmi.product.name: HP Pavilion Notebook
  dmi.product.sku: Z9D49EA#ABV
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1880653/+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 1880653] Re: irq/126-aerdrv always eating 30-40 % of a CPU core

2020-05-26 Thread Rahul Iyer
As requested, attached output of 'sudo lspci -vvv'

** Attachment added: "Output of 'sudo lspci -vvv'"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1880653/+attachment/5376895/+files/sudo%20lspci%20-vvv.txt

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

Title:
  irq/126-aerdrv always eating 30-40 % of a CPU core

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  HP Pavilion - 14-al103ne
  Ubuntu 20.04

  'top' command shows irq/126-aerdrv always running eating a lot of CPU.
  Have attached 'powertop' and 'watch -n 1 cat /proc/interrupts' screenshots. 

  Thank you. Please get back for more information

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahul  1825 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 26 12:06:46 2020
  HibernationDevice: RESUME=UUID=cc93af0a-17fa-47e4-ae6c-5eb166c23eb9
  InstallationDate: Installed on 2020-05-23 (2 days ago)
  InstallationMedia:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
   Bus 001 Device 002: ID 05c8:038e Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=4c6e6336-c458-4c50-b8de-561e8608eb42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-26 (0 days ago)
  WifiSyslog:
   
  dmi.bios.date: 12/12/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.25
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8214
  dmi.board.vendor: HP
  dmi.board.version: 83.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd12/12/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8214:rvr83.14:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
  dmi.product.name: HP Pavilion Notebook
  dmi.product.sku: Z9D49EA#ABV
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1880653/+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 1880653] [NEW] irq/126-aerdrv always eating 30-40 % of a CPU core

2020-05-25 Thread Rahul Iyer
Public bug reported:

HP Pavilion - 14-al103ne
Ubuntu 20.04

'top' command shows irq/126-aerdrv always running eating a lot of CPU.
Have attached 'powertop' and 'watch -n 1 cat /proc/interrupts' screenshots. 

Thank you. Please get back for more information

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-31-generic 5.4.0-31.35
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rahul  1825 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue May 26 12:06:46 2020
HibernationDevice: RESUME=UUID=cc93af0a-17fa-47e4-ae6c-5eb166c23eb9
InstallationDate: Installed on 2020-05-23 (2 days ago)
InstallationMedia:
 
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
 Bus 001 Device 002: ID 05c8:038e Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Pavilion Notebook
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=4c6e6336-c458-4c50-b8de-561e8608eb42 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-31-generic N/A
 linux-backports-modules-5.4.0-31-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-05-26 (0 days ago)
WifiSyslog:
 
dmi.bios.date: 12/12/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.25
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 8214
dmi.board.vendor: HP
dmi.board.version: 83.14
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd12/12/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8214:rvr83.14:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
dmi.product.name: HP Pavilion Notebook
dmi.product.sku: Z9D49EA#ABV
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug focal

** Attachment added: "The attachment has  watch command running to show how 
IR-PCI-MSI 481280-edge is always sending huge number of interrupts. and on the 
right is the powertop showing 126 PCI PMe"
   
https://bugs.launchpad.net/bugs/1880653/+attachment/5376781/+files/Watch%20interrupts%20and%20Powertop.png

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

Title:
  irq/126-aerdrv always eating 30-40 % of a CPU core

Status in linux package in Ubuntu:
  New

Bug description:
  HP Pavilion - 14-al103ne
  Ubuntu 20.04

  'top' command shows irq/126-aerdrv always running eating a lot of CPU.
  Have attached 'powertop' and 'watch -n 1 cat /proc/interrupts' screenshots. 

  Thank you. Please get back for more information

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahul  1825 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 26 12:06:46 2020
  HibernationDevice: RESUME=UUID=cc93af0a-17fa-47e4-ae6c-5eb166c23eb9
  InstallationDate: Installed on 2020-05-23 (2 days ago)
  InstallationMedia:
   
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:b008 Realtek Semiconductor Corp. Bluetooth Radio 
   Bus 001 Device 002: ID 05c8:038e Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP Wide Vision HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=4c6e6336-c458-4c50-b8de-561e8608eb42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-26 (0 days ago)
  WifiSyslog:
   
  dmi.bios.date: 12/12/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.25
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8214
  dmi.board.vendor: HP
  dmi.board.version: 83.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd12/12/2016:sv

[Kernel-packages] [Bug 1849697] [NEW] ~/devices

2019-10-24 Thread Rahul M N
Public bug reported:

Trackpad isn't working at all

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: linux-image-5.0.0-31-generic 5.0.0-31.33
ProcVersionSignature: Ubuntu 5.0.0-31.33-generic 5.0.21
Uname: Linux 5.0.0-31-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rahul-mn   2381 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 24 20:37:45 2019
InstallationDate: Installed on 2019-09-13 (41 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:b006 Realtek Semiconductor Corp. 
 Bus 001 Device 003: ID 064e:930a Suyin Corp. 
 Bus 001 Device 002: ID 248a:8366 Maxxter Wireless Optical Mouse ACT-MUSW-002
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP 348 G4
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic 
root=UUID=f857db35-4be3-44bf-8ca8-ff6d7c0b56a8 ro quiet splash vt.handoff=1
RelatedPackageVersions:
 linux-restricted-modules-5.0.0-31-generic N/A
 linux-backports-modules-5.0.0-31-generic  N/A
 linux-firmware1.178.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2018
dmi.bios.vendor: Insyde
dmi.bios.version: F.38
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 82C8
dmi.board.vendor: HP
dmi.board.version: KBC Version 46.06
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.38:bd01/30/2018:svnHP:pnHP348G4:pvrType1ProductConfigId:rvnHP:rn82C8:rvrKBCVersion46.06:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=348
dmi.product.name: HP 348 G4
dmi.product.sku: X4F22AV
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug disco

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

Title:
  ~/devices

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Trackpad isn't working at all

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-31-generic 5.0.0-31.33
  ProcVersionSignature: Ubuntu 5.0.0-31.33-generic 5.0.21
  Uname: Linux 5.0.0-31-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rahul-mn   2381 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 24 20:37:45 2019
  InstallationDate: Installed on 2019-09-13 (41 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:b006 Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 064e:930a Suyin Corp. 
   Bus 001 Device 002: ID 248a:8366 Maxxter Wireless Optical Mouse ACT-MUSW-002
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP 348 G4
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-31-generic 
root=UUID=f857db35-4be3-44bf-8ca8-ff6d7c0b56a8 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-31-generic N/A
   linux-backports-modules-5.0.0-31-generic  N/A
   linux-firmware1.178.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/30/2018
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.38
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 82C8
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 46.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.38:bd01/30/2018:svnHP:pnHP348G4:pvrType1ProductConfigId:rvnHP:rn82C8:rvrKBCVersion46.06:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=348
  dmi.product.name: HP 348 G4
  dmi.product.sku: X4F22AV
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1849697/+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 1776887] Re: Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after suspend

2018-08-03 Thread Rahul
Any progress on this?  The bug is still biting me.

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

Title:
  Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash
  after suspend

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  == SRU Justification ==

  This upstream bug has been confirmed to affect Ubuntu users[1].  As
  per the fix commit (below), the most frequent symptom is a crash of
  Xorg/Xwayland, i.e. killing the entire GUI, when a laptop is woken
  from system sleep.  Frequency of the bug is described as once every
  few days[2].

  [1] E.g. this user confirms the bug & very specific workaround: 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/comments/11
  [2] E.g. this log of crashes: 
https://bugzilla.redhat.com/show_bug.cgi?id=1553979#c23

  This is a bug in blk-core.c.  It is not specific to any one hardware
  driver.  Technically the suspend bug is triggered by the SCSI core -
  which is used by *all SATA devices*.

  The commit also includes a test which quickly and reliably proves the
  existence of a horrifying bug.

  I guess you might avoid this bug only if you have root on NVMe.  The
  other way to not hit the Xorg crash is if you don't use all your RAM,
  so there's no pressure that leads to cold pages of Xorg being swapped.
  Also, you won't reproduce the Xorg crash if you suspend+resume
  immediately.  (This frustrated my tests at one point, it only
  triggered after left the system suspended over lunch :).

  Fix: "block: do not use interruptible wait anywhere"

  in kernel 4.17:
  
https://github.com/torvalds/linux/commit/1dc3039bc87ae7d19a990c3ee71cfd8a9068f428

  in kernel 4.16.8:
  https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-
  stable.git/commit/?h=linux-4.16.y&id=7859056bc73dea2c3714b00c83b253d4c22bf7b6

  lack of fix in 4.15.0-24.26 (ubuntu 18.04): https://git.launchpad.net
  /~ubuntu-kernel/ubuntu/+source/linux/+git/bionic/tree/block/blk-
  core.c?id=Ubuntu-4.15.0-24.26#n856

  I.e., this bug is still present in Ubuntu source package
  linux-4.15.0-24.26 (and 4.15.0-23.25).  I attach hardware details
  (lspci-vnvn.log) of a system where this bug is known to happen.

  Regards
  Alan

  WORKAROUND: Use kernel parameter:
  scsi_mod.scan=sync

  
  == Fix ==
  1dc3039bc87a ("block: do not use interruptible wait anywhere")

  == Regression Potential ==
  Low.  This patch has been sent to stable, so it has had additional
  upstream review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887/+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 1776887] Re: Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after suspend

2018-07-13 Thread Rahul
Forgot to say, this is Xubuntu 18.04. Previous kernel was 4.15.0-23.25.
I am trying 4.15.0-24.26 from the repo now.

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

Title:
  Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash
  after suspend

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  == SRU Justification ==

  This upstream bug has been confirmed to affect Ubuntu users[1].  As
  per the fix commit (below), the most frequent symptom is a crash of
  Xorg/Xwayland, i.e. killing the entire GUI, when a laptop is woken
  from system sleep.  Frequency of the bug is described as once every
  few days[2].

  [1] E.g. this user confirms the bug & very specific workaround: 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/comments/11
  [2] E.g. this log of crashes: 
https://bugzilla.redhat.com/show_bug.cgi?id=1553979#c23

  This is a bug in blk-core.c.  It is not specific to any one hardware
  driver.  Technically the suspend bug is triggered by the SCSI core -
  which is used by *all SATA devices*.

  The commit also includes a test which quickly and reliably proves the
  existence of a horrifying bug.

  I guess you might avoid this bug only if you have root on NVMe.  The
  other way to not hit the Xorg crash is if you don't use all your RAM,
  so there's no pressure that leads to cold pages of Xorg being swapped.
  Also, you won't reproduce the Xorg crash if you suspend+resume
  immediately.  (This frustrated my tests at one point, it only
  triggered after left the system suspended over lunch :).

  Fix: "block: do not use interruptible wait anywhere"

  in kernel 4.17:
  
https://github.com/torvalds/linux/commit/1dc3039bc87ae7d19a990c3ee71cfd8a9068f428

  in kernel 4.16.8:
  https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-
  stable.git/commit/?h=linux-4.16.y&id=7859056bc73dea2c3714b00c83b253d4c22bf7b6

  lack of fix in 4.15.0-24.26 (ubuntu 18.04): https://git.launchpad.net
  /~ubuntu-kernel/ubuntu/+source/linux/+git/bionic/tree/block/blk-
  core.c?id=Ubuntu-4.15.0-24.26#n856

  I.e., this bug is still present in Ubuntu source package
  linux-4.15.0-24.26 (and 4.15.0-23.25).  I attach hardware details
  (lspci-vnvn.log) of a system where this bug is known to happen.

  Regards
  Alan

  WORKAROUND: Use kernel parameter:
  scsi_mod.scan=sync

  
  == Fix ==
  1dc3039bc87a ("block: do not use interruptible wait anywhere")

  == Regression Potential ==
  Low.  This patch has been sent to stable, so it has had additional
  upstream review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887/+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 1776887] Re: Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after suspend

2018-07-13 Thread Rahul
I'm affected by this bug. I tried the patched kernel posted by
jsalisbury above (including modules and headers packages), but it boots
in low-res mode (640x480 -- should be 1920x1080), and glxinfo shows the
vendor as VMware and device as llvmpipe (should be Intel and Mesa). Is
any other information required?

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

Title:
  Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash
  after suspend

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  == SRU Justification ==

  This upstream bug has been confirmed to affect Ubuntu users[1].  As
  per the fix commit (below), the most frequent symptom is a crash of
  Xorg/Xwayland, i.e. killing the entire GUI, when a laptop is woken
  from system sleep.  Frequency of the bug is described as once every
  few days[2].

  [1] E.g. this user confirms the bug & very specific workaround: 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1760450/comments/11
  [2] E.g. this log of crashes: 
https://bugzilla.redhat.com/show_bug.cgi?id=1553979#c23

  This is a bug in blk-core.c.  It is not specific to any one hardware
  driver.  Technically the suspend bug is triggered by the SCSI core -
  which is used by *all SATA devices*.

  The commit also includes a test which quickly and reliably proves the
  existence of a horrifying bug.

  I guess you might avoid this bug only if you have root on NVMe.  The
  other way to not hit the Xorg crash is if you don't use all your RAM,
  so there's no pressure that leads to cold pages of Xorg being swapped.
  Also, you won't reproduce the Xorg crash if you suspend+resume
  immediately.  (This frustrated my tests at one point, it only
  triggered after left the system suspended over lunch :).

  Fix: "block: do not use interruptible wait anywhere"

  in kernel 4.17:
  
https://github.com/torvalds/linux/commit/1dc3039bc87ae7d19a990c3ee71cfd8a9068f428

  in kernel 4.16.8:
  https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-
  stable.git/commit/?h=linux-4.16.y&id=7859056bc73dea2c3714b00c83b253d4c22bf7b6

  lack of fix in 4.15.0-24.26 (ubuntu 18.04): https://git.launchpad.net
  /~ubuntu-kernel/ubuntu/+source/linux/+git/bionic/tree/block/blk-
  core.c?id=Ubuntu-4.15.0-24.26#n856

  I.e., this bug is still present in Ubuntu source package
  linux-4.15.0-24.26 (and 4.15.0-23.25).  I attach hardware details
  (lspci-vnvn.log) of a system where this bug is known to happen.

  Regards
  Alan

  WORKAROUND: Use kernel parameter:
  scsi_mod.scan=sync

  
  == Fix ==
  1dc3039bc87a ("block: do not use interruptible wait anywhere")

  == Regression Potential ==
  Low.  This patch has been sent to stable, so it has had additional
  upstream review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776887/+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 1776305] [NEW] Buy hydrocodone online +209-813-2040 (No Rx)

2018-06-11 Thread rahul
Public bug reported:

https://www.paincaresolution.com/hydrocodone-buy-online+(209)(813)(2040)-buy-hydrocodone-online-5843
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online+1-209~813~2040-hydrocodone-prescription-buy-hydrocodone-online-+1-209~813~2040-
https://foundation.zurb.com/forum/posts/57309-hydrocodone-online-1888-562-8956-buy-hydrocodone-online
https://snazzymaps.com/style/157850/call+2098132040-buy-hydrocodone-online
https://snazzymaps.com/style/160588/hy/+2098132040-buy-hydrocodone-online
https://comunidad.tuenti.es/welcome-comunidad-14/q-buy-hydrocodone-online-+2098132040-buy-oxycodone-online-6479
https://www.themuse.com/jobs/l-San-Francisco%2C-CA+q-Hy_+1(209-803~2040)-buy-hydrocodone-online+level-Entry-Level-jobs
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online-1~888~562~8956-hydrocodone-sale-cheap-buy-hydrocodone-online-
https://www.chegg.com/homework-help/questions-and-answers/buy-oxycodone-1-209-803-2040-buy-oxycodone-online-visit-buy-hydrocodone-http-hydrocodoneor-q27879302

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

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

Title:
  Buy hydrocodone online +209-813-2040 (No Rx)

Status in linux-azure package in Ubuntu:
  New

Bug description:
  
https://www.paincaresolution.com/hydrocodone-buy-online+(209)(813)(2040)-buy-hydrocodone-online-5843
  
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online+1-209~813~2040-hydrocodone-prescription-buy-hydrocodone-online-+1-209~813~2040-
  
https://foundation.zurb.com/forum/posts/57309-hydrocodone-online-1888-562-8956-buy-hydrocodone-online
  https://snazzymaps.com/style/157850/call+2098132040-buy-hydrocodone-online
  https://snazzymaps.com/style/160588/hy/+2098132040-buy-hydrocodone-online
  
https://comunidad.tuenti.es/welcome-comunidad-14/q-buy-hydrocodone-online-+2098132040-buy-oxycodone-online-6479
  
https://www.themuse.com/jobs/l-San-Francisco%2C-CA+q-Hy_+1(209-803~2040)-buy-hydrocodone-online+level-Entry-Level-jobs
  
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online-1~888~562~8956-hydrocodone-sale-cheap-buy-hydrocodone-online-
  
https://www.chegg.com/homework-help/questions-and-answers/buy-oxycodone-1-209-803-2040-buy-oxycodone-online-visit-buy-hydrocodone-http-hydrocodoneor-q27879302

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1776305/+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 1776284] [NEW] @buy hydrocodone online +209-813-2040

2018-06-11 Thread rahul
Public bug reported:

https://comunidad.tuenti.es/welcome-comunidad-14/hydrocodone-buy-online+(209)(813)(2040)buy-hydrocodone-online-5843
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online+1-209~813~2040-hydrocodone-prescription-buy-hydrocodone-online-+1-209~813~2040-
https://foundation.zurb.com/forum/posts/57309-hydrocodone-online-1888-562-8956-buy-hydrocodone-online
https://snazzymaps.com/style/157850/call+2098132040-buy-hydrocodone-online
https://snazzymaps.com/style/160588/hy/+2098132040-buy-hydrocodone-online
https://comunidad.tuenti.es/welcome-comunidad-14/q-buy-hydrocodone-online-+2098132040-buy-oxycodone-online-6479
https://www.themuse.com/jobs/l-San-Francisco%2C-CA+q-Hy_+1(209-803~2040)-buy-hydrocodone-online+level-Entry-Level-jobs
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online-1~888~562~8956-hydrocodone-sale-cheap-buy-hydrocodone-online-
https://www.chegg.com/homework-help/questions-and-answers/buy-oxycodone-1-209-803-2040-buy-oxycodone-online-visit-buy-hydrocodone-http-hydrocodoneor-q27879302

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

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

Title:
  @buy hydrocodone online +209-813-2040

Status in linux-azure package in Ubuntu:
  New

Bug description:
  
https://comunidad.tuenti.es/welcome-comunidad-14/hydrocodone-buy-online+(209)(813)(2040)buy-hydrocodone-online-5843
  
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online+1-209~813~2040-hydrocodone-prescription-buy-hydrocodone-online-+1-209~813~2040-
  
https://foundation.zurb.com/forum/posts/57309-hydrocodone-online-1888-562-8956-buy-hydrocodone-online
  https://snazzymaps.com/style/157850/call+2098132040-buy-hydrocodone-online
  https://snazzymaps.com/style/160588/hy/+2098132040-buy-hydrocodone-online
  
https://comunidad.tuenti.es/welcome-comunidad-14/q-buy-hydrocodone-online-+2098132040-buy-oxycodone-online-6479
  
https://www.themuse.com/jobs/l-San-Francisco%2C-CA+q-Hy_+1(209-803~2040)-buy-hydrocodone-online+level-Entry-Level-jobs
  
https://www.chegg.com/homework-help/questions-and-answers/buy-hydrocodone-online-1~888~562~8956-hydrocodone-sale-cheap-buy-hydrocodone-online-
  
https://www.chegg.com/homework-help/questions-and-answers/buy-oxycodone-1-209-803-2040-buy-oxycodone-online-visit-buy-hydrocodone-http-hydrocodoneor-q27879302

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1776284/+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 732038] Re: WiFi not working (Broadcom BCM4311 )

2016-11-25 Thread rahul
*** This bug is a duplicate of bug 732677 ***
https://bugs.launchpad.net/bugs/732677

Sorry there is mistake in comment #24.If secure boot in Bios is disabled
then only i can see wifi networks.Please solve this i don't want to
disable UEFI secure boot.

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

Title:
  WiFi not working (Broadcom BCM4311 )

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After installing Natty from scratch I also installed Broadcom STA
  driver offered through Additional drivers but WiFi is not working.
  Network manager is not showing any wifi networks, and wifi light on my
  laptop is off. I tried to repeat procedure (stop/start Broadcome STA
  driver) but nothing happens. Tried also WiFi switch on laptop but
  still nothing. WiFi was working just fine on previous Ubuntu versions
  just after installing additional driver.

  Natty Alpha3, Broadcom BCM4311.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0~b12+build1+nobinonly-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Wed Mar  9 15:56:54 2011
  FirefoxPackages:
   firefox 4.0~b12+build1+nobinonly-0ubuntu3
   flashplugin-installer 10.2.152.27ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin 1.0~20110122-0ubuntu1
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_US.UTF-8
   LC_MESSAGES=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-03-09 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/732038/+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 732038] Re: WiFi not working (Broadcom BCM4311 )

2016-11-25 Thread rahul
*** This bug is a duplicate of bug 732677 ***
https://bugs.launchpad.net/bugs/732677

If secure boot in Bios is enabled then only i can see wifi networks.

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

Title:
  WiFi not working (Broadcom BCM4311 )

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After installing Natty from scratch I also installed Broadcom STA
  driver offered through Additional drivers but WiFi is not working.
  Network manager is not showing any wifi networks, and wifi light on my
  laptop is off. I tried to repeat procedure (stop/start Broadcome STA
  driver) but nothing happens. Tried also WiFi switch on laptop but
  still nothing. WiFi was working just fine on previous Ubuntu versions
  just after installing additional driver.

  Natty Alpha3, Broadcom BCM4311.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0~b12+build1+nobinonly-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Wed Mar  9 15:56:54 2011
  FirefoxPackages:
   firefox 4.0~b12+build1+nobinonly-0ubuntu3
   flashplugin-installer 10.2.152.27ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin 1.0~20110122-0ubuntu1
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_US.UTF-8
   LC_MESSAGES=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-03-09 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/732038/+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 732038] Re: WiFi not working (Broadcom BCM4311 )

2016-11-25 Thread rahul
*** This bug is a duplicate of bug 732677 ***
https://bugs.launchpad.net/bugs/732677

I have a trouble connecting to wifi and i cant see wifi networks.I can
see the wifi networks when i disable secure boot option in BIOS.

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

Title:
  WiFi not working (Broadcom BCM4311 )

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After installing Natty from scratch I also installed Broadcom STA
  driver offered through Additional drivers but WiFi is not working.
  Network manager is not showing any wifi networks, and wifi light on my
  laptop is off. I tried to repeat procedure (stop/start Broadcome STA
  driver) but nothing happens. Tried also WiFi switch on laptop but
  still nothing. WiFi was working just fine on previous Ubuntu versions
  just after installing additional driver.

  Natty Alpha3, Broadcom BCM4311.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0~b12+build1+nobinonly-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Wed Mar  9 15:56:54 2011
  FirefoxPackages:
   firefox 4.0~b12+build1+nobinonly-0ubuntu3
   flashplugin-installer 10.2.152.27ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin 1.0~20110122-0ubuntu1
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_US.UTF-8
   LC_MESSAGES=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-03-09 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/732038/+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 1438510] Re: [REGRESSION] bluetooth headset no longer supports a2dp

2016-08-21 Thread Rahul
Confirmed Fix on #5,works permanently on Ubuntu 16.04

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

Title:
  [REGRESSION] bluetooth headset no longer supports a2dp

Status in PulseAudio:
  Unknown
Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in bluez source package in Vivid:
  Won't Fix
Status in pulseaudio source package in Vivid:
  Won't Fix

Bug description:
  Just installed 15.04 fresh from the latest ISO (beta2).

  I'm bummed to see my bluetooth headset (Bose Soundlink overear) seems
  to have regressed in functionality.

  In 14.10, I was able to set the output profile either to a2dp or
  hsp/hfp (telephony duplex).

  In 15.04, it only works in telephony duplex mode.  I can't get high
  fidelity sound playback to work at all.

  This thread seems to be related, though the workaround within did not solve 
the problem for me:
  https://bbs.archlinux.org/viewtopic.php?id=194006

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1438510/+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 1607374] Re: Cannot mount proc in unprivileged containers if /proc/xen is mounted

2016-08-17 Thread Rahul Chincholkar
I have verified the proposed kernel for xenial (4.4.0-36-generic)
It is working without any issue while launching/starting/stopping the 
containers. 

Thanks!
Rahul C

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Cannot mount proc in unprivileged containers if /proc/xen is mounted

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  SRU Justification

  Impact: The xenfs filesystem is traditionally mounted at /proc/xen in
  xen guests. This directory doesn't use the special "create proc
  mountpoint" interface and thus fails the permanently empty test in
  fs_fully_visible(). This causes mounting of proc to fail in user
  namespace containers.

  Fix: Use the special proc interface to make this a "permanently empty"
  directory.

  Regression potential: This change will make it impossible to create
  files within /proc/xen, but since the directory is only ever used as a
  mount point this should not cause any problems.

  Original bug report and testing results can be found at
  https://github.com/lxc/lxd/issues/2238.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1607374/+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 1612075] [NEW] Wifi not working in ubuntu for BCM43162 chip

2016-08-10 Thread Rahul Rayaprolu
Public bug reported:

lspci -vvnn | grep -A 9 Network
03:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:43ae] (rev 
02)
Subsystem: Lenovo Device [17aa:0622]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: wl


lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04


uname -a
Linux rahul 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux


sudo dmidecode -s bios-version
C2CN19WW(V2.00)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug 11 11:45:33 2016
InstallationDate: Installed on 2016-05-17 (85 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: bcmwl
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Wifi not working in ubuntu for BCM43162 chip

Status in bcmwl package in Ubuntu:
  New

Bug description:
  lspci -vvnn | grep -A 9 Network
  03:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:43ae] 
(rev 02)
Subsystem: Lenovo Device [17aa:0622]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: wl

  
  lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  
  uname -a
  Linux rahul 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

  
  sudo dmidecode -s bios-version
  C2CN19WW(V2.00)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 11 11:45:33 2016
  InstallationDate: Installed on 2016-05-17 (85 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1612075/+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 1291969] Re: No usb on resume from suspend

2015-10-22 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

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

Title:
  No usb on resume from suspend

Status in linux package in Ubuntu:
  In Progress

Bug description:
  My XPS13 running 14.04 sometimes loses its USB ports after resume from
  suspend. When this happens the entire bus seems dead - both external
  ports do not work, and internal USB devices (webcam, touchscreen) are
  also non-functional. Furthermore lsusb shows no devices attached.
  Rebooting or performing another suspend/resume cycle will clear the
  problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  steve  2868 F pulseaudio
   /dev/snd/controlC0:  steve  2868 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 13 08:36:46 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=79084358-087f-4cee-a0be-e2f78361873f
  InstallationDate: Installed on 2013-12-02 (100 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS13 9333
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=0b9db31c-747b-40ad-bbbd-13a9a29caece ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  RfKill:
   1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-02-12 (28 days ago)
  dmi.bios.date: 11/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd11/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499315/+files/CurrentDmesg.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499317/+files/ProcCpuinfo.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1310800/+attachment/4499314/+files/CRDA.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499319/+files/ProcInterrupts.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1310800/+attachment/4499322/+files/UdevDb.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499312/+files/AlsaInfo.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499320/+files/ProcModules.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499323/+files/UdevLog.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499321/+files/PulseList.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499313/+files/BootDmesg.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499318/+files/ProcEnviron.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1310800/+attachment/4499324/+files/WifiSyslog.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

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

2015-10-18 Thread Rahul
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1310800/+attachment/4499316/+files/Lspci.txt

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310800/+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 1310800] Re: 056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver cause a "hard" kernel panic

2015-10-18 Thread Rahul
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu10   1973 F pulseaudio
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=d98e108a-7f3c-4278-a959-903f6fff9c2b
InstallationDate: Installed on 2015-10-16 (2 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
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 005: ID 0e0f:0008 VMware, Inc. 
 Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
 Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: VMware, Inc. VMware Virtual Platform
Package: linux (not installed)
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3b06945e-0f21-4d66-a651-8a825329ae6a ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-32-generic N/A
 linux-backports-modules-3.13.0-32-generic  N/A
 linux-firmware 1.127.5
RfKill:
 1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Tags:  trusty
Uname: Linux 3.13.0-32-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 05/20/2014
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware Virtual Platform
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.


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

** Tags added: apport-collected

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310800/+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 1291341] Re: tahr /var/log/syslog missing

2015-10-17 Thread Rahul
** Changed in: linux (Ubuntu)
   Status: In Progress => 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/1291341

Title:
  tahr /var/log/syslog missing

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  jerry@Aspire1:~$ ubuntu-bug linux
  tail: cannot open ‘/var/log/syslog’ for reading: No such file or directory

  Took a look, there is no syslog.  In spite of all this on the screen
  ubuntu-bug does work:

  jerry@Aspire1:~$ jerry@Aspire1:~$ ubuntu-bug linux
  jerry@Aspire1:~$: command not found
  jerry@Aspire1:~$ tail: cannot open ‘/var/log/syslog’ for reading: No such 
file or directory
  No command 'tail:' found, did you mean:
   Command 'tailf' from package 'util-linux' (main)
   Command 'tail' from package 'coreutils' (main)
  tail:: command not found
  jerry@Aspire1:~$ jerry@Aspire1:~$ 
  jerry@Aspire1:~$: command not found
  jerry@Aspire1:~$ (process:3240): GLib-CRITICAL **: g_slice_set_config: 
assertion 'sys_page_size == 0' failed
  bash: syntax error near unexpected token `:'
  jerry@Aspire1:~$ NOTE: child process received `Goodbye', closing down

  Not much in /var/log:

  jerry@Aspire1:~$ ls /var/log
  boot.log  dmesggpu-manager.log  pm-powersave.log  udev
  cups  dmesg.0  lightdm  samba Xorg.0.log

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerry  1592 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Mar 12 08:22:29 2014
  HibernationDevice: RESUME=UUID=fb4f0b36-eec7-43a5-9265-4ecd90a404b5
  MachineType: Acer AOD255E
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=8e7eecfe-38ae-4bab-bd87-4bfe44a51904 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 12/16/2010
  dmi.bios.vendor: Acer
  dmi.bios.version: V3.12(DDR3)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE02_PT
  dmi.board.vendor: Acer
  dmi.board.version: V3.12(DDR3)
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V3.12(DDR3)
  dmi.modalias: 
dmi:bvnAcer:bvrV3.12(DDR3):bd12/16/2010:svnAcer:pnAOD255E:pvrV3.12(DDR3):rvnAcer:rnJE02_PT:rvrV3.12(DDR3):cvnAcer:ct10:cvrV3.12(DDR3):
  dmi.product.name: AOD255E
  dmi.product.version: V3.12(DDR3)
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291341/+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 1506952] Re: $ apt-file find /usr/bin/tomboy

2015-10-16 Thread Rahul
** Description changed:

- $ apt-file find /usr/bin/tomboy 
+ $ apt-file find /usr/bin/tomboy
  command not found
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu10   4225 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu10   4225 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 16 09:56:24 2015
  HibernationDevice: RESUME=UUID=d98e108a-7f3c-4278-a959-903f6fff9c2b
  InstallationDate: Installed on 2015-10-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
-  Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
-  Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 004: ID 0e0f:0008 VMware, Inc.
+  Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
+  Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3b06945e-0f21-4d66-a651-8a825329ae6a ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-32-generic N/A
-  linux-backports-modules-3.13.0-32-generic  N/A
-  linux-firmware 1.127.5
+  linux-restricted-modules-3.13.0-32-generic N/A
+  linux-backports-modules-3.13.0-32-generic  N/A
+  linux-firmware 1.127.5
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2014
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

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

Title:
  $ apt-file find /usr/bin/tomboy

Status in linux package in Ubuntu:
  In Progress

Bug description:
  $ apt-file find /usr/bin/tomboy
  command not found

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu10   4225 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 16 09:56:24 2015
  HibernationDevice: RESUME=UUID=d98e108a-7f3c-4278-a959-903f6fff9c2b
  InstallationDate: Installed on 2015-10-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  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 004: ID 0e0f:0008 VMware, Inc.
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3b06945e-0f21-4d66-a651-8a825329ae6a ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard bl

[Kernel-packages] [Bug 1506952] [NEW] $ apt-file find /usr/bin/tomboy

2015-10-16 Thread Rahul
Public bug reported:

$ apt-file find /usr/bin/tomboy 
command not found

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-32-generic 3.13.0-32.57
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu10   4225 F pulseaudio
CurrentDesktop: Unity
Date: Fri Oct 16 09:56:24 2015
HibernationDevice: RESUME=UUID=d98e108a-7f3c-4278-a959-903f6fff9c2b
InstallationDate: Installed on 2015-10-16 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
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 004: ID 0e0f:0008 VMware, Inc. 
 Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
 Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: VMware, Inc. VMware Virtual Platform
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3b06945e-0f21-4d66-a651-8a825329ae6a ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-32-generic N/A
 linux-backports-modules-3.13.0-32-generic  N/A
 linux-firmware 1.127.5
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/20/2014
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware Virtual Platform
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.

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


** Tags: apport-bug i386 trusty

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

Title:
  $ apt-file find /usr/bin/tomboy

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  $ apt-file find /usr/bin/tomboy 
  command not found

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu10   4225 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 16 09:56:24 2015
  HibernationDevice: RESUME=UUID=d98e108a-7f3c-4278-a959-903f6fff9c2b
  InstallationDate: Installed on 2015-10-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  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 004: ID 0e0f:0008 VMware, Inc. 
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=3b06945e-0f21-4d66-a651-8a825329ae6a ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.5
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/20/2014
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.n

[Kernel-packages] [Bug 1291341] Re: tahr /var/log/syslog missing

2015-10-11 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

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

Title:
  tahr /var/log/syslog missing

Status in linux package in Ubuntu:
  In Progress

Bug description:
  jerry@Aspire1:~$ ubuntu-bug linux
  tail: cannot open ‘/var/log/syslog’ for reading: No such file or directory

  Took a look, there is no syslog.  In spite of all this on the screen
  ubuntu-bug does work:

  jerry@Aspire1:~$ jerry@Aspire1:~$ ubuntu-bug linux
  jerry@Aspire1:~$: command not found
  jerry@Aspire1:~$ tail: cannot open ‘/var/log/syslog’ for reading: No such 
file or directory
  No command 'tail:' found, did you mean:
   Command 'tailf' from package 'util-linux' (main)
   Command 'tail' from package 'coreutils' (main)
  tail:: command not found
  jerry@Aspire1:~$ jerry@Aspire1:~$ 
  jerry@Aspire1:~$: command not found
  jerry@Aspire1:~$ (process:3240): GLib-CRITICAL **: g_slice_set_config: 
assertion 'sys_page_size == 0' failed
  bash: syntax error near unexpected token `:'
  jerry@Aspire1:~$ NOTE: child process received `Goodbye', closing down

  Not much in /var/log:

  jerry@Aspire1:~$ ls /var/log
  boot.log  dmesggpu-manager.log  pm-powersave.log  udev
  cups  dmesg.0  lightdm  samba Xorg.0.log

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jerry  1592 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Mar 12 08:22:29 2014
  HibernationDevice: RESUME=UUID=fb4f0b36-eec7-43a5-9265-4ecd90a404b5
  MachineType: Acer AOD255E
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=8e7eecfe-38ae-4bab-bd87-4bfe44a51904 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 12/16/2010
  dmi.bios.vendor: Acer
  dmi.bios.version: V3.12(DDR3)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE02_PT
  dmi.board.vendor: Acer
  dmi.board.version: V3.12(DDR3)
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V3.12(DDR3)
  dmi.modalias: 
dmi:bvnAcer:bvrV3.12(DDR3):bd12/16/2010:svnAcer:pnAOD255E:pvrV3.12(DDR3):rvnAcer:rnJE02_PT:rvrV3.12(DDR3):cvnAcer:ct10:cvrV3.12(DDR3):
  dmi.product.name: AOD255E
  dmi.product.version: V3.12(DDR3)
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291341/+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 1259861] Re: 5-10 second delay in kernel boot

2015-10-11 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

Title:
  5-10 second delay in kernel boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Trusty I see a big delay while the kernel boots that I did not see back in 
Precise.
  Some people have been experiencing this in Saucy too, so I don't know exactly 
when it started happening.
  Excerpt from dmesg:
  [3.740100] Switched to clocksource tsc
  [   14.208118] PM: Hibernation image not present or could not be loaded.
  [   14.208885] Freeing unused kernel memory: 864K (c19ac000 - c1a84000)

  The exact messages above don't matter, they are different on different boots 
or on different machines.
  It even happens with e.g. 
  $ sudo kvm -m 768 -cdrom trusty-desktop-i386.iso

  My current kernel is
  Linux server 3.12.0-7-generic #15-Ubuntu SMP Sun Dec 8 23:42:09 UTC 2013 i686 
i686 i686 GNU/Linux
  ...but the exact version, maybe from 3.8 to 3.12+, shouldn't matter, just run 
`dmesg` yourself and check if there's a big delay there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259861/+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 1409393] Re: radeon GPU lockup CP stall

2015-10-11 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

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

Title:
  radeon GPU lockup CP stall

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.04.1 LTS

  I was working on a project and had the following applications open

  MySQL Workbench
  Google Chrome
  gnome-screenshot

  All of a sudden everything freezes, the indicator-multiload stopped moving.
  I was able to switch to tty1 using CTRL+ALT+F1 (see foto of the screen in the 
attachments)

  The error reads:
  radeon :01:00.0: GPU lockup CP stall for more than 84744msec
  drm:radeon_cs_ib_fill *ERROR* Failed to get ip !
  drm:r600_dma_ring_test *ERROR* radeon: ring 3 test failed (0xCAFEDEAD)
  drm:r600_resume *ERROR* r600 startup failed on resume

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kat3551 F pulseaudio
   /dev/snd/controlC0:  kat3551 F pulseaudio
  Date: Sun Jan 11 05:33:50 2015
  InstallationDate: Installed on 2014-03-28 (288 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140322)
  MachineType: Sony Corporation VGN-FW31ZJ
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-43-generic 
root=UUID=6bc3bac2-11d6-4d1a-8d93-7c9b6894ea5e ro rootflags=subvol=@ quiet 
splash radeon.dpm=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R2060Y0
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR2060Y0:bd08/27/2009:svnSonyCorporation:pnVGN-FW31ZJ:pvrC6015XL3:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-FW31ZJ
  dmi.product.version: C6015XL3
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1409393/+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 1310800] Re: 056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver cause a "hard" kernel panic

2015-10-10 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

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

Title:
  056a:0302 Trusty Tahr, kernel 3.13: automatic load of wacom.ko driver
  cause a "hard" kernel panic

Status in linux package in Ubuntu:
  In Progress

Bug description:
  I have just upgraded to 14.04 from 13.10.

  I have a wacom cth-480  touch+pen tablet, which was not recognized on
  13.10 (kernel 3.11). With the stock kernel from 14.04, I have an
  immediate kernel panic as soon as I plug in the tablet to the laptop.

  The system is a asus 1005PE (32 bit install), Xubuntu, up-to date:
  Linux asus-romano 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14
  UTC 2014 i686 i686 i686 GNU/Linux

  The really strange thing is that if I manually load the driver with
  `sudo modprobe wacom` *before* pluggin the tablet in, then the tablet
  is recognized and works ok:

  SYS: Apr 21 15:15:47 asus-romano kernel: [  265.664161] usbcore: registered 
new interface driver wacom
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.088161] usb 2-1: new 
full-speed USB device number 2 using uhci_hcd
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253626] usb 2-1: New USB 
device found, idVendor=056a, idProduct=0302
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253641] usb 2-1: New USB 
device strings: Mfr=1, Product=2, SerialNumber=0
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253651] usb 2-1: Product: 
Intuos PTS
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.253659] usb 2-1: 
Manufacturer: Wacom Co.,Ltd.
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.257027] input: Wacom Intuos 
PT S Pen as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input14
  SYS: Apr 21 15:15:52 asus-romano kernel: [  270.260630] input: Wacom Intuos 
PT S Finger as /devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input15
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: checking bus 2, device 2: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1"
  SYS: Apr 21 15:15:52 asus-romano mtp-probe: bus: 2, device: 2 was not an MTP 
device

  A screenshot of the kernel panic is added. I can reproduce it at will.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310800/+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 1455364] Re: the wrong return value of function ubifs_fill_super()

2015-10-09 Thread Rahul
** Changed in: linux (Ubuntu)
   Status: Triaged => Confirmed

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

Title:
  the wrong return value of function ubifs_fill_super()

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In function ubifs_fill_super() at fs/ubifs/super.c: 1955, the call to 
d_alloc_root() in line 2058 may return a NULL pointer, and thus function 
ubifs_fill_super() will return the value of variable err. And, the function 
ubifs_fill_super() will return 0 at last when it runs well. However, when the 
call to d_alloc_root() in line 2058 return a NULL pointer, the value of err is 
0. So the function ubifs_fill_super() will return 0 to its caller functions 
when it runs error because of the failing call to d_alloc_root(), leading to a 
wrong return value of function ubifs_fill_super().
  The related code snippets in ubifs_fill_super() is as following.
  ubifs_fill_super @@fs/ubifs/super.c: 1955
  1955 static int ubifs_fill_super(struct super_block *sb, void *data, int 
silent)
  1956 {
   ...
  2045 err = mount_ubifs(c);
  2046 if (err) {
  2047 ubifs_assert(err < 0);
  2048 goto out_unlock;
  2049 }
  2050 
  2051 /* Read the root inode */
  2052 root = ubifs_iget(sb, UBIFS_ROOT_INO);
  2053 if (IS_ERR(root)) {
  2054 err = PTR_ERR(root);
  2055 goto out_umount;
  2056 }
  2057 
  2058 sb->s_root = d_alloc_root(root);
  2059 if (!sb->s_root)
  2060 goto out_iput;
  2061 
  2062 mutex_unlock(&c->umount_mutex);
  2063 return 0;
  2064 
  2065 out_iput:
  2066 iput(root);
  2067 out_umount:
  2068 ubifs_umount(c);
  2069 out_unlock:
  2070 mutex_unlock(&c->umount_mutex);
  2071 out_bdi:
  2072 bdi_destroy(&c->bdi);
  2073 out_close:
  2074 ubi_close_volume(c->ubi);
  2075 out_free:
  2076 kfree(c);
  2077 return err;
  2078 }

  Generally, the return value of caller functions which call function 
d_alloc_root() shall be set to a negative error code when the call to 
d_alloc_root() returns a NULL pointer, like the following codes in another file.
  bfs_fill_super @@fs/bfs/inode.c: 317
  317 static int bfs_fill_super(struct super_block *s, void *data, int silent)
  318 {
   ...
  371 s->s_root = d_alloc_root(inode);
  372 if (!s->s_root) {
  373 iput(inode);
  374 ret = -ENOMEM;
  375 goto out2;
  376 }
   ...
  444 return 0;
  445 
  446 out3:
  447 dput(s->s_root);
  448 s->s_root = NULL;
  449 out2:
  450 kfree(info->si_imap);
  451 out1:
  452 brelse(sbh);
  453 out:
  454 mutex_destroy(&info->bfs_lock);
  455 kfree(info);
  456 s->s_fs_info = NULL;
  457 return ret;
  458 }

  Thank you

  RUC_Soft_Sec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455364/+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 1433564] Re: Speaker does not auto mute

2015-10-09 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

Title:
  Speaker does not auto mute

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Speaker does not auto mute when headphone plugs in, even if Auto-Mute
  Mode is set to Speaker Only or Line Out+Speaker in alsamixer. This is
  when pulseaudio is not used.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-lowlatency 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-lowlatency 3.13.11-ckt15
  Uname: Linux 3.13.0-46-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Mar 18 14:17:19 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (178 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 745
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-46-lowlatency 
root=UUID=d012c1bd-7e56-4035-b321-38d20cb14421 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-46-lowlatency N/A
   linux-backports-modules-3.13.0-46-lowlatency  N/A
   linux-firmware1.127.11
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.6.6
  dmi.board.name: 0RF703
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.6:bd06/26/2011:svnDellInc.:pnOptiPlex745:pvr:rvnDellInc.:rn0RF703:rvr:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 745
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1433564/+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 1268252] Re: Brightness settings stopped working after upgrade

2015-10-04 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

Title:
  Brightness settings stopped working after upgrade

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Trusty:
  Confirmed

Bug description:
  I upgraded from saucy to trusty on my lenovo g505s laptop. After the upgrade, 
both the physical key and the brightness settings in the gnome-control centre 
have stopped working. Whatever level of brightness i decrease it to, it always 
stays on maximum.
  I'm able to reproduce this only on kernel 3.13. Works as its supposed to on 
kernel 3.12

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu50
  ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
  Uname: Linux 3.13.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jan 12 09:17:00 2014
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2013-11-16 (56 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (5 days ago)
  ---
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  krishnan   3070 F pulseaudio
   /dev/snd/controlC0:  krishnan   3070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c545b9da-fef4-4530-9051-29276dfd842c
  InstallationDate: Installed on 2013-11-16 (58 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO INVALID
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 simple
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-2-generic 
root=UUID=0b897d24-0c02-4f57-9596-5fcd681c5ed0 ro quiet splash nomodeset 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-2-generic N/A
   linux-backports-modules-3.13.0-2-generic  N/A
   linux-firmware1.121
  StagingDrivers: rts5139
  Tags:  trusty staging
  Uname: Linux 3.13.0-2-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (6 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  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/1268252/+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 1268252] Re: Brightness settings stopped working after upgrade

2015-10-04 Thread Rahul
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Rahul (rahulshantagiri)

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

Title:
  Brightness settings stopped working after upgrade

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Trusty:
  Confirmed

Bug description:
  I upgraded from saucy to trusty on my lenovo g505s laptop. After the upgrade, 
both the physical key and the brightness settings in the gnome-control centre 
have stopped working. Whatever level of brightness i decrease it to, it always 
stays on maximum.
  I'm able to reproduce this only on kernel 3.13. Works as its supposed to on 
kernel 3.12

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu50
  ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
  Uname: Linux 3.13.0-2-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jan 12 09:17:00 2014
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2013-11-16 (56 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (5 days ago)
  --- 
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  krishnan   3070 F pulseaudio
   /dev/snd/controlC0:  krishnan   3070 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c545b9da-fef4-4530-9051-29276dfd842c
  InstallationDate: Installed on 2013-11-16 (58 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO INVALID
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 simple
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-2-generic 
root=UUID=0b897d24-0c02-4f57-9596-5fcd681c5ed0 ro quiet splash nomodeset 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-2-generic N/A
   linux-backports-modules-3.13.0-2-generic  N/A
   linux-firmware1.121
  StagingDrivers: rts5139
  Tags:  trusty staging
  Uname: Linux 3.13.0-2-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (6 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  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/1268252/+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 1476900] Re: Backport Intel 8260 Wifi/BT firmwares

2015-08-13 Thread Rahul
I have updated the firmware with 1.127.15, still my Wifi doesnot work.
My lap top has intel 8260 Wifi Hardware

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

Title:
  Backport Intel 8260 Wifi/BT firmwares

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Trusty:
  Fix Released
Status in linux-firmware source package in Vivid:
  Fix Released

Bug description:
  Both Intel 8260 Wifi and Bluetooth firmwares are now available in
  mainline linux-firmware and has been tested. Vivid currently doesn't
  support Intel 8260 Wifi and BT, and need to backport the firmwares.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1476900/+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 1017162] Re: not able to connect d-link DWM-156 with ubuntu

2014-11-20 Thread rahul sinha
actually now i don't have hardware to test. if i can find it, then i would
definitely test.
On 17 Nov 2014 08:45, "Christopher M. Penalver" <
christopher.m.penal...@gmail.com> wrote:

> rahul sinha, is this still an issue for you with the latest kernel
> available in Precise?
>
> ** Project changed: udev => linux (Ubuntu)
>
> ** Changed in: linux (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Low
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1017162
>
> Title:
>   not able to connect d-link DWM-156 with ubuntu
>
> Status in “linux” package in Ubuntu:
>   Incomplete
>
> Bug description:
>   not able to connect d-link DWM-156 with ubuntu
>
>
>   my d-link DWM-156 showa as cd-drive.nor able to unmount it...nor
> able to connect to interneti have installed usb_mode switch but it
> didn't work..
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.04
>   Package: linux-image-3.2.0-25-generic-pae 3.2.0-25.40
>   ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
>   Uname: Linux 3.2.0-25-generic-pae i686
>   NonfreeKernelModules: nvidia
>   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
>   ApportVersion: 2.0.1-0ubuntu8
>   Architecture: i386
>   ArecordDevices:
> List of CAPTURE Hardware Devices 
>card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
>  Subdevices: 1/1
>  Subdevice #0: subdevice #0
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  rahulsinha   2086 F pulseaudio
>/dev/snd/controlC0:  rahulsinha   2086 F pulseaudio
>   Card0.Amixer.info:
>Card hw:0 'PCH'/'HDA Intel PCH at 0xd530 irq 44'
>  Mixer name : 'Conexant CX20590'
>  Components : 'HDA:14f1506e,104d5a00,0012'
>  Controls  : 19
>  Simple ctrls  : 11
>   Card1.Amixer.info:
>Card hw:1 'NVidia'/'HDA NVidia at 0xd300 irq 17'
>  Mixer name : 'Nvidia GPU 1c HDMI/DP'
>  Components : 'HDA:10de001c,104d5a00,00100100'
>  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: Sun Jun 24 19:50:38 2012
>   InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386
> (20120423)
>   MachineType: Sony Corporation VPCEH26EN
>   ProcFB: 0 VESA VGA
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic-pae
> root=UUID=00600BEB600BE66E loop=/hostname/disks/root.disk ro quiet splash
> vt.handoff=7
>   RelatedPackageVersions:
>linux-restricted-modules-3.2.0-25-generic-pae N/A
>linux-backports-modules-3.2.0-25-generic-pae  N/A
>linux-firmware1.79
>   SourcePackage: linux
>   StagingDrivers: rts_pstor mei
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/17/2011
>   dmi.bios.vendor: INSYDE
>   dmi.bios.version: R0190Z9
>   dmi.board.asset.tag: N/A
>   dmi.board.name: VAIO
>   dmi.board.vendor: Sony Corporation
>   dmi.board.version: N/A
>   dmi.chassis.asset.tag: N/A
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Sony Corporation
>   dmi.chassis.version: N/A
>   dmi.modalias:
> dmi:bvnINSYDE:bvrR0190Z9:bd11/17/2011:svnSonyCorporation:pnVPCEH26EN:pvrC105Z6Y9:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
>   dmi.product.name: VPCEH26EN
>   dmi.product.version: C105Z6Y9
>   dmi.sys.vendor: Sony Corporation
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1017162/+subscriptions
>

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

Title:
  not able to connect d-link DWM-156 with ubuntu

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  not able to connect d-link DWM-156 with ubuntu

  
  my d-link DWM-156 showa as cd-drive.nor able to unmount it...nor able 
to connect to interneti have installed usb_mode switch but it didn't 
work..

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-25-generic-pae 3.2.0-25.40
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Li

[Kernel-packages] [Bug 1007765] Re: brightness adjusting crashes system

2014-04-24 Thread Rahul Kamath
one workaround i been using for quite sometime now, is to decrease the
backlight before the kernel boots.

i.e. the system waits on grub bootloader for 5-10 seconds for any
distribution i used.  dimming the display then bypasses this issue... :)

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

Title:
  brightness adjusting crashes system

Status in “fglrx-installer” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in Fedora:
  New

Bug description:
  When adjusting my laptops brightness the system crashes.

  what logs do in need to add and how to get them?

  System:
  -- Dell Studio 1558
  -- Ubuntu 12.04

  Video showing the process: http://www.youtube.com/watch?v=Vxp_rWXHnrg
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: [core,composite,opengl,neg,commands,put]
  CompositorRunning: None
  DistUpgraded: 2012-01-26 12:27:33,165 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 5.100.82.38+bdcom, 3.2.0-23-generic, x86_64: installed
   bcmwl, 5.100.82.38+bdcom, 3.2.0-24-generic, x86_64: installed
   fglrx, 8.960, 3.2.0-20-generic, x86_64: installed
   fglrx, 8.960, 3.2.0-23-generic, x86_64: installed
   fglrx, 8.960, 3.2.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4500/5100 
Series] [1002:9553] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0413]
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  JockeyStatus:
   xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
   xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, 
Enabled, In use)
  MachineType: Dell Inc. Studio 1558
  NonfreeKernelModules: fglrx wl
  Package: xorg 1:7.6+12ubuntu1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=cd6ba6ea-6e63-41cc-b872-c101873444c6 ro quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Tags:  precise ubuntu
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-01-26 (129 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 09/13/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A10
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A10
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd09/13/2010:svnDellInc.:pnStudio1558:pvrA10:rvnDellInc.:rn:rvrA10:cvnDellInc.:ct8:cvrA10:
  dmi.product.name: Studio 1558
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1007765/+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 1063354] Re: Sudden Read-Only Filesystems

2013-11-29 Thread Rahul Jain
Had the same bug running kernel 3.11 on Mint 15 (which is based on
Raring). Everything was fine for a long time until suddenly one day
while downloading a torrent!!! my filesystem locked to read-only and
torrent stopped. Reboot solved it, but two days later, it happened
again. Definitely not a hardware issue as Elementary on kernel 3.2 on
another partition is running perfectly. No smartctl errors.

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

Title:
  Sudden Read-Only Filesystems

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to ubuntu 12.10, I experience sudden locks of my
  filesystems (I have a root and a home partition with ext4), in which
  the filesystems suddenly become mounted readonly. /var/log/syslog
  shows the following entries:

  Oct  7 20:00:42 StudioXPS signond[3510]: signondaemon.cpp 345 init Failed to 
SUID root. Secure storage will not be available.
  Oct  7 20:02:12 StudioXPS kernel: [  249.193555] ata1.00: exception Emask 0x0 
SAct 0x7 SErr 0x0 action 0x0
  Oct  7 20:02:12 StudioXPS kernel: [  249.193561] ata1.00: irq_stat 0x4001
  Oct  7 20:02:12 StudioXPS kernel: [  249.193565] ata1.00: failed command: 
READ FPDMA QUEUED
  Oct  7 20:02:12 StudioXPS kernel: [  249.193572] ata1.00: cmd 
60/20:00:90:6f:53/00:00:1a:00:00/40 tag 0 ncq 16384 in
  Oct  7 20:02:12 StudioXPS kernel: [  249.193572]  res 
41/40:20:98:6f:53/00:00:1a:00:00/40 Emask 0x409 (media error) 
  Oct  7 20:02:12 StudioXPS kernel: [  249.193575] ata1.00: status: { DRDY ERR }
  Oct  7 20:02:12 StudioXPS kernel: [  249.193578] ata1.00: error: { UNC }
  Oct  7 20:02:12 StudioXPS kernel: [  249.193581] ata1.00: failed command: 
WRITE FPDMA QUEUED
  Oct  7 20:02:12 StudioXPS kernel: [  249.193587] ata1.00: cmd 
61/18:08:18:fb:0e/00:00:2b:00:00/40 tag 1 ncq 12288 out
  Oct  7 20:02:12 StudioXPS kernel: [  249.193587]  res 
41/40:08:98:6f:53/00:00:1a:00:00/40 Emask 0x9 (media error)
  Oct  7 20:02:12 StudioXPS kernel: [  249.193590] ata1.00: status: { DRDY ERR }
  Oct  7 20:02:12 StudioXPS kernel: [  249.193593] ata1.00: error: { UNC }
  Oct  7 20:02:12 StudioXPS kernel: [  249.193596] ata1.00: failed command: 
WRITE FPDMA QUEUED
  Oct  7 20:02:12 StudioXPS kernel: [  249.193602] ata1.00: cmd 
61/d8:10:a0:bd:8b/00:00:0d:00:00/40 tag 2 ncq 110592 out
  Oct  7 20:02:12 StudioXPS kernel: [  249.193602]  res 
41/40:08:98:6f:53/00:00:1a:00:00/40 Emask 0x9 (media error)
  Oct  7 20:02:12 StudioXPS kernel: [  249.193605] ata1.00: status: { DRDY ERR }
  Oct  7 20:02:12 StudioXPS kernel: [  249.193607] ata1.00: error: { UNC }
  Oct  7 20:02:12 StudioXPS kernel: [  249.196606] ata1.00: configured for 
UDMA/100
  Oct  7 20:02:12 StudioXPS kernel: [  249.196622] sd 0:0:0:0: >[sda] Unhandled 
sense code
  Oct  7 20:02:12 StudioXPS kernel: [  249.196624] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196626] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
  Oct  7 20:02:12 StudioXPS kernel: [  249.196628] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196629] Sense Key : Medium Error 
[current] [descriptor]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196633] Descriptor sense data with 
sense descriptors (in hex):
  Oct  7 20:02:12 StudioXPS kernel: [  249.196634] 72 03 11 04 00 00 00 
0c 00 0a 80 00 00 00 00 00
  Oct  7 20:02:12 StudioXPS kernel: [  249.196642] 1a 53 6f 98
  Oct  7 20:02:12 StudioXPS kernel: [  249.196645] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196648] Add. Sense: Unrecovered read 
error - auto reallocate failed
  Oct  7 20:02:12 StudioXPS kernel: [  249.196650] sd 0:0:0:0: >[sda] CDB:
  Oct  7 20:02:12 StudioXPS kernel: [  249.196651] Read(10): 28 00 1a 53 6f 90 
00 00 20 00
  Oct  7 20:02:12 StudioXPS kernel: [  249.196658] end_request: I/O error, dev 
sda, sector 441675672
  Oct  7 20:02:12 StudioXPS kernel: [  249.196674] sd 0:0:0:0: >[sda] Unhandled 
sense code
  Oct  7 20:02:12 StudioXPS kernel: [  249.196676] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196678] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
  Oct  7 20:02:12 StudioXPS kernel: [  249.196679] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196681] Sense Key : Medium Error 
[current] [descriptor]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196683] Descriptor sense data with 
sense descriptors (in hex):
  Oct  7 20:02:12 StudioXPS kernel: [  249.196684] 72 03 11 04 00 00 00 
0c 00 0a 80 00 00 00 00 00
  Oct  7 20:02:12 StudioXPS kernel: [  249.196692] 1a 53 6f 98
  Oct  7 20:02:12 StudioXPS kernel: [  249.196695] sd 0:0:0:0: >[sda]
  Oct  7 20:02:12 StudioXPS kernel: [  249.196697] Add. Sense: Unrecovered read 
error - auto reallocate failed
  Oct  7 20:02:12 StudioXPS kernel: [  249.196699] sd 0:0:0:0: >[sda] CDB:
  Oct  7 20:02:12 StudioXPS kernel: [  249.1

[Kernel-packages] [Bug 1218714] Re: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module failed to build

2013-08-30 Thread rahul dev parashar
i too am having the same problem... can someone provide the solution for
it

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

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module
  failed to build

Status in “bcmwl” package in Ubuntu:
  Confirmed

Bug description:
  Sorry, installation of this driver failed.

  Please have a look at the log file for details: /var/log/jockey.log

  This message ocurrs when I try to conect the wife driver

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  DKMSKernelVersion: 3.8.0-29-generic
  Date: Thu Aug 29 21:58:05 2013
  MarkForUpload: True
  PackageVersion: 6.20.155.1+bdcom-0ubuntu0.0.1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1218714/+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 1218726] [NEW] bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module failed to build

2013-08-29 Thread rahul dev parashar
*** This bug is a duplicate of bug 1218714 ***
https://bugs.launchpad.net/bugs/1218714

Public bug reported:

With these issues i am unable to boot from my windows 8 and ubuntu
together. In legacy mode only ubuntu is working and in UEFI mode only
window8 is working. Window is unable in ubuntu also.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
DKMSKernelVersion: 3.8.0-29-generic
Date: Fri Aug 30 10:34:03 2013
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
MarkForUpload: True
PackageVersion: 6.20.155.1+bdcom-0ubuntu0.0.1
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module
  failed to build

Status in “bcmwl” package in Ubuntu:
  New

Bug description:
  With these issues i am unable to boot from my windows 8 and ubuntu
  together. In legacy mode only ubuntu is working and in UEFI mode only
  window8 is working. Window is unable in ubuntu also.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  DKMSKernelVersion: 3.8.0-29-generic
  Date: Fri Aug 30 10:34:03 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageVersion: 6.20.155.1+bdcom-0ubuntu0.0.1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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