Sujet : Re: drivers (Alcor Micro Corporation)?
De : sgk (at) *nospam* REMOVEtroutmask.apl.washington.edu (Steven G. Kargl)
Groupes : comp.unix.bsd.freebsd.miscDate : 27. Dec 2024, 19:48:08
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkmsp8$3oo8h$1@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.145 (Duplicitous mercenary valetism; d7e168a git.gnome.org/pan2)
On Fri, 27 Dec 2024 08:57:27 +0000, David Chmelik wrote:
Model: "Alcor Micro USB Hub"
Hotplug: USB
Vendor: usb 0x058f "Alcor Micro Corp."
Device: usb 0x6254 "USB Hub"
Model: "Alcor Micro AU9540 Smartcard Reader"
Hotplug: USB
Vendor: usb 0x058f "Alcor Micro Corp."
Device: usb 0x9540 "AU9540 Smartcard Reader"
Don't know if it helps, but you can find the usb id
numbers in /sys/dev/usb/usbdevs. Neither 0x6254 nor
0x9540 are listed. It might be as simple as adding the
values and recompiling the kernel.
% grep -i alcor /sys/dev/usb/usbdevs
vendor ALCOR2 0x0566 Alcor Micro
vendor ALCOR 0x058f Alcor Micro
/* Alcor Micro, Inc. products */
product ALCOR2 KBD_HUB 0x2802 Kbd Hub
product ALCOR SDCR_6335 0x6335 SD/MMC Card Reader
product ALCOR SDCR_6362 0x6362 SD/MMC Card Reader
product ALCOR SDCR_6366 0x6366 SD/MMC Card Reader
product ALCOR TRANSCEND 0x6387 Transcend JetFlash Drive
product ALCOR MA_KBD_HUB 0x9213 MacAlly Kbd Hub
product ALCOR AU9814 0x9215 AU9814 Hub
product ALCOR UMCR_9361 0x9361 USB Multimedia Card Reader
product ALCOR SM_KBD 0x9410 MicroConnectors/StrongMan Keyboard
product ALCOR NEC_KBD_HUB 0x9472 NEC Kbd Hub
product ALCOR AU9720 0x9720 USB2 - RS-232
product ALCOR AU6390 0x6390 AU6390 USB-IDE converter
-- steve