Hi have this keyboard and I have to say I like it a lot... with some issues.
First of all, Volume and Mute keys are not working under FreeBSD. Second issue, you have to press the Fn key to have access to the function keys, otherwise the "Multimedia" features get the priority. Does anyone have experience with this device on 14.2 ?
Some details below.
First of all, Volume and Mute keys are not working under FreeBSD. Second issue, you have to press the Fn key to have access to the function keys, otherwise the "Multimedia" features get the priority. Does anyone have experience with this device on 14.2 ?
Some details below.
Code:
[09:59][fmc000@tu45b-freebsd ~] $ grep hid /boot/loader.conf
hw.usb.usbhid.enable="1"
[10:03][fmc000@tu45b-freebsd ~] $
[10:03][fmc000@tu45b-freebsd ~] $ usbconfig|grep Microsoft
ugen1.4: <Wireless keyboard (All-in-One-Media) Microsoft Corp.> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
[10:03][fmc000@tu45b-freebsd ~] $
[10:03][fmc000@tu45b-freebsd ~] $ dmesg|grep Microsoft
ugen1.4: <Microsoft Microsoft Nano Transceiver v2.0> at usbus1
usbhid0: <Microsoft Microsoft Nano Transceiver v2.0, class 0/0, rev 2.00/9.44, addr 3> on usbus1
hkbd0: <Microsoft Microsoft Nano Transceiver v2.0 Keyboard> on hidbus0
usbhid1: <Microsoft Microsoft Nano Transceiver v2.0, class 0/0, rev 2.00/9.44, addr 3> on usbus1
hms0: <Microsoft Microsoft Nano Transceiver v2.0 Mouse> on hidbus1
hcons0: <Microsoft Microsoft Nano Transceiver v2.0 Consumer Control> on hidbus1
usbhid2: <Microsoft Microsoft Nano Transceiver v2.0, class 0/0, rev 2.00/9.44, addr 3> on usbus1
hcons1: <Microsoft Microsoft Nano Transceiver v2.0 Consumer Control> on hidbus2
hsctrl0: <Microsoft Microsoft Nano Transceiver v2.0 System Control> on hidbus2
[10:04][fmc000@tu45b-freebsd ~] $
[10:04][fmc000@tu45b-freebsd ~] $ grep hid /etc/sysctl.conf
hw.usb.usbhid.enable=1
[10:05][fmc000@tu45b-freebsd ~] $