Kodi Community Forum
Zotac ION N330 Suspend and Bluetooth Problems - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112)
+--- Thread: Zotac ION N330 Suspend and Bluetooth Problems (/showthread.php?tid=56525)



Zotac ION N330 Suspend and Bluetooth Problems - donabi - 2009-08-18

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
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.