• Re: drivers (Alcor Micro Corporation)?

    From Marco Moock@21:1/5 to All on Mon Dec 23 19:58:39 2024
    On 23.12.2024 03:33 Uhr David Chmelik wrote:

    My workstation desktop PC only component with Linux kernel driver but
    not FreeBSD UNIX one is a media-dashboard/multi-function-hub: 5.25"
    front bay panel with sockets for USB, eight memory card types, eSATA,
    molex power, audio. If it worked in FreeBSD, that'd be my main OS.
    Hardware information programs say the dashboard's/hub's has Alcor
    Micro Corporation
    chips, but I don't know if that's all, as it has audio also, but I
    couldn't get that to work with a splitter.

    You have to get the PCI or USB IDs. https://man.freebsd.org/cgi/man.cgi?query=lsusb&sektion=8&manpath=freebsd-release-ports
    https://man.freebsd.org/cgi/man.cgi?query=pciconf&sektion=8&apropos=0&manpath=FreeBSD+14.2-RELEASE+and+Ports


    --
    kind regards
    Marco

    Send spam to 1734921194muell@stinkedores.dorfdsl.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Steven G. Kargl@21:1/5 to David Chmelik on Fri Dec 27 18:48:08 2024
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)