Chat freely about anything...

User avatar
By gerardwr
#3546
igrr wrote:I've been using an official FTDI driver on 10.8, 10.9, and 10.10 without issues.


Same here, never had any trouble with the official FTDI drivers on Mac OS's. I use Sparkfun FTDI board too (older, green PCB).

Did you check after connection of the board, with Terminal:
Code: Select allMac-mini-van-gerard:ESP8266 gerard$ sudo dmesg
<big snip>
FTDIUSBSerialDriver:        0  4036001 start - ok
FTDIUSBSerialDriver:        0  4036001 start - ok
FTDIUSBSerialDriver:        0  4036001 start - ok
FTDIUSBSerialDriver:        0  4036001 start - ok
FTDIUSBSerialDriver:        0  4036001 start - ok
Mac-mini-van-gerard:ESP8266 gerard$


OR
Code: Select allMac-mini-van-gerard:ESP8266 gerard$ ls /dev
<snip>
bpf104         bpf180         bpf26         cu.usbserial-A4004QZw   ptys7         rdisk3s1      ttyt6


The FTDI board is the cu.usbserial-A4….
User avatar
By spencer_
#3566 I must be doing something wrong when i type in

Code: Select all$sudo dmesg
USBF:    25912. 94    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    25915.184    The IOUSBFamily was not able to enumerate a device.
USBF:    25916. 40    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    25920.232    The IOUSBFamily was not able to enumerate a device.
USBF:    25921. 88    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    25922.458    The IOUSBFamily gave up enumerating a USB device after 10 retries.  (Port 6 of Hub at 0x14000000)
USBF:    25922.458    The IOUSBFamily was not able to enumerate a device.


Thats with the chinese one.

This is with the sparkfun one:
Code: Select all$sudo dmesg
USBF:    26115.202    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    26118.291    The IOUSBFamily was not able to enumerate a device.
USBF:    26119.147    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    26123.165    The IOUSBFamily was not able to enumerate a device.
USBF:    26124. 20    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 6 of Hub at 0x14000000)
USBF:    26124.874    The IOUSBFamily gave up enumerating a USB device after 10 retries.  (Port 6 of Hub at 0x14000000)
USBF:    26124.874    The IOUSBFamily was not able to enumerate a device.


I'm not sure how to uninstall the driver. is that what i should do?