I have 'proxmox' on IntelNUC. With 'Debian' (CT no. 110).
When I run command 'lsusb' on proxmox':
I see 4 USB's.
P.S.
I'm interested in device 'Honeywell'.
But when I run the same command on 'Debian' 'CT' - I get the same results:
What that exactly means? Are the all 4 USB devices already set-up as 'USB-Passthrough' ?
However when I run in 'proxmox' 'ls -l...', then I see the 'dev' details:
But when I use the same on 'Debian' - no device:
The question is - how I can 'see' the device "Honeywell" (Bus 001 Device 016) on 'Debian' ?
When I run command 'lsusb' on proxmox':
Code:
root@proxmox:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2a Intel Corp.
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 016: ID 10ac:0102 Honeywell, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I see 4 USB's.
P.S.
I'm interested in device 'Honeywell'.
But when I run the same command on 'Debian' 'CT' - I get the same results:
Code:
root@Debian10:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2a Intel Corp.
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 016: ID 10ac:0102 Honeywell, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
What that exactly means? Are the all 4 USB devices already set-up as 'USB-Passthrough' ?
However when I run in 'proxmox' 'ls -l...', then I see the 'dev' details:
Code:
root@proxmox:~# ls -l /dev/bus/usb/001/016
crw-rw-r-- 1 root root 189, 15 Dec 21 10:41 /dev/bus/usb/001/016
But when I use the same on 'Debian' - no device:
Code:
root@Debian10:~# ls -l /dev/bus/usb/001/016
ls: cannot access '/dev/bus/usb/001/016': No such file or directory
The question is - how I can 'see' the device "Honeywell" (Bus 001 Device 016) on 'Debian' ?