Klaus Zimmermann :unverified: on Nostr: Looks like if all it took to "stabilize" my #FreeBSD USB WiFi connection was to ...
Looks like if all it took to "stabilize" my #FreeBSD USB WiFi connection was to create the wlan0 interface with the `country` option to ifconfig(8) correctly. By default, it assumes US, which kept disconnecting me quite annoyingly. Now, with something like this:
ifconfig wlan create wlandev rtwn0 ssid $MY_NET country $MY_COUNTRY up
It seems to work perfectly :D
Published at
2024-01-19 06:45:15Event JSON
{
"id": "a3fe04eaef2ee3b07a5c67bad99964a86a5e371c37c768a591e4fc0da31bd998",
"pubkey": "d5b155ab6ea92b0c0b3fe883e3787c91b7eaa4094c8da95373f635027462a5fe",
"created_at": 1705646715,
"kind": 1,
"tags": [
[
"t",
"freebsd"
],
[
"proxy",
"https://fosstodon.org/users/kzimmermann/statuses/111781263134612275",
"activitypub"
]
],
"content": "Looks like if all it took to \"stabilize\" my #FreeBSD USB WiFi connection was to create the wlan0 interface with the `country` option to ifconfig(8) correctly. By default, it assumes US, which kept disconnecting me quite annoyingly. Now, with something like this:\n\nifconfig wlan create wlandev rtwn0 ssid $MY_NET country $MY_COUNTRY up\n\nIt seems to work perfectly :D",
"sig": "40d0ef818d67148fb12b0089e9fdded00162c1aaf74aaff32f3fa8aa0130850bb39165e8f58c5931560c6c2d7e770b46a67c4775696e60ad7619bbf2da541659"
}