Network Configurator doesn't recognize Ndiswrapper in FC5
- From: General Schvantzkoph <schvantzkoph@xxxxxxxxx>
- Date: Mon, 24 Apr 2006 13:32:32 -0400
Has anyone been able to get the Network Configuration GUI to handle a
wireless card that requires Ndiswrapper?. I've installed the livna
ndiswrapper rpm along with the XP driver for the Broadcom 802.11G card in
my Compaq R3000z. In earlier versions of FC I was able to configure the
card using the GUI but FC5's Network Configuration GUI doesn't see the
card. I have gotten the card to work by creating a script with Xemacs so
there is nothing wrong with ndiswrapper or the driver, it's strictly a GUI
issue. For future use it would be nice to be able to use the GUI so if
anyone knows if there is a way to get it to work I'd appreciate it.
For the benefit of others here is how I hand configured the card,
Installed ndiswrapper from the livna respository.
The installed the driver,
ndiswrapper -i bcmwl5a.inf
ndiswrapper -m
This wasn't sufficient to get ndiswrapper to automatically load. I had to
create the following file with Xemacs and did a chmod +x on it,
/etc/sysconfig/modules/wlan.modules
#!/bin/sh
modprobe ndiswrapper
The driver will then load on boot.
Next I created a script to configure the interface. First I needed the
HWADDR for the card so I did an ifconfig wlan0. I then created
/etc/sysconfig/network-scripts/ifcfg-wlan0
# Wireless
DEVICE=wlan0
BOOTPROTO=static
BROADCAST=192.168.1.255
HWADDR=00:90:4B:5F:85:07
IPADDR=192.168.1.4
NETMASK=255.255.255.0
NETWORK=192.168.1.0
KEY=xxxxxxxxxxxxxxxxxxxxxxxxxx
ESSID=MYNETWORK
ONBOOT=no
The card can now be brought up and down with the usual ifup wlan0 and
ifdown wlan0 commands.
.
- Follow-Ups:
- Re: Network Configurator doesn't recognize Ndiswrapper in FC5
- From: Lenard
- Re: Network Configurator doesn't recognize Ndiswrapper in FC5
- From: Tommy Reynolds
- Re: Network Configurator doesn't recognize Ndiswrapper in FC5
- Prev by Date: Re: RedHat 7.3 documentation
- Next by Date: Re: Fedora Core 5 and Nvidia Driver???
- Previous by thread: RedHat 7.3 documentation
- Next by thread: Re: Network Configurator doesn't recognize Ndiswrapper in FC5
- Index(es):
Relevant Pages
|
|