/3dsp

Modified 3DSP uWB and drivers for compiling on Ubuntu 11.04

Primary LanguageC

#Modified 3DSP driver source

I tried to compile the 3DSP source available at 3DSP official page, but it didn't work with Ubuntu 11.04, so I made some changes in the code and it works :)

First, you should install all dependencies:

$ sudo aptitude install build-essential linux-headers-`uname -r`

With all dependencies satisfied, just clone this git repository and run Install_3DSP.sh:

$ git clone http://github.com/reyiyo/3dsp.git
$ cd 3dsp
$ sudo bash Install_3DSPUSB.sh

If you don't use git, just download the source from Github, extract it and run Install_3DSP.sh:

$ curl http://github.com/reyiyo/3dsp/tarball/master -o 3dsp.tar.gz
$ tar -xvzf 3dsp.tar.gz
$ cd 3dsp
$ sudo bash Install_3DSP.sh

If you are using Ubuntu with Unity desktop, the uWB and Wifi Radar icon will not appear in the systray. You will have to do one aditional step, that you can find it here:

(In spanish): http://tuamigotetieneganas.blogspot.com/2011/04/unity-area-de-notificacion-systray.html

If you have any question, contact me: reyiyo [at] gmail [dot] com

[UPDATE] I wanna thank you all for your mails and blog comments. I've received many questions about if I'm going to make this drivers work with the new Ubuntu version... The answer is maybe. I don't have tha bangho machine to test them in Ubuntu, I don't have much time right now and also I don't know wich is the problem and if I can solve it so the only thing I can say is that I promise to start working on it in a few weeks. If you're interested in the news, please suscribe to this repo or to my blog and as soon as I have some news, I'll publish them. Again, thank you all!!