bluetooth problem

Asked by naufal

I purchased CSR 2.0 Bluetooth USB Adaptera few days ago,It's work fine in windows xp but not in Ubuntu 7.10.
I typed " lsusb " in terminal in this result appear:
pyan@pyan-laptop:~$ lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

Anybody can help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
naufal
Solved:
Last query:
Last reply:
Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) said :
#1

What are you expecting to happen?
For example if you install gnome-obex-server you can receive files from another bluetooth device (such as a phone).

Revision history for this message
naufal (musp-student) said :
#2

I want to transfer files from phone to pc

Revision history for this message
naufal (musp-student) said :
#3

n connect pc to internet via phone

Revision history for this message
Goatz (mikej-weaver) said :
#4

https://wiki.ubuntu.com/HardwareSupportComponentsBluetoothUsbAdapters
http://ubuntuforums.org/showthread.php?t=111455 Will give you an idea how to connect to the internet.
sdptool search when you do this step you can normally find a channel for com data, (to transfer files) but you will probably need a program called bitpim.
sudo apt-get install bitpim
or gnome-obex-server if your phone support obex file transfer, (not all phones do)

Revision history for this message
Goatz (mikej-weaver) said :
#5
Revision history for this message
naufal (musp-student) said :
#6

I typed in terminal:
pyan@pyan-laptop:~$ sudo /etc/init.d/bluetooth restart
 * Restarting Bluetooth services [ OK ]
pyan@pyan-laptop:~$
and I follow the instruction in this page:
http://ubuntuforums.org/showthread.php?t=94713&highlight=Bluetooth+obex
Now I can transfer files from phone to pc n receive files....

Revision history for this message
naufal (musp-student) said :
#7

for stopping devices I typed:
pyan@pyan-laptop:~$ sudo /etc/init.d/bluetooth stop
 * Stopping Bluetooth services [ OK ]
pyan@pyan-laptop:~$