NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

`run` wireless driver issues



I am frustrated with multiple disconnections when I use my wireless USB dongle - with the `run` device driver.

```
$ doas usbdevs -vd list
port 2 addr 8: high speed, power 450 mA, config 1, 802.11 n WLAN(0x5370), Ralink(0x148f), rev 1.01(0x0101), serial 1.0
   run0
```

I don't see anything in `dmesg` related to `run0. I see this related to the USB mouse driver `pms` though:
```
[ 23115.130731] autoconfiguration error: pms_disable: command error
[ 23152.878781] pms0: autoconfiguration error: command error 0xf5
[ 23153.884943] pms0: autoconfiguration error: command error 0xe6
[ 23154.891117] pms0: autoconfiguration error: command error 0xe6
[ 23159.926508] autoconfiguration error: synaptics: set mode error
[ 23160.932677] pms0: autoconfiguration error: command error 0xe6
[ 23161.938845] pms0: autoconfiguration error: command error 0xe6
```
I am on NetBSD current:
```
$ uname -a
NetBSD netbsd.localdomain 9.99.98 NetBSD 9.99.98 (GENERIC.202206212210Z) amd64
```

Any pointers on how to get more information about the failure, and create a bug report?

Thank you,
Salil


Home | Main Index | Thread Index | Old Index