I was trying to get wireless on my laptop with freeBSD.
And had the ath0 does not exist situation.
Anyways i followed this:
http://www.freebsd.org/doc/handbook/config-network-setup.html
And fished out the w39n51.sys and w39n51.inc driver files for my wlan card.
And then did this:
http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/
ndis generated my w39n51_sys.ko successfully.
and then i
It appeared in the kldsld stat.
Next i did:
It was there and "UP"
Then as the handbook suggested
I placed a copy of it in my boot/modules
and added
to my /boot/loader.conf
I then rebooted. And my system hangs on:
Im sorry i cant paste any other stuff, the system doesnt even boot.
Im guessing my mistake was the line i added to /boot/loader.conf
Should have been if_ndis_load="YES".
Would appreciate some help on fixing this. If it is fixable. Thanks.
And had the ath0 does not exist situation.
Anyways i followed this:
http://www.freebsd.org/doc/handbook/config-network-setup.html
And fished out the w39n51.sys and w39n51.inc driver files for my wlan card.
And then did this:
http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/
ndis generated my w39n51_sys.ko successfully.
and then i
Code:
kldload ./w39n51_sys.ko
kldstat
It appeared in the kldsld stat.
Next i did:
Code:
ifconfig ndis0 up
ifconfig
Then as the handbook suggested
I placed a copy of it in my boot/modules
and added
Code:
w39n51_sys_load="YES"
I then rebooted. And my system hangs on:
Code:
ndis0: <Interl(R) PRO/Wireless 3945BG Network Connection> mem0xd6000000-0xd6000fff irq 16 at device 0.0 on pci2
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.1
Im sorry i cant paste any other stuff, the system doesnt even boot.
Im guessing my mistake was the line i added to /boot/loader.conf
Should have been if_ndis_load="YES".
Would appreciate some help on fixing this. If it is fixable. Thanks.