Solved keyboards uhid not be generated on boot

When I boot up I usually have a /dev/uhid2 that I use usbhidaction on to configure my multimedia keys. Sometime recently when I boot up there is no uhid2. I only have uhid0 and uhid1 and neither of those are my keyboard I checked with usbconfig.

Code:
dmesg | grep -i uhid
uhid0 on uhub1
uhid0: <CY04034801320105> on usbus2
uhid1 on uhub8
uhid1: <C-Media Electronics Inc. USB Advanced Audio Device, class 0/0, rev 1.10/1.00, addr 3> on usbus0


Code:
 dmesg | grep -i keyboard
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
ugen2.2: <DuckyChannel International Co., Ltd. Ducky Keyboard> at usbus2
ukbd0: <DuckyChannel International Co., Ltd. Ducky Keyboard, class 0/0, rev 2.00/1.10, addr 2> on usbus2
ums1: <DuckyChannel International Co., Ltd. Ducky Keyboard, class 0/0, rev 2.00/1.10, addr 2> on usbus2
 
Back
Top