[Bug 1310248] Re: [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

2014-06-12 Thread Tobias Stegmann
Here's the awnser of the thinkpad_acpi module maintainer: https://www
.mail-archive.com/platform-driver-x86@vger.kernel.org/msg05285.html

To summarize: The patch itself is technically correct and leads to the
old behaviour. But he'd prefer not to apply the patch, because the event
is already propagated through the thinkpad_acpi input device.

The input device is located at /dev/input/by-path/platform-
thinkpad_acpi-event and toggling the switch twice raises the following
events:

$ sudo input-events 6
/dev/input/event6
   bustype : BUS_HOST
   vendor  : 0x17aa
   product : 0x5054
   version : 16641
   name: ThinkPad Extra Buttons
   phys: thinkpad_acpi/input0
   bits ev : EV_SYN EV_KEY EV_MSC EV_SW

waiting for events
19:07:04.424098: EV_SW SW_RADIO 0
19:07:04.424098: EV_SYN code=0 value=0
19:07:05.982584: EV_SW SW_RADIO 1
19:07:05.982584: EV_SYN code=0 value=0

I haven't figured out yet, how I can make use of the input event device.
There doesn't seem to be any scriptable daemon listening to it.

Alternativley one can use rfkill uevents via the udev daemon. A working
rule could be:

SUBSYSTEM==rfkill, ATTR{type}==wlan, ENV{RFKILL_STATE}==1,
RUN+=/usr/local/bin/toggle-blue

I guess this bug can be marked as invalid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

2014-06-09 Thread Tobias Stegmann
Link to the upstream report:

https://www.mail-archive.com/platform-
driver-...@vger.kernel.org/msg05283.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

2014-06-08 Thread Tobias Stegmann
Ok, the first commit introducing the issue is
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1696d9dc57e062ce5200f6a42a6aaada15b434bb

Taking a look at the subsequent commit at
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8b5301c5ff2568236c6e3b3d0c93a3e4194ec3f5
makes me think, this is an intentional behaviour.

** Tags removed: needs-bisect

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

2014-06-08 Thread Tobias Stegmann
I've taken a deeper look into the thinkpad acpi module and found a quite
simple solution, which doesnt require deprecated APIs.

The patch is tested against upstream kernel 3.15-rc8 as well as
Ubuntu-3.13.0-29.53.


** Patch added: 
0001-Make-Thinkpad-hw-wireless-switch-propagate-an-acpi-e.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310248/+attachment/4127780/+files/0001-Make-Thinkpad-hw-wireless-switch-propagate-an-acpi-e.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] BootDmesg.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126283/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] ProcCpuinfo.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126288/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] ProcModules.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126291/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Lspci.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1310248/+attachment/4126287/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] PulseList.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126292/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] ProcInterrupts.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126290/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] UdevLog.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126295/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] IwConfig.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126286/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: Thinkpad X220 wireless switch doesn't generate an acpi event

2014-06-06 Thread Tobias Stegmann
apport information

** Tags added: apport-collected trusty

** Description changed:

  $ lsb_release -rd
  Description:Ubuntu 14.04 LTS
  Release:14.04
  
  
  I use a customized acpi event script to disable bluetooth on my Thinkpad 
x220, if I toggle the hardware wifi switch (not Fn+F5):
  
  $ cat /etc/acpi/ibm-wireless-switch.sh 
  #!/bin/sh
  
  test -f /usr/share/acpi-support/state-funcs || exit 0
  
  # Find and toggle wireless of bluetooth devices on ThinkPads
  
  . /usr/share/acpi-support/state-funcs
  
  # disable bluetooth on wireless activate to save battery
  if isAnyWirelessPoweredOn; then
  # Wireless was turned on
  logger Wireless switch turned on: Disable bluetooth.
  echo disable  /proc/acpi/ibm/bluetooth
  fi
  
  
  This used to work fine with Ubuntu 13.10, however it stopped working with 
