Comment 11 for bug 289905

Revision history for this message
jbeezo (jbeezo) wrote : Re: Bluetooth keyboard not recognized by kboot

Incase anyone with this problem is reading this, here's a temporary workaround.
http://psubuntu.com/forums/viewtopic.php?f=4&t=617

[code]
umount /mnt/root
mount /dev/ps3da1 /mnt root
cd /mnt/root/etc/default
rm bluetooth
echo "BLUETOOTH_ENABLED=0" > /mnt/root/etc/default/bluetooth
umount /mnt/root
reboot
[/code]