cp210x ttyUSB0: failed to get comm status
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
Running Ubuntu 16:04. I have bought a serial device(ttl) to USB called cp210x.
It works most of the time, but after a while it can suddenly disconnect.
There are two ways to activate it again, one is to restart ubuntu, the other is to try a different USB-port. The latter only works sometimes.
Running the following command
dmesg | egrep --color 'serial|'
Outputs something like:
[ 1618.701835] usb 1-1: new full-speed USB device number 6 using xhci_hcd
[ 1619.033496] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60
[ 1619.033499] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1619.033501] usb 1-1: Product: CP2102 USB to UART Bridge Controller
[ 1619.033503] usb 1-1: Manufacturer: Silicon Labs
[ 1619.033504] usb 1-1: SerialNumber: 0001
[ 1620.073501] usbcore: registered new interface driver usbserial
[ 1620.073511] usbcore: registered new interface driver usbserial_generic
[ 1620.073519] usbserial: USB Serial support registered for generic
[ 1620.074985] usbcore: registered new interface driver cp210x
[ 1620.074994] usbserial: USB Serial support registered for cp210x
[ 1620.075022] cp210x 1-1:1.0: cp210x converter detected
[ 1620.089846] usb 1-1: cp210x converter now attached to ttyUSB0
[ 4864.852078] cp210x ttyUSB0: failed to get comm status: -110
[ 4869.971623] cp210x ttyUSB0: failed set request 0x7 status: -110
[ 4875.095122] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 4880.214602] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497449] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497454] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4897.616984] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4897.616989] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4905.088772] usb 1-1: USB disconnect, device number 6
[ 4905.088926] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 4905.088940] cp210x 1-1:1.0: device disconnected
From 1620.xxx to 4864.xxx it seems to work, however I cannot activate it again after it failed to get comm status.
usb tty serial-port dmesg
add a comment |Â
up vote
0
down vote
favorite
Running Ubuntu 16:04. I have bought a serial device(ttl) to USB called cp210x.
It works most of the time, but after a while it can suddenly disconnect.
There are two ways to activate it again, one is to restart ubuntu, the other is to try a different USB-port. The latter only works sometimes.
Running the following command
dmesg | egrep --color 'serial|'
Outputs something like:
[ 1618.701835] usb 1-1: new full-speed USB device number 6 using xhci_hcd
[ 1619.033496] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60
[ 1619.033499] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1619.033501] usb 1-1: Product: CP2102 USB to UART Bridge Controller
[ 1619.033503] usb 1-1: Manufacturer: Silicon Labs
[ 1619.033504] usb 1-1: SerialNumber: 0001
[ 1620.073501] usbcore: registered new interface driver usbserial
[ 1620.073511] usbcore: registered new interface driver usbserial_generic
[ 1620.073519] usbserial: USB Serial support registered for generic
[ 1620.074985] usbcore: registered new interface driver cp210x
[ 1620.074994] usbserial: USB Serial support registered for cp210x
[ 1620.075022] cp210x 1-1:1.0: cp210x converter detected
[ 1620.089846] usb 1-1: cp210x converter now attached to ttyUSB0
[ 4864.852078] cp210x ttyUSB0: failed to get comm status: -110
[ 4869.971623] cp210x ttyUSB0: failed set request 0x7 status: -110
[ 4875.095122] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 4880.214602] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497449] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497454] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4897.616984] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4897.616989] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4905.088772] usb 1-1: USB disconnect, device number 6
[ 4905.088926] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 4905.088940] cp210x 1-1:1.0: device disconnected
From 1620.xxx to 4864.xxx it seems to work, however I cannot activate it again after it failed to get comm status.
usb tty serial-port dmesg
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Running Ubuntu 16:04. I have bought a serial device(ttl) to USB called cp210x.
It works most of the time, but after a while it can suddenly disconnect.
There are two ways to activate it again, one is to restart ubuntu, the other is to try a different USB-port. The latter only works sometimes.
Running the following command
dmesg | egrep --color 'serial|'
Outputs something like:
[ 1618.701835] usb 1-1: new full-speed USB device number 6 using xhci_hcd
[ 1619.033496] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60
[ 1619.033499] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1619.033501] usb 1-1: Product: CP2102 USB to UART Bridge Controller
[ 1619.033503] usb 1-1: Manufacturer: Silicon Labs
[ 1619.033504] usb 1-1: SerialNumber: 0001
[ 1620.073501] usbcore: registered new interface driver usbserial
[ 1620.073511] usbcore: registered new interface driver usbserial_generic
[ 1620.073519] usbserial: USB Serial support registered for generic
[ 1620.074985] usbcore: registered new interface driver cp210x
[ 1620.074994] usbserial: USB Serial support registered for cp210x
[ 1620.075022] cp210x 1-1:1.0: cp210x converter detected
[ 1620.089846] usb 1-1: cp210x converter now attached to ttyUSB0
[ 4864.852078] cp210x ttyUSB0: failed to get comm status: -110
[ 4869.971623] cp210x ttyUSB0: failed set request 0x7 status: -110
[ 4875.095122] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 4880.214602] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497449] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497454] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4897.616984] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4897.616989] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4905.088772] usb 1-1: USB disconnect, device number 6
[ 4905.088926] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 4905.088940] cp210x 1-1:1.0: device disconnected
From 1620.xxx to 4864.xxx it seems to work, however I cannot activate it again after it failed to get comm status.
usb tty serial-port dmesg
Running Ubuntu 16:04. I have bought a serial device(ttl) to USB called cp210x.
It works most of the time, but after a while it can suddenly disconnect.
There are two ways to activate it again, one is to restart ubuntu, the other is to try a different USB-port. The latter only works sometimes.
Running the following command
dmesg | egrep --color 'serial|'
Outputs something like:
[ 1618.701835] usb 1-1: new full-speed USB device number 6 using xhci_hcd
[ 1619.033496] usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60
[ 1619.033499] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1619.033501] usb 1-1: Product: CP2102 USB to UART Bridge Controller
[ 1619.033503] usb 1-1: Manufacturer: Silicon Labs
[ 1619.033504] usb 1-1: SerialNumber: 0001
[ 1620.073501] usbcore: registered new interface driver usbserial
[ 1620.073511] usbcore: registered new interface driver usbserial_generic
[ 1620.073519] usbserial: USB Serial support registered for generic
[ 1620.074985] usbcore: registered new interface driver cp210x
[ 1620.074994] usbserial: USB Serial support registered for cp210x
[ 1620.075022] cp210x 1-1:1.0: cp210x converter detected
[ 1620.089846] usb 1-1: cp210x converter now attached to ttyUSB0
[ 4864.852078] cp210x ttyUSB0: failed to get comm status: -110
[ 4869.971623] cp210x ttyUSB0: failed set request 0x7 status: -110
[ 4875.095122] cp210x ttyUSB0: failed set request 0x12 status: -110
[ 4880.214602] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497449] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4892.497454] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4897.616984] cp210x ttyUSB0: failed set request 0x0 status: -110
[ 4897.616989] cp210x ttyUSB0: cp210x_open - Unable to enable UART
[ 4905.088772] usb 1-1: USB disconnect, device number 6
[ 4905.088926] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 4905.088940] cp210x 1-1:1.0: device disconnected
From 1620.xxx to 4864.xxx it seems to work, however I cannot activate it again after it failed to get comm status.
usb tty serial-port dmesg
usb tty serial-port dmesg
asked Mar 5 at 10:41
![](https://i.stack.imgur.com/uwcyo.jpg?s=32&g=1)
![](https://i.stack.imgur.com/uwcyo.jpg?s=32&g=1)
spielerasp
1013
1013
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012026%2fcp210x-ttyusb0-failed-to-get-comm-status%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password