On Wed, Feb 06, 2008 at 08:39:54AM -0800, Brian Behlendorf wrote:
> Hardy knows enough about.  Bluetooth /sometimes/ works, I can't find a 
> reliable reason why it'll just not come up at boot sometimes.  Then I read 

i have problems sometimes with bluetooth but only waking up from hibernation 
(which otherwise works perfectly; feisty had trouble with restarting wifi but 
that's ok with gutsy). i could patch the resume scripts but just run a script 
manually to restart bluetooth - the problem is that the kernel modules don't 
reload properly.

cat > bt_reload.sh << #end
/etc/init.d/bluetooth stop
modprobe -r rfcomm hidp l2cap hci_usb bluetooth
/etc/init.d/bluetooth start
#end

-rishab


Reply via email to