On Wed, Oct 25, 2023 at 03:24:27PM +0200, Karel Lucas wrote: > Hi all, > > I have a computer with openBSD V7.4 without X11, to which I want to connect > a wireless keyboard via Bluetooth. The keyboard is connected via a separate > USB Bluetooth receiver. What software do I need for this, and how do I > configure it? I hope someone responds to this. >
I have one of those PST mini wireless backlit keyboards with the included dongle. It also has a built-in mousepad and works beautifully on a Rasp- berry Pi. When I attach the dongle to my OpenBSD system the following lines are added to my dmesg.: .... uhidev0 at uhub0 port 1 configuration 1 interface 0 "vendor 0x0627 2.4G Composite Devic" rev 1.10/1.10 addr 2 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub0 port 1 configuration 1 interface 1 "vendor 0x0627 2.4G Composite Devic" rev 1.10/1.10 addr 2 uhidev1: iclass 3/1, 3 report ids ucc0 at uhidev1 reportid 1: 1085 usages, 20 keys, array wskbd2 at ucc0 mux 1 wskbd2: connecting to wsdisplay0 ums0 at uhidev1 reportid 2: 5 buttons, Z and W dir wsmouse1 at ums0 mux 0 uhid0 at uhidev1 reportid 3: input=1, output=0, feature=0 .... I'm sure this is the setup you were referring to, and not Bluetooth proper. Regards -Ampie