LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   imac G5 bluetooth (https://www.linuxquestions.org/questions/linux-newbie-8/imac-g5-bluetooth-830065/)

page_seven 09-02-2010 10:13 PM

imac G5 bluetooth
 
What modules do I need for the bluetooth card inside an iMac G5 iSight rev.C

MS3FGX 09-04-2010 10:38 AM

Is there anything helpful under lspci or lsusb?

thorkelljarl 09-04-2010 06:04 PM

It's G5 on the outside, but what's on the inside...

If your bluetooth is of the right type,the results of the two suggested commands should give you a vendor ID code and a device ID code. You might also try something like "cat /proc/bus/usb/devices" The command "lshw" might also give you some confirming information.

If you can get the two codes identifying the manufacturer and the model of the bluetooth chip you can google further from there.

There are other types of bluetooth setups, but that's a start. From here, we don't know what your hardware is nor which linux distribution you are using. Details are important.

page_seven 09-05-2010 05:51 PM

VendorId: 05ac
Prod. Id: 8207

All I know is it is made by Cambridge Silicon Radio and it shows up in lsusb. Wierd thing is it used to say "Apple Comp, Inc. Bluetooth something", but now it says nothing but "Apple Comp, Inc". Googling the above numbers didn't help much in deciding what module is the correct one.

MS3FGX 09-05-2010 08:56 PM

The CSR chipset is very well supported under Linux, have you simply tried loading the "btusb" and "bluetooth" kernel modules? For that matter, have you tried simply running something like "hcitool scan" and seeing if the adapter is working?

page_seven 09-05-2010 10:55 PM

I built most bluetooth drivers in to the kernel except PCMCIA and other ones that obviously wouldn't help. It's working now and I can connect.


All times are GMT -5. The time now is 08:26 PM.