Re: eGalax USB touchscreen issues

2021-05-21 Thread Mark Kane

On 2021-05-21 01:48, Hans Petter Selasky wrote:

Try adding -i 1 then -i 2 and so on.

Not sure if you need to attach to a specific interface.

-6 means:

 6 ENXIO Device not configured.


With -i 0 there is the same -6 error as without -i. With -i 1 through 
100 there is no ERR, only "webcamd: Cannot find USB device".

___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252608] [panic] [usb] [if_ure] Kernel fault on ure disconnect

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252608

--- Comment #19 from Hans Petter Selasky  ---
There are two more commits coming and this issue can be closed!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252608] [panic] [usb] [if_ure] Kernel fault on ure disconnect

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252608

--- Comment #18 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=4eac63af23ddafc2b1dfb2aad2896f4513c37cdd

commit 4eac63af23ddafc2b1dfb2aad2896f4513c37cdd
Author: Hans Petter Selasky 
AuthorDate: 2021-01-12 17:51:09 +
Commit: Hans Petter Selasky 
CommitDate: 2021-05-21 12:59:19 +

Fix for use-after-free by if_ioctl() calls from user-space in USB drivers
by
detaching the ifnet before the miibus.

PR: 252608
Suggested by:   jhb@
MFC after:  1 week
Sponsored by:   Mellanox Technologies // NVIDIA Networking

 sys/dev/usb/net/uhso.c | 2 +-
 sys/dev/usb/net/usb_ethernet.c | 9 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: eGalax USB touchscreen issues

2021-05-21 Thread Hans Petter Selasky

On 5/21/21 1:06 AM, Mark Kane wrote:

webcamd 89207 - - ERR: : can't add hid device: -6


Try adding -i 1 then -i 2 and so on.

Not sure if you need to attach to a specific interface.

-6 means:

 6 ENXIO Device not configured.

--HPS
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 218908] Missing usbdevs for TP-Link WN-821N v5

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908

--- Comment #9 from Kai-Uwe Eckhardt  ---
It works for me with wpa-psk on yesterdays 14.0-CURRENT with this in rc.conf:

wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country DE regdomain ETSI"

and the appropiate entry in wpa_supplicant.conf connecting to an 11g AP.

Good luck,

Kai-Uwe

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"