Ndiswrapper 1.5 and Linksys WPC54G V2

Jeff Vian jvian10 at charter.net
Wed Nov 23 02:13:50 UTC 2005


On Tue, 2005-11-22 at 14:01 -0700, Don Springall wrote:
> I have my card working under the Linuxant driverloader version of 
> ndiswrapper but would like to get the actual ndiswrapper from 
> sourceforge.net working. If anyone can spot something wrong please let me 
> know.
> These are the messages I am getting in the log from ndiswrapper:
> 
> ndiswrapper version 1.5 loaded (preempt=no,smp=no)
> ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 10 (level, low) -> 
> IRQ  10
> PCI: Setting latency timer of device 0000:00:1f.5 to 64
> intel8x0_measure_ac97_clock: measured 55230 usecs
> intel8x0: clocking to 48000
> ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 10 (level, low) -> 
> IRQ  10
> PCI: Setting latency timer of device 0000:00:1f.6 to 64
> ndiswrapper: driver lstinds (Linksys,03/10/2004,6.0.0.18) loaded
> PCI: Enabling device 0000:07:00.0 (0000 -> 0002)
> ACPI: PCI Interrupt 0000:07:00.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> 
> IRQ  10
> PCI: Setting latency timer of device 0000:07:00.0 to 64
> ndiswrapper (IoCreateUnprotectedSymbolicLink:947): --UNIMPLEMENTED--
> ndiswrapper: using irq 10
> wlan0: vendor: 'TNET1130'
> wlan0: ndiswrapper ethernet device 00:13:10:6a:ea:b7 using driver lstinds, 
> 104C: 9066:1737:0033.5.conf
> wlan0: encryption modes supported: WEP; TKIP with WPA
> 
> It looks like ndiswrapper finds the card alright but it jusr refuses to pick 
> up an IP address (ie ifup will not start). This is what my 
> /etc/sysconfig/network-scripts/ifcfg-wlan0 looks like:
> 

What is the response to "ndiswrapper -l"?
It should be something like
   [root at eagle ~]# ndiswrapper -l
   Installed ndis drivers:
   bcmwl5          driver present, hardware present
That tells you it sees the hardware and the driver is loaded.

> # Please read /usr/share/doc/initscripts-*/sysconfig.txt
> # for the documentation of these parameters.
> IPV6INIT=no
> ONBOOT=no
> USERCTL=yes
> PEERDNS=yes
> TYPE=Wireless
> DEVICE=wlan0
> HWADDR=00:13:10:6a:ea:b7
> BOOTPROTO=dhcp
> NETMASK=
> DHCP_HOSTNAME=
> IPADDR=
> DOMAIN=
> ESSID=
> CHANNEL=12
> MODE=Managed
> RATE=Auto
> 

I think you may need to assign the essid and maybe check to see what
channel to use on the AP.
Otherwise that seems OK to me.

Also, if you are using WEP you will need to make an entry for the key
in /etc/sysconfig/network-scripts/keys-wlan0 of the form
   KEY=<my key here>
> 




More information about the fedora-list mailing list