Comment 124 for bug 246141

Revision history for this message
GĂ©rard Bigot (gerard-bigot) wrote :

>post a step by step guide to installing the driver Coffelius has posted?

Simple :

 - apt-get install build-essential
 - if you're running the -generic flavour of your kernel : apt-get install linux-header-generic . Otherwise, you should know which header you need. Maybe type 'uname -a' to find out ?

 - download http://msi-wind-linux.googlecode.com/files/rtl8187se_linux-04.tar.bz2 or the latest available on http://code.google.com/p/msi-wind-linux/
 - tar jcvf rtl8187se_linux-04.tar.bz2
 - cd rtl8187se_coffee/

 - ./makedrv
 - ./wlan0up
 - test all you want.
 - ./wlan0down

 - if it's good enough for you : ./install

My thanks go to coffelius for its work ...