Discussion: I have a Thinkbook laptop, with an aftermarket Intel 8265 AC card, and FreeBSD 14.2-RELEASE installed on it. I do know it's EoL for a couple weeks now, and I plan to upgrade to 15.0-RELEASE when it comes out, but in the meantime, I've got some surprising issues with the wifi card.
Namely - it drops connections. My wifi router is fine, and I can use my phone to connect and surf the Internet. But the laptop (well, the wifi card) behaves wonky. Sometimes a YT video gets cut off for no apparent reason. Sometimes a Forums page does not get refreshed. And even pinging Google fails when I use
I tried several times to use
I looked in dmesg - it says that the card driver seems to be crashing:
Technical details to help with troubleshooting:
In the past, I did complain about wifi roaming, and how it's next to impossible to use
So basically, my question is: Is there something that can be done, or am I stuck for the next couple months until I upgrade to 15.0-RELEASE ? I was hoping to squeeze some more juice out of my existing 14.2-RELEASE installation...
Any ideas welcome! I can provide more info upon request.
Thanks!
Namely - it drops connections. My wifi router is fine, and I can use my phone to connect and surf the Internet. But the laptop (well, the wifi card) behaves wonky. Sometimes a YT video gets cut off for no apparent reason. Sometimes a Forums page does not get refreshed. And even pinging Google fails when I use
ping -c 5 google.com, packets just don't get sent. Heck, even pinging the router ( ping -c 5 192.168.1.1) fails.I tried several times to use
service netif restart. Sometimes that helps, sometimes it doesn't. Most often, what helps is issuing the reboot command as root. That gets the wifi card unstuck for a few hours, it works fine - and then goes right back to dropping the connections.I looked in dmesg - it says that the card driver seems to be crashing:
Code:
wlan0: link state changed to UP
wlan0: link state changed to DOWN
iwm0: device timeout
iwm0: dumping device error log
iwm0: errlog not found, skipping
iwm0: device timeout
iwm0: dumping device error log
iwm0: errlog not found, skipping
Technical details to help with troubleshooting:
Code:
<pciconf -lv | grep -B4 network>
iwm0@pci0:5:0:0: class=0x028000 rev=0x78 hdr=0x00 vendor=0x8086 device=0x24fd subvendor=0x8086 subdevice=0x1010
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network
<kldstat snippet>
25 1 0xffffffff84071000 95260 if_iwlwifi.ko
26 1 0xffffffff84107000 17314 if_iwm.ko
30 1 0xffffffff8412a000 1bc6f0 iwm8265fw.ko
<uname -a>
FreeBSD thinkbook.localdomain 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64
In the past, I did complain about wifi roaming, and how it's next to impossible to use
bsdconfig wireless to properly connect to a wifi hotspot, esp. if I try to connect to a different hotspot than what I have at home.So basically, my question is: Is there something that can be done, or am I stuck for the next couple months until I upgrade to 15.0-RELEASE ? I was hoping to squeeze some more juice out of my existing 14.2-RELEASE installation...
Any ideas welcome! I can provide more info upon request.
Thanks!