Re: Can't assign irq for integrated wireless NIC

From: Yevgen Muntyan <muntyan_at_tamu.edu>
Date: Mon, 8 Mar 2004 17:43:56 -0600
On Monday 08 March 2004 14:46, John Baldwin wrote:
> 
> Please try this patch and let me know if it works:
> 

Hello,
It really works!!! Though there are some problems:

1) if you do not load ndis and if_ndis modules on startup, then it's impossible to 
use them after that: I do 

kldload ndis
kldload if_ndis

and it says the following (see attached "dmesg.bootwithoutmodules"):

ndis0: <HP WLAN 54g W450 Network Adapter> mem 0xd0002000-0xd0003fff at device 9.
0 on pci0
pcib0: matched entry for 0.9.INTA (source \\_SB_.PCI0.ISA_.LNK3)
pcib0: slot 9 INTA is routed to irq 10
ndis0: NDIS API version: 5.0
ndis0: NDIS ERROR: c000138d (unknown error)
ndis0: NDIS NUMERRORS: 1
ndis0: argptr: 0xa
ndis0: init handler failed
device_probe_and_attach: ndis0 attach returned 6

2) If you load ndis and if_ndis on startup (I did it from boot loader), then device ndis0 is not present 
(at least in ifconfig output) after system starts, but after kldunload-kldload it appears and it works!! 
See attached "dmesg.bootwithmodules".

Thank you,
Yevgen

Received on Mon Mar 08 2004 - 14:44:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:46 UTC