I installed FreeBSD 13.2-RELEASE-p3 on a laptop and I got,
1. Killer Ethernet E2600 [not working]
2. Killer Wi-Fi 6 AX1650 [working out of the box].
But there is neither Wi-Fi nor Ethernet icon showing on the top bar for Gnome 42.4.
I added the following in the/boot/loader.conf,
Any help would be appreciated. Thank you.
1. Killer Ethernet E2600 [not working]
2. Killer Wi-Fi 6 AX1650 [working out of the box].
But there is neither Wi-Fi nor Ethernet icon showing on the top bar for Gnome 42.4.
I added the following in the/boot/loader.conf,
Code:
if_alc_load="YES"
hw.alc.msix_disable="1"
Code:
root@freebsd:~ # pciconf -lv | grep -A1 -B3 network
class = serial bus
none4@pci0:2:0:0: class=0x020000 rev=0x21 hdr=0x00 vendor=0x10ec device=0x2600 subvendor=0x1458 subdevice=0x86b6
vendor = 'Realtek Semiconductor Co., Ltd.'
class = network
subclass = ethernet
iwlwifi0@pci0:3:0:0: class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086 device=0x2723 subvendor=0x1a56 subdevice=0x1654
vendor = 'Intel Corporation'
device = 'Wi-Fi 6 AX200'
class = network
nvme0@pci0:4:0:0: class=0x010802 rev=0x00 hdr=0x00 vendor=0x144d device=0xa808 subvendor=0x144d subdevice=0xa801
Any help would be appreciated. Thank you.