14.04. More precisely the switch doesnt generate an acpi event anymore. To 
check that I used acpi_listen.
  
  $ acpi_listen -t 10
  # nothing happens here
  
  
  Using 14.04 with kernel version 3.11.0-19 from 13.10 the switch works fine 
again:
  
  $ acpi_listen -t 10
  ibm/hotkey HKEY 0080 7000
  
  Thanks.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  tobias 2256 F pulseaudio
+   tobias 2324 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-03-24 (438 days ago)
+ InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
+ Lsusb:
+  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 003: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo 
Integrated Camera (0.3MP)
+  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 4291ZPK
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-27-generic 
root=UUID=9a62bd25-d065-4486-a18d-5a3f2a6c3473 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-27-generic N/A
+  linux-backports-modules-3.13.0-27-generic  N/A
+  linux-firmware 1.127.2
+ Tags:  trusty
+ Uname: Linux 3.13.0-27-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-18 (48 days ago)
+ UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 07/18/2013
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 8DET69WW (1.39 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 4291ZPK
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr8DET69WW(1.39):bd07/18/2013:svnLENOVO:pn4291ZPK:pvrThinkPadX220:rvnLENOVO:rn4291ZPK:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 4291ZPK
+ dmi.product.version: ThinkPad X220
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126282/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] CRDA.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1310248/+attachment/4126284/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] CurrentDmesg.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126285/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] ProcEnviron.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126289/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] UdevDb.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1310248/+attachment/4126294/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] RfKill.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1310248/+attachment/4126293/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] WifiSyslog.txt

2014-06-06 Thread Tobias Stegmann
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1310248/+attachment/4126296/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: Thinkpad X220 wireless switch doesn't generate an acpi event

2014-06-06 Thread Tobias Stegmann
** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310248/+attachment/4126296/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

2014-06-06 Thread Tobias Stegmann
Hi,

unfortunatly the issue has not been fixed in the latest upstream kernel.
The kernel version I used to test was:

$ uname -r
3.15.0-031500rc8-generic

For the test I ran acpi_listen and toggled the switch numerous times.

Out of curiosity I also checked some older kernel images:

3.11.10-03111010-generic, which is the last 3.11 iteration, is working fine:
$ acpi_listen -t 10
ibm/hotkey HKEY 0080 7000

and its broken with 3.12.0-031200rc1-generic, which is the first 3.12
release candiate.

I hope this helps to track it down.

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.12-rc1 kernel-bug-exists-upstream-3.15-rc8

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  [Lenovo Thinkpad X220] wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] Re: Thinkpad X220 wireless switch doesn't generate an acpi event

2014-06-05 Thread Tobias Stegmann
Thanks for your reply.

I ran apport-collect 1310248 after installing pythin-apport.

It returned with a no additional information collected message, along
with

Package linux-lts-trusty not installed and no hook available, ignoring

I've tried to install the package via apt, but it's not available. Am I
missing something or is there anything else I can do?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1310248] [NEW] Thinkpad X220 wireless switch doesn't generate an acpi event

2014-04-20 Thread Tobias Stegmann
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04


I use a customized acpi event script to disable bluetooth on my Thinkpad x220, 
if I toggle the hardware wifi switch (not Fn+F5):

$ cat /etc/acpi/ibm-wireless-switch.sh 
#!/bin/sh

test -f /usr/share/acpi-support/state-funcs || exit 0

# Find and toggle wireless of bluetooth devices on ThinkPads

. /usr/share/acpi-support/state-funcs

# disable bluetooth on wireless activate to save battery
if isAnyWirelessPoweredOn; then
# Wireless was turned on
logger Wireless switch turned on: Disable bluetooth.
echo disable  /proc/acpi/ibm/bluetooth
fi


This used to work fine with Ubuntu 13.10, however it stopped working with 
14.04. More precisely the switch doesnt generate an acpi event anymore. To 
check that I used acpi_listen.

