I have a Lenovo Thinkpad P15 laptop, and the Cpu is i9-11950H.
I used to run Archlinux on it, but soon I was tired of it updating the software version without my attention, so I wanted to change it to Freebsd.
After repeated attempts, I successfully installed Freebsd13.1, boot on zfs with efi on the second nvme hard disk, and then installed the plasma5 desktop environment and configured the wireless network (Intel Ax210). Everything was OK, but the remaining hardware still failed to work: audio, bluetooth, and several other unimportant ones, such as SD reader, lightning, etc
The first thing to be solved is audio. I have tried various methods, but they can't work.
Please help
Thank you.
I used to run Archlinux on it, but soon I was tired of it updating the software version without my attention, so I wanted to change it to Freebsd.
After repeated attempts, I successfully installed Freebsd13.1, boot on zfs with efi on the second nvme hard disk, and then installed the plasma5 desktop environment and configured the wireless network (Intel Ax210). Everything was OK, but the remaining hardware still failed to work: audio, bluetooth, and several other unimportant ones, such as SD reader, lightning, etc
The first thing to be solved is audio. I have tried various methods, but they can't work.
Code:
❯ pciconf -lvV
...
none5@pci0:0:31:3: class=0x040100 rev=0x11 hdr=0x00 vendor=0x8086 device=0x43c8 subvendor=0x17aa subdevice=0x22d8
vendor = 'Intel Corporation'
device = 'Tiger Lake-H HD Audio Controller'
class = multimedia
subclass = audio
...
❯ dmesg | grep hda
hdac0: <NVIDIA (0x2291) HDA Controller> mem 0xae000000-0xae003fff at device 0.1 on pci1
hdacc0: <NVIDIA (0x00a0) HDA CODEC> at cad 0 on hdac0
hdaa0: <NVIDIA (0x00a0) Audio Function Group> at nid 1 on hdacc0
pcm0: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 4 on hdaa0
pcm1: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 5 on hdaa0
pcm2: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 6 on hdaa0
pcm3: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 7 on hdaa0
hdac0: <NVIDIA (0x2291) HDA Controller> mem 0xae000000-0xae003fff at device 0.1 on pci1
hdacc0: <NVIDIA (0x00a0) HDA CODEC> at cad 0 on hdac0
hdaa0: <NVIDIA (0x00a0) Audio Function Group> at nid 1 on hdacc0
pcm0: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 4 on hdaa0
pcm1: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 5 on hdaa0
pcm2: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 6 on hdaa0
pcm3: <NVIDIA (0x00a0) (HDMI/DP 8ch)> at nid 7 on hdaa0
❯ cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA (0x00a0) (HDMI/DP 8ch)> (play) default
pcm1: <NVIDIA (0x00a0) (HDMI/DP 8ch)> (play)
pcm2: <NVIDIA (0x00a0) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x00a0) (HDMI/DP 8ch)> (play)
No devices installed from userspace.
Please help
Thank you.