LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bluetooth (https://www.linuxquestions.org/questions/linux-newbie-8/bluetooth-283029/)

mdk110.1newb 01-27-2005 04:50 PM

Bluetooth
 
Hello I am a Linux newbie and run Mandrake 10.1 on a split on a dell inspiron 4150 .
Both my PCMCIA cards are recognised by the configuration tool. and I managed to ge my WLAN card working I use a Zoom PCMCIA card for bluetooth. The card powers up and the light turns on and when I check on drake config ,,,, it is saved as ttyS4 under misc and is recognized as a modem. Yet when I try to transfer info on from my phone or another bluetooth devices its not working. Im not sure what to do ..............I would appreciate some guidance . Thank you in advance .

cs-cam 01-27-2005 05:45 PM

Try running these commands at a terminal, you'll need to su root.
Code:

# hciconfig up
# hcitool scan

that should return some info, for me it finds my mobile, tells me it's name and gives me an address to use. If you can ping that address using l2ping (<- lowercase L) then you're good to go :) Then just head over to openobex.sf.net and install openobex to communicate with your phone and obexftp to have the transfers.

mdk110.1newb 01-28-2005 02:38 PM

Hello there again,
hciconfig -- says there are no such devices
hcitools scan -- say there are no devices
hcitools dev -- nothing happens

Now what should I try to do ? Thanks in advance

cs-cam 01-29-2005 06:04 PM

Then Bluez obviously doesn't support your device out of the box, I have a USB adapter which it recognised properly, perhaps have a squiz around the config files or man hciconfig to see how to get it working with PCMCIA cards.

evilgoddude 06-04-2005 02:07 AM

i have a similar problem. I'm running mandrake 10.1 as well, and i have a usb bluetooth dongle. in windows, i use a widcomm driver. in hard drake, it shows up under unknow/others as follows:
Identification
Vendor: ‎SiW
Description: ‎SiW
Media class: ‎Wireless|Radio Frequency|Bluetooth
Connection
Bus: ‎USB
Bus PCI #: ‎1
PCI device #: ‎4
Vendor ID: ‎4880
Device ID: ‎1
Misc
Module: ‎hci_usb

manufacturer was no help, and haven't been able to find helpful yet. perhaps you gurus of computer wisdom can help?

cs-cam 06-04-2005 03:11 AM

You don't need specific drivers, as long as the bluez kernel modules recognise it as a Bluetooth device you shouldn't have any problems. What happends when you run 'hciconfig up'?

evilgoddude 06-04-2005 05:35 PM

ok, i'm probably clueless, but when i try to run hciconfig as root, it just says "bash: hciconfig: command not found"

cs-cam 06-05-2005 08:01 PM

Well then you need to install bluez-libs and bluez-utils. www.bluez.org

cs-cam 06-05-2005 08:07 PM

Now I think about it, Mandrake probably has the bluez packages available in their repositories. Just search with urpmi or whatever you use to install stuff, it shoulod be in there. And if you use KDE, install kdebluetooth as well, then it will integrate everything into Konqueror for you :)

marisdembovskis 05-25-2006 03:49 AM

Thaks to miline.multiply.com/journal
I did

yum -y install gnome-bluetooth
yum -y install gnome-bluetooth-devel
yum -y install bluez-hcidump
yum -y install bluez-libs-devel

And now I got this:
$ hcitool scan

Scanning ...
00:13:70:19:A0:49 Nokia 3230

$ hcitool dev

hci0 00:10:60:D1:4F:20

So far is OK!.

in SELinux I do "disable SELinux protection for bluetooth device"

then restart bluetooth
/sbin/service bluetooth restart

Stopping Bluetooth services: [ OK ]
Starting Bluetooth services: [ OK ]

NOW WHAT??????????
I GO TO THE FIREFOX, RIGHT CLICK AND THERE SHOULD BE SEND WITH BLUETOOTH, BUT I DON'T HAVE IT.

thanks to everyone. jou!

cs-cam 05-25-2006 06:22 AM

Quote:

I GO TO THE FIREFOX, RIGHT CLICK AND THERE SHOULD BE SEND WITH BLUETOOTH, BUT I DON'T HAVE IT.
Wtf? No there shouldn't. Link me to whatever it is you're trying.

lotusjps46 05-25-2006 06:52 AM

You are running KDE, right? Look in the menu under Internet. There might be the items kbluetoothd and kbtobexclient. Try clicking those, or try the names in a shell, followed by a "&", like this:

kbluetoothd &
kbtobexclient &

The Obex Client should open and let you transfer files to your phone. Let us know if this works.

Good luck.

C

marisdembovskis 05-25-2006 08:33 AM

I'm new in Linux and I use FC5 x86_64 amd.
And I try to transfer files from my pc to nokia mobile.
I just don't understand how all that works. I'm running Gnome.

Under Internet Menu I have:
Akregator
Contacts
Email
Firefox Web Browser
Internet Mesenger
VOIP
KNews
Koppete
Kphone
KPPP
Krdc

and there is no OBEX,
but
I have installed:

rpm -qa |grep obex
openobex-devel-1.1-1
openobex-1.1-1
openobex-apps-1.0.0-10

cs-cam 05-25-2006 05:19 PM

Openobex isn't a program, it's a library. openobex-apps will do what you want but it's a bunch of command line programs, not any GUI ones. Try installing GNOME Bluetooth, that should have what you want.

lotusjps46 05-25-2006 08:21 PM

Well, kbtobexclient is a GUI for OpenObex. It works great on Ubuntu and Vector. In a shell try typing "kbluetoothd &" and hit Enter, then type "kbtobexclient &" and hit enter (do not type the ""). It should open a window where you can drag and drop files to transfer to the phone. Please try it and tell us what happens.

C


All times are GMT -5. The time now is 02:47 AM.