Hi there,
I have a dell latitude d830 laptop with an intel pro/wireless 4965 wifi card. With windows 7 and with debian gnu/linux I had data transfer rates into the internet at around 240 kB/s (the maximum my provider offers here).
Unfortunately there was a serious hard disc crash so I replaced the disc and decided to give FreeBSD-11.0 a try. The installer was not able to configure the card correctly and couldn't establish a connection, so I had to configure this part on my own. I'm typing this on the laptop with FreeBSD, so we can assume I have a connection. But the data transfer rate is as slow as 40-80 kB/s. Downloading the port repository is really a pain.
So how is the configuration:
boot/loader.conf
etc/rc.conf
etc/wpa_supplicant.conf
Result of pciconf -lve:
I can't find any further log messages concerning errors et al, so I have no idea where to go from here. I already updated my system so I'm sure to use the latest drivers.
Any hints appreciated.
Hennes
I have a dell latitude d830 laptop with an intel pro/wireless 4965 wifi card. With windows 7 and with debian gnu/linux I had data transfer rates into the internet at around 240 kB/s (the maximum my provider offers here).
Unfortunately there was a serious hard disc crash so I replaced the disc and decided to give FreeBSD-11.0 a try. The installer was not able to configure the card correctly and couldn't establish a connection, so I had to configure this part on my own. I'm typing this on the laptop with FreeBSD, so we can assume I have a connection. But the data transfer rate is as slow as 40-80 kB/s. Downloading the port repository is really a pain.
So how is the configuration:
boot/loader.conf
Code:
legal.intel_iwn.license_ack=1
if_iwn_load="YES"
if_iwnfw_load="NO"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
etc/rc.conf
Code:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
wpa_supplicant_flags="-s"
etc/wpa_supplicant.conf
Code:
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="<MY-SSID>"
psk="<MY-SECRET>"
}
Result of pciconf -lve:
Code:
iwn0@pci0:12:0:0: class=0x028000 card=0x11218086 chip=0x42298086 rev=0x61 hdr=0x00
vendor = 'Intel Corporation'
device = 'PRO/Wireless 4965 AG or AGN [Kedron] Network Connection'
class = network
PCI-e errors = Correctable Error Detected
Corrected = Receiver Error
Bad TLP
I can't find any further log messages concerning errors et al, so I have no idea where to go from here. I already updated my system so I'm sure to use the latest drivers.
Any hints appreciated.
Hennes