I have a Lenovo ThinkPad X230 with the Centrino Advanced-N 6205 card. I've got FreeBSD 12.0-CURRENT installed and I can successfully connect to my home WiFi on the 5 GHz band. However, I'm noticing that there is a significant performance hit to my Internet speeds.
When I had a Linux distro installed I could usually achieve about 160 Mbps down over WiFi. According to fast.com I can only average about 63 Mbps down. However, if I test my download speeds with an Ethernet cable I can achieve 230 Mbps down (according to fast.com).
Is there a step I missed when I configured my WiFi card? I tried scouring through iwn() but couldn't find anything.
Here is my /boot/loader.conf:
Along with /etc/rc.conf:
And finally, /etc/wpa_supplicant.conf:
When I had a Linux distro installed I could usually achieve about 160 Mbps down over WiFi. According to fast.com I can only average about 63 Mbps down. However, if I test my download speeds with an Ethernet cable I can achieve 230 Mbps down (according to fast.com).
Is there a step I missed when I configured my WiFi card? I tried scouring through iwn() but couldn't find anything.
Here is my /boot/loader.conf:
Code:
kern.vt.fb.default_mode="1366x768"
hw.pci.do_power_nodriver=3
drm.i915.enable_rc6=7
hw.psm.synaptics_support=1
hw.psm.trackpoint_support=1
mmc_load="YES"
mmcsd_load="YES"
sdhci_load="YES"
coretemp_load="YES"
tmpfs_load="YES"
aio_load="YES"
libiconv_load="YES"
libmchain_load="YES"
cd9660_iconv_load="YES"
msdosfs_iconv_load="YES"
snd_driver_load="YES"
fuse_load="YES"
Along with /etc/rc.conf:
Code:
defaultrouter="192.168.1.1"
sshd_enable="YES"
powerdxx_enable="YES"
powerdxx_flags="-a hiadaptive -b adaptive -i 75 -r 85 -p 500"
performance_cx_lower="Cmax"
economy_cx_lowest="Cmax"
dumpdev="NO"
kld_list="/boot/modules/i915kms.ko"
hald_enable="YES"
dbus_enable="YES"
moused_enable="YES"
moused_flags="-VH -A 1.1 -T 4"
wlans_iwn0="wlan0"
create_args_wlan0="country US regdomain FCC"
ifconfig_wlan0="WPA DHCP"
ntpd_enable="YES"
ntpd_flags="-g"
smartd_enable="YES"
sendmail_enable="NONE"
sendmail_msp_queue_enable="NO"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
linux_enable="YES"
musicpd_enable="YES"
fusefs_enable="YES"
autofs_enable="YES"
And finally, /etc/wpa_supplicant.conf:
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid=###
priority=1
psk=###
}