-
deimosBSDit was totally because i fat fingered the binary paty
-
deimosBSDit was totally because i fat fingered the binary path
-
polarianhi deimosBSD
-
polarianglad you figured it out :D
-
deimosBSDit turns out /usr/localbin/binary doesn't work ;)
-
spaciouskarter78FreeBSD 15 hardware supported wifi drivers list says that my wlan card is supported by the kernel but when I installed FreeBSD the wifi didn’t work
-
spaciouskarter78Realtek 8852BE Wi-Fi 6 (RTL8852BE) Is my wifi card
-
polarianspaciouskarter78: I dont remember any 802.11ax cards being supported
-
polarianeven if they were supported, 802.11ax isnt within the ieee80211 stack
-
polarianso it would only be able to use 802.11ac
-
polarianthe latest driver support was iwlwifi but thats intel, and rtwn is only for 802.11n/ac realtek cards
-
spaciouskarter78
-
SponiXriceandbeans: wow, as common as sshd is I would think it crashing often for many folks would be something fixed quickly
-
polarianwow err
-
polarianthey really did LinuxKPI a lot
-
polarianspaciouskarter78: is there anything under dmesg
-
polariandid you kldload if_rtw89
-
polarianit should automatically load
-
polarianbut make sure
-
polarianand check for any errors within dmesg
-
spaciouskarter78polarian should I run the command named “dmesg”?
-
polarianoh wait I saw it
-
polariannvm
-
polarianits because of missing firmware
-
spaciouskarter78As well as kldload?
-
spaciouskarter78Oh
-
spaciouskarter78How do I fix it?
-
polarianpkg install net/wifi-firmware-rtw89-kmod
-
polarianand then reboot
-
spaciouskarter78Thanks a lot I’ll try that now and see if it works
-
polarianrunning fwget should also fetch it
-
polarianor so the man page says
-
polarianbut installing the port would definitely work
-
spaciouskarter78polarian and for connecting to the wifi on kde what should I use? Networkmgr or wifimgr?
-
polarianthose are Linuxisms
-
polarianwifi on freebsd is done via wpa_supplicant usually
-
polarianthe freebsd handbook goes over it
-
polarianpersonally what I do is "ifconfig wlan0 scan" when you are looking for ssids
-
polarianthen "wpa_passphrase <ssid>", then enter the passphrase, and then write it to /etc/wpa_supplicant.conf
-
polarianthen you can "pkill -HUP wpa_supplicant" (as root, use doas/sudo otherwise) and it will reload the config
-
polarianI think there was a wifi gui being developed for GSOC but I dont know much about it
-
polarianthats how I do wifi, it works well, but I know it isn't very user friendly
-
polarianfor the most part I avoid wifi though, and just use ethernet
-
spaciouskarter78Ssid is the name of the wifi?
-
spaciouskarter78Sorry I never interacted with networks at such a low level before
-
polarianspaciouskarter78: sorry yes ssid is the "wifi name"
-
polariansomeone else might be able to provide a more elegant solution, or KDE settings might be able to handle it for you
-
polarianI dont use KDE though, I just i3 with xorg, and my setup is very minimalist
-
polarianso I urge you to try connecting through KDE first, see if its GUI can do it all for you, otherwise what I explained above works but is not user friendly
-
spaciouskarter78polarian the wifi card somehow got detected automatically
-
polarianspaciouskarter78: well considering this is new to 15.0 I dont expect it to be the most stable
-
polarianI stick to 802.11n cards for that reason
-
polarianthey just work (mostly)
-
polarianplus I run an old laptop
-
spaciouskarter78I ran ifconfig wlan0 scan but it doesn’t return anything
-
spaciouskarter78I tried installing the port you mentioned let’s see what happens
-
spaciouskarter78Restarting rn
-
spaciouskarter78Nope no luck
-
spaciouskarter78polarian found the problem
-
spaciouskarter78The entire system crashes when I attempt to scan for wifi
-
spaciouskarter78I tried ifconfig wlan0 up scan and my pc crashed
-
polarianspaciouskarter78: by "crash" do you mean a panic?
-
polarianif you get get the logs I can relay it to the wifi nerds
-
spaciouskarter78it freezes up when i run the command and just restarts after making loud beep noises
-
spaciouskarter78what logs can i provide?
-
spaciouskarter78i just opened a bug report on bugzilla about this: bugs.freebsd.org/bugzilla/show_bug.cgi?id=294429
an hour ago