USB driver for Mac OS?
-
I can't get my Mac to connect to the Duet2Wifi board by USB. It's a Mac problem. All ls /dev/tty.* shows is /dev/tty.Bluetooth-Incoming-Port.
I've loaded and unloaded FTDI drivers.
Switched the cable to every USB port.
Used 5 different cables.
All it ever shows is /dev/tty.Bluetooth-Incoming-Port
How do you setup macOS for tty.usb? I'm running High Sierra 10.13.6 -
@keith said in USB driver for Mac OS?:
I've loaded and unloaded FTDI drivers
Duet does not use FDTI chip as the CPU has built in USB host. See if you can find a Mac equivalent of Linux's
lsusb
command and share the output.Edit:
The two first lines here are two Duet boards running normally.
$ lsusb Bus 001 Device 004: ID 1d50:60ee OpenMoko, Inc. Bus 001 Device 006: ID 1d50:60ed OpenMoko, Inc. Bus 001 Device 005: ID 0424:7800 Standard Microsystems Corp. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
If the device does not have a firmware it will look something like
$ lsusb Bus 001 Device 008: ID 03eb:6124 Atmel Corp. at91sam SAMBA bootloader
-
@bearer said in USB driver for Mac OS?:
lsusb
$ lsusb
Bus 020 Device 018: ID 05ac:828d Apple, Inc.
Bus 020 Device 016: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 020 Device 015: ID 05ac:8511 Apple, Inc.
Bus 020 Device 014: ID 2222:0005 MacAlly
Bus 020 Device 013: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 020 Device 012: ID 2222:1001 MacAlly
Bus 020 Device 011: ID 04f9:0042 Brother Industries, Ltd HL-2270DW Laser Printer
Bus 020 Device 010: ID 0d8c:0014 C-Media Electronics, Inc.
Bus 020 Device 009: ID 056a:00b1 Wacom Co., Ltd Intuos3 6x18
Bus 020 Device 008: ID 2109:2812
Bus 020 Device 007: ID 05e3:0743 Genesys Logic, Inc.
Bus 020 Device 006: ID 05e3:0616 Genesys Logic, Inc.
Bus 020 Device 004: ID 2109:2812
Bus 020 Device 005: ID 2109:0812
Bus 020 Device 002: ID 2109:0812
Bus 020 Device 003: ID 152d:0567 JMicron Technology Corp. / JMicron USA Technology Corp. -
Doesn't appear like the Mac sees the printer at all. Would suggest a hardware issue, either with cables/ports or the board.
-
@bearer
same thing on both iMac and MacBook Pro
I've tried every USB port on both computers, and 8 different cables. -
That leaves the board i'm affraid.
https://duet3d.dozuki.com/Wiki/What_to_do_if_your_Duet_won't_respondIf it still doesn't work then post the status after each step and maybe the admins will approve a replacement if its under warranty.
-
@bearer
So it's not a Mac problem? Just wondering because I constantly have to reboot the Mac to get drivers to work on my other printers some times. But I've rebooted both the iMac and MacBook Pro several times in hopes of getting it to work. -
It would surprise me, its not listed by lsusb, and in the other thread you were asked to use
dmesg
to see if the computer reacts to the USB device being plugged in at all.That all points to hardware failure; of course its still theoretically possible that both computers have damaged all the serial ports, but sounds less likely.
-
@bearer
Left it alone for a few hours, came back and tried again. It works. Have no idea why.