Hi there.
I had an unsupported wifi card (realtek) in my laptop when I bought it. So I changed it (mini pci) with an Intel 5100 supposed to be supported with iwn driver.
Here is the configuration:
rc.conf:
loader.conf:
wpa_supplicant.conf is ok.
But this wifi card is a pita. It works quite badly. Sometimes it dont get an IP at boot but most of the time it gets one an malfunction after.
Like that:
67% packet loss and 20 seconds before first good packet. Not that good hey
With the exact same hardware and windows or linux I have no trouble at all so it's not a hardware related problem.
Do I miss something in the configuration or is this hardware not really supported?
iwn mentions 4965, 5000, 5150 and 5000 series. Did I pick by pure unluck the only device not supported in the Intel family? If yes wich mini pci wifi card just behaves perfectly with FreeBSD 9.0? I mean stable, good sensitivity and fast?
I had an unsupported wifi card (realtek) in my laptop when I bought it. So I changed it (mini pci) with an Intel 5100 supposed to be supported with iwn driver.
Here is the configuration:
rc.conf:
Code:
wlans_iwn0="wlan0"
ifconfig_wlan0="country FR WPA DHCP"
loader.conf:
Code:
if_iwn_load="YES"
iwn5000fw_load="YES"
wpa_supplicant.conf is ok.
But this wifi card is a pita. It works quite badly. Sometimes it dont get an IP at boot but most of the time it gets one an malfunction after.
Like that:
Code:
ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=20 ttl=64 time=3.222 ms
64 bytes from 192.168.0.1: icmp_seq=26 ttl=64 time=4.143 ms
64 bytes from 192.168.0.1: icmp_seq=32 ttl=64 time=2.529 ms
64 bytes from 192.168.0.1: icmp_seq=34 ttl=64 time=4.184 ms
64 bytes from 192.168.0.1: icmp_seq=35 ttl=64 time=2.486 ms
64 bytes from 192.168.0.1: icmp_seq=37 ttl=64 time=1.664 ms
64 bytes from 192.168.0.1: icmp_seq=38 ttl=64 time=1.651 ms
64 bytes from 192.168.0.1: icmp_seq=39 ttl=64 time=4.528 ms
64 bytes from 192.168.0.1: icmp_seq=40 ttl=64 time=1.461 ms
64 bytes from 192.168.0.1: icmp_seq=41 ttl=64 time=2.692 ms
64 bytes from 192.168.0.1: icmp_seq=42 ttl=64 time=1.472 ms
64 bytes from 192.168.0.1: icmp_seq=43 ttl=64 time=2.069 ms
64 bytes from 192.168.0.1: icmp_seq=44 ttl=64 time=1.815 ms
64 bytes from 192.168.0.1: icmp_seq=45 ttl=64 time=5.771 ms
64 bytes from 192.168.0.1: icmp_seq=47 ttl=64 time=3.413 ms
64 bytes from 192.168.0.1: icmp_seq=48 ttl=64 time=1.652 ms
^C
--- 192.168.0.1 ping statistics ---
49 packets transmitted, 16 packets received, 67.3% packet loss
round-trip min/avg/max/stddev = 1.461/2.797/5.771/1.256 ms
67% packet loss and 20 seconds before first good packet. Not that good hey

With the exact same hardware and windows or linux I have no trouble at all so it's not a hardware related problem.
Do I miss something in the configuration or is this hardware not really supported?
iwn mentions 4965, 5000, 5150 and 5000 series. Did I pick by pure unluck the only device not supported in the Intel family? If yes wich mini pci wifi card just behaves perfectly with FreeBSD 9.0? I mean stable, good sensitivity and fast?