Please help me make sense out of this. I was a happy camper with FreeBSD until I upgraded to 13.1. So, the situation:
- Thinkpad X1 Yoga 1st Gen.
- Built-in WiFi adapter (wlan0) running on iwm - supports only 802.11a/g. I can live with prehistoric ~ 10 Mbps speeds, but both modes loose connectivity to the AP (Virgin Broadband Wi-Fi router) from time to time, begin to loose packets or show 3000 ms pings - while all other devices in the house (Macbook, T400 running Linux, T430 on Windows) have absolutely zero issues. This almost never happened on 12.X, I just got slow speeds.
- Bought a TPLink USB Wi-Fi adapter (wlan2) running rtwn - exactly the same story as with the wlan0.
- Bought an Ethernet USB dongle (ue0). Relevant /etc/rc.conf lines:
What happens here is that the defaultrouter setting is completely ignored. I have "no route to host". Then, ue0 never gets IP address on start. Every time I have to manually use ifconfig to bind an IP address to it, as if the inet setting is ignored. I tried with the "up" line and without it, it's the same. I also have to create a route manually every time. Never happened on 12.X.
Any ideas what am I doing wrong?
- Thinkpad X1 Yoga 1st Gen.
- Built-in WiFi adapter (wlan0) running on iwm - supports only 802.11a/g. I can live with prehistoric ~ 10 Mbps speeds, but both modes loose connectivity to the AP (Virgin Broadband Wi-Fi router) from time to time, begin to loose packets or show 3000 ms pings - while all other devices in the house (Macbook, T400 running Linux, T430 on Windows) have absolutely zero issues. This almost never happened on 12.X, I just got slow speeds.
- Bought a TPLink USB Wi-Fi adapter (wlan2) running rtwn - exactly the same story as with the wlan0.
- Bought an Ethernet USB dongle (ue0). Relevant /etc/rc.conf lines:
Code:
# NICs
wlans_iwm0="wlan0"
create_args_wlan0="-ht"
ifconfig_wlan0="WPA DHCP mode 11a"
ifconfig_ue0="up"
ifconfig_ue0="inet 192.168.200.30 netmask 255.255.255.0"
defaultrouter="192.168.200.1"
wlans_rtwn0="wlan2"
ifconfig_wlan2="WPA DHCP"
Any ideas what am I doing wrong?