Since i was last on, i have
a Total re-install, completely
wiped everything off.
Loaded the wireless drivers and done the following:-
Code:
sudo gedit /etc/modules
Add the following to the bottom:
Code:
rt2870sta
Edit the startup script:
Code:
sudo gedit /etc/rc.local
Add this near the end but before "exit 0"
Code:
sudo insmod /lib/modules/<kernel version>/wireless/rt2870sta.ko
configured as i normally do, rebooted,
and
WALLAH internet without reconfiguring, yes straight in.
Feeling
Nice, for now, got to do updates yet.
EDIT:
I used Kwrite instead of gedit, gedit is not installed initially, just thought i'd make that clear.