Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 844 Bytes

README.markdown

File metadata and controls

23 lines (14 loc) · 844 Bytes

#Modified 3DSP driver source

I tried to compile the 3DSP source available at 3DSP official page, but it didn't work with Ubuntu 10.10, 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/franciscosouza/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 git://github.com/franciscosouza/3dsp/tarball/master -o 3dsp.tar.gz
$ tar -xvzf 3dsp.tar.gz
$ cd 3dsp
$ sudo bash Install_3DSP.sh

If you have any question, contact me: [email protected]