- bits & pieces about software development HostingAbc Logo
Show all posts.
To follow up on getting bluetooth to work on Ubuntu Hardy, I did this:

1) visit this site, and add the Debian sid repository
Unofficial Debian packages
it is not necessary to add the source repository.

1a) refresh synaptic, and add the package
omnibook-source

2) use module-assistant to build the kernel module 
(but first, exit synaptic)
sudo m-a a-i omnibook-source
(you have to work out how to get module-assistant working
 yourself. It is a package; you can find it in Synaptic. 
Make sure you install all recommended dependencies. 
Try installing build-essential as well)

3) we need to make sure the module loads at startup
so edit the file /etc/modules
sudo vi /etc/modules
and add the line
omnibook
at the end

4) and we need to get it working so make a file called 
omnibook in /etc/modprobe.d
and in this file put one line
omnibook ectype=14

5) you don't need to reboot. You can do this
sudo modprobe omnibook ectype=14

by doing this, the bluetooth icon appears.
I just synced my phone. It works very well. 


Source: http://www.linuxforums.org/forum/ubuntu-help/125492-solved-problem-bluetooth.html
add linkThe last comments:custom usb flash drives says:wow, the radio very nice, Afonso says:I'm trying to make a raid1 on the asus 500gp and I've saw your thread. But I cannot find the md.o and the raid1.o on modules.tar.gz file you attached. I also have a linux noobie question here should I put the files to make the insmod command see themmike says:Good videosmoszidev says:Venemo: it is at System.Web.Configuration.HttpConfigurationSystem.UseHttpConfigurationSystem moszidev says:dumb, ... no wonder your name is dumb :) ... i more or less expected these type of answers :) - trust me, i know the double locking design pattern :) ... but it seems that you don't really know for what the locking is needed ;) ...dumb says:this is called double locking: http://en.wikipedia.org/wiki/Double_checked_locking_patternVenemo says:Where did you find this in the framework?
Copyright (C) 2007, Molnar Szilveszter m@il me