On Sun, 25 Feb 2024, at 10:07, S.N.Grigoriev wrote: > Hi, void, > > thank you for your response! My kernel config is: > > ########## > include GENERIC > > ident GEN > > # No sound support > nodevice sound > nodevice snd_cmi > nodevice snd_csa > nodevice snd_emu10kx > nodevice snd_es137x > nodevice snd_hda > nodevice snd_ich > nodevice snd_via8233 > ########### > > uname -aKU output: > > FreeBSD amico.pltel.ru 14.0-STABLE FreeBSD 14.0-STABLE #0 > stable/14-n266870-e705ac7788b2: Sat Feb 24 15:47:37 MSK 2024 > [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GEN amd64 1400509 > 1400509
OK - that GENERIC is unmodified? If so, then the kernel has all the usb stuff needed. make sure you have misc/usbids sysutils/usbutils and sysutils/usbhid-dump (I also have devel/libpci misc/pciids and sysutils/pciutils) installed, for diagnostics like lsusb. In the past, on a couple of boards, I have had to disable usb3 in the kernel (or in the bios) and just had usb2 working. Can you try a usb2 port? Next step would be to disable one or the other in the bios, and try with one or the other after changing each one. good luck,
