I have problems installing a wlan stick for my F5370
I used a Wlan Stick (http://www.techniclan.com/WUSB-150GN_15 ... ,p,96.html ) and the Instructions from http://wiki.samygo.tv/index.php5/Using_ ... es_with_TV and http://woikr.com/home-entertainment/usi ... ternet-tv/ but both instructions don?t help
1. I downloaded Ubuntu 10.4.4 and installed it
2. Downloaded the RT2870 Driver from http://de.driverscollection.com/?H=RT2870&By=Ralink
3. Extracted it to media/driver
4. Changed the two files config.mk and usb_main_dev.c ( it is already changed ) like in the descriptions
5. Opened terminal:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install linux-headers-$(uname -r)
cd media/driver/
sudo make
sudo make install
sudo rmmod rt2870sta
sudo rmmod rt2800usb
sudo rmmod rt2x00usb
sudo rmmod rt2800lib
lsmod | grep rt
sudo su
insmod <DRIVER_ROOT>/os/linux/rt3070sta.ko
and BAAM! Nothing happens there. There isn?t any File named rt3070sta.ko.
Does it mean that the files aren?t compiled?
EDIT:
I've downloaded and installed the Ubuntu 10.4 Netbook Version but on sudo apt-get upgrade the Monitor turns black. Only the mouse appears on move. I can't click anything and on hard restart Ubuntu won't load. It's really annoying to do so much for nothing... Please can anyone help here?
EDIT2:
Back to Ubuntu 10.04.3 Desktop installed. Now I can read an Error Message at command # sudo make install after line:
install -m 644 -c rt2870sta.ko /lib/modules/2.6.32-33-generic/kernel/drivers/net/wireless/
I used the Link from http://linuxforums.org.uk/index.php?top ... 72#msg4472.
What can I do now?
EDIT3:
I followed these steps: http://ubuntuforums.org/showthread.php? ... ost8315642
Now it compiles but it isn't the rt3070sta.ko. It is named as rt2870sta.ko

