Giter Club home page Giter Club logo

3dsp's Introduction

#Patched 3DSP USB driver

  • Tested on Linux Lite 2.2 (based on Ubuntu 14.04) & Ubuntu 13.04 with network manager
  • Wifi is working
  • Bluetooth is NOT working

a) First, you should install all dependencies:

$ sudo apt-get install build-essential linux-headers-`uname -r`

IF YOU HAVE Linux Lite 2.2 JUMP TO STEP (f).*******

b) Download and install the library libnotify1 through the link:

http://packages.ubuntu.com/lucid/libnotify1

You can download the library libnotify1 with the wget tool:

x86_64:

$ wget -c http://mirror.pnl.gov/ubuntu//pool/main/libn/libnotify/libnotify1_0.4.5-1ubuntu3_amd64.deb

x86_32:

$ wget -c http://mirror.pnl.gov/ubuntu//pool/main/libn/libnotify/libnotify1_0.4.5-1ubuntu3_i386.deb 

c) Install the library

x86_64:

$ sudo dpkg-i libnotify1_0.4.5-1ubuntu3_amd64.deb 

x86_32:

$ sudo dpkg-i libnotify1_0.4.5-1ubuntu3_i386.deb 

d) Copy the library libnotify1 to the respective folder (x86_64 / x86_32)

x86_64:

$ sudo cp /usr/lib/libnotify.so.1.1.3 /usr/lib/x86_64-linux-gnu/  

x86_32:

$ sudo cp /usr/lib/libnotify.so.1.1.3 /usr/lib/i386-linux-gnu/

e) make symlink with the command:

x86_64:

$ sudo ln-sf /usr/lib/x86_64-linux-gnu/libnotify.so.1.1.3 /usr/lib/x86_64-linux-gnu/libnotify.so.1 

x86_32:

$ sudo ln-sf /usr/lib/i386-linux-gnu/libnotify.so.1.1.3 /usr/lib/i386-linux-gnu/libnotify.so.1 

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

$ git clone http://github.com/Alamot/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/Alamot/3dsp/tarball/master -o 3dsp.tar.gz
$ tar -xvzf 3dsp.tar.gz
$ cd 3dsp
$ sudo bash Install_3DSP.sh 

g) reboot your system & enjoy. :)

[ACKNOWLEDGEMENTS]

This patch is due to many people:

Reyiyo: https://github.com/reyiyo/3dsp

Eriton Benevides: http://eritonb.blogspot.gr/2012/05/3dsp-bluew2310-u-no-ubuntu-1204-kernel.html

Aku-Aku: http://ubuntuforums.org/showthread.php?t=1234213&page=5

ThankS! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.