Jep, eikä sille näytä olevan tukea tuossa D-Linkin ajuripaketissa. Siispä Windows-ajurit käyttöön ndiswrapperilla tai tikku takaisin myyjälle ja tuettua rautaa tilalle.
MUOKKAUS: Vilkaisinpa valmistajan sivua, ja onhan siellä Linux-ajuritkin tarjolla: ftp://ftp.a-link.com/wnul/WNUL_linux.tar.gz
kysytään vielä että mitens noi istalloidaan.
Readmessa seuraavasti:
<<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>>.
Ensinnäkin mikä on helpoin keino näin aloittelijalle. Ja siihen sitten jos vielä olis mahdollista saada lisää yksityiskohtia.
Ja readmessa asennuksen jälkeen seuraavat kohdat:
-Set wireless lan MIBs
-Getting IP address
-WPAPSK/WPA2PSK
WPAPSK/WPA2PSK kohta tuskin on pakko tehdä koska käytän WPA suojausta mutta entä kohdat Set wireless lan MIBs ja Getting IP address. Onko nämä pakko tehdä? Kiitos jälleen jo etukäteen.