LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2005, 05:50 PM   #1
mdk110.1newb
LQ Newbie
 
Registered: Jan 2005
Posts: 6

Rep: Reputation: 0
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 .
 
Old 01-27-2005, 06:45 PM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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.
 
Old 01-28-2005, 03:38 PM   #3
mdk110.1newb
LQ Newbie
 
Registered: Jan 2005
Posts: 6

Original Poster
Rep: Reputation: 0
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
 
Old 01-29-2005, 07:04 PM   #4
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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.
 
Old 06-04-2005, 03:07 AM   #5
evilgoddude
LQ Newbie
 
Registered: Jan 2005
Distribution: Mandrake 10.1
Posts: 5

Rep: Reputation: 0
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?
 
Old 06-04-2005, 04:11 AM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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'?
 
Old 06-04-2005, 06:35 PM   #7
evilgoddude
LQ Newbie
 
Registered: Jan 2005
Distribution: Mandrake 10.1
Posts: 5

Rep: Reputation: 0
ok, i'm probably clueless, but when i try to run hciconfig as root, it just says "bash: hciconfig: command not found"
 
Old 06-05-2005, 09:01 PM   #8
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Well then you need to install bluez-libs and bluez-utils. www.bluez.org
 
Old 06-05-2005, 09:07 PM   #9
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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
 
Old 05-25-2006, 04:49 AM   #10
marisdembovskis
Member
 
Registered: May 2006
Posts: 37

Rep: Reputation: 15
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:601: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!
 
Old 05-25-2006, 07:22 AM   #11
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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.
 
Old 05-25-2006, 07:52 AM   #12
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
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
 
Old 05-25-2006, 09:33 AM   #13
marisdembovskis
Member
 
Registered: May 2006
Posts: 37

Rep: Reputation: 15
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

Last edited by marisdembovskis; 05-25-2006 at 09:38 AM.
 
Old 05-25-2006, 06:19 PM   #14
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
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.
 
Old 05-25-2006, 09:21 PM   #15
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bluetooth stimpsonjcat Debian 1 05-12-2005 12:30 AM
Help me with Bluetooth d4d4n9 Mandriva 1 03-02-2005 04:49 AM
Help with bluetooth pablowablo Linux - Newbie 4 02-12-2005 10:12 PM
BlueTooth??? peachy Linux - Hardware 0 08-26-2004 08:53 AM
How do you use Bluetooth? mikeshn General 7 10-28-2003 10:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration