USB Bluetooth Adapters (Linux) - WORKING*

Bluetooth related questions

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby Taron » Sun Oct 26, 2008 9:38 am

No one out there who can help me with my little problem with the bluetooth-file-sending?
Taron
 
Posts: 10
Joined: Fri Oct 17, 2008 9:51 pm

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby Grim Squeaker » Fri Nov 07, 2008 9:06 am

Acer has now made "official" Bluez Bluetooth support available on the Aspire One site:

http://www.acer.com/aspireone/support/files/files.html
User avatar
Grim Squeaker
 
Posts: 398
Joined: Tue Aug 19, 2008 6:17 am

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby clcuckow » Fri Nov 07, 2008 5:11 pm

Grim Squeaker wrote:Acer has now made "official" Bluez Bluetooth support available on the Aspire One site:

http://www.acer.com/aspireone/support/files/files.html


But it still does not support 2.1 devices :( so I have has to buy a cheap type 2 devices I will have to wait till they roll out the patch before I can use my belkin mini.
clcuckow
 
Posts: 2
Joined: Thu Oct 30, 2008 10:48 pm

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby tokyoturnip » Fri Nov 07, 2008 6:36 pm

Anyone Install the Bluez support?
Know if it supports Bluetooth headsets?
I maybe give it a try this weekend.
It would be great is they configured it so I do not have to restart bluetooth after every phonecall in Skype.
tokyoturnip
 
Posts: 21
Joined: Tue Aug 19, 2008 10:53 am

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby illuminati2000 » Sat Nov 08, 2008 4:52 pm

I try the new official Bluez, but dont luck with a Bluetooth 2.0+EDR complaint dongle, Encore ENUBT-C1E

http://www.encore-usa.com/product_item. ... =6&pid=166

Somebody works to him?

Recommend some Model o Trick.
illuminati2000
 
Posts: 6
Joined: Sat Nov 01, 2008 1:29 am

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby Lars » Mon Nov 10, 2008 4:53 pm

I just got a bluetooth dongle and thought I should try the Acer official BlueZ.
It didn't work until I added bluetooth.ko to /lib/modules/2.6.23.9lw/kernel/net/bluetooth/ .
I'm a linux newbie, but have Acer forgot that kernel module?
Lars
 
Posts: 1
Joined: Sun Nov 02, 2008 6:59 pm

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby tokyoturnip » Wed Nov 12, 2008 2:33 pm

I agree with Lars.
It appears the install does nothing.
(It actually has scripts running in background checking for USB dongle inserts, to start Bluetooth services).
However like Lars points out nothing happens until bluetooth.ko is placed in Directory Lars specified.(and don't forget depmod)
However what is bad about this and the uninstall. I had previoulsy complied my own Kernal Drivers and renamed my folders to bluetooth_orig, so I could see what the Acer supported install does, when ran the installer and uninstaller, it deleted my folders!!!!

I found that my Plantronics headset will not work until the Bluez packages are updated to latest version 3.35(?). And like the "manual" install I did before this install script was made available, it is still nessicary to restart Bluetooth each time I hang up a call in Skype (if other party hangs up it is OK.), but with new scripts provided by Acer, removing and inserting USB dongle will kill and restart Bluetooth service, so it is not sooo painful, no need to open terminal and sudo, just annoying...
Additionally like manually install, you need to setup .asoundrc file in Home with MAC of headset for Skype to be able to send audio to...

Acer made a stab at it...But not there yet..
I will try to post details later on how I got my headset to work using the Acer supplied install script. (I am at work now.)

cluckcow and illuminati, I think you just need to get the bluetooth.ko file off the top of this thread and install, and you will will probably see the bluetooth manager start upon inserting USB dongle. (Unles syou have already installed bluetooth.ko, don't forget depmod)
tokyoturnip
 
Posts: 21
Joined: Tue Aug 19, 2008 10:53 am

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby DTWone » Wed Nov 12, 2008 9:43 pm

thought I'd post my slightly different experience of getting bluetooth working
who knows what I did wrong but I couldn't get the modules added by following the instructions from the start of the first post in this thread, just got loads of dependency errors, not to mention one full re-install from meddling just a bit too much with things I didn't fully understand, like managing to remove the desktop module :oops:
I finally got the Acer bluetooth download mentioned here (cheers) and then followed the rest of the setup instructions from post 1 on this thread, eventually I got there and my bluetooth now works, YAY!
Still not sure everything is how it should be, I have a dead 'bluetooth file sharing' icon in the system section of the right click menu, just does nothing???
But when I plug in the dongle I can at least receive files/photos from my phone which was my main aim.
DTWone
 
Posts: 3
Joined: Thu Oct 23, 2008 10:29 pm

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby bjc » Thu Nov 13, 2008 7:53 am

tokyoturnip wrote:I think you just need to get the bluetooth.ko file off the top of this thread and install, and you will will probably see the bluetooth manager start upon inserting USB dongle
don't forget depmod

Thanks linker3000, Lars and Tokyoturnip (& Acer). Ive now got the Acer install of bluetooth (partially) talking to my phone with an icon in my taskbar appearing whenever a bluetooth stick is inserted :D

Lars wrote:It didn't work until I added bluetooth.ko to
/lib/modules/2.6.23.9lw/kernel/net/bluetooth/

This was a little confusing as the original post said
linker3000 wrote:4) Download the kernel modules pack bluetooth.tgz, extract the files and copy them to the folder /lib/modules/2.6.23.9lw/kernel/drivers/net/bluetooth

Perhaps either will work :? but Lars location certainly does.

SO in summary (for us idiots) as Root.
1) Install the Acer provided distribution
2) Download http://www.adsl24.co.uk/files/drivers/bluetooth.tgz
(as kindly provided by linker3000 in the first post of this thread)
3) tar xvf bluetooth.tgz bluetooth/bluetooth.ko
4) chmod a-x bluetooth/bluetooth.ko
5) mv bluetooth/bluetooth.ko /lib/modules/2.6.23.9lw/kernel/net/bluetooth/
6) depmod
7) /etc/init.d/bluetooth start
(OR Reboot)

Thanks again Guys - now I just have to get my Treo to sync and act as a modem .....
Last edited by bjc on Fri Nov 14, 2008 9:25 am, edited 1 time in total.
bjc
 
Posts: 36
Joined: Fri Aug 08, 2008 2:31 am
Location: Sydney Australia

Re: USB Bluetooth Adapters (Linux) - WORKING*

Postby sergiob » Thu Nov 13, 2008 3:18 pm

Where i can download bluetooth.gtz? I have no idea... thanks
sergiob
 
Posts: 1
Joined: Tue Sep 23, 2008 8:33 pm

PreviousNext

Return to Bluetooth

Who is online

Users browsing this forum: No registered users and 1 guest