• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

wlan mit linux treiber rtl8187l

mechul58

Newbie
Hallo

ich habe Mainboard Asus M2N32-SLI Deluxe mit rtl8187l wlan ich habe die treiber geladen und installasion nach readme gehalten leider funksionert nicht ich möchte linux treiber benutzen da realtek linux treiber verfügen stellt

zu zeit benutzer ich Netgear wpn111 mit ndiswrapper winxp treiber

http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=1&PFid=1&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true#RTL8187L

treiber habe ich geladen so entpackt und installiert

tar -zvxf rtl8185_linux_26.1010.0531.2006.tar.gz
tar -zvxf stack.tar.gz
tar -zvxf rtl818x.tar.gz
cd ieee80211
make clean
make
cd ../rtl818x-0.1
make clean
make
cd ../
./makedrv
./wlan0up

so habe weiter gemacht nach readme

===============================================================================================
< Component >
The driver is composed of several parts:
(1)source code
r818x.tar.gz
stack.tar.gz

(2)Script ot build the modules
makedrv

(3)Script to load/unload modules
wlan0up
wlan0down

(4)Script and configuration for DHCP
wlan0dhcp
ifcfg-wlan0

(5)Supplicant source code
wpa_supplicant-0.3.8.tar.gz

(6)Example of supplicant configuration file
wpa1.conf




< Installation >
Running the scripts can finish all operations of building up modules from source code and start the nic:

(1)Build up the driver from the source code
./makedrv

(2)Load the driver module to kernel and start up nic
./wlan0up
(if "insmod: error inserting 'r8180.ko': -File exists." met,
./wlan0rmv
./wlan0down
./wlan0up
should be OK.



ganze installastion verlieft ohne probleme aber funksionierte nicht
 
Oben