Hey everyone, I installed FC5 64-bit a couple of days ago,
and I'm tired of having to use my intergrated ethernet card for net access.
Therefore, I'm trying to make my wireless card work.
Here are my specs:
CPU : AMD 64 3200+
RAM : 1GB
FC5 Kernel : 2.6.16-1.2111_FC5-x86_64
Wireless card: Ovilink (Chipset: RTL8180L)
I installed ndiswrapper with YumEX, and I installed successively (I think) the 64-bit driver for it.
When I do
it says:
Code:
Installed drivers:
netrtw driver installed, hardware present
I did a lot of searching, and here's where I am at.
In the Network Configuration admin tool, it list my ethernet card (onboard) as eth0 and my wireless card (PCI) as wlan0.
I notice that the card is inactive, so I try to activate it.
It says:
Code:
ndiswrapper device wlan0 does not seem to be present, delaying initialization.
So the first thing I do is make sure the system sees it.
I type in "lspci -v | grep Ethernet" and it gives me:
Code:
00:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
The wireless and the onboard cards are recognized, but only one can be activated. Hmmm. So I go to /etc/sysconfig/network-scripts/ and open up ifcfg-wlan0
Here's what it says:
Code:
DEVICE=wlan0
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
BOOTPROTO=
PEERDNS=yes
ONBOOT=yes
DHCP_HOSTNAME=Wireless
IPADDR=192.168.1.58
DOMAIN=
HWADDR=
TYPE=Wireless
ESSID=
CHANNEL=1
MODE=Auto
RATE=Auto
USERCTL=no
IPV6INIT=no
Now, usually, since eth0 has a config similar to that one, I type in "ifconfig".
And nothing shows up about wlan0.
I try "ifconfig wlan0 up" and it says "wlan0: unknown interface: No such device".
Help me! I've spent the day searching on google and still no luck!