I installed as proposed linux-image-2.6.25-1-generic but that kernel
didn't work reliable on my Dell Latitude D630:

- Sometimes after the boot process, the system doesn't show the login-screen. 
In this case, it is not possible to change to a virtual console as well.
- Standby mode doesn't work reliable: sometimes it doesn't enter standby-mode, 
or the system doesn't wake up (also blank screen and freezed).
-  The externel DVI-Monitor is always blank, inspite of correct activiating the 
interface and display-mode with "xrandr"
-  The old problem with the undock-key on the docking station still exists 
(after pushing the undock-key, the processor-load of "kacpi_notify" raises to 
50%)


Therefore, I experimented again with the 2.6.24-kernel from hardy on my problem 
B)  "Undocking in standby mode" and came to the following solutions:

- wake-up after standby is working correctly...
-> if changing the display mode from "external-DVI-display only" to "both 
display mode" (internal LCD and external DVI) *before* going to standby.

- The wireless keyboard/mouse (connected via Logitech usb-receiver) will work 
after standby...
-> if executing a "lsusb" after wake up
(the first "lsusb" after standby shows no usb-devices at all; after this first 
"lsusb" all usb-devices are shown and my wireless keyboard/mouse is working 
correctly)

To execute "lsusb" automaticlly after standby, I created following
script in

File:  "/etc/pm/sleep.d/99-lsusb.sh"

#! /bin/bash
[ "$1" == resume ] && lsusb >/dev/null

-- 
Hot-Docking/-Undocking Dell D630 from Docking Station
https://bugs.launchpad.net/bugs/204210
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

Reply via email to