$ acpi_listen -t 10
# nothing happens here


Using 14.04 with kernel version 3.11.0-19 from 13.10 the switch works fine 
again:

$ acpi_listen -t 10
ibm/hotkey HKEY 0080 7000

Thanks.

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

** Package changed: acpi-support (Ubuntu) = linux-lts-trusty (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310248

Title:
  Thinkpad X220 wireless switch doesn't generate an acpi event

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760131] Re: Power consumption raised significantly in natty

2011-06-12 Thread Tobias Stegmann
Using a Lenovo U160 (Core i5-520M) the power consumption improves
slightly with the patched 2.6.38-9 kernel. Wakeups per second stay the
same, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760131

Title:
  Power consumption raised significantly in natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/760131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 361035] Re: Dragonplayer doesn't jump 10 seconds forward or back [patch attached]

2009-06-10 Thread Tobias Stegmann
This is broken again in KDE 4.3 Beta.

relativeSeek() should be called with a relative and not with an absolute 
value.

Patch is attached.

Thanks.


** Attachment added: kubuntu_03_dragonplayer_10_second_jump.diff
   
http://launchpadlibrarian.net/27748079/kubuntu_03_dragonplayer_10_second_jump.diff

-- 
Dragonplayer doesn't jump 10 seconds forward or back [patch attached]
https://bugs.launchpad.net/bugs/361035
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 290697] Re: blank screen after resuming on HP Pavilion dv9533eg

2009-06-03 Thread Tobias Stegmann
*** This bug is a duplicate of bug 335682 ***
https://bugs.launchpad.net/bugs/335682

