• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Can't get Bluetooth working...

harayforboobies

New Member
Joined
Feb 1, 2006
Messages
1 (0.00/day)
Hi, i'm totally new to linux. I have SUSE Linux 10.0 and I can't get my bluetooth wireless card to turn on. It works 100% in windows xp but not in linux. It recognizes it but I don't know how to set it up.. and help is appreciated... thanks in advance...

p.s. I have a button on my laptop (my computer with linux) that turns it on and off...
 
Last edited by a moderator:
Is it built in, or is just a card you put in and that you have software with, you may need to go into your settings and enable it, sometimes you ahve to configure the settings yourself..
 
If your sure that its recognised properly then have a look on this links page http://www.holtmann.org/linux/bluetooth/

The only thing i can think of to fix if it isnt recognised by linux is the following:

Firstly you have to find out what chipset your bluetooth dongle uses.
Secondly i think your going to have to basically compile your own kernel and include the module for the chipset that your bluetooth dongle uses.
Thirdly depending on if you add it to the kernel or as like built in you will have to add the name of the module to a config file which is used when you boot linux.

If the kernel doesnt have support for your bluetooth dongle then you can either try and find a different copy of the kernel which does or try and find the driver for it.

To recompile your own kernel however requires a whole guide itself , plus different linux distro's will have different kernels with different options and slightly different config files.

Only thing i can suggest is going to www.gentoo.org and reading through their handbook, its basically step by step setting up linux manually, in the handbook there is a page or two on recompiling your kernel for your particular configuration.
 
Back
Top