bforest
09-05-2009, 09:24 PM
Hello All,
Thanks in advance for any assistance you may provide.
I have not had experience getting PCBSD to recognize the Intel(R) Wireless WiFi Link 4965AGN on dell laptops. I know that it will not recognize the NIC at all without help.
My current system is: PCBSD v7.1.1
I followed the instruction in FreeBSD handbook for using NDIS drivers and did not receive any errors. One issue here though...
Command# ndisgen ./NETw4x32.INF ./NETw4x32.sys
It asked:
================================================== ================
------------------ Windows(r) driver converter -------------------
================================================== ================
Firmware file conversion
If your driver uses additional firmware files, please list them
below. When you're finished, just press enter to continue. (If your
driver doesn't need any extra firmware files, just press enter
to move to the next step.)
>
and I have NO IDEA how to know if there are other firmware files that I needed to referenced here.
In any case It completed ok so I ran the "kldload" command on the *.ko file it created. No errors here either.
Here is what I found at end of dmesg:
. . .
ndis0: <Intel(R) Wireless WiFi Link 4965AGN> mem 0xfe8fe000-0xfe8fffff irq 17
at device 0.0 on pci12
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.1
ndis0: NDIS ERROR: 40001b7c (unknown error)
ndis0: WARNING: using obsoleted if_watchdog interface
ndis0: Ethernet address: 00:13:e8:xx:xx:xx
(END)
(The MAC address is the correct one) You notice there is an NDIS ERROR listed.
This is as far as I have gone..
Any idea how to get rid of this NDIS ERROR
Thanks in advance for any assistance you may provide.
I have not had experience getting PCBSD to recognize the Intel(R) Wireless WiFi Link 4965AGN on dell laptops. I know that it will not recognize the NIC at all without help.
My current system is: PCBSD v7.1.1
I followed the instruction in FreeBSD handbook for using NDIS drivers and did not receive any errors. One issue here though...
Command# ndisgen ./NETw4x32.INF ./NETw4x32.sys
It asked:
================================================== ================
------------------ Windows(r) driver converter -------------------
================================================== ================
Firmware file conversion
If your driver uses additional firmware files, please list them
below. When you're finished, just press enter to continue. (If your
driver doesn't need any extra firmware files, just press enter
to move to the next step.)
>
and I have NO IDEA how to know if there are other firmware files that I needed to referenced here.
In any case It completed ok so I ran the "kldload" command on the *.ko file it created. No errors here either.
Here is what I found at end of dmesg:
. . .
ndis0: <Intel(R) Wireless WiFi Link 4965AGN> mem 0xfe8fe000-0xfe8fffff irq 17
at device 0.0 on pci12
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.1
ndis0: NDIS ERROR: 40001b7c (unknown error)
ndis0: WARNING: using obsoleted if_watchdog interface
ndis0: Ethernet address: 00:13:e8:xx:xx:xx
(END)
(The MAC address is the correct one) You notice there is an NDIS ERROR listed.
This is as far as I have gone..
Any idea how to get rid of this NDIS ERROR