** This bug has been marked a duplicate of bug 335682
   [jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume 
failure [non-free: nvidia]

-- 
blank screen after resuming on HP Pavilion dv9533eg
https://bugs.launchpad.net/bugs/290697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335682] Re: [jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume failure [non-free: nvidia]

2009-04-27 Thread Tobias Stegmann
Neo schrieb:
 Accidentally I found this article: 
 http://wiki.kainhofer.com/kubuntuonaceraspire5630
 I followed these steps described in the ACPI chapter and recompiled my DSDT 
 table and you wont believe but since that hibernate and suspend works like a 
 charm :-D
 
 I hope that it helps.
 
 My laptop is HP Pavilion dv9000/dv9500/dv9660eg
 
 Let me know if you need some additional information.

Indeed, thats it! You made my day!

Thank you very much!!

-- 
[jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume 
failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/335682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361035] [NEW] Dragonplayer doesn't jump 10 seconds forward or back [patch attached]

2009-04-14 Thread Tobias Stegmann
Public bug reported:

Binary package hint: kdemultimedia

Hi there,

apparently the tenSecondsForward() and tenSecondsBack() slots in
Dragonplayer do not jump 10s forward or back. Instead they jump 10
milliseconds.

The slots are not used very often, but perhaps this could be done in the
next dragonplayer update after Jaunty release (perhaps this also affects
Intrepid's dragonplayer?). Diff is attached.

Thanks,
Tobias

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: dragonplayer 4:4.2.2-0ubuntu2~ppa1
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: kdemultimedia
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Dragonplayer doesn't jump 10 seconds forward or back [patch attached]
https://bugs.launchpad.net/bugs/361035
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 361035] Re: Dragonplayer doesn't jump 10 seconds forward or back [patch attached]

2009-04-14 Thread Tobias Stegmann

** Attachment added: ten_seconds_jump_fix.diff
   http://launchpadlibrarian.net/25389043/ten_seconds_jump_fix.diff

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25389044/Dependencies.txt

-- 
Dragonplayer doesn't jump 10 seconds forward or back [patch attached]
https://bugs.launchpad.net/bugs/361035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 361035] Re: Dragonplayer doesn't jump 10 seconds forward or back [patch attached]

2009-04-14 Thread Tobias Stegmann
** Bug watch added: KDE Bug Tracking System #189626
   http://bugs.kde.org/show_bug.cgi?id=189626

** Also affects: kdemultimedia via
   http://bugs.kde.org/show_bug.cgi?id=189626
   Importance: Unknown
   Status: Unknown

-- 
Dragonplayer doesn't jump 10 seconds forward or back [patch attached]
https://bugs.launchpad.net/bugs/361035
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 335682] Re: [jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume failure [non-free: nvidia]

2009-03-23 Thread Tobias Stegmann

Andy Whitcroft schrieb:
 Could you please follow the triage and debugging guide
 (https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume) and
 report back here.
 
 ** Changed in: linux (Ubuntu)
Status: New = Incomplete
 


Step by step:

Is this really a failure?

- Machine is on AC power.

Did the machine break while going to sleep or waking up?

- The machine breaks while waking up. The keyboard lights show up, both
hdds are powered on, but no screen or keyboard reaction at all.

Is it reproducible?

- Yes, same behaviour every S2R.

Did it work before?

- Yes, last working release is Hardy LTS (all kernel releases)

Do you end up with flashing caps-lock or similar?

- No, all keyboard lights are powered on as normal, but no reaction on
pressed keys.

Suspending from text mode did not bring any helpfull information.

I'm adding the dmesg.txt from debugging with sync; echo 1 
/sys/power/pm_trace; pm-suspend command. Perhaps there's some useful
information in it - didn't find any.

Thanks,
Tobias


** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/24286593/dmesg.txt

-- 
[jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume 
failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/335682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335682] Re: [jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume failure [non-free: nvidia]

2009-03-22 Thread Tobias Stegmann
Still broken in Jaunty + 2.6.29-rc8 from mainline ppa

-- 
[jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume 
failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/335682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 323270] Re: DeprecationWarning: the md5 module is deprecated; use hashlib instead

2009-03-20 Thread Tobias Stegmann
No it is not fixed in Jaunty.

I walked into this issue 10 minutes ago with all updates installed.

-- 
DeprecationWarning: the md5 module is deprecated; use hashlib instead
https://bugs.launchpad.net/bugs/323270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335682] Re: [jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume failure [non-free: nvidia]

2009-03-18 Thread Tobias Stegmann
I'm suffering by the same problem (probably the same MachineType (Pavilion 
dv9533eg) ), see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/290697
 
Last known working Ubuntu version is 8.04 LTS. I will test the newest .29-rc 
later the day.

-- 
[jaunty] [Hewlett-Packard HP Pavilion dv9500 Notebook PC] suspend/resume 
failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/335682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 342829] [NEW] Gembird USB Keyboard not working with uhci_hcd

2009-03-14 Thread Tobias Stegmann
Public bug reported:

Hi,

when I try to use my Gembird USB-Keyboard on a machine with a VIA
chipset the uhci_hcd module seems to be unable to set up the device
correctly. Unloading ehci_hcd or using noapic as suggested in some
forums didn't bring any effects.

Dmesg | grep usb says:

[0.692770] usbcore: registered new interface driver usbfs
[0.693047] usbcore: registered new interface driver hub
[0.693382] usbcore: registered new device driver usb
[3.730965] usbcore: registered new interface driver libusual
[3.731452] usbcore: registered new interface driver usbserial
[3.731914] usbcore: registered new interface driver usbserial_generic
[3.731924] usbserial: USB Serial Driver core
[7.400765] usb usb1: configuration #1 chosen from 1 choice
[7.401883] usb usb2: configuration #1 chosen from 1 choice
[7.720138] usb 2-1: new low speed USB device using uhci_hcd and address 2
[   12.927332] usb 2-1: configuration #1 chosen from 1 choice
[   17.925604] usb 2-1: can't set config #1, error -110

And after plugging out and in again:

