You are not logged in.
Pages: 1
I have managed to setup my Arch Linux to communicate with my nokia 6630 mobile phone succesfully using the KDE Bluetooth Framework ( http://kde-bluetooth.sourceforge.net/ ).
Problem is that I have to start everything manually. here's what I do:
SU to root and type
hciconfig hci0 up
then as normal user:
sdpd start
/etc/rc.d/bluetooth start
kbluetoothd
By default hci0 is always down so I have to 'bring it up' manually. How could I automate this to happen automatically at boot-up?
BTW, I'm using XFCE 4.2.2
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
OK looking further into this I've realised that there is no need to start the sdpd deamon manually as the /etc/rc.d/bluetooth script does this anyway. So the only thing I now need to know is how to bring hci0 'up' automatically at boot-up (rather then having to manually do hciconfig hci0 up as root all of the time)
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
What kind of bluetooth gear are you using on the PC?
Offline
Just a Class II belkin USB bluetooth adaptor.
http://catalog.belkin.com/IWCatProductP … _Id=198322
Works perfectly fine once I've enabled it
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
Pity - I've recently set up a pcmcia bluetooth card, but I haven't done usb. My best guess would be that you will need a custom hotplug script - at least, that would regarded as the "right" way to do it. The quick-and-dirty way would be to stick the hciconfig command in /etc/rc.local.
Offline
OK looking further into this I've realised that there is no need to start the sdpd deamon manually as the /etc/rc.d/bluetooth script does this anyway. So the only thing I now need to know is how to bring hci0 'up' automatically at boot-up (rather then having to manually do hciconfig hci0 up as root all of the time)
You can put your commands in /etc/rc.local and they will run at boot.
or - If it's a daemon, you can put it in the DAEMON section of /etc/rc.conf.
--
Some of the world's greatest feats were
accomplished by people not smart enough
to know they were impossible.
-- Doug Larson
Offline
You can put your commands in /etc/rc.local and they will run at boot.
or - If it's a daemon, you can put it in the DAEMON section of /etc/rc.conf.
Thank you, that worked perfectly
ARCH 0.7 (2.6.13) & Open SuSE 10.0 :: AMD XP2100+ :: 512 DDR-333 Ram :: 128MB Geforce 6600 (Nvidia 7664) :: 80GB HDD :: SBLive Value
Offline
Pages: 1