[Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Won't resume from suspend using DVB-t USB stick

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

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

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

Title:
  0ccd:00ab Won't resume from suspend using DVB-t USB stick

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have a Terratec Cinergy T USB XXS DVB-t USB stick, but when you
  suspend the system while a radio or TV channel is actively playing in
  some application, the system does not correctly suspend the device.
  The system will not wake up again and you have to reset the computer.
  This bug exists for at least 3 year and likely people with similar
  DVB-t USB sticks will be affected as well.

  WORKAROUND: I have created a script
  /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:

  #!/bin/sh

  PASS=

  case "$1" in
  hibernate|suspend)
   # check whether a stream with "telx" (Teletext) is active or not
    if [ "`{ echo $PASS; echo "info"; } | netcat localhost 4212 -q 1 | grep -c 
telx`" -eq "0" ]
    then
     continue
    else
     { echo $PASS; echo "stop"; } | netcat localhost 4212 -q 1 > /dev/null
    fi
    modprobe -r dvb_usb_dib0700
    sleep 1
    ;;
  thaw|resume)
    modprobe dvb_usb_dib0700
    # automatically start playing after wake up
    { echo $PASS; echo "play"; } | netcat localhost 4212 -q 1 > /dev/null
    ;;
  *) exit $NA
    ;;
  esac

  This solution was inspired by:
  http://forum.xbmc.org/printthread.php?tid=71490

  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 2545 F pulseaudio
   /dev/snd/controlC0:  sander 2545 F pulseaudio
   /dev/snd/pcmC0D0p:   sander 2545 F...m pulseaudio
  CRDA: Error: [Errno 2] Bestand of map bestaat niet
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c4ca47bf-e5b3-4e55-8e04-7545c1f50cdd
  IwConfig:
   p4p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  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.10
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (174 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B75M-D3V
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF13:bd10/23/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB75M-D3V:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1354668/+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 1323426] Re: HP Z8000 bluetooth mouse

2015-02-21 Thread Tony Criscuolo
Identical to bug description with ASUS X551CA and HP Z8000 usb mouse.
The HP mouse shows up as "All types" not as mouse, paired successfully
using automatic and custom pin . Never shows as connected. Currently
using an apple might mouse with no problems at all. Major difference
here is I'm running Linux Mint 17 Cinnamon.

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

Title:
  HP Z8000 bluetooth mouse

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  This mouse is a HID over GAT recent HP low power mouse.

  It  is recognized as ALL types bluetooth peripherals not as a mouse!

  The mouse at the end of the installation process (automatic pin
  selection) results as PAIRED  but the connection option is not
  available in the bluetooth setting dialog.

  UBUNTU is last 14.04 full updated at filing bug time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1323426/+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 1424293] Re: BYD trackpad detected as PS/2 mouse

2015-02-21 Thread VJ Patel
** Description changed:

  Hi, The exact device is this: 
http://bydit.com/doce/products/microelectronics/2474.html
  Let me know if there is any further information you need that could help.
+ 
+ Expected to be able to use as touchpad with two finger
+ vertical/horizontal scrolling. Currently only able to use plainly.
  
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  
  Linux 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC
  2015 x86_64 x86_64 x86_64 GNU/Linux
  
  Output of cat /proc/bus/input/devices
  I: Bus=0019 Vendor= Product=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
- H: Handlers=event0 
+ H: Handlers=event0
  B: PROP=0
  B: EV=21
  B: SW=1
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=PNP0C0C/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  U: Uniq=
- H: Handlers=kbd event1 
+ H: Handlers=kbd event1
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name="Sleep Button"
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
  U: Uniq=
- H: Handlers=kbd event2 
+ H: Handlers=kbd event2
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0
  
  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
  U: Uniq=
- H: Handlers=kbd event3 
+ H: Handlers=kbd event3
  B: PROP=0
  B: EV=3
  B: KEY=10 0
  
  I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input4
  U: Uniq=
- H: Handlers=sysrq kbd event4 
+ H: Handlers=sysrq kbd event4
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7
  
  I: Bus=0019 Vendor= Product=0006 Version=
  N: Name="Video Bus"
  P: Phys=LNXVIDEO/video/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
  U: Uniq=
- H: Handlers=kbd event5 
+ H: Handlers=kbd event5
  B: PROP=0
  B: EV=3
  B: KEY=3e000b 0 0 0
  
  I: Bus=0003 Vendor=058f Product=3821 Version=6025
  N: Name="USB 2.0 Camera "
  P: Phys=usb-:00:14.0-5/button
  S: Sysfs=/devices/pci:00/:00:14.0/usb2/2-5/2-5:1.0/input/input9
  U: Uniq=
- H: Handlers=kbd event6 
+ H: Handlers=kbd event6
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0
  
  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel HDMI HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:03.0/sound/card0/input10
  U: Uniq=
- H: Handlers=event7 
+ H: Handlers=event7
  B: PROP=0
  B: EV=21
  B: SW=140
  
  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card1/input11
  U: Uniq=
- H: Handlers=event8 
+ H: Handlers=event8
  B: PROP=0
  B: EV=21
  B: SW=10
  
  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1b.0/sound/card1/input12
  U: Uniq=
- H: Handlers=event9 
+ H: Handlers=event9
  B: PROP=0
  B: EV=21
  B: SW=4
  
  I: Bus=0011 Vendor=0002 Product=0005 Version=
  N: Name="ImPS/2 Generic Wheel Mouse"
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input7
  U: Uniq=
- H: Handlers=mouse0 event10 
+ H: Handlers=mouse0 event10
  B: PROP=0
  B: EV=7
  B: KEY=7 0 0 0 0
  B: REL=103
- 
  
  Output of xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ ImPS/2 Generic Wheel Mouse  id=12   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
- ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
- ↳ Power Buttonid=6[slave  
keyboard (3)]
- ↳ Video Bus   id=7[slave  
keyboard (3)]
- ↳ Power Buttonid=8[slave  
keyboard (3)]
- ↳ Sleep Buttonid=9[slave  
keyboard (3)]
- ↳ USB 2.0 Camera  id=10   [slave  
keyboard (3)]
- ↳ AT Translated Set 2 keyboardid=11   [slave  
keyboard (3)]
+ ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
+ ↳ Power Buttonid=6[slave  
keyboard (3)]
+ ↳ Video Bus   id=7[slave  
keyboard (3)]
+ ↳ Power Button   

[Kernel-packages] [Bug 1331360] Re: Touchpad does not work correctlyafter suspend/resume

2015-02-21 Thread Christopher M. Penalver
Eric Maeker, thank you for reporting this and helping make Ubuntu
better. Could you please test the latest upstream kernel available from
the very top line at the top of the page (the release names are
irrelevant for testing, and please do not test the daily folder)
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-3.XY-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-3.XY-rcZ

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

Thank you for your understanding.

** Tags added: latest-bios

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Touchpad does not work correctlyafter suspend/resume

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  MacBook 5,1
  Sometimes, after a resume/suspend, generall whn network (wifi) is running, I 
get the touchpad very slow (idem with keyboard), CPU is not overloaded, but 
everything runs slowly. Touchpad is going crazy, with pointer starting anwhere 
in the screen when I put my finger to start a move.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  NonfreeKernelModules: wl nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 18 10:00:59 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation C79 [GeForce 9400M] [10de:0863] (rev b1) (prog-if 00 [VGA 
controller])
 Subsystem: Apple Inc. MacBook5,1 [106b:00aa]
  InstallationDate: Installed on 2014-05-01 (47 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBook5,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=0946684d-8985-4758-8a51-9f485049bb5c ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/09
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB51.88Z.007D.B03.0904271443
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F42D89C8
  dmi.board.vendor: Apple Inc.
  dmi.board.version: Proto
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F42D89C8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB51.88Z.007D.B03.0904271443:bd04/27/09:svnAppleInc.:pnMacBook5,1:pvr1.0:rvnAppleInc.:rnMac-F42D89C8:rvrProto:cvnAppleInc.:ct10:cvrMac-F42D89C8:
  dmi.product.name: MacBook5,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.l

[Kernel-packages] [Bug 1331360] [NEW] Touchpad does not work correctlyafter suspend/resume

2015-02-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

MacBook 5,1
Sometimes, after a resume/suspend, generall whn network (wifi) is running, I 
get the touchpad very slow (idem with keyboard), CPU is not overloaded, but 
everything runs slowly. Touchpad is going crazy, with pointer starting anwhere 
in the screen when I put my finger to start a move.

Thanks

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: wl nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Jun 18 10:00:59 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation C79 [GeForce 9400M] [10de:0863] (rev b1) (prog-if 00 [VGA 
controller])
   Subsystem: Apple Inc. MacBook5,1 [106b:00aa]
InstallationDate: Installed on 2014-05-01 (47 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac (20140417)
MachineType: Apple Inc. MacBook5,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=0946684d-8985-4758-8a51-9f485049bb5c ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/27/09
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MB51.88Z.007D.B03.0904271443
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-F42D89C8
dmi.board.vendor: Apple Inc.
dmi.board.version: Proto
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F42D89C8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMB51.88Z.007D.B03.0904271443:bd04/27/09:svnAppleInc.:pnMacBook5,1:pvr1.0:rvnAppleInc.:rnMac-F42D89C8:rvrProto:cvnAppleInc.:ct10:cvrMac-F42D89C8:
dmi.product.name: MacBook5,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Jun 17 12:30:29 2014
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 latest-bios trusty ubuntu
-- 
Touchpad does not work correctlyafter suspend/resume
https://bugs.launchpad.net/bugs/1331360
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1424293] [NEW] BYD trackpad detected as PS/2 mouse

2015-02-21 Thread VJ Patel
Public bug reported:

Hi, The exact device is this: 
http://bydit.com/doce/products/microelectronics/2474.html
Let me know if there is any further information you need that could help.

Description:Ubuntu 14.04.2 LTS
Release:14.04

Linux 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

Output of cat /proc/bus/input/devices
I: Bus=0019 Vendor= Product=0005 Version=
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0 
B: PROP=0
B: EV=21
B: SW=1

I: Bus=0019 Vendor= Product=0001 Version=
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: PROP=0
B: EV=3
B: KEY=10 0

I: Bus=0019 Vendor= Product=0003 Version=
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
U: Uniq=
H: Handlers=kbd event2 
B: PROP=0
B: EV=3
B: KEY=4000 0 0

I: Bus=0019 Vendor= Product=0001 Version=
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
U: Uniq=
H: Handlers=kbd event3 
B: PROP=0
B: EV=3
B: KEY=10 0

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

I: Bus=0019 Vendor= Product=0006 Version=
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
U: Uniq=
H: Handlers=kbd event5 
B: PROP=0
B: EV=3
B: KEY=3e000b 0 0 0

I: Bus=0003 Vendor=058f Product=3821 Version=6025
N: Name="USB 2.0 Camera "
P: Phys=usb-:00:14.0-5/button
S: Sysfs=/devices/pci:00/:00:14.0/usb2/2-5/2-5:1.0/input/input9
U: Uniq=
H: Handlers=kbd event6 
B: PROP=0
B: EV=3
B: KEY=10 0 0 0

I: Bus= Vendor= Product= Version=
N: Name="HDA Intel HDMI HDMI/DP,pcm=3"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:03.0/sound/card0/input10
U: Uniq=
H: Handlers=event7 
B: PROP=0
B: EV=21
B: SW=140

I: Bus= Vendor= Product= Version=
N: Name="HDA Intel PCH Mic"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card1/input11
U: Uniq=
H: Handlers=event8 
B: PROP=0
B: EV=21
B: SW=10

I: Bus= Vendor= Product= Version=
N: Name="HDA Intel PCH Headphone"
P: Phys=ALSA
S: Sysfs=/devices/pci:00/:00:1b.0/sound/card1/input12
U: Uniq=
H: Handlers=event9 
B: PROP=0
B: EV=21
B: SW=4

I: Bus=0011 Vendor=0002 Product=0005 Version=
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input7
U: Uniq=
H: Handlers=mouse0 event10 
B: PROP=0
B: EV=7
B: KEY=7 0 0 0 0
B: REL=103


Output of xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ImPS/2 Generic Wheel Mouseid=12   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ USB 2.0 Cameraid=10   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=11   [slave  keyboard (3)]

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 [modified: 
boot/vmlinuz-3.16.0-30-generic]
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Feb 21 23:55:56 2015
InstallationDate: Installed on 2015-02-21 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  BYD trackpad detected as PS/2 mouse

Status in linux-lts-utopic package in Ubuntu:
  New

Bug description:
  Hi, The exa

[Kernel-packages] [Bug 1329215] Re: wifi become invisible and do not work after updating

2015-02-21 Thread Christopher M. Penalver
HESHAN SANDHU, thank you for reporting this and helping make Ubuntu
better. As per http://www.dell.com/support/home/us/en/04/product-
support/product/inspiron-14-3421/drivers an update to your computer's
buggy and outdated BIOS is available (A12). If you update to this
following https://help.ubuntu.com/community/BIOSUpdate does it change
anything?

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

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: latest-bios-a12

** Tags removed: latest-bios-a12
** Tags added: bios-outdated-a12

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  wifi become invisible and do not work after updating

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  wifi works only after factory defaults setting.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Jun 12 13:28:16 2014
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0591]
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
  MachineType: Dell Inc. Inspiron 3421
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-39-generic 
root=UUID=1a2f6f24-0666-46d0-b674-1d2617d0b3eb ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/19/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0RDCXP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd12/19/2013:svnDellInc.:pnInspiron3421:pvrNotSpecified:rvnDellInc.:rn0RDCXP:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3421
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.8-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
  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.2
  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.2
  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/linux/+bug/1329215/+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 1329215] [NEW] wifi become invisible and do not work after updating

2015-02-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

wifi works only after factory defaults setting.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
Uname: Linux 3.2.0-39-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Jun 12 13:28:16 2014
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) (prog-if 
00 [VGA controller])
   Subsystem: Dell Device [1028:0591]
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
MachineType: Dell Inc. Inspiron 3421
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-39-generic 
root=UUID=1a2f6f24-0666-46d0-b674-1d2617d0b3eb ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/19/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0RDCXP
dmi.board.vendor: Dell Inc.
dmi.board.version: A09
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd12/19/2013:svnDellInc.:pnInspiron3421:pvrNotSpecified:rvnDellInc.:rn0RDCXP:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3421
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.8-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
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.2
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.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: linux (Ubuntu)
 Importance: Low
 Status: Incomplete


** Tags: amd64 apport-bug bios-outdated-a12 precise regression-update ubuntu
-- 
wifi become invisible and do not work after updating
https://bugs.launchpad.net/bugs/1329215
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-02-21 Thread Christopher May-Townsend
on further research, im probably using the wrong board.bin, the only one
ive been able to find is from the hw3.0 directory. If anyone knows where
hw2.1 is  I'll gladly give that a spin.

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+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 1327644] Re: Return from suspend mode in 14.04 LTS does not display logon screen

2015-02-21 Thread Christopher M. Penalver
Michael E. Slowinski, thank you for reporting this and helping make
Ubuntu better.  Could you please test the latest upstream kernel
available from the very top line at the top of the page (the release
names are irrelevant for testing, and please do not test the daily
folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will
allow additional upstream developers to examine the issue.

If the test did not allow you to test to the issue (ex. you couldn't boot into 
the OS) please make a comment in your report about this, and continue to test 
the next most recent kernel version until you can test to the issue. Once 
you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this bug is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-3.XY-rcZ

Where XY and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-3.XY-rcZ

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

Thank you for your understanding.

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Return from suspend mode in 14.04 LTS does not display logon screen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded from 12.04 LTS to 14.04 LTS. When my computer goes
  into suspend mode and I wake it up Ubuntu does not display the logon
  screen. It displays a multi-colored screen and my computer locks up. I
  have to power down to get out of the situation. I hope this helps.
  This is the first bug I've reported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Jun  7 19:38:39 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation NV44A [GeForce 6200] [10de:0221] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:02f3]
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=114c907b-9be2-4145-b242-e6e6c3dbeb91 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/13/2005
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080009
  dmi.board.name: P4P800SE
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: Rev 2.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080009:bd12/13/2005:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerInc.:rnP4P800SE:rvrRev2.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-

[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-02-21 Thread Christopher May-Townsend
Since I had some time I thought I'd give the latest current git kernel a
go;

http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/

So its not 3.20 but its going to be, now I also added the following into
lib/firmware/ath10k/ ;

https://github.com/kvalo/ath10k-firmware

Had to rename some files so that I ended up with;

maquis196@d-deridex /lib/firmware/ath10k/QCA6174/hw2.1
 % ls -alh
total 672K
drwxr-xr-x 1 root  root   102 Feb 21 22:34 .
drwxrwxr-x 1 maquis196 maquis196   20 Feb 21 22:28 ..
-rw-r--r-- 1 root  root  8.0K Feb 21 22:31 board.bin
-rw-r--r-- 1 root  root  193K Feb 21 22:32 firmware-2.bin
-rw-r--r-- 1 root  root  231K Feb 21 22:29 firmware-3.bin
-rw-r--r-- 1 root  root  236K Feb 21 22:34 firmware-4.bin

but unless something I've done is wrong, the following happened when I
ran "modprobe ath10k_pci";

Feb 21 22:34:28 d-deridex kernel: [  940.205651] ath10k_pci :03:00.0: 
Direct firmware load for ath10k/cal-pci-:03:00.0.bin failed with error -2
Feb 21 22:34:29 d-deridex kernel: [  941.232006] ath10k_pci :03:00.0: 
unable to write to the device
Feb 21 22:34:29 d-deridex kernel: [  941.232008] ath10k_pci :03:00.0: could 
not write otp (-110)
Feb 21 22:34:29 d-deridex kernel: [  941.232010] ath10k_pci :03:00.0: 
failed to run otp: -110
Feb 21 22:34:29 d-deridex kernel: [  941.232011] ath10k_pci :03:00.0: could 
not init core (-110)
Feb 21 22:34:29 d-deridex kernel: [  941.232021] ath10k_pci :03:00.0: could 
not probe fw (-110)

So eth10k might be implemented next kernel, doesn't mean our killer card
will work. Hopefully its just something I've done wrong!

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+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 1420290] Re: WARNING: CPU: 0 PID: 2517 at /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9713 intel_check_page_flip+0xe6/0xf0 [i915]()

2015-02-21 Thread Sander Jonkers
FWIW: 12 seconds before the described problem, there is this line in
dmesg:

[drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe
A (start=76355 end=76356)

which I can't find on Google.

More from dmesg:

$ dmesg | grep "Linux version"
[0.00] Linux version 3.19.0-994-generic (kernel@gomeisa) (gcc version 
4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201502112105 SMP Thu Feb 12 02:06:42 
UTC 2015

$ dmesg --level=err
[0.038140] Ignoring BGRT: invalid status 0 (expected 1)
[6.988640] ACPI PCC probe failed.
[   25.409944] systemd-logind[1530]: Failed to start user service: Unknown 
unit: user@108.service
[   29.503860] systemd-logind[1530]: Failed to start user service: Unknown 
unit: user@1000.service
[ 2328.943941] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure 
on pipe A (start=76355 end=76356)


The Intel GPU part:

[ 2328.943941] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure 
on pipe A (start=76355 end=76356)
[ 2342.508179] [ cut here ]
[ 2342.508239] WARNING: CPU: 0 PID: 0 at 
/home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9698 
intel_check_page_flip+0xe6/0xf0 [i915]()
[ 2342.508243] Kicking stuck page flip: queued at 122851, now 122856
[ 2342.508246] Modules linked in: ctr ccm bnep rfcomm nls_iso8859_1 hid_generic 
usbhid btusb bluetooth hp_wmi sparse_keymap joydev intel_rapl arc4 
intel_soc_dts_thermal rtl8723be intel_powerclamp btcoexist coretemp 
rtl8723_common kvm_intel uvcvideo rtl_pci rtlwifi videobuf2_vmalloc kvm 
mac80211 videobuf2_memops videobuf2_core crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel v4l2_common snd_hda_codec_hdmi videodev cryptd media 
snd_hda_codec_realtek snd_hda_codec_generic cfg80211 snd_intel_sst_acpi 
snd_intel_sst_core snd_soc_rt5640 snd_soc_rl6231 snd_soc_sst_mfld_platform i915 
snd_hda_intel snd_soc_core rtsx_pci_ms snd_hda_controller memstick 
snd_hda_codec snd_compress snd_pcm_dmaengine snd_hwdep serio_raw snd_pcm 
drm_kms_helper shpchp drm mei_txe mei snd_seq_midi lpc_ich snd_seq_midi_event 
i2c_algo_bit
[ 2342.508317]  iosf_mbi snd_rawmidi wmi snd_seq dw_dmac video snd_seq_device 
dw_dmac_core snd_timer hp_wireless int3400_thermal parport_pc 
intel_smartconnect int3403_thermal processor_thermal_device acpi_thermal_rel 
ppdev snd i2c_hid rfkill_gpio hid soundcore lp i2c_designware_platform 
pwm_lpss_platform snd_soc_sst_acpi 8250_dw mac_hid parport i2c_designware_core 
pwm_lpss spi_pxa2xx_platform mmc_block rtsx_pci_sdmmc psmouse rtsx_pci 
sdhci_acpi sdhci
[ 2342.508365] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-994-generic 
#201502112105
[ 2342.508368] Hardware name: Hewlett-Packard HP Stream Notebook PC 13/802A, 
BIOS F.05 11/28/2014
[ 2342.508372]  25e2 880076c03d08 817c5530 
0007
[ 2342.508378]  880076c03d58 880076c03d48 81076e87 
0924
[ 2342.508384]  880077d79000 880079b729a8 880079b72800 

[ 2342.508390] Call Trace:
[ 2342.508394][] dump_stack+0x45/0x57
[ 2342.508412]  [] warn_slowpath_common+0x97/0xe0
[ 2342.508418]  [] warn_slowpath_fmt+0x46/0x50
[ 2342.508458]  [] intel_check_page_flip+0xe6/0xf0 [i915]
[ 2342.508492]  [] 
valleyview_pipestat_irq_handler+0x188/0x220 [i915]
[ 2342.508526]  [] valleyview_irq_handler+0xaf/0x180 [i915]
[ 2342.508534]  [] handle_irq_event_percpu+0x5d/0x1e0
[ 2342.508540]  [] handle_irq_event+0x48/0x70
[ 2342.508546]  [] handle_edge_irq+0x7f/0x120
[ 2342.508552]  [] handle_irq+0x22/0x40
[ 2342.508559]  [] do_IRQ+0x5c/0x110
[ 2342.508565]  [] common_interrupt+0x6d/0x6d
[ 2342.508568][] ? rcu_nocb_kthread+0xf5/0x190
[ 2342.508580]  [] ? cpuidle_enter_state+0x74/0x190
[ 2342.508586]  [] ? cpuidle_enter_state+0x5f/0x190
[ 2342.508592]  [] cpuidle_enter+0x17/0x20
[ 2342.508599]  [] cpuidle_idle_call+0x101/0x1c0
[ 2342.508605]  [] cpu_idle_loop+0x1d5/0x1f0
[ 2342.508613]  [] ? early_idt_handlers+0x120/0x120
[ 2342.508618]  [] cpu_startup_entry+0x5a/0x60
[ 2342.508625]  [] rest_init+0x77/0x80
[ 2342.508631]  [] start_kernel+0x3e9/0x3f0
[ 2342.508637]  [] ? set_init_arg+0x56/0x56
[ 2342.508643]  [] ? memblock_reserve+0x4c/0x51
[ 2342.508649]  [] x86_64_start_reservations+0x2a/0x2c
[ 2342.508655]  [] x86_64_start_kernel+0x144/0x153
[ 2342.508659] ---[ end trace f62bf170971b3c29 ]---

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

Title:
  WARNING: CPU: 0 PID: 2517 at
  /home/kernel/COD/linux/drivers/gpu/drm/i915/intel_display.c:9713
  intel_check_page_flip+0xe6/0xf0 [i915]()

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Running Vivid with kernel 3.19 (debs from http://kernel.ubuntu.com
  /~kernel-ppa/mainline/v3.19-vivid/), I get the warning below in dmesg.

  I can't use "ubuntu-bug linux" because I get "It appears you are
  currently running a mainline kernel.  It would be better to repo

[Kernel-packages] [Bug 1327644] [NEW] Return from suspend mode in 14.04 LTS does not display logon screen

2015-02-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I recently upgraded from 12.04 LTS to 14.04 LTS. When my computer goes
into suspend mode and I wake it up Ubuntu does not display the logon
screen. It displays a multi-colored screen and my computer locks up. I
have to power down to get out of the situation. I hope this helps. This
is the first bug I've reported.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Jun  7 19:38:39 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation NV44A [GeForce 6200] [10de:0221] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: Device [196e:02f3]
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=114c907b-9be2-4145-b242-e6e6c3dbeb91 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/13/2005
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080009
dmi.board.name: P4P800SE
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: Rev 2.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080009:bd12/13/2005:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerInc.:rnP4P800SE:rvrRev2.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Jun  6 21:09:03 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImExPS/2 Generic Explorer Mouse MOUSE, id 9
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu
-- 
Return from suspend mode in 14.04 LTS does not display logon screen
https://bugs.launchpad.net/bugs/1327644
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1390764] Re: Display remains fully dimmed after resume from suspend

2015-02-21 Thread Christopher M. Penalver
** Tags added: precise

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

Title:
  Display remains fully dimmed after resume from suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After resuming from suspend the display returns fully dimmed, and
  display brightness can't be adjusted, neither using FN keys, nor using
  KDE power management control. The issue occurs regardless whether the
  suspend state was activated by low battery, by closing the display, or
  by explicitly selecting sleep mode in KDE. Killing and restarting  X
  does not solve the problem. A reboot does.

  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: michael 2554 
F pulseaudio michael 2784 F pulseaudio CRDA: Error: [Errno 2] No such 
file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8dc81a6f-65e9-443d-b850-0f62a1ca52c4 
InstallationDate: Installed on 2012-05-13 (909 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424)
  MachineType: Hewlett-Packard HP EliteBook 8530w
  Package: linux (not installed)
  PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound 
to driver "pata_pcmcia"
  ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) 
LANG=en_US.UTF-8 SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-39-generic 
root=/dev/mapper/vg00-lv_root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  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-39-generic N/A 
linux-backports-modules-3.13.0-39-generic N/A linux-firmware 1.127.7
  Tags: trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (181 days ago)
  UserGroups: _MarkForUpload: True
  dmi.bios.date: 06/24/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.0C
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.23
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.0C:bd06/24/2009:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.0C:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.23:cvnHewlett-Packard:ct10:cvr:
 
  dmi.product.name: HP EliteBook 8530w
  dmi.product.version: F.0C
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1390764/+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 1307744] Re: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module failed to build [error: too few arguments to function ‘cfg80211_ibss_joined’]

2015-02-21 Thread Matt Hanyok
I see on 2014-05-13 it says:

"This bug was fixed in the package bcmwl - 6.30.223.141+bdcom-0ubuntu3"

Why wasn't the updated package, from 9 months ago, included in 14.04.2's
install? That would have fixed the issue easily.

For anyone having this problem, rather than do code editing and
compiling and everything mentioned above, you can grab the bcmwl-kernel-
source package for Utopic (14.10) from here:

http://packages.ubuntu.com/utopic/bcmwl-kernel-source

Download the amd64 or i386 version, whichever you need, and install it
(note: you will still need dkms installed on your system to install it).
I just double-clicked it and let Ubuntu Software Centre do the install.
That got my wireless interface on and working as expected.

Can we get the updated package put into the Trusty repositories, or have
the Utopic one added to the backports?

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

Title:
  bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module
  failed to build [error: too few arguments to function
  ‘cfg80211_ibss_joined’]

Status in bcmwl package in Ubuntu:
  Fix Released

Bug description:
  installation of the kernel 3.15-RC1 on trusty...

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 3.15.0-031500rc1-generic
  Date: Tue Apr 15 01:19:44 2014
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.141+bdcom-0ubuntu2:/var/lib/dkms/bcmwl/6.30.223.141+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1844:4:
 error: too few arguments to function ‘cfg80211_ibss_joined’
  InstallationDate: Installed on 2014-04-13 (1 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  PackageVersion: 6.30.223.141+bdcom-0ubuntu2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: 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/1307744/+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 1390764] Re: Display remains fully dimmed after resume from suspend

2015-02-21 Thread Michael Steffens
IIRC it did also occur in Precise. I don't remember how earlier releases
behaved.

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

Title:
  Display remains fully dimmed after resume from suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After resuming from suspend the display returns fully dimmed, and
  display brightness can't be adjusted, neither using FN keys, nor using
  KDE power management control. The issue occurs regardless whether the
  suspend state was activated by low battery, by closing the display, or
  by explicitly selecting sleep mode in KDE. Killing and restarting  X
  does not solve the problem. A reboot does.

  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: michael 2554 
F pulseaudio michael 2784 F pulseaudio CRDA: Error: [Errno 2] No such 
file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8dc81a6f-65e9-443d-b850-0f62a1ca52c4 
InstallationDate: Installed on 2012-05-13 (909 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424)
  MachineType: Hewlett-Packard HP EliteBook 8530w
  Package: linux (not installed)
  PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound 
to driver "pata_pcmcia"
  ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) 
LANG=en_US.UTF-8 SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-39-generic 
root=/dev/mapper/vg00-lv_root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  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-39-generic N/A 
linux-backports-modules-3.13.0-39-generic N/A linux-firmware 1.127.7
  Tags: trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (181 days ago)
  UserGroups: _MarkForUpload: True
  dmi.bios.date: 06/24/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.0C
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.23
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.0C:bd06/24/2009:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.0C:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.23:cvnHewlett-Packard:ct10:cvr:
 
  dmi.product.name: HP EliteBook 8530w
  dmi.product.version: F.0C
  dmi.sys.vendor: Hewlett-Packard

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

2015-02-21 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  usb microSD card reader report incorrect size (32gb instead of 64GB)
  of microSD card.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using a 64GB microSDXC card in a usb sd card reader gives wrong SD
  card size (32GB). When putting the same microSDXC card in a a SD
  adapter it correctly gives 64GB size.

  Hardware:

  sdCard: SanDisk Extreme microSDXC UHS-I 
(http://www.sandisk.com/products/memory-cards/microsd/extreme-uhs-i-action-cameras/?capacity=64GB)
  USB card reader: Kingston FCR-MRG2 
(http://www.kingston.com/us/support/technical/products?model=fcr-mrg2)
  SD adapter: Kingston (http://www.kingston.com/en/flash/microsd_cards#MBLY)

  Here is the output from terminal:
  Accessing it through USB card reader:
  $ sudo fdisk -l /dev/sdb 

  Disk /dev/sdb: 27.5 GiB, 29504831488 bytes, 57626624 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x

  
  Accessing it through sd card adapter and the built-int sd card reader:
  $ sudo fdisk -l /dev/mmcblk0

  Disk /dev/mmcblk0: 59.5 GiB, 63864569856 bytes, 124735488 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x


  
  My conclussion is that the driver for the usb card-reader.

  I will attach the output of lsusb -v -d 090c:6200

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jarl   4339 F pulseaudio
  CurrentDesktop: KDE
  Date: Sat Feb 21 21:27:53 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=e45150b2-5a68-4250-918d-8b731fcb17a2
  InstallationDate: Installed on 2013-11-27 (450 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Hewlett-Packard HP EliteBook 8730w
  PccardctlStatus:
   Socket 0:
 3.3V
16-bit
PC Card
 Subdevice 0 (function 0) bound to driver "pata_pcmcia"
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=21aea9ee-02ab-46d0-8314-468f69a333c0 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2015-01-22 (30 days ago)
  dmi.bios.date: 12/03/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PAD Ver. F.13
  dmi.board.name: 30EC
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 91.25
  dmi.chassis.asset.tag: CNU01143H6
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PADVer.F.13:bd12/03/2010:svnHewlett-Packard:pnHPEliteBook8730w:pvrF.13:rvnHewlett-Packard:rn30EC:rvrKBCVersion91.25:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8730w
  dmi.product.version: F.13
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1424261/+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 1424261] [NEW] usb microSD card reader report incorrect size (32gb instead of 64GB) of microSD card.

2015-02-21 Thread Jarl
Public bug reported:

Using a 64GB microSDXC card in a usb sd card reader gives wrong SD card
size (32GB). When putting the same microSDXC card in a a SD adapter it
correctly gives 64GB size.

Hardware:

sdCard: SanDisk Extreme microSDXC UHS-I 
(http://www.sandisk.com/products/memory-cards/microsd/extreme-uhs-i-action-cameras/?capacity=64GB)
USB card reader: Kingston FCR-MRG2 
(http://www.kingston.com/us/support/technical/products?model=fcr-mrg2)
SD adapter: Kingston (http://www.kingston.com/en/flash/microsd_cards#MBLY)

Here is the output from terminal:
Accessing it through USB card reader:
$ sudo fdisk -l /dev/sdb 

Disk /dev/sdb: 27.5 GiB, 29504831488 bytes, 57626624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x


Accessing it through sd card adapter and the built-int sd card reader:
$ sudo fdisk -l /dev/mmcblk0

Disk /dev/mmcblk0: 59.5 GiB, 63864569856 bytes, 124735488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x


My conclussion is that the driver for the usb card-reader.

I will attach the output of lsusb -v -d 090c:6200

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-30-generic 3.16.0-30.40
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jarl   4339 F pulseaudio
CurrentDesktop: KDE
Date: Sat Feb 21 21:27:53 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=e45150b2-5a68-4250-918d-8b731fcb17a2
InstallationDate: Installed on 2013-11-27 (450 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Hewlett-Packard HP EliteBook 8730w
PccardctlStatus:
 Socket 0:
   3.3V
  16-bit
  PC Card
   Subdevice 0 (function 0) bound to driver "pata_pcmcia"
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=21aea9ee-02ab-46d0-8314-468f69a333c0 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-30-generic N/A
 linux-backports-modules-3.16.0-30-generic  N/A
 linux-firmware 1.138.1
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2015-01-22 (30 days ago)
dmi.bios.date: 12/03/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PAD Ver. F.13
dmi.board.name: 30EC
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 91.25
dmi.chassis.asset.tag: CNU01143H6
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PADVer.F.13:bd12/03/2010:svnHewlett-Packard:pnHPEliteBook8730w:pvrF.13:rvnHewlett-Packard:rn30EC:rvrKBCVersion91.25:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8730w
dmi.product.version: F.13
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug utopic

** Attachment added: "output of `lsusb -v -d 090c:6200`"
   
https://bugs.launchpad.net/bugs/1424261/+attachment/4324181/+files/sdcardreader.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/1424261

Title:
  usb microSD card reader report incorrect size (32gb instead of 64GB)
  of microSD card.

Status in linux package in Ubuntu:
  New

Bug description:
  Using a 64GB microSDXC card in a usb sd card reader gives wrong SD
  card size (32GB). When putting the same microSDXC card in a a SD
  adapter it correctly gives 64GB size.

  Hardware:

  sdCard: SanDisk Extreme microSDXC UHS-I 
(http://www.sandisk.com/products/memory-cards/microsd/extreme-uhs-i-action-cameras/?capacity=64GB)
  USB card reader: Kingston FCR-MRG2 
(http://www.kingston.com/us/support/technical/products?model=fcr-mrg2)
  SD adapter: Kingston (http://www.kingston.com/en/flash/microsd_cards#MBLY)

  Here is the output from terminal:
  Accessing it through USB card reader:
  $ sudo fdisk -l /dev/sdb 

  Disk /dev/sdb: 27.5 GiB, 29504831488 bytes, 57626624 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x

  
  Accessing it through sd card adapter and the built-int sd card reader:
  $ sudo fdisk -l /dev/mmcblk0

  Disk /dev/mmcblk0: 59.5 GiB, 63864569856 bytes, 124735488 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x


  
  My conclussion is that the 

[Kernel-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-21 Thread whoop
@Rocko: Do you have an explanation on why the thumbnail gets broken when
I cp a jpg to the ecryptfs folder? The number of bytes are correct...

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

Title:
  Cutting or copying files on btrfs to ecryptfs results in data loss

Status in eCryptfs:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  I've installed a fresh copy of 14.04 beta 2 on a brand-new SSD.  I
  used btrfs as the filesystem.

  I set up a Private folder usying ecryptfs-setup-private.

  I copied a few folders into the Private folder, and the entire
  directory structure and subfolders are copied, including the files
  themselves, yet every file contains 0 bytes.

  However, I can create and save new files in the Private directory.
  Also, folders and files can be correctly copied if I use the command line cp 
-R.

  Thanks,
  Damon

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  9 18:12:56 2014
  EcryptfsInUse: Yes
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2014-04-05 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1305335/+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 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-02-21 Thread Andy
How much will it take to fix this bug?

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Card detail: Qualcomm Atheros Device [168c:003e] (rev 20)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1525]

  This is on a fully updated Ubuntu Server 14.04 installation, with the 
ubuntu-desktop environment installed. This happened in order to get the md raid 
drivers for raid0 on my system, as the desktop version doesn't support them.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  matanis2333 F pulseaudio
   /dev/snd/controlC0:  matanis2333 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6
  InstallationDate: Installed on 2014-10-16 (3 days ago)
  InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
  IwConfig:
   p2p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Micro-Star International Co., Ltd. GT72 2QE
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1781IMS.10D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1781
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:0.C
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GT72 2QE
  dmi.product.version: REV:0.C
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+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 1355044] Re: [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset

2015-02-21 Thread Matt
That's fine. At least if someone reads the bug, they will see this bug
is probably fixed.

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

Title:
  [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I needed to add nomodeset for initial install to prevent constant
  reboot from live usb. When done and trying to remove the nomodeset
  option out of /etc/default/grub, the constant reboot comes back, so I
  had to start in recovery to add nomodeset again.

  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 x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  fab3896 F pulseaudio
   /dev/snd/controlC0:  fab3896 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:41:49 2014
  HibernationDevice: RESUME=UUID=66392631-7c4f-4773-8614-4c5ea0913890
  InstallationDate: Installed on 2014-07-26 (16 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7721
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=09ecdff0-44fe-437e-8063-deabc6feb00e ro recovery nomodeset
  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:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V30.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-E35 (MS-7721)
  dmi.board.vendor: MSI
  dmi.board.version: 6.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 6.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV30.3:bd03/14/2014:svnMSI:pnMS-7721:pvr6.0:rvnMSI:rnA88XM-E35(MS-7721):rvr6.0:cvnMSI:ct3:cvr6.0:
  dmi.product.name: MS-7721
  dmi.product.version: 6.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1355044/+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 1424217] [NEW] bluetoothd slows boot

2015-02-21 Thread ctrl
Public bug reported:

I configured 4 bluetooth headsets as audio sinks on my pc and they work
as they should.

Anyway, bluetoothd (version 4.101-0ubuntu13.1 on Ubuntu 14.04.2 LTS)
tries to connect to all these headsets during startup, delaying boot by
20+ seconds.

Feb 21 17:22:33 pc bluetoothd[607]: Adapter /org/bluez/607/hci0 has been enabled
Feb 21 17:22:40 pc bluetoothd[607]: Host is down (112)
Feb 21 17:22:40 pc bluetoothd[607]: discovery failed
Feb 21 17:22:45 pc bluetoothd[607]: Host is down (112)
Feb 21 17:22:45 pc bluetoothd[607]: discovery failed
Feb 21 17:22:50 pc bluetoothd[607]: Host is down (112)
Feb 21 17:22:50 pc bluetoothd[607]: discovery failed
Feb 21 17:22:56 pc bluetoothd[607]: Host is down (112)
Feb 21 17:22:56 pc bluetoothd[607]: discovery failed

If I don't connect the usb bt adapter, the boot process is fast. If I
connect it after the system has booted, bluetoothd does not try to
enumerate the headsets, but as soon as I try to use one of them, it
connects and works, so I don't understand why it should delay everything
in the other case.

Feb 21 18:12:08 pc bluetoothd[546]: Adapter /org/bluez/546/hci0 has been enabled
Feb 21 18:13:28 pc kernel: [  120.038610] input: 00:18:6B:66:24:1E as 
/devices/virtual/input/input11

There should be maybe an option to disable discovery during bluetoothd
startup (I couldn't find one).

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


** Tags: bluetooth bluez boot delay headsets slow

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

Title:
  bluetoothd slows boot

Status in bluez package in Ubuntu:
  New

Bug description:
  I configured 4 bluetooth headsets as audio sinks on my pc and they
  work as they should.

  Anyway, bluetoothd (version 4.101-0ubuntu13.1 on Ubuntu 14.04.2 LTS)
  tries to connect to all these headsets during startup, delaying boot
  by 20+ seconds.

  Feb 21 17:22:33 pc bluetoothd[607]: Adapter /org/bluez/607/hci0 has been 
enabled
  Feb 21 17:22:40 pc bluetoothd[607]: Host is down (112)
  Feb 21 17:22:40 pc bluetoothd[607]: discovery failed
  Feb 21 17:22:45 pc bluetoothd[607]: Host is down (112)
  Feb 21 17:22:45 pc bluetoothd[607]: discovery failed
  Feb 21 17:22:50 pc bluetoothd[607]: Host is down (112)
  Feb 21 17:22:50 pc bluetoothd[607]: discovery failed
  Feb 21 17:22:56 pc bluetoothd[607]: Host is down (112)
  Feb 21 17:22:56 pc bluetoothd[607]: discovery failed

  If I don't connect the usb bt adapter, the boot process is fast. If I
  connect it after the system has booted, bluetoothd does not try to
  enumerate the headsets, but as soon as I try to use one of them, it
  connects and works, so I don't understand why it should delay
  everything in the other case.

  Feb 21 18:12:08 pc bluetoothd[546]: Adapter /org/bluez/546/hci0 has been 
enabled
  Feb 21 18:13:28 pc kernel: [  120.038610] input: 00:18:6B:66:24:1E as 
/devices/virtual/input/input11

  There should be maybe an option to disable discovery during bluetoothd
  startup (I couldn't find one).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1424217/+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 1423917] Re: System hangs when screen closed

2015-02-21 Thread snurfle
You might as well close this bug.  After spending so much time battling
14.04 across several departments here, I wiped Ubuntu from this machine to
begin migrating it, and eventually everyone, to fedora.
Nobody ever mentioned anything about the bios being buggy, in fact the few
machines we have running win7 haven't had a single issue.  That, plus
Lenovo saying this update contains no problem fixes, only one security
update, we chose not to throw another variable into the mix.
But regardless, the fedora live image will not boot at all, so last night
after 6 hours of the same error messages and the same shot in the dark
troubleshooting steps from fedora, I'm recommending putting everything back
to windows.
But thanks for your suggestion anyway!
On Feb 21, 2015 10:35 AM, "Christopher M. Penalver" <
christopher.m.penal...@gmail.com> wrote:

> snurfle, as per http://support.lenovo.com/us/en/products/laptops-and-
> netbooks/thinkpad-w-series-laptops/thinkpad-w530 an update to your
> computer's buggy and outdated BIOS is available (2.61). If you update to
> this following https://help.ubuntu.com/community/BIOSUpdate does it
> change anything?
>
> If it doesn't, could you please both specify what happened, and provide
> the output of the following terminal command:
> sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
>
> For more on BIOS updates and linux, please see
> https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
> .
>
> Please note your current BIOS is already in the Bug Description, so
> posting this on the old BIOS would not be helpful. As well, you don't
> have to create a new bug report.
>
> Once the BIOS is updated, and the information above is provided, then
> please mark this report Status Confirmed.
>
> Thank you for your understanding.
>
> ** Tags added: bios-outdated-2.61
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1423917
>
> Title:
>   System hangs when screen closed
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   If I close the screen on my laptop (Thinkpad W530) the system will
> freeze.
>   Nothing functions at all, including reisub.
>   However, the fn/space bar still turns the keyboard backlight on / off;
> that is working perfectly.
>   The volume / must buttons still toggle the 'mute' led on/off.
>   But the screen is frozen, the power button must be held for 5 seconds to
> power down the system.
>   There is noting in the logs to indicate anything at all happens after
> the system hangs, they just... stop.
>
>   After doing a hard boot, the system comes back up to grub, and then to a
> flashing white cursor on a black background.  I've left it at this screen
> for 45 minutes, and it goes no further.
>   Doing another power-button force restart, it comes up to a dark gray
> cursor on a black background.
>   Doing a force restart from here will allow it to boot normally...
> although, about 25% of the time when it boots 'normally', it will take me
> to a CLI login promt, and then after I log in, it will take me to a GUI
> login prompt.
>
>   When I am finally able to get it rebooted, there is nothing to be
>   found in the logs that indicate anything was logged at all when it was
>   sitting at the flashing cursors.
>
>   We have 25 W530 and W520 machines, they are all behaving the same way.
>
>   lsb_release -rd says
>   Description:  Ubuntu 14.04.2 LTS
>   Release:  14.04
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.13.0-45-generic 3.13.0-45.74
>   ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
>   Uname: Linux 3.13.0-45-generic x86_64
>   NonfreeKernelModules: nvidia
>   ApportVersion: 2.14.1-0ubuntu3.7
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  greg   2120 F pulseaudio
>/dev/snd/controlC0:  greg   2120 F pulseaudio
>   CurrentDesktop: Unity
>   Date: Fri Feb 20 08:50:49 2015
>   HibernationDevice: RESUME=UUID=b1125bd3-92e0-466b-b0ef-d9980cf3cac2
>   InstallationDate: Installed on 2014-12-19 (62 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64
> (20140722.2)
>   MachineType: LENOVO 243852U
>   ProcFB:
>
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic
> root=UUID=ad92fac0-fc9d-418e-a38e-1c557b689333 ro quiet splash
>   RelatedPackageVersions:
>linux-restricted-modules-3.13.0-45-generic N/A
>linux-backports-modules-3.13.0-45-generic  N/A
>linux-firmware 1.127.11
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 08/22/2014
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: G5ETA0WW (2.60 )
>   dmi.board.asset.tag: Not Available
>   dmi.board.name: 243852U
>   dmi.board.vendor: 

[Kernel-packages] [Bug 1380276] Re: WiFi disconnects and unable to discover network until reboot after upgrading to linux 3.13.0.37

2015-02-21 Thread Christopher M. Penalver
Anshul Ranjan, the next step is to fully commit bisect from the kernel
prior to 3.13.0-37 to 3.13.0-37 in order to identify the last good
kernel commit, followed immediately by the first bad one. This will
allow for a more expedited analysis of the root cause of your issue.
Could you please do this following
https://wiki.ubuntu.com/Kernel/KernelBisection ?

Please note, finding adjacent kernel versions is not fully commit
bisecting.

Thank you for your understanding.

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

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

Title:
  WiFi disconnects and unable to discover network until reboot after
  upgrading to linux 3.13.0.37

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Yesterday (11 Oct, 2014 9:36 AM IST) my kubuntu was upgraded using muon 
package manager with following list of packages
  Start-Date: 2014-10-11  09:36:29
  Install: linux-image-extra-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-image-3.13.0-37-generic:i386 (3.13.0-37.64, automatic)
  Upgrade: apt:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-headers-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), rsyslog:i386 
(7.4.4-1ubuntu2.1, 7.4.4-1ubuntu2.3), libapt-pkg4.12:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), bash:i386 (4.3-7ubuntu1.4, 4.3-7ubuntu1.5), 
linux-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), linux-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), apt-utils:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), libapt-inst1.5:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-libc-dev:i386 (3.13.0-36.63, 3.13.0-37.64), linux-image-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), linux-headers-generic:i386 (3.13.0.36.43, 
3.13.0.37.44), google-chrome-stable:i386 (37.0.2062.120-1, 38.0.2125.101-1), 
apt-transport-https:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5)
  End-Date: 2014-10-11  09:41:14

  After that on reboot, my WiFi starts - works for 10-15 minutes and then the 
computer hangs for a few sec and then WiFi module stops blinking and cannot 
detect my network at all. Restarting Wifi hardware switch doesn't help either. 
I have to reboot the system and the problem repeats.
  My system has been working smoothly for many months so far.

  I looked at syslog and found following

  Oct 12 16:29:34 milkyWay kernel: [  579.964628] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 0 
  Oct 12 16:29:34 milkyWay kernel: [  579.964659] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964664] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 2
  Oct 12 16:29:34 milkyWay kernel: [  579.964670] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964674] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 6
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 0 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 2 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 5 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 7 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  587.149295] psmouse serio2: GlidePoint at 
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
  Oct 12 16:29:42 milkyWay kernel: [  588.020526] psmouse serio2: resync 
failed, issuing reconnect request
  Oct 12 16:29:43 milkyWay wpa_supplicant[1627]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=08:86:3b:b5:8a:a8 reason=4 locally_generated=1
  Oct 12 16:29:43 milkyWay kernel: [  588.901774] ieee80211 phy0: Hardware 
restart was requested

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anshul 2076 F pulseaudio
anshul 2292 F pulseaudio
   /dev/snd/pcmC0D0p:   anshul 2076 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Oct 12 17:01:32 2014
  HibernationDevice: RESUME=UUID=47f52567-52eb-457c-9601-84416c96c874
  InstallationDate: Installed on 2014-02-07 (247 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release i386 
(20131016.1)
  MachineType: Acer Aspire 5738
  ProcFB: 0 i

[Kernel-packages] [Bug 1390764] Re: Display remains fully dimmed after resume from suspend

2015-02-21 Thread Christopher M. Penalver
Michael Steffens, did this issue not occur in a release prior to Trusty?

** Tags removed: kernel-bug-exists-upstream-3.19.0-031900
** Tags added: kernel-bug-exists-upstream-3.19

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

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

Title:
  Display remains fully dimmed after resume from suspend

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After resuming from suspend the display returns fully dimmed, and
  display brightness can't be adjusted, neither using FN keys, nor using
  KDE power management control. The issue occurs regardless whether the
  suspend state was activated by low battery, by closing the display, or
  by explicitly selecting sleep mode in KDE. Killing and restarting  X
  does not solve the problem. A reboot does.

  ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: michael 2554 
F pulseaudio michael 2784 F pulseaudio CRDA: Error: [Errno 2] No such 
file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=8dc81a6f-65e9-443d-b850-0f62a1ca52c4 
InstallationDate: Installed on 2012-05-13 (909 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424)
  MachineType: Hewlett-Packard HP EliteBook 8530w
  Package: linux (not installed)
  PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound 
to driver "pata_pcmcia"
  ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) 
LANG=en_US.UTF-8 SHELL=/bin/bash
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-39-generic 
root=/dev/mapper/vg00-lv_root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  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-39-generic N/A 
linux-backports-modules-3.13.0-39-generic N/A linux-firmware 1.127.7
  Tags: trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (181 days ago)
  UserGroups: _MarkForUpload: True
  dmi.bios.date: 06/24/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.0C
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.23
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.0C:bd06/24/2009:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.0C:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.23:cvnHewlett-Packard:ct10:cvr:
 
  dmi.product.name: HP EliteBook 8530w
  dmi.product.version: F.0C
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1390764/+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 1423917] Re: System hangs when screen closed

2015-02-21 Thread Christopher M. Penalver
snurfle, as per http://support.lenovo.com/us/en/products/laptops-and-
netbooks/thinkpad-w-series-laptops/thinkpad-w530 an update to your
computer's buggy and outdated BIOS is available (2.61). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

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

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-2.61

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

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

Title:
  System hangs when screen closed

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If I close the screen on my laptop (Thinkpad W530) the system will freeze.
  Nothing functions at all, including reisub.
  However, the fn/space bar still turns the keyboard backlight on / off; that 
is working perfectly.
  The volume / must buttons still toggle the 'mute' led on/off.
  But the screen is frozen, the power button must be held for 5 seconds to 
power down the system.
  There is noting in the logs to indicate anything at all happens after the 
system hangs, they just... stop.

  After doing a hard boot, the system comes back up to grub, and then to a 
flashing white cursor on a black background.  I've left it at this screen for 
45 minutes, and it goes no further.
  Doing another power-button force restart, it comes up to a dark gray cursor 
on a black background.
  Doing a force restart from here will allow it to boot normally...  although, 
about 25% of the time when it boots 'normally', it will take me to a CLI login 
promt, and then after I log in, it will take me to a GUI login prompt.

  When I am finally able to get it rebooted, there is nothing to be
  found in the logs that indicate anything was logged at all when it was
  sitting at the flashing cursors.

  We have 25 W530 and W520 machines, they are all behaving the same way.

  lsb_release -rd says 
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  greg   2120 F pulseaudio
   /dev/snd/controlC0:  greg   2120 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Feb 20 08:50:49 2015
  HibernationDevice: RESUME=UUID=b1125bd3-92e0-466b-b0ef-d9980cf3cac2
  InstallationDate: Installed on 2014-12-19 (62 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 243852U
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=ad92fac0-fc9d-418e-a38e-1c557b689333 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/22/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ETA0WW (2.60 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 243852U
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ETA0WW(2.60):bd08/22/2014:svnLENOVO:pn243852U:pvrThinkPadW530:rvnLENOVO:rn243852U:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 243852U
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423917/+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 1380276] Re: WiFi disconnects and unable to discover network until reboot after upgrading to linux 3.13.0.37

2015-02-21 Thread Anshul Ranjan
It didn't fix for much time. After a little longer than earlier, the
WiFi got disconnected and throws . Please see attached log

** Tags removed: kernel-fixed-upstream kernel-fixed-upstream-3.19 
kernel-fixed-upstream-3.19.0-031900
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-3.19

** Attachment added: "Error details with upstream kernel 3.19"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1380276/+attachment/4324013/+files/kernel-3.19-error.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/1380276

Title:
  WiFi disconnects and unable to discover network until reboot after
  upgrading to linux 3.13.0.37

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Yesterday (11 Oct, 2014 9:36 AM IST) my kubuntu was upgraded using muon 
package manager with following list of packages
  Start-Date: 2014-10-11  09:36:29
  Install: linux-image-extra-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-image-3.13.0-37-generic:i386 (3.13.0-37.64, automatic)
  Upgrade: apt:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-headers-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), rsyslog:i386 
(7.4.4-1ubuntu2.1, 7.4.4-1ubuntu2.3), libapt-pkg4.12:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), bash:i386 (4.3-7ubuntu1.4, 4.3-7ubuntu1.5), 
linux-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), linux-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), apt-utils:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), libapt-inst1.5:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-libc-dev:i386 (3.13.0-36.63, 3.13.0-37.64), linux-image-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), linux-headers-generic:i386 (3.13.0.36.43, 
3.13.0.37.44), google-chrome-stable:i386 (37.0.2062.120-1, 38.0.2125.101-1), 
apt-transport-https:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5)
  End-Date: 2014-10-11  09:41:14

  After that on reboot, my WiFi starts - works for 10-15 minutes and then the 
computer hangs for a few sec and then WiFi module stops blinking and cannot 
detect my network at all. Restarting Wifi hardware switch doesn't help either. 
I have to reboot the system and the problem repeats.
  My system has been working smoothly for many months so far.

  I looked at syslog and found following

  Oct 12 16:29:34 milkyWay kernel: [  579.964628] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 0 
  Oct 12 16:29:34 milkyWay kernel: [  579.964659] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964664] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 2
  Oct 12 16:29:34 milkyWay kernel: [  579.964670] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964674] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 6
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 0 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 2 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 5 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 7 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  587.149295] psmouse serio2: GlidePoint at 
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
  Oct 12 16:29:42 milkyWay kernel: [  588.020526] psmouse serio2: resync 
failed, issuing reconnect request
  Oct 12 16:29:43 milkyWay wpa_supplicant[1627]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=08:86:3b:b5:8a:a8 reason=4 locally_generated=1
  Oct 12 16:29:43 milkyWay kernel: [  588.901774] ieee80211 phy0: Hardware 
restart was requested

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anshul 2076 F pulseaudio
anshul 2292 F pulseaudio
   /dev/snd/pcmC0D0p:   anshul 2076 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Oct 12 17:01:32 2014
  HibernationDevice: RESUME=UUID=47f52567-52eb-457c-9601-84416c96c874
  InstallationDate: Installed on 2014-02-07 (247 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release i386 
(20131016.1)
  MachineType: Acer Aspire 5738
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=ada07864-0e5b-41b3-aa5c-53ee70e42347 ro q

[Kernel-packages] [Bug 1424181] Re: Huawei E3372 USB modem not always detected

2015-02-21 Thread Tommi Höynälänmaa
** Description changed:

  What happened:
- I have to unplug and plug my Huawei E3372 USB modem in order to  connect to 
the Internet. Otherwise the Internet connection is not established. The problem 
is present in kerner versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 
12.04 works fine.
+ I have to unplug and plug my Huawei E3372 USB modem in order to  connect to 
the Internet. Otherwise the Internet connection is not established. The problem 
is present in kernel versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 
12.04 works fine.
  
  Expected to happen:
  The computer should establish the Internet connection automatically.
  
  Steps to reproduce the bug:
  Plug the USB modem into the computer and switch the computer on.
  
  I use Ubuntu 14.04.2 LTS.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tohoyn 2041 F pulseaudio
   /dev/snd/controlC1:  tohoyn 2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb 21 14:48:27 2015
  HibernationDevice: RESUME=UUID=a5d87b0f-a635-499b-9343-7315a2a0e6c9
  InstallationDate: Installed on 2014-05-28 (269 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20238
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN44WW(V3.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN44WW(V3.03):bd12/07/2013:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO

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

Title:
  Huawei E3372 USB modem not always detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  What happened:
  I have to unplug and plug my Huawei E3372 USB modem in order to  connect to 
the Internet. Otherwise the Internet connection is not established. The problem 
is present in kernel versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 
12.04 works fine.

  Expected to happen:
  The computer should establish the Internet connection automatically.

  Steps to reproduce the bug:
  Plug the USB modem into the computer and switch the computer on.

  I use Ubuntu 14.04.2 LTS.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tohoyn 2041 F pulseaudio
   /dev/snd/controlC1:  tohoyn 2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb 21 14:48:27 2015
  HibernationDevice: RESUME=UUID=a5d87b0f-a635-499b-9343-7315a2a0e6c9
  InstallationDate: Installed on 2014-05-28 (269 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20238
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN44WW(V3.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN44WW(V3.03):bd12/07/2013:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std

[Kernel-packages] [Bug 1380276] Re: WiFi disconnects and unable to discover network until reboot after upgrading to linux 3.13.0.37

2015-02-21 Thread Anshul Ranjan
Hi, So I installed the latest upstream kernel 3.19 and now my WiFi
module is working perfectly fine

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

** Tags added: kernel-fixed-upstream kernel-fixed-upstream-3.19.0-031900

** Tags added: kernel-fixed-upstream-3.19

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

Title:
  WiFi disconnects and unable to discover network until reboot after
  upgrading to linux 3.13.0.37

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Yesterday (11 Oct, 2014 9:36 AM IST) my kubuntu was upgraded using muon 
package manager with following list of packages
  Start-Date: 2014-10-11  09:36:29
  Install: linux-image-extra-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37:i386 (3.13.0-37.64, automatic), 
linux-headers-3.13.0-37-generic:i386 (3.13.0-37.64, automatic), 
linux-image-3.13.0-37-generic:i386 (3.13.0-37.64, automatic)
  Upgrade: apt:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-headers-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), rsyslog:i386 
(7.4.4-1ubuntu2.1, 7.4.4-1ubuntu2.3), libapt-pkg4.12:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), bash:i386 (4.3-7ubuntu1.4, 4.3-7ubuntu1.5), 
linux-generic-pae:i386 (3.13.0.36.43, 3.13.0.37.44), linux-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), apt-utils:i386 (1.0.1ubuntu2.4.1, 
1.0.1ubuntu2.5), libapt-inst1.5:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5), 
linux-libc-dev:i386 (3.13.0-36.63, 3.13.0-37.64), linux-image-generic:i386 
(3.13.0.36.43, 3.13.0.37.44), linux-headers-generic:i386 (3.13.0.36.43, 
3.13.0.37.44), google-chrome-stable:i386 (37.0.2062.120-1, 38.0.2125.101-1), 
apt-transport-https:i386 (1.0.1ubuntu2.4.1, 1.0.1ubuntu2.5)
  End-Date: 2014-10-11  09:41:14

  After that on reboot, my WiFi starts - works for 10-15 minutes and then the 
computer hangs for a few sec and then WiFi module stops blinking and cannot 
detect my network at all. Restarting Wifi hardware switch doesn't help either. 
I have to reboot the system and the problem repeats.
  My system has been working smoothly for many months so far.

  I looked at syslog and found following

  Oct 12 16:29:34 milkyWay kernel: [  579.964628] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 0 
  Oct 12 16:29:34 milkyWay kernel: [  579.964659] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964664] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 2
  Oct 12 16:29:34 milkyWay kernel: [  579.964670] iwlwifi :03:00.0: Command 
REPLY_ADD_STA failed: FW Error
  Oct 12 16:29:34 milkyWay kernel: [  579.964674] wlan0: HW problem - can not 
stop rx aggregation for 08:86:3b:b5:8a:a8 tid 6
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 0 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 2 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 5 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  579.972024] iwlwifi :03:00.0: Failing 
on timeout while stopping DMA channel 7 [0x5a5a5a5a]
  Oct 12 16:29:41 milkyWay kernel: [  587.149295] psmouse serio2: GlidePoint at 
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
  Oct 12 16:29:42 milkyWay kernel: [  588.020526] psmouse serio2: resync 
failed, issuing reconnect request
  Oct 12 16:29:43 milkyWay wpa_supplicant[1627]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=08:86:3b:b5:8a:a8 reason=4 locally_generated=1
  Oct 12 16:29:43 milkyWay kernel: [  588.901774] ieee80211 phy0: Hardware 
restart was requested

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anshul 2076 F pulseaudio
anshul 2292 F pulseaudio
   /dev/snd/pcmC0D0p:   anshul 2076 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Oct 12 17:01:32 2014
  HibernationDevice: RESUME=UUID=47f52567-52eb-457c-9601-84416c96c874
  InstallationDate: Installed on 2014-02-07 (247 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release i386 
(20131016.1)
  MachineType: Acer Aspire 5738
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=ada07864-0e5b-41b3-aa5c-53ee70e42347 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1

Re: [Kernel-packages] [Bug 1423764] Re: [Hewlett-Packard HP 2000 Notebook PC] suspend/resume failure

2015-02-21 Thread Josh Ciares
I don't know what the problem is... The boot completes. Other than the fact
I can't use the "Dual-Boot" with another Linux Distro, and the screen
flickers a lot.
On Feb 20, 2015 11:25 AM, "Joseph Salisbury" 
wrote:

> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v3.19 kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> If you are unable to test the mainline kernel, for example it will not
> boot, please add the tag: 'kernel-unable-to-test-upstream'.
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/
>
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1423764
>
> Title:
>   [Hewlett-Packard HP 2000 Notebook PC] suspend/resume failure
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Happened when I booted the laptop, the error came up.
>
>   ProblemType: KernelOops
>   DistroRelease: Ubuntu 15.04
>   Package: linux-image-3.18.0-13-generic 3.18.0-13.14 [modified:
> boot/vmlinuz-3.18.0-13-generic]
>   ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
>   Uname: Linux 3.18.0-13-generic x86_64
>   Annotation: This occured during a previous suspend and prevented it from
> resuming properly.
>   ApportVersion: 2.16.1-0ubuntu2
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  joshciares   1945 F pulseaudio
>/dev/snd/controlC0:  joshciares   1945 F pulseaudio
>   Date: Thu Feb 19 19:39:21 2015
>   DuplicateSignature: suspend/resume:Hewlett-Packard HP 2000 Notebook
> PC:F.25
>   ExecutablePath: /usr/share/apport/apportcheckresume
>   Failure: suspend/resume
>   HibernationDevice: RESUME=UUID=cd4b5c06-e71d-4b1d-ba85-bb23499de6c6
>   InstallationDate: Installed on 2015-02-15 (4 days ago)
>   InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150214)
>   InterpreterPath: /usr/bin/python3.4
>   MachineType: Hewlett-Packard HP 2000 Notebook PC
>   ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
>   ProcEnviron:
>TERM=linux
>PATH=(custom, no user)
>   ProcFB: 0 radeondrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-13-generic.efi.signed
> root=UUID=f03ab60b-078b-4caf-bcc2-e67a71531d9c 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.18.0-13-generic N/A
>linux-backports-modules-3.18.0-13-generic  N/A
>linux-firmware 1.141
>   RfKill:
>0: phy0: Wireless LAN
> Soft blocked: no
> Hard blocked: no
>   SourcePackage: linux
>   Title: [Hewlett-Packard HP 2000 Notebook PC] suspend/resume failure
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups:
>
>   dmi.bios.date: 02/21/2013
>   dmi.bios.vendor: Insyde
>   dmi.bios.version: F.25
>   dmi.board.asset.tag: Base Board Asset Tag
>   dmi.board.name: 188B
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 69.14
>   dmi.chassis.asset.tag: 5CG3243S66
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: Chassis Version
>   dmi.modalias:
> dmi:bvnInsyde:bvrF.25:bd02/21/2013:svnHewlett-Packard:pnHP2000NotebookPC:pvr088811000330591620100:rvnHewlett-Packard:rn188B:rvrKBCVersion69.14:cvnHewlett-Packard:ct10:cvrChassisVersion:
>   dmi.product.name: HP 2000 Notebook PC
>   dmi.product.version: 088811000330591620100
>   dmi.sys.vendor: Hewlett-Packard
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423764/+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/1423764

Title:
  [Hewlett-Packard HP 2000 Notebook PC] suspend/resume failure

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Happened when I booted the laptop, the error came up.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-13-generic 3.18.0-13.14 [modified: 
boot/vmlinuz-3.18.0-13-generic]
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.16.1-0

[Kernel-packages] [Bug 1362046] Re: kernel module (sony-laptop)

2015-02-21 Thread xdom
Tag kernel-bug-exists-upstream was already tagged. I submitted the patch
to kernel maintainer for this specific module.

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

Title:
  kernel module (sony-laptop)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  "Laptop Keyboard Backlight not turning off"

  I had a problem with keyboard backlight that I asked in askUbuntu.com  (here 
http://askubuntu.com/questions/475711/turn-off-keyboard-back-light-sony-vaio-svf1521dcxw)
  and also I have followed in chat with @Mew (here 
http://chat.stackexchange.com/transcript/16735) and We tried all solution to 
fixing my issue and we can not fix that. I found some patch 
(http://www.absence.it/vaio-acpi/source/patches/) for fixing this problem but 
then I need to create a custom kernel for myself and it's so hard for me.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kasiya 1906 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-06-27 (60 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Sony Corporation SVF1521DCXW
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=2aac8bca-f028-4744-a525-08ce1c46ff21 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/18/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0220DA
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0220DA:bd11/18/2013:svnSonyCorporation:pnSVF1521DCXW:pvrC10H89HU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVF1521DCXW
  dmi.product.version: C10H89HU
  dmi.sys.vendor: Sony Corporation
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kasiya 1845 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-06-27 (62 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 5986:0543 Acer, Inc 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Sony Corporation SVF1521DCXW
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=2aac8bca-f028-4744-a525-08ce1c46ff21 ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog: Aug 29 11:04:46 kasiya-pc kernel: [ 8261.057531] perf samples too 
long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 5
  _MarkForUpload: True
  dmi.bios.date: 11/18/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0220DA
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0220DA:bd11/18/2013:svnSonyCorporation:pnSVF1521DCXW:pvrC10H89HU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVF1521DCXW
  dmi.product.version: C10H89HU
  dmi.sys.vendor: Sony Corporation

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

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

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

2015-02-21 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Huawei E3372 USB modem not always detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  What happened:
  I have to unplug and plug my Huawei E3372 USB modem in order to  connect to 
the Internet. Otherwise the Internet connection is not established. The problem 
is present in kerner versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 
12.04 works fine.

  Expected to happen:
  The computer should establish the Internet connection automatically.

  Steps to reproduce the bug:
  Plug the USB modem into the computer and switch the computer on.

  I use Ubuntu 14.04.2 LTS.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tohoyn 2041 F pulseaudio
   /dev/snd/controlC1:  tohoyn 2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb 21 14:48:27 2015
  HibernationDevice: RESUME=UUID=a5d87b0f-a635-499b-9343-7315a2a0e6c9
  InstallationDate: Installed on 2014-05-28 (269 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20238
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN44WW(V3.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN44WW(V3.03):bd12/07/2013:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1424181/+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 972604] Re: 168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button doesn't switch colors

2015-02-21 Thread cristian
I tried the third test kernel (3.11.0?) and results are similar to 3.8.0
and 3.13-rc1. There are both hp-wifi and phy0 interfaces in rfkill list
output, but there is also a (back)trace in dmesg | tail output. Wifi led
is always blinking if the wifi switch is turned on. If I execute the
workaround, colors are reversed as described at the top of this report.

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

Title:
  168c:001c [HP Compaq Presario C700 Notebook PC] Wireless led button
  doesn't switch colors

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I'm using Lubuntu 11.10 Oneiric Ocelot. My wifi chip is supported from
  ath5k drivers. The led button blinks between red and blue light and
  its pressure does anything.

  WORKAROUND: I tried to type:
  echo none > "/sys/class/leds/ath5k-phy0::tx/trigger"
  echo phy0radio > "/sys/class/leds/ath5k-phy0::rx/trigger"

  and in this way I can control the color of the LED. But the problem is
  that the colors are reversed: it should be red for wifi off and blue
  for wifi on, but it is rather the opposite!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-17-generic 3.0.0-17.30
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cristian   1872 F pulseaudio
  CRDA: Error: [Errno 2] File o directory non esistente
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x9240 irq 42'
     Mixer name : 'Conexant CX20561 (Hermosa)'
     Components : 'HDA:14f15051,103c30d9,0010'
     Controls  : 15
     Simple ctrls  : 8
  Date: Tue Apr  3 17:37:08 2012
  HibernationDevice: RESUME=UUID=3899fff8-34b5-4722-a9f7-44fd70d111c9
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 04f2:b057 Chicony Electronics Co., Ltd integrated USB 
webcam
  MachineType: Hewlett-Packard Compaq Presario C700 Notebook PC
  ProcEnviron:
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic 
root=UUID=36836f2d-ce02-4249-a4c4-8ad7eb580b58 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-17-generic N/A
   linux-backports-modules-3.0.0-17-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserAsoundrc:
   pcm.Intel { type hw; card Intel; }
   ctl.Intel { type hw; card Intel; }
   pcm.!default pcm.Intel
   ctl.!default ctl.Intel
  dmi.bios.date: 02/29/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.31
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30D9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 83.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.31:bd02/29/2008:svnHewlett-Packard:pnCompaqPresarioC700NotebookPC:pvrF.31:rvnHewlett-Packard:rn30D9:rvr83.21:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Compaq Presario C700 Notebook PC
  dmi.product.version: F.31
  dmi.sys.vendor: Hewlett-Packard
  --- 
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lubuntu2605 F lxpanel
  CRDA: Error: [Errno 2] File o directory non esistente
  CasperVersion: 1.336ubuntu1
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  LiveMediaBuild: Lubuntu 14.04 "Trusty Tahr" - Alpha i386 (20131218)
  MachineType: Hewlett-Packard Compaq Presario C700 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=it 
keyboard-configuration/layoutcode?=it
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  RelatedPackageVersions:
   linux-restricted-modules-3.12.0-7-generic N/A
   linux-backports-modules-3.12.0-7-generic  N/A
   linux-firmware1.117
  StagingDrivers: zram
  Tags:  trusty staging
  Uname: Linux 3.12.0-7-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  User

[Kernel-packages] [Bug 1424181] [NEW] Huawei E3372 USB modem not always detected

2015-02-21 Thread Tommi Höynälänmaa
Public bug reported:

What happened:
I have to unplug and plug my Huawei E3372 USB modem in order to  connect to the 
Internet. Otherwise the Internet connection is not established. The problem is 
present in kerner versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 12.04 
works fine.

Expected to happen:
The computer should establish the Internet connection automatically.

Steps to reproduce the bug:
Plug the USB modem into the computer and switch the computer on.

I use Ubuntu 14.04.2 LTS.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-45-generic 3.13.0-45.74
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tohoyn 2041 F pulseaudio
 /dev/snd/controlC1:  tohoyn 2041 F pulseaudio
CurrentDesktop: Unity
Date: Sat Feb 21 14:48:27 2015
HibernationDevice: RESUME=UUID=a5d87b0f-a635-499b-9343-7315a2a0e6c9
InstallationDate: Installed on 2014-05-28 (269 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: LENOVO 20238
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-45-generic N/A
 linux-backports-modules-3.13.0-45-generic  N/A
 linux-firmware 1.127.11
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 79CN44WW(V3.03)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 31900058Std
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G510
dmi.modalias: 
dmi:bvnLENOVO:bvr79CN44WW(V3.03):bd12/07/2013:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
dmi.product.name: 20238
dmi.product.version: Lenovo G510
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug staging trusty

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

Title:
  Huawei E3372 USB modem not always detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  What happened:
  I have to unplug and plug my Huawei E3372 USB modem in order to  connect to 
the Internet. Otherwise the Internet connection is not established. The problem 
is present in kerner versions 3.13.0-45 and 3.19.0-031900. However, xubuntu 
12.04 works fine.

  Expected to happen:
  The computer should establish the Internet connection automatically.

  Steps to reproduce the bug:
  Plug the USB modem into the computer and switch the computer on.

  I use Ubuntu 14.04.2 LTS.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tohoyn 2041 F pulseaudio
   /dev/snd/controlC1:  tohoyn 2041 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Feb 21 14:48:27 2015
  HibernationDevice: RESUME=UUID=a5d87b0f-a635-499b-9343-7315a2a0e6c9
  InstallationDate: Installed on 2014-05-28 (269 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20238
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN44WW(V3.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058Std
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN44WW(V3.03):bd12/07/2013:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvr31900058Std:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO

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

[Kernel-packages] [Bug 1362046] Re: kernel module (sony-laptop)

2015-02-21 Thread xdom
** 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/1362046

Title:
  kernel module (sony-laptop)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  "Laptop Keyboard Backlight not turning off"

  I had a problem with keyboard backlight that I asked in askUbuntu.com  (here 
http://askubuntu.com/questions/475711/turn-off-keyboard-back-light-sony-vaio-svf1521dcxw)
  and also I have followed in chat with @Mew (here 
http://chat.stackexchange.com/transcript/16735) and We tried all solution to 
fixing my issue and we can not fix that. I found some patch 
(http://www.absence.it/vaio-acpi/source/patches/) for fixing this problem but 
then I need to create a custom kernel for myself and it's so hard for me.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kasiya 1906 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-06-27 (60 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Sony Corporation SVF1521DCXW
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=2aac8bca-f028-4744-a525-08ce1c46ff21 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/18/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0220DA
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0220DA:bd11/18/2013:svnSonyCorporation:pnSVF1521DCXW:pvrC10H89HU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVF1521DCXW
  dmi.product.version: C10H89HU
  dmi.sys.vendor: Sony Corporation
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kasiya 1845 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-06-27 (62 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 5986:0543 Acer, Inc 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Sony Corporation SVF1521DCXW
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=2aac8bca-f028-4744-a525-08ce1c46ff21 ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags:  trusty
  Uname: Linux 3.13.0-34-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog: Aug 29 11:04:46 kasiya-pc kernel: [ 8261.057531] perf samples too 
long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 5
  _MarkForUpload: True
  dmi.bios.date: 11/18/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0220DA
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0220DA:bd11/18/2013:svnSonyCorporation:pnSVF1521DCXW:pvrC10H89HU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVF1521DCXW
  dmi.product.version: C10H89HU
  dmi.sys.vendor: Sony Corporation

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

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

[Kernel-packages] [Bug 1307744] Re: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module failed to build [error: too few arguments to function ‘cfg80211_ibss_joined’]

2015-02-21 Thread iliyas
Thanks Xabi Ezpeleta, It worked perfectly the first time.

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

Title:
  bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module
  failed to build [error: too few arguments to function
  ‘cfg80211_ibss_joined’]

Status in bcmwl package in Ubuntu:
  Fix Released

Bug description:
  installation of the kernel 3.15-RC1 on trusty...

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 3.15.0-031500rc1-generic
  Date: Tue Apr 15 01:19:44 2014
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.141+bdcom-0ubuntu2:/var/lib/dkms/bcmwl/6.30.223.141+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1844:4:
 error: too few arguments to function ‘cfg80211_ibss_joined’
  InstallationDate: Installed on 2014-04-13 (1 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  PackageVersion: 6.30.223.141+bdcom-0ubuntu2
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: 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/1307744/+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 1352821] Re: 0489:e078 - Qualcom Atheros - Ubuntu 14.04 bluetooth not working

2015-02-21 Thread Jukka Niiranen
Followed Joseph's advice and installed both linux-image and linux-image-
extra packages from ...~jsalisbury...

NOW: 
~$ uname -a
Linux Cake 3.16.0-31-generic #41~lp1352821v1 SMP Fri Feb 20 20:52:34 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

But unfortunately this had no effect on Bluetooth's ability to find any
devices. Situation is still the same as in my post above. Everything
seems to work ok, WiFi actually works, Bluetooth doesn't see any
devices. I've tried to connect mouse and phone, no luck. Same devices
connect correctly to another Ubuntu laptop.

Environment: 

Acer Aspire V3-371, Ubuntu 14.10.

lspci -nnk printout includes this:
02:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless Network 
Adapter [168c:0034] (rev 01)
 Subsystem: Foxconn International, Inc. Device [105b:e07d]
 Kernel driver in use: ath9k

and lsusb printout includes this:
Bus 002 Device 002: ID 0489:e076 Foxconn / Hon H

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

Title:
  0489:e078 - Qualcom Atheros - Ubuntu 14.04 bluetooth not working

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Trusty:
  Triaged
Status in linux source package in Utopic:
  Triaged

Bug description:
  Hi,

  Nature of peoblem : Bluetooth not wotrking under Ubuntu 14.04 but wifi
  working fine. pls help to provide the solution

  Vendor ID : 0489:e078
  Make of Wifi BT combo : Qualcom Atheros QCA9565 /AR9565 

  Regds,
  Bala S

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1352821/+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 1416847] Re: kerneloops on suspend from resume

2015-02-21 Thread svenmeier
Regretfully the problem reappeared: Since yesterady overy other suspend
results in a black screen and frozen machine.

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

Title:
  kerneloops on suspend from resume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Every third or fourth suspend failes on my Lenovo Yoga 2-13, I have to
  hard reset the notebook.

  Apportcheckresume informs me about an internel error on next boot, but
  I cannot find the cause of the problem in the crash report.

  $ uname -a
  Linux SandraOrange 3.16.0-29-generic #39-Ubuntu SMP Mon Dec 15 22:27:29 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux
  --- 
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sandra 2484 F pulseaudio
   /dev/snd/controlC1:  sandra 2484 F pulseaudio
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=c31e5706-71d4-4a32-993f-3b6f2a1bd3bb
  InstallationDate: Installed on 2015-01-19 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  MachineType: LENOVO 20344
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=3d93d64f-d67f-428f-b719-a51e43e9903f ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/16/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 96CN29WW(V1.15)
  dmi.board.asset.tag: 31900058WIN
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058WIN
  dmi.chassis.asset.tag: 31900058WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr96CN29WW(V1.15):bd10/16/2014:svnLENOVO:pn20344:pvrLenovoYoga213:rvnLENOVO:rnINVALID:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoYoga213:
  dmi.product.name: 20344
  dmi.product.version: Lenovo Yoga 2 13
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416847/+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 1355044] Re: [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset

2015-02-21 Thread Bib
Matt
As my 14.04.1 system works now, I'd rather not install the HWE Stack: I just 
had a very bad experience on 12.04 where HWE removed the nvidia-96 
critical-for-me package that is no longer available in 12.04.5.
I'm not that much an adventurer.

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

Title:
  [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I needed to add nomodeset for initial install to prevent constant
  reboot from live usb. When done and trying to remove the nomodeset
  option out of /etc/default/grub, the constant reboot comes back, so I
  had to start in recovery to add nomodeset again.

  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 x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  fab3896 F pulseaudio
   /dev/snd/controlC0:  fab3896 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Aug 11 09:41:49 2014
  HibernationDevice: RESUME=UUID=66392631-7c4f-4773-8614-4c5ea0913890
  InstallationDate: Installed on 2014-07-26 (16 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7721
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=09ecdff0-44fe-437e-8063-deabc6feb00e ro recovery nomodeset
  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:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V30.3
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: A88XM-E35 (MS-7721)
  dmi.board.vendor: MSI
  dmi.board.version: 6.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 6.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV30.3:bd03/14/2014:svnMSI:pnMS-7721:pvr6.0:rvnMSI:rnA88XM-E35(MS-7721):rvr6.0:cvnMSI:ct3:cvr6.0:
  dmi.product.name: MS-7721
  dmi.product.version: 6.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1355044/+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 885051] Re: eject -i no longer works

2015-02-21 Thread Thomas
if is not possible to query first the locked state with eject -i and if locked 
dont eject in the udev rule?
i know it require eject as a additional dependency, but it will be nice.

other approach is to give users a other way with udev to prevent cdrom
eject...

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

Title:
  eject -i no longer works

Status in eject package in Ubuntu:
  Confirmed
Status in udev package in Ubuntu:
  New

Bug description:
  I used to run eject -i 1 to lock my cd-rom, but it stopped working
  after upgrading to 11.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: eject 2.1.5+deb1+cvs20081104-8
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  1 23:26:38 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eject
  UpgradeStatus: Upgraded to oneiric on 2011-11-02 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eject/+bug/885051/+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 885051] Re: eject -i no longer works

2015-02-21 Thread Thomas
** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  eject -i no longer works

Status in eject package in Ubuntu:
  Confirmed
Status in udev package in Ubuntu:
  New

Bug description:
  I used to run eject -i 1 to lock my cd-rom, but it stopped working
  after upgrading to 11.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: eject 2.1.5+deb1+cvs20081104-8
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  1 23:26:38 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eject
  UpgradeStatus: Upgraded to oneiric on 2011-11-02 (0 days ago)

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