[  945.048111] usb 2-1: USB disconnect, address 2
[  945.784061] usb 2-1: new low speed USB device using uhci_hcd and address 3
[  960.896061] usb 2-1: device descriptor read/64, error -110
[  976.112060] usb 2-1: device descriptor read/64, error -110
[  976.328120] usb 2-1: new low speed USB device using uhci_hcd and address 4
[  991.440061] usb 2-1: device descriptor read/64, error -110

lspci says:
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)

This happens on all my VIA machines after grub is booting the kernel, on
my notebook (using ohci_hcd) the keyboard is working fine.

I've tested this issue with all currently supported Ubuntu versions,
Jaunty and 2.6.29 vanilla included. Then I booted from an old  Ubuntu
5.10 Breezy Badger Live DVD, where it is working fine too.

Thanks in advance.
Tobias

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

-- 
Gembird USB Keyboard not working with uhci_hcd
https://bugs.launchpad.net/bugs/342829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-24 Thread Tobias Stegmann
Using the fix/updated acpi-support, my hdd gets very hot while idling.
hddtemp says:

$ sudo hddtemp /dev/sda
/dev/sda: TOSHIBA MK1637GSX: 55°C

which is its maximum operating temperature. I don't want to think about
what could happen if I make this drive doing sth.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-20 Thread Tobias Stegmann
Now I'm sure gdm isn't filling up my .xsession-errors.

Instead this is a screenlets issue. When a screenlet is configured to
start automatically after login, no logfile is specified and its log
messages are added to the .xsession-errors file and not to their
destinated ones.

I'm not a Pyhton man but perhaps autostarted screenlets should log into
/dev/null since some of them are producing many log messages in a short
period of time.

** Also affects: screenlets
   Importance: Undecided
   Status: New

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-19 Thread Tobias Stegmann
No, I'm not sure.

Is there a way to figure out what's adding the OKs?

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-19 Thread Tobias Stegmann
I have already added my .xsession-errors, see: 
http://launchpadlibrarian.net/21292497/.xsession-errors
I add the one from today to this comment.

I open my erros-file with gedit, unfocus the gedit window, click around
in random windows, e.g. firefox or nautilus, go back to gedit and have
to reload the file and there are some OKs more. Just minimizing and
maximizing gedit also adds one, sometimes two.

Any idea?

** Attachment added: .xsession-errors
   http://launchpadlibrarian.net/21362286/.xsession-errors

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] [NEW] [Jaunty].xsession-errors filled up with OKs

2009-01-17 Thread Tobias Stegmann
Public bug reported:

Binary package hint: gdm

It seems every time I strike a key or use a mouse button an 'OK' string
gets added to my xsession-errors file.

I'm using latest Jaunty Alpha 3 with all updates installed. The xserver
is running with latest nvidia-glx-180 binary driver and ignoreABI
option.

Can I provide any further information?

Thanks

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: gdm 2.20.8-0ubuntu5
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm
Uname: Linux 2.6.28-4-generic x86_64

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


** Tags: apport-bug

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-17 Thread Tobias Stegmann

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21292486/Dependencies.txt

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-17 Thread Tobias Stegmann

** Attachment added: .xsession-errors
   http://launchpadlibrarian.net/21292497/.xsession-errors

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318248] Re: [Jaunty].xsession-errors filled up with OKs

2009-01-17 Thread Tobias Stegmann

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/21292515/xorg.conf

-- 
[Jaunty].xsession-errors filled up with OKs
https://bugs.launchpad.net/bugs/318248
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2009-01-12 Thread Tobias Stegmann
When resuming from S2R the script is not being executed in hardy cause
of this issue: https://bugs.launchpad.net/ubuntu/+source/acpi-
support/+bug/205005/comments/2

I had to install it to /etc/pm/sleep.d to get it working.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314551] Re: [Jaunty] suspend resumes to blank screen

2009-01-12 Thread Tobias Stegmann
I'm having the same problem since Intrepid:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/290697

With nv and nvidia no resuming.

