View Single Post
  #19 (permalink)  
Old 01-11-2008, 08:16 PM
anomaly anomaly is offline
 
Join Date: Oct 2008
Posts: 36
Smile Re: Advent 4213 - ubuntu realtek wifi driver

Hey, all sorted now, i uninstalled ubuntu using wubi, then reinstalled again. Connected to ethernet and downloaded installed all the updates.

I then used info from this page: https://bugs.launchpad.net/ubuntu/+s...ux/+bug/246141

Quote:
1- First I removed the following libraries (backing up first of course) based on a comment by marc.milliien in Msi Wind Forums • View topic - I have the wireless drivers BUT.....

sudo rm -rv /lib/modules/2.6.24-21-generic/kernel/drivers/net/wireless/rtl8187.ko
sudo rm -rv /lib/modules/2.6.24-21-generic/kernel/net/ieee80211
sudo rm -rv /lib/modules/2.6.24-21-generic/ubuntu/wireless/rtl8187-usb
sudo depmod
Then used these instrustions:

Quote:
Download, build, and install Coffelius' variant of the rtl8187
# driver. Originally noted in an Oct 17 post to:
# Msi Wind Forums • View topic - I have the wireless drivers BUT..... by coffelius
# The code is available from:
# msi-wind-linux - Google Code # Change this name to get a newer version
name=rtl8187se_linux-04.tar.bz2
dirname=rtl8187se_coffee
# Fetch if needed
if [[ ! -e $name ]]; then

wget http://msi-wind-linux.googlecode.com/files/$name
tar xvjf $name


# Build and load

cd rtl8187se_coffee
./makedrv

sudo ./wlan0down
sudo ./wlan0up

sudo ./install
Reply With Quote
 
Page generated in 0.07062 seconds with 9 queries