Any tips for troubleshooting wifi on FreeBSD?

|
JackieMe 2022-08-12 18:09:03
freebsd1-31437.jpg

JackieMe 2022-08-12 18:09:40
This is tĥe part about screen and Nvidia in /etc/X11/xorg.conf
JackieMe 2022-08-12 18:11:02
nvidia-drivee-340-340.108_3
JackieMe 2022-08-12 18:11:48
freebsd1-31443.jpg

JackieMe 2022-08-12 18:12:29
I seem to find bug report about this
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244421
JackieMe 2022-08-12 18:12:57
Not the same version of nvidia but error is exactly the same
JackieMe 2022-08-12 18:13:53
But my X worked without any problems before I upgraded. Didn’t seem like a config issue
JackieMe 2022-08-12 18:20:25
Hey, turns out adding

Section
“ServerFlags” Option “IgnoreABI” “true”
EndSection

to xorg.conf is all I need

JackieMe 2022-08-12 18:20:34
https://forums.freebsd.org/threads/nvidia-incompatible-abi.86096/

Nvidia incompatible ABIThe FreeBSD Forums
I upgraded all my packages this morning. Included in that was x11/xorg. This generated this error in /var/log/Xorg.0.log

This server has a video driver ABI version of 25.2 that this
driver does…

bittin1 2022-08-12 20:08:58
any tips for troubleshooting wifi on FreeBSD?
bittin1 2022-08-13 03:25:29
bittin1 2022-08-12 20:08:58
any tips for troubleshooting wifi on FreeBSD?

got it working again

krond 2022-08-14 12:34:12
Anyone played with enabling higher power modes for USB?
n0madcoder 2022-08-14 12:37:22
Not at all, only used libusb(3) to get some data, but I’m not sure if that tooling can enable such options
n0madcoder 2022-08-14 12:38:54
There is also libusb20(3) specific for FreeBSD
bittin1 2022-08-14 18:21:11
i don’t commit wifi stuff also i got it solved
n0madcoder 2022-08-14 18:33:48
bittin1 2022-08-14 18:21:11
i don’t commit wifi stuff also i got it solved

What happened, and how you solved it?

n0madcoder 2022-08-14 18:34:11
krond 2022-08-14 12:34:12
Anyone played with enabling higher power modes for USB?

Would be great to know a bit more about the experiment you are trying to achieve

krond 2022-08-14 18:35:39
I have a few phones and I’m connecting them to PC as webcameras or just when sitting around, using PC to charge them is an obvious option, but USB by default only allows 500 mAh charging, which means very long charge times.
n0madcoder 2022-08-14 18:37:34
krond 2022-08-14 18:35:39
I have a few phones and I’m connecting them to PC as webcameras or just when sitting around, using PC to charge them is an obvious option, but USB by default only allows 500 mAh charging, which means very long charge times.

Oh, yeah now I get it a bit more. I never tried something similar, but maybe devd or sysctl can modify those usb values

bittin1 2022-08-14 18:40:15
n0madcoder 2022-08-14 18:33:48
What happened, and how you solved it?

@ghostddos0x05 my laptop takes a while to start the usb network card instead of the internal one after a reinstall so just waited for some hours

bittin1 2022-08-18 10:18:13
https://bsdnow.tv/468

BSD Now 468: Apples and CHERIBSD Now
Advocating for FreeBSD in 2022 and Beyond, NetBSD 9.3 released, OPNsense 22.7 available, CHERI-based computer runs KDE for the first time, Run FreeBSD 13.1-RELEASE for ARM64 in QEMU on Apple Silicon Mac, and more
Learner_DR 2022-08-19 11:15:31
Hello.
I have installed FreeBSD-13.1-RELEASE.
My system load average is high, I do not know why, even I have not ran Xorg.
Learner_DR 2022-08-19 11:16:18
When I was searching about my intel wireless I saw something about resource.
rob2g2 2022-08-19 11:19:58
man systat
Learner_DR 2022-08-19 11:22:12
Learner_DR 2022-08-19 11:16:18
When I was searching about my intel wireless I saw something about resource.

But I cannot find the url.

Learner_DR 2022-08-19 11:23:24
rob2g2 2022-08-19 11:19:58
man systat

How can this help?
systat -ifstat you meant?

rob2g2 2022-08-19 11:27:39
inspect your system using the tools that are provided … systat gives you valuable information, also top
Learner_DR 2022-08-19 11:27:57
rob2g2 2022-08-19 11:27:39
inspect your system using the tools that are provided … systat gives you valuable information, also top

[idle] and [intr]’s CPU usage is high.

Learner_DR 2022-08-19 11:28:24
%CPU 701.3 [idle]
%CPU 96.8 [intr]
rob2g2 2022-08-19 11:31:41
tells us that you get stormed by interrupts
Learner_DR 2022-08-19 11:32:48
rob2g2 2022-08-19 11:31:41
tells us that you get stormed by interrupts

How can I fix it?

rob2g2 2022-08-19 11:33:16
what does vmstat -i say?
Learner_DR 2022-08-19 11:34:21
rob2g2 2022-08-19 11:33:16
what does vmstat -i say?

Let me send the log.

rob2g2 2022-08-19 11:34:30
it is probably your wifi I guess
Learner_DR 2022-08-19 11:34:37
rob2g2 2022-08-19 11:34:30
it is probably your wifi I guess

Yes.

|