-- 
[Jaunty] suspend resumes to blank screen
https://bugs.launchpad.net/bugs/314551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220313] Re: [Hardy] playground doesn't save settings

2008-12-14 Thread Tobias Stegmann
The package has been deleted in Intrepid:
https://bugs.launchpad.net/ubuntu/+source/playground/+bug/269528

-- 
[Hardy] playground doesn't save settings
https://bugs.launchpad.net/bugs/220313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290697] [NEW] blank screen after resuming on HP Pavilion dv9533eg

2008-10-29 Thread Tobias Stegmann
Public bug reported:

My dv9533eg wents into S2R without a problem, but when I press the power button 
in order to wake it up, keyboard lights show up, but the screen keeps blank 
without any backlight. 
The entire system seems to freeze, only a hard reset brings it back.

The notebook uses latest Intrepid with all updates installed.

If any further information is needed please ask.

Thanks,

tobias

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
LsUsb:
 Bus 002 Device 002: ID 04f2:b023 Chicony Electronics Co., Ltd 
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 004: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
 Bus 001 Device 003: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
NonfreeKernelModules: nvidia wl
Package: linux-image-2.6.27-7-generic 2.6.27-7.14
ProcCmdLine: root=UUID=d9ed09d9-ff88-450a-9f7c-24e855831e80 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
blank screen after resuming on HP Pavilion dv9533eg
https://bugs.launchpad.net/bugs/290697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290697] Re: blank screen after resuming on HP Pavilion dv9533eg

2008-10-29 Thread Tobias Stegmann

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/18982847/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/18982850/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/18982852/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/18982853/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/18982857/Lspci.txt

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/18982858/ProcCpuInfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/18982861/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/18982863/ProcModules.txt

-- 
blank screen after resuming on HP Pavilion dv9533eg
https://bugs.launchpad.net/bugs/290697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254668] Re: [2.6.27] pausing during boot (several issues)

2008-10-27 Thread Tobias Stegmann
  I can get through with acpi=noirq -- works for both AC power and
battery.

The pauses are gone but the system boots into a busybox shell :(

-- 
[2.6.27] pausing during boot (several issues)
https://bugs.launchpad.net/bugs/254668
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232045] Re: Blank screen after resume on HP Pavilion dv6000

2008-10-16 Thread Tobias Stegmann
As I said above, it is still an issue.  The screen doesn't show
anything, e.g. no backlight, no keyboard responding in any way.

-- 
Blank screen after resume on HP Pavilion dv6000
https://bugs.launchpad.net/bugs/232045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232045] Re: Blank screen after resume on HP Pavilion dv6000

2008-10-07 Thread Tobias Stegmann
This is still an issue with latest Intrepid kernel and HP dv9533 Laptop.


** Attachment added: uname-a.log
   http://launchpadlibrarian.net/18296543/uname-a.log

-- 
Blank screen after resume on HP Pavilion dv6000
https://bugs.launchpad.net/bugs/232045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 232045] Re: Blank screen after resume on HP Pavilion dv6000

2008-10-07 Thread Tobias Stegmann

** Attachment added: lspci-vnn.log
   http://launchpadlibrarian.net/18296551/lspci-vnn.log

-- 
Blank screen after resume on HP Pavilion dv6000
https://bugs.launchpad.net/bugs/232045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 271003] Re: Intrepid regression, suspend doesn't work EXT3-fs error

2008-10-05 Thread Tobias Stegmann
Same thing over here.

-- 
Intrepid regression, suspend doesn't work EXT3-fs error
https://bugs.launchpad.net/bugs/271003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263184] Re: wl driver doesnt work with kernel .27-2 and broadcom chipset

2008-10-03 Thread Tobias Stegmann
Related issue:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/227158

Updating initramfs after blacklisting ssb does the trick.

-- 
wl driver doesnt work with kernel .27-2 and broadcom chipset
https://bugs.launchpad.net/bugs/263184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275575] Re: 'wl' driver broken since 2.6.27-4

