Hi, I got WiFi working on MSI Wind U90 from the following link: http://forums.msiwind.net/default-msiwind/have-the-wireless-drivers-but-t840.html
First, you need a proper build environment with the appropriate kernel headers. This is done fairly easily: Code: sudo apt-get install build-essential linux-headers-`uname -r` Next, download and unpack the modified driver sources: Code: wget http://scopeboy.com/things/rtl8187se_linux_26.1012.0331.2008_modified... tar xvzf rtl8187se_linux_26.1012.0331.2008_modified.tar.gz Now build them. Note that you'll need to set an environment variable in order to avoid a certain problem: Code: cd rtl8187se_linux_26.1012.0331.2008 export KBUILD_NOPEDANTIC=1 ./makedrv Now, assuming everything compiled without errors, try starting it all up using the wlan0up script. This will insert the appropriate modules and enable the wireless device. You should then be able to use it with Ubuntu's network manager. Code: sudo ./wlan0up But my problem is every time i reboot my laptop i have to reinstalled the WiFi drivers, is there any way to fix this? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gOS Linux" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/goslinux?hl=en -~----------~----~----~----~------~----~------~--~---
