-
deimosBSD
it was totally because i fat fingered the binary paty
-
deimosBSD
it was totally because i fat fingered the binary path
-
polarian
hi deimosBSD
-
polarian
glad you figured it out :D
-
deimosBSD
it turns out /usr/localbin/binary doesn't work ;)
-
spaciouskarter78
FreeBSD 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
-
spaciouskarter78
Realtek 8852BE Wi-Fi 6 (RTL8852BE) Is my wifi card
-
polarian
spaciouskarter78: I dont remember any 802.11ax cards being supported
-
polarian
even if they were supported, 802.11ax isnt within the ieee80211 stack
-
polarian
so it would only be able to use 802.11ac
-
polarian
the latest driver support was iwlwifi but thats intel, and rtwn is only for 802.11n/ac realtek cards
-
spaciouskarter78
-
SponiX
riceandbeans: wow, as common as sshd is I would think it crashing often for many folks would be something fixed quickly
-
polarian
wow err
-
polarian
they really did LinuxKPI a lot
-
polarian
spaciouskarter78: is there anything under dmesg
-
polarian
did you kldload if_rtw89
-
polarian
it should automatically load
-
polarian
but make sure
-
polarian
and check for any errors within dmesg
-
spaciouskarter78
polarian should I run the command named “dmesg”?
-
polarian
oh wait I saw it
-
polarian
nvm
-
polarian
its because of missing firmware
-
spaciouskarter78
As well as kldload?
-
spaciouskarter78
Oh
-
spaciouskarter78
How do I fix it?
-
polarian
pkg install net/wifi-firmware-rtw89-kmod
-
polarian
and then reboot
-
spaciouskarter78
Thanks a lot I’ll try that now and see if it works
-
polarian
running fwget should also fetch it
-
polarian
or so the man page says
-
polarian
but installing the port would definitely work
-
spaciouskarter78
polarian and for connecting to the wifi on kde what should I use? Networkmgr or wifimgr?
-
polarian
those are Linuxisms
-
polarian
wifi on freebsd is done via wpa_supplicant usually
-
polarian
the freebsd handbook goes over it
-
polarian
personally what I do is "ifconfig wlan0 scan" when you are looking for ssids
-
polarian
then "wpa_passphrase <ssid>", then enter the passphrase, and then write it to /etc/wpa_supplicant.conf
-
polarian
then you can "pkill -HUP wpa_supplicant" (as root, use doas/sudo otherwise) and it will reload the config
-
polarian
I think there was a wifi gui being developed for GSOC but I dont know much about it
-
polarian
thats how I do wifi, it works well, but I know it isn't very user friendly
-
polarian
for the most part I avoid wifi though, and just use ethernet
-
spaciouskarter78
Ssid is the name of the wifi?
-
spaciouskarter78
Sorry I never interacted with networks at such a low level before
-
polarian
spaciouskarter78: sorry yes ssid is the "wifi name"
-
polarian
someone else might be able to provide a more elegant solution, or KDE settings might be able to handle it for you
-
polarian
I dont use KDE though, I just i3 with xorg, and my setup is very minimalist
-
polarian
so 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
-
spaciouskarter78
polarian the wifi card somehow got detected automatically
-
polarian
spaciouskarter78: well considering this is new to 15.0 I dont expect it to be the most stable
-
polarian
I stick to 802.11n cards for that reason
-
polarian
they just work (mostly)
-
polarian
plus I run an old laptop
-
spaciouskarter78
I ran ifconfig wlan0 scan but it doesn’t return anything
-
spaciouskarter78
I tried installing the port you mentioned let’s see what happens
-
spaciouskarter78
Restarting rn
-
spaciouskarter78
Nope no luck
-
spaciouskarter78
polarian found the problem
-
spaciouskarter78
The entire system crashes when I attempt to scan for wifi
-
spaciouskarter78
I tried ifconfig wlan0 up scan and my pc crashed
-
polarian
spaciouskarter78: by "crash" do you mean a panic?
-
polarian
if you get get the logs I can relay it to the wifi nerds
-
spaciouskarter78
it freezes up when i run the command and just restarts after making loud beep noises
-
spaciouskarter78
what logs can i provide?
-
spaciouskarter78
i just opened a bug report on bugzilla about this: bugs.freebsd.org/bugzilla/show_bug.cgi?id=294429
-
librecat
FreeBSD has handbook for free for quick setup, printed more detailed guides on amazon and even books detailing its internals. This is amazing
-
spaciouskarter78
yep the documentation is amazing
-
joepublic
How's your wifi?
-
runxiyu
has anyone experienced niri crashing frequently?
-
librecat
joepublic: i just usb tether a s4 mini running lineageos :D
-
dmkaiser
Hi, how can I enable xf86 multimedia keys on freebsd? `xev` recognizes that something is being pressed but doesn't differnetiate between the keys
-
dmkaiser
Not even all of the buttons generate an event
-
dmkaiser
Ah, the xev window didn't have focus. The keys now generate an event but they all have the same keycode and is reported as XF86PowerOff.
-
dmkaiser
No matter which function key I press.
-
Bushmaster
howdy folks, having some issue with not able to torify, anyone can take a look at this and shed some light on
dpaste.com/6WNAFHLAX
-
kevans
Bushmaster: looks like you need to install net/torsocks
-
kevans
the dependencies of torsocks seems really light, not sure why the tor port doesn't just slap a RUN_DEPENDS on it for this functionality
-
Bushmaster
hey kevans thanks for returning
-
Bushmaster
well i did pkg install torsocks and it did install it
-
Bushmaster
but not sure why it is not letting me connected to other servers
-
kevans
i know nothing beyond just inteerpreting the error you're getting
-
Bushmaster
if you know how to resolve the issue, that would cool
-
Bushmaster
kevans, i resolved it, it just needed torsocks
-
joepublic
The installer does not see my Intel dual band wireless AC 8260 wifi card in my laptop, even though it's on the list at
freebsd.org/releases/15.0R/hardware/#wlan - is there anything special I need to do?
-
lts
joepublic: you need to load the iwm8000Cfw firmware
man.freebsd.org/cgi/man.cgi?iwm(4)
-
joepublic
Thank you, on it
-
librecat
kde wayland on nvidia is a big no
-
polarian
runxiyu: I dont use niri, nor Wayland, but I keep having xorg crash afrer S3 sleep
-
polarian
which wasn't happening before
-
polarian
is S3 involved, or does it crash in use?
-
runxiyu
polarian: crash in use
-
polarian
hmm
-
runxiyu
polarian: probably different
-
polarian
runxiyu: yeah
-
polarian
runxiyu: maybe try changing compositor
-
polarian
see if its a wayland issue or a niri issue?
-
polarian
and if its a niri issue, then you can report it upstream
-
polarian
if its a wayland issue, then it needs to go to bugzilla