2009-08-18, 12:39
the board goes to the standby and comes back as it should.
but after the "wake-up", my bluetooth-dongle is no more available.
the only way to get it back is to completely re-boot.
so i looked after the pm-utils.
after entering
so, btusb seems to be "my" goal.
editing "00sleep_module" to
but, after that, the systems does no more wake-up from standby.
and after a hard-reset, the bluetooth dongel is completely gone.
but after the "wake-up", my bluetooth-dongle is no more available.
the only way to get it back is to completely re-boot.
so i looked after the pm-utils.
after entering
Code:
lsmod | grep -iE 'usb|1394|hci|ndiswr|forced|8139|hid|802'
[code]
i get
[code]
usbserial ---39656 1 ftdi_sio
btusb ---19608 3
usbhid ---42336 0
forcedeth ---61712 0
so, btusb seems to be "my" goal.
editing "00sleep_module" to
Code:
SUSPEND_MODULES="$SUSPEND_MODULES btusb"
but, after that, the systems does no more wake-up from standby.
and after a hard-reset, the bluetooth dongel is completely gone.