473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

USB Bluetooth Dongle for Linux

Greetings to All,

firstly, i am new to this forum and in Linux World.

please assist me to locate a USB Dongle that is support the Linux Operating system or drivers. i am using Fedora 10

Planza
Jun 18 '09 #1
6 15569
gits
5,390 Expert Mod 4TB
just to make it a bit more clear ... you mean such a hardware-lock related dongle? not just wifi or any other USB stick? i just ask to confirm that ... since dongle is often used with different meanings while the original meaning would be to have a harware-lock for some software to work with or similar.

kind regards
Jun 18 '09 #2
hi,

i need a usb bluetooth dongle. i need to use my cell as a modem and i was looking for a usb bluetooth dongle for cnnecting to internet
Jun 18 '09 #3
gits
5,390 Expert Mod 4TB
i've got a MSI PC2PC Bluetooth USB-Adapter to work with ubuntu ... but the most linux distros have a hardware-compatibility page where you might have a look at ... something like this one for ubuntu

kind regards
Jun 19 '09 #4
Nepomuk
3,112 Expert 2GB
There are two things I can think of right now, that may help you find your bluetooth dongle:
  1. Right after you've connected it, run
    Expand|Select|Wrap|Line Numbers
    1. dmesg | tail
    If it found the dongle, there should be a message like
    Expand|Select|Wrap|Line Numbers
    1. usb 4-2: new full speed USB device using uhci_hcd and address 2
    2. usb 4-2: configuration #1 chosen from 1 choice
    3. Bluetooth: HCI USB driver ver 2.9
    4. usbcore: registered new interface driver hci_usb
    If it shows something like that, you just have to install the proper packages to control it.
  2. Run
    Expand|Select|Wrap|Line Numbers
    1. lsusb
    to see the USB devices connected. With my device, the entry looks something like this:
    Expand|Select|Wrap|Line Numbers
    1. Bus 004 Device 002: ID 0a12:0001 Cambridge Silicon radio, Ltd Bluetooth Dongle (HCI mode)
Of course, the compatiblity lists gits was talking about can be very helpful, but they may be incomplete. The dongle I use is a "level one MDU-0005USB" but it is listed as a "Cambridge Silicon Radio" device - which is probably the chipset used inside. So often devices that are not listed can still work.

Based on the output of those commands, we can find out, which tools you need. Also, this and this may help.

Mind you, I renamed this thread, so that it is a bit more clear, what this is all about.

Greetings,
Nepomuk
Jun 30 '09 #5
Hello Friend,

I got a USB Bluetooth Dongle for using with windows. when I checked it with Linux, it worked perfectly... so I hope usually all dongles will work with Linux.
Aug 1 '09 #6
gits
5,390 Expert Mod 4TB
hope is good :) ... but not enough i guess ... at the moment you cannot know for sure that any devices that are supported by windows will work on a linux-system. you might have a look at the specs of the device ... like chipsets etc. and when there is a success-message somewhere on a website that states that a device with the same chipset is working then you might have a very good chance that your 'similar' device will work too ... last week i noticed that my old DVBT-stick is now somhow supported ... and it definitly was not before 3 months ago as i last tried that :) ... so device-support will getting better quite fast :) but is not 'windows'-like ... so that not all 'windows'-devices will work with linux

kind regards
Aug 1 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Tor Erik Sønvisen | last post by:
Hi I'm making a server-side solution in Python and need to be able to communicate through bluetooth. Is there any bluetooth-packages out there for python? regards tores
4
by: Logan | last post by:
I am interested in programmatically connecting my computer to my cell phone's bluetooth Hands-Free Profile (HFP). So can can use my computer to answer and make calls as well as route the audio...
2
by: colin | last post by:
Hi, Im having a tiresome amount of trouble with using a bluetooth serial link. The receiving end is a bluetooth-rs232 module conected to my embeded system. The PC has a little usb bluetooth...
2
by: Paul Sijben | last post by:
To automate/ease configuration in my app I am trying to find out to which serial port a certain bluetooth device is connected. With pybluez I can find out which bluetooth devices I have, but it...
6
by: jabslim | last post by:
excuse me, im a newbie programmer and i need a code on how to to be able to send files from a mobile phone to a pc through bluetooth in vb.net can anyone post a code here on how to detect a...
1
by: Z.K. | last post by:
I know this is probably not the correct newsgroup, but I can't find anywhere else that is appropriate to post it in. I need to figure out how to write a bluetooth program to access a bluetooth...
7
by: gayatri1282 | last post by:
How to transfer the file to mobile using dot net 1.1 application using the bluetooth dongle connected to PC.Anybody can help me out from this problem
1
by: lakshmiRam | last post by:
hi i have a bluetooth dongle and a program to serach all the devices using bluetooth, but the problem is findFirstDevice() function always returns null so it fails in searching but, i know that...
1
by: hemanth727 | last post by:
Hi all, In grave trouble. I have to develop an console app which takes the data from the bluetooth dongle and stores it in a text.. now prob is .. i donno how to receive data from bluetooth ( USB...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.