Tellstick Duo connects to ttyUSB0 but drops connection

Moderator: Telldus

Post Reply
gflygt
Posts: 46
Joined: Fri Mar 17, 2023 9:45 am

Tellstick Duo connects to ttyUSB0 but drops connection

Post by gflygt »

I have a new install of Raspbian on an old RPI. I compiled the source code for telldus-core_2.1.2 and installed everything seems to be running fine. I get a device at /dev/ttyUSB0 BUT, after a few seconds or sometimes minutes the device is lost.

So I reconnect the tellstick. dmesg:
[ 2886.954226] usb 1-1.2.4: new full-speed USB device number 11 using dwc_otg
[ 2887.110600] usb 1-1.2.4: New USB device found, idVendor=1781, idProduct=0c31
[ 2887.110623] usb 1-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2887.110635] usb 1-1.2.4: Product: TellStick Duo
[ 2887.110645] usb 1-1.2.4: Manufacturer: Telldus
[ 2887.110655] usb 1-1.2.4: SerialNumber: A501IUUT
[ 2887.130331] ftdi_sio 1-1.2.4:1.0: FTDI USB Serial Device converter detected
[ 2887.130655] usb 1-1.2.4: Detected FT232RL
[ 2887.132026] usb 1-1.2.4: FTDI USB Serial Device converter now attached to ttyUSB0
and then almost immediately

[ 2887.289937] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ 2887.291097] ftdi_sio 1-1.2.4:1.0: device disconnected

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.9.41+ #1023 Tue Aug 8 15:47:12 BST 2017 armv6l GNU/Linux
Post Reply