Unable to open connection to /dev/ttyS3
Unable to configure serial port
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/aa13c912-3627-4cb7-bba8-625eeda6d660%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mzimmers@debian:~$ ls -I "tty[0-9]*" /dev |grep ttyttyttyS0ttyS1ttyS2ttyS3mzimmers@debian:~$
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e45dbd0f-9d12-4cbd-807f-06d0377dc1b8%40googlegroups.com.
mzimmers@debian:~$ lsmod | grep usbserialusbserial 36293 1 ftdi_siousbcore 195468 11 btusb,snd_usb_audio,usb_storage,usbserial,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,ftdi_sio,xhci_hcdmzimmers@debian:~$
$ find / -type f -name ttyUSB0
dmesg | tail ... ftdi_sio 1-1.1:1.0: FTDI USB Serial Device converter detected usb 1-1.1: Detected FT232RL usb 1-1.1: Number of endpoints 2 usb 1-1.1: Endpoint 1 MaxPacketSize 64 usb 1-1.1: Endpoint 2 MaxPacketSize 64 usb 1-1.1: Setting MaxPacketSize 64 usb 1-1.1: FTDI USB Serial Device converter now attached to ttyUSB0
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/42920570-77bb-4d66-bf97-6728a37b0324%40googlegroups.com.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/46fe3062-2ee3-4086-9d17-f424f3ec7b19%40googlegroups.com.
So now the real troubleshooting begins.
- First, is the serial end of the cable correctly connected to the beaglebone ?
- Second, Is the beaglebone powered up and running ?
- Third, if both of the above check out, are you using a USB hub between your PC and the converter ? If so, plug it directly into a USB port without the hub.
- Fourth, change USB ports. Then see if converter is still behaving the same.
Bus 003 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
this looks to be either a kernel, cable or hub problem..
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/7dc33938-ae20-4a9f-a9d3-1e853da91596%40googlegroups.com.
Yeah, I was originally running Ubuntu...changed when I started playing with the BBB, as most of the examples used Debian and I figured there might be some advantage to having the same OS on my desktop.
By the way, someone in another forum identified the problem. It turns out that an app brltty was interfering. I uninstalled brltty and now screen works, even though PuTTY doesn't. Also, ttyUSB0 now shows up in my /dev directory.