Hello Riccardo! Riccardo Mottola writes: > [...] I have no idea regarding the DRM issues/messages unfortunately.
> However, what bothers mee is that I have no wireless itnerface device > shown by ifconfig, nor do I see in dmesg something related. It should be > a Ralink device. > > If I activate/deactivate the wlan with the keyboard button, I see this: > ubt0: detached > ubt0: at uhub1 port 1 (addr 2) disconnected > ubt0 at uhub1 port 1 > ubt0: Ralink Technology product 0x1000, rev 2.00/52.76, addr 2 > > Does this mean that after cycling it, the device is seen on the USB bus? > but then there is no driver to manage it? > Missing firmware? As Robert pointed out ubt(4) is probably in the same chip of the wireless. After a quick look to src/sys/dev/pci/pcidevs your device seems a Ralink RT3090 802.11b/g/n (ATM not supported by ral(4) or any other device drivers). OpenBSD ral(4) seems to support it although I do not have any idea how difficult is to port it. Ciao, L.