2008-10-02 Thread Tobias Stegmann
yes, should be a dup.

Note, that the wl driver worked very well with 2.6.27-3 after
blacklisting ssb and b43.

Thanks

-- 
'wl' driver broken since 2.6.27-4
https://bugs.launchpad.net/bugs/275575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275575] Re: 'wl' driver broken since 2.6.27-4

2008-10-02 Thread Tobias Stegmann
*** This bug is a duplicate of bug 263184 ***
https://bugs.launchpad.net/bugs/263184

** This bug has been marked a duplicate of bug 263184
   wl driver doesnt work with kernel .27-2 and broadcom chipset

-- 
'wl' driver broken since 2.6.27-4
https://bugs.launchpad.net/bugs/275575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263184] Re: wl driver doesnt work with kernel .27-2 and broadcom chipset

2008-10-02 Thread Tobias Stegmann
Same problem over here, using latest 2.6.27-4.

The driver worked very well with 2.6.27-3 after unloading/blacklisting
ssb and b43

-- 
wl driver doesnt work with kernel .27-2 and broadcom chipset
https://bugs.launchpad.net/bugs/263184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263184] Re: wl driver doesnt work with kernel .27-2 and broadcom chipset

2008-10-02 Thread Tobias Stegmann
Dunno how, but I got it working using exactly the suggestion from
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/275594

The ssb module seems to be loaded, although I blacklisted it in
/etc/modprobe.d/blacklist

-- 
wl driver doesnt work with kernel .27-2 and broadcom chipset
https://bugs.launchpad.net/bugs/263184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275575] [NEW] 'wl' driver broken since 2.6.27-4

2008-09-28 Thread Tobias Stegmann
Public bug reported:

The restricted driver module 'wl' worked correctly with kernel version
2.6.27-3.

Today I did a clean install using the current daily alternate-build. The
installation routine has recognized my bcm4328 wireless chipset and
activated the wl module.

But ifconfig -a doesn't show any wireless cards. Also after
blacklisting/unloading ssb and b43 nothing is recognized.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
'wl' driver broken since 2.6.27-4
https://bugs.launchpad.net/bugs/275575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275575] Re: 'wl' driver broken since 2.6.27-4

2008-09-28 Thread Tobias Stegmann

** Attachment added: output of dmesg
   http://launchpadlibrarian.net/18020440/dmesg

-- 
'wl' driver broken since 2.6.27-4
https://bugs.launchpad.net/bugs/275575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 275575] Re: 'wl' driver broken since 2.6.27-4

2008-09-28 Thread Tobias Stegmann

** Attachment added: output of uname -a
   http://launchpadlibrarian.net/18020446/uname

-- 
'wl' driver broken since 2.6.27-4
https://bugs.launchpad.net/bugs/275575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-08-28 Thread Tobias Stegmann
The error still occurs with latest Intrepid kernel 2.6.27-1.2

But I now figured out, that it does not, if the hard drive is unmounted
before reboot (tested with sdb as non root fs).

Perhaps someone can work around this, writing a smoothy init script,
unfortunately I'm not skilled enough to do it on my own.

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220313] [NEW] [Hardy] playground doesn't save settings

2008-04-21 Thread Tobias Stegmann
Public bug reported:

Binary package hint: playground

Playground (Hardy version) rejects saving any settings in the
preferences menu and preference's window does not close if
Close-button is pressed.

Previous version in Gutsy works properly. It seems there is a bug in
debdiff in
https://bugs.launchpad.net/ubuntu/+source/playground/+bug/180386/comments/1

not working:
playground:
  Installiert:0.3-2ubuntu1
  Mögliche Pakete:0.3-2ubuntu1
  Versions-Tabelle:
 *** 0.3-2ubuntu1 0
500 http://archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

working:
playground:
  Installiert:0.3-2
  Mögliche Pakete:0.3-2ubuntu1
  Versions-Tabelle:
 0.3-2ubuntu1 0
500 http://archive.ubuntu.com hardy/universe Packages
 *** 0.3-2 0
100 /var/lib/dpkg/status

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

-- 
[Hardy] playground doesn't save settings
https://bugs.launchpad.net/bugs/220313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 213283] Re: synaptic and update-manager don't start any more

2008-04-12 Thread Tobias Stegmann
could be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/55172

gksu works for me now on amd64

-- 
synaptic and update-manager don't start any more
https://bugs.launchpad.net/bugs/213283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 213283] Re: synaptic and update-manager don't start any more

2008-04-10 Thread Tobias Stegmann
confirming

same problem here using gksu synaptic on amd64, but it crashes _after_
asking for passphrase

gksudo works properly

-- 
synaptic and update-manager don't start any more
https://bugs.launchpad.net/bugs/213283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-02-04 Thread Tobias Stegmann
Tested with a fresh alpha 4 amd64 and i386 - still not fixed. Thanks.

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-11 Thread Tobias Stegmann

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/11302305/lspci-vvnn.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-11 Thread Tobias Stegmann

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/11302303/dmesg.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-11 Thread Tobias Stegmann
Latest Hardy kernel updates didn't fix the problem. Thanks.

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/11302301/uname-a.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-11 Thread Tobias Stegmann

** Attachment added: version.log
   http://launchpadlibrarian.net/11302302/version.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-09 Thread Tobias Stegmann

** Attachment added: version.log
   http://launchpadlibrarian.net/11234278/version.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-09 Thread Tobias Stegmann

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/11234281/dmesg.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-09 Thread Tobias Stegmann

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/11234282/lspci-vvnn.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2008-01-09 Thread Tobias Stegmann

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/11234277/uname-a.log

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2007-12-28 Thread Tobias Stegmann
I'v already tested this issue with Hardy Alpha 2 relase as you can read
3 posts above. Thanks

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2007-12-28 Thread Tobias Stegmann
Perhaps this might be helpfull:

Output of lspci -vv:
00:0a.0 IDE interface: nVidia Corporation MCP65 SATA Controller (rev a3) 
(prog-if 85 [Master SecO PriO])
Subsystem: Hewlett-Packard Company Unknown device 30cf
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 23
Region 0: I/O ports at 30f8 [size=8]
Region 1: I/O ports at 30ec [size=4]
Region 2: I/O ports at 30f0 [size=8]
Region 3: I/O ports at 30e8 [size=4]
Region 4: I/O ports at 30d0 [size=16]
Region 5: Memory at b0004000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Output of cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: TOSHIBA MK1637GS Rev: DL03
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: TOSHIBA MK1637GS Rev: DL03
  Type:   Direct-AccessANSI  SCSI revision: 05

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2007-12-25 Thread Tobias Stegmann
So tested it with Hardy alpha 2+updates from today:

Kernel 2.6.24-2-generic and bug is still not fixed.

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2007-12-19 Thread Tobias Stegmann
I 've tested this problem with Gutsy 2.6.22 from repos, 2.6.24-rc4
(kernel.org, hardy config) and Hardy 2.6.22, but I will test it with
Hardy 2.6.24 soon.

Thanks

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] Re: crying hard disk on reboot

2007-12-15 Thread Tobias Stegmann
** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 175442] crying hard disk on reboot

2007-12-10 Thread Tobias Stegmann
Public bug reported:

Binary package hint: linux-source-2.6.22

I'm running a brand new HP Pavilion dv9533eg with Gutsy installed.

The problem is the following:

If I want to reboot, the second scsi disk, on which Gutsy runs, is not
shut down and makes a terrible noise, while the laptop reboots, just
like the power supply would be cutted.

Surprisingly only hard disk nr 2 is infected, first one goes to sleep
like a charm.

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

-- 
crying hard disk on reboot
https://bugs.launchpad.net/bugs/175442
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs