From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: The Bluetooth init script doesn't start the hidd daemon. The init script has to be edited by hand to get Bluetooth keyboards and mice recognised. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Boot FC3. 2. 3. Actual Results: Bluetooth HID devices don't work. Expected Results: Bluetooth HID devices work. Additional info:
The hidd script starts the hidd dæmon. Is it sufficient just to start that? /sbin/chkconfig --level 345 hidd on
Why does status give info about hidd then? :) $ grep hidd /etc/init.d/bluetooth status hidd Remove that, and it should be fine.