Moro!
Asensin tässä tänään vanhaan läppäriini Linux 10.04 LTS Windowsin rinnalle ja se sai heti uutta eloa. Mutta nyt ainoana ongelmana ilmeni Wlan tikun asentaminen. Kyseessä on siis A-Linkin Wlan adapteri. Ongelma on on siis se, että en osaa asentaa sitä, sillä ReadMe filen luettua en tajua ohjeista juurikaan mitään.
Tässä mitä readme kertoo:
<<Method 1>>
Runing the scripts accomplish all operations including building up modules
from the source code, installing driver to the kernel and starting up the nic.
1. Build up the drivers from the source code
make
2. Install the driver to the kernel
make install
reboot
3. bring up wlan if nic is not brought up by GUI, such as NetworkManager
ifconfig wlan0 up
Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to check your wlan interface name,
since it may change wlan0 to wlan1,etc.
<<Method 2>>
Or only load the driver module to kernel and start up nic.
1. Build up the drivers from the source code
make
2. Copy firmware to /lib/firmware/ or /lib/firmware/(KERNEL_VERSION)/
cp -rf firmware/RTL8192SU /lib/firmware
or
cp -rf firmware/RTL8192SU /lib/firmware/(KERNEL_VERSION)
Note: This depends on whether (KERNEL_VERSION) subdirectory exists under /lib/firmware
3. Load driver module to kernel and start up nic.
./wlan0up
Note: when "insmod: error inserting 'xxxx.ko': -1 File exists" comes out
after run ./wlan0up, please run ./wlan0down first, then it should
be ok..
Note: If you see the message of "unkown symbol" during ./wlan0up, it
is suggested to build driver by <<Method 1>>.
Olen vielä Linuxin kanssa hieman jalka(käsi), että en edes tiedä miten tuon source coden voi avata ja sinne sitten jotain koodia laittaa. Onko mitään koodia mitä voisi Terminaaliin kirjoittaa, jotta saisin tuon wlan-tikun asennettua?
Olisin todella kiitollinen jos joku osaisi auttaa aloittelijaa hädässä.
Kiitos.
-Linuxi