I got my hands on an old computer which I want to use as a server running with Gentoo. The computer is quite old so there wasn't any WLAN PCI-Adapter included. That's why I bought the Zyxel G-301 v3 with a Realtek RTL-8185 chip.
After testing the adapter with Windows XP (which was still installed) I restarted the computer and put the Gentoo Minimal x86 2007.0 R1 into the cd reader and booted the disc. But now I'm already stuck trying to connect to the internet. I didn't get that far because ifconfig and iwconfig do not list my WLAN-Adapter only the LAN adapter. I used lspci to get more detailed information to find the correct module which I can load with modprobe.
This is the line concerning the WLAN adapter prompted by lspci:
Code: Select all
02:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)Code: Select all
ls /lib/modules/`uname -r`/kernel/drivers/netI also tried
Code: Select all
ls /lib/modules/`uname -r`/kernel/drivers/net/wirelessUsing google and the search function of this board I read something about the module r8180 and so I tried
Code: Select all
modprobe r8180I would be very pleased if someone could help me. I already installed Gentoo on my laptop once but there it was easy coz I had an ipw2200 which is loaded automatically....
Thx for your help and time in advance.

