Hello all!
I got a wireless network 802.11n card, Planet WNL-9320, which I want to set up in FreeBSD 8.0 and I'm quite novice in BSD, but not in computers.
Alas, it wasn't detected during install, and Google did it best in finding nothing specific on query "FreeBSD Planet WNL-9320", so I've tried installing Windows driver via NDIS wrapper, which is described in FreeBSD manual on this site (http://www.freebsd.org/doc/handbook/config-network-setup.html)
Also, I figured out, that my network card is based on a Ralink chip RT2860 and has two needed files to wrap that driver, rt2860.sys and rt2860.inf.
So, after perfoming every exact step from a setting up a network card manual from this site and receiving no error messages, interactive wrapper went fine creating .ko file. After I've tried to kldload that created kernel module, I received that in dmesg output (and card doesn't actually work):
What are these .bin files, are they necessary to run a netcard, and do I need them and where can I get them? Inf file from windows driver doesn't mention any .bin files.
My FreeBSD is 8.0 i386 and Windows drivers for that card are also x86-32.
Thank you in advance, any help would be appreciated.
I got a wireless network 802.11n card, Planet WNL-9320, which I want to set up in FreeBSD 8.0 and I'm quite novice in BSD, but not in computers.
Alas, it wasn't detected during install, and Google did it best in finding nothing specific on query "FreeBSD Planet WNL-9320", so I've tried installing Windows driver via NDIS wrapper, which is described in FreeBSD manual on this site (http://www.freebsd.org/doc/handbook/config-network-setup.html)
Also, I figured out, that my network card is based on a Ralink chip RT2860 and has two needed files to wrap that driver, rt2860.sys and rt2860.inf.
So, after perfoming every exact step from a setting up a network card manual from this site and receiving no error messages, interactive wrapper went fine creating .ko file. After I've tried to kldload that created kernel module, I received that in dmesg output (and card doesn't actually work):
Code:
ndis0: <PLANET WNL-9320> mem 0xfdff0000-0xfdffffff irq 16 at device 5.0 on pci1
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.0
NDIS: open file /compat/ndis/rt2860.bin failed: 2
NDIS: open file /compat/ndis/rate.bin failed: 2
wlan0: Ethernet address: 00:30:4f:50:90:76
What are these .bin files, are they necessary to run a netcard, and do I need them and where can I get them? Inf file from windows driver doesn't mention any .bin files.
My FreeBSD is 8.0 i386 and Windows drivers for that card are also x86-32.
Thank you in advance, any help would be appreciated.