EmilR
(Emil)
26 June 2025 22:01
1
Hi there, I recently built a small solar charging system for my off grid garage. Using the below Victron hardware.
SmartSolar Charger MPPT 100/30
SmartShunt 500A
Phoenix Inverter 12V 500VA 230V
I’m really impressed with the performance of this Victron gear, but I’m struggling to get the devices to reliability communicate with the Victron OS.
I have a Raspberry Pi 3 Model B+ running Venus firmware version v3.60. Powered by a Raspberry Pi 12.5W USB power supply.
The devices connect to the Pi via three identical DIY serial cables. These cables are made up from a PL2303 TA USB TTL serial cable and a ADUM1201 magnetic isolator module.
Wired up exactly as the below:
I believe this setup mirrors the functionality of official VE.Direct cables at a much lower price. All the usual caveats apply. No guarantees, might have comms problems, no support, etc…
Parts list:
2.0mm JST connector $0.40/ea (AliExpress link ) (Technically known as PH Connector)
PL2303HX USB to UART TTL Cable $1.20 (AliExpress link )
ADUM1201 magentic isolator board $1.35 (ali express link: a[dot]aliexpress[dot]com/_mL6Z9jV)
Total: $2.95
[IMG_8456.HEIC]
[IMG_8457.HEIC]
[IMG_8454.HEIC…
The issue I have is two out of the three devices go offline over a period of less than a day. I reboot the Pi and they all reconnect, but then after a few hours two devices stop communicating again in quick succession. A single device will always stay connected and never drop offline. It could be any one of the three devices that stay connected.
Has anyone experienced this before?
I’ve done some researching and reading of forums but it hasn’t helped me find a solution.
If anyone has any Idea why this is happening I would be very grateful.
Cheers
Emil
Ektus
(Ekkehard Flessa)
27 June 2025 03:36
2
Those DIY interfaces are always hit and miss. Better use the original Victron cables or the new USB Quadport VE.Direct - DuPPa or its predecessor Isolated 4 port USB to TTL UART FTDI - DuPPa
According to this , Victron cables are using FTDI chipset for USB to RSxxx intrfaces.
It might be some driver incompatibility, Prolific clone batch issues, galvanic isolator issues etc.
Looking online, an original cable is cheaper than FTDI - RS232, let alone the galvanic isolator and work.
I have a setup running on a Pi 4B, right now I have a Aliexpress USB->CAN adapter hooked up to my MPPT, but I might build a few more VE.Direct cables and try hooking them up instead to see if I can replicate the problem. I wonder if there’s anything in the system logs that would give clues. Seems unlikely that it’s the cabling, since it’s not moving and any overheating issues would happen sooner than 3 hours.
MiPaul
(Paul Keberly)
27 June 2025 17:03
5
I tried the aftermarket USB cable approach too. Individually they work fine, but will not all work together. It appears the USB chips in my 4 isolated modules all had the same ID, which doesn’t seem to work well at all. I ended up using just one for my DIY battery, and the rest are now Victron cables.
EmilR
(Emil)
27 June 2025 22:13
6
That’s exactly what I’m experiencing, it seems like the USB controller chips in these cables I have made conflict with each other in the Victron software. Like you say they work fine on their own.
I’ve looked at a few driver and comms logs, but if I’m honest I’m not sure what I’m looking for.
Below is the dmesg log from the Venus os…
[198993.897769] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198993.905523] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198993.913429] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198993.913463] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[198993.928021] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[198993.934459] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[198993.940894] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198994.208917] pl2303 ttyUSB1: error sending break = -32
[198994.222416] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[198994.230270] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[198994.238021] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[198994.244392] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[198994.250766] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198994.258371] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198994.266289] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198994.266313] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[198994.280771] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[198994.287140] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[198994.293525] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198996.328913] pl2303 ttyUSB1: error sending break = -32
[198996.418922] pl2303 ttyUSB2: error sending break = -32
[198996.433179] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[198996.441017] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[198996.448776] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[198996.455141] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[198996.461537] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198996.469258] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198996.469278] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[198996.477133] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198996.491345] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[198996.497767] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[198996.504272] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198997.170167] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[198997.178920] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[198997.187282] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[198997.193778] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[198997.200144] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198997.207757] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198997.207777] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[198997.215674] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198997.229917] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[198997.236267] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198998.698921] pl2303 ttyUSB2: error sending break = -32
[198998.712545] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[198998.720393] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[198998.728142] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[198998.734526] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[198998.740892] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[198998.748507] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198998.748527] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[198998.756425] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[198998.770621] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[198998.777019] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[198998.783403] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199000.288916] pl2303 ttyUSB1: error sending break = -32
[199000.818919] pl2303 ttyUSB2: error sending break = -32
[199000.832674] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199000.840520] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199000.848389] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199000.855010] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199000.861391] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199000.869248] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199000.877151] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199000.877176] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199000.891898] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199000.898265] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199000.904806] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199002.507290] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199002.515144] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199002.523402] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199002.529767] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199002.536141] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199002.544139] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199002.544163] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199002.552042] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199002.566297] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199002.573020] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199002.579442] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199002.938919] pl2303 ttyUSB2: error sending break = -32
[199003.767041] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199003.774893] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199003.784074] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199003.791829] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199003.799096] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199003.806913] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199003.814957] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199003.814998] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199003.829697] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199003.836174] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199005.038920] pl2303 ttyUSB1: error sending break = -32
[199005.052915] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199005.060768] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199005.068644] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199005.075016] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199005.081393] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199005.091519] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199005.099444] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199005.099479] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199005.113896] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199005.120407] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199005.126767] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199006.948920] pl2303 ttyUSB2: error sending break = -32
[199007.318919] pl2303 ttyUSB1: error sending break = -32
[199007.332551] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199007.340389] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199007.348142] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199007.354645] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199007.361146] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199007.368872] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199007.376749] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199007.376778] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199007.391401] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199007.397765] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199007.404147] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199009.104422] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199009.112268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199009.120338] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199009.126642] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199009.133525] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199009.141125] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199009.149034] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199009.150759] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199009.163646] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199009.170169] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199009.176546] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199009.439044] pl2303 ttyUSB1: error sending break = -32
[199009.452565] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199009.460393] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199009.468267] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199009.474771] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199009.481148] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199009.489127] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199009.497028] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199009.504950] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199009.511523] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199009.517890] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199009.524403] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199011.558918] pl2303 ttyUSB1: error sending break = -32
[199011.649037] pl2303 ttyUSB2: error sending break = -32
[199011.663420] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199011.671272] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199011.679146] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199011.685645] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199011.692027] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199011.699886] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199011.707776] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199011.708763] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199011.722524] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199011.728951] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199011.735267] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199012.403162] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199012.411145] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199012.419835] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199012.426411] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199012.433542] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199012.442656] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199012.450577] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199012.458681] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199012.465523] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199012.472019] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199013.938918] pl2303 ttyUSB2: error sending break = -32
[199013.953177] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199013.961019] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199013.969052] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199013.975418] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199013.981899] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199013.989510] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199013.997440] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199013.997462] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199014.011893] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199014.018266] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199014.024769] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199015.578918] pl2303 ttyUSB1: error sending break = -32
[199016.058916] pl2303 ttyUSB2: error sending break = -32
[199016.072303] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199016.080142] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199016.087894] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199016.094271] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199016.100641] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199016.108275] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199016.108296] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199016.116182] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199016.130401] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199016.136769] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199016.143142] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199017.858948] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199017.867791] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199017.876160] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199017.883174] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199017.889655] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199017.897759] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199017.905893] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199017.914145] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199017.922124] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199017.929048] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199017.936167] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199018.179029] pl2303 ttyUSB2: error sending break = -32
[199019.141549] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199019.149394] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199019.157192] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199019.163658] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199019.170152] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199019.177772] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199019.177794] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199019.185701] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199019.199988] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199019.206412] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199020.389053] pl2303 ttyUSB1: error sending break = -32
[199020.410914] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199020.418668] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199020.426547] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199020.433568] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199020.440427] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199020.448540] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199020.448549] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199020.462992] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199020.463229] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199020.477995] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199020.484681] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199022.309041] pl2303 ttyUSB2: error sending break = -32
[199022.678918] pl2303 ttyUSB1: error sending break = -32
[199022.692423] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199022.700267] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199022.708017] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199022.714417] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199022.720767] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199022.728372] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199022.736286] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199022.736309] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199022.750774] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199022.757139] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199022.763526] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199024.467915] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199024.475894] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199024.484151] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199024.490642] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199024.497016] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199024.505125] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199024.513028] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199024.513053] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199024.527393] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199024.533896] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199024.540267] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199024.798917] pl2303 ttyUSB1: error sending break = -32
[199024.812662] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199024.820538] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199024.828269] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199024.834649] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199024.841018] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199024.848800] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199024.856703] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199024.856735] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199024.871145] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199024.877519] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199024.883916] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199026.918917] pl2303 ttyUSB1: error sending break = -32
[199026.998920] pl2303 ttyUSB2: error sending break = -32
[199027.012926] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199027.020771] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199027.028521] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199027.034896] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199027.041266] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199027.049000] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199027.056896] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199027.056925] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199027.071398] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199027.077766] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199027.084151] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199027.764546] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199027.772526] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199027.780277] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199027.786648] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199027.793151] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199027.800750] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199027.808640] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199027.808695] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199027.823145] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199027.829522] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199029.279038] pl2303 ttyUSB2: error sending break = -32
[199029.292921] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199029.300767] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199029.308536] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199029.315272] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199029.321643] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199029.329387] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199029.337305] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199029.337327] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199029.351772] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199029.358140] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199029.364648] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199030.878920] pl2303 ttyUSB1: error sending break = -32
[199031.398912] pl2303 ttyUSB2: error sending break = -32
[199031.412670] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199031.420520] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199031.428266] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199031.434648] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199031.443675] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199031.452020] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199031.459987] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199031.460013] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199031.475655] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199031.482287] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199031.488748] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199033.097166] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199033.105017] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199033.113395] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199033.119768] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199033.126141] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199033.134393] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199033.142378] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199033.142386] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199033.156771] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199033.163283] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199033.169643] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199033.519043] pl2303 ttyUSB2: error sending break = -32
[199034.357165] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199034.365017] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199034.373278] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199034.379771] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199034.386142] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199034.393760] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199034.401665] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199034.401694] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199034.416906] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199034.423464] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199035.628918] pl2303 ttyUSB1: error sending break = -32
[199035.643292] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199035.651171] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199035.659272] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199035.665667] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199035.672268] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199035.679885] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199035.687786] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199035.695823] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199035.702645] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199035.709142] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199035.715555] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199037.528922] pl2303 ttyUSB2: error sending break = -32
[199037.919038] pl2303 ttyUSB1: error sending break = -32
[199037.932295] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199037.940142] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199037.948434] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199037.954907] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199037.961285] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199037.969653] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199037.977646] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199037.977670] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199037.992147] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199037.998518] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199038.004896] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199039.688297] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199039.696146] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199039.704026] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199039.710394] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199039.716767] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199039.724375] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199039.732287] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199039.732313] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199039.746895] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199039.753319] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199039.759784] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199040.038917] pl2303 ttyUSB1: error sending break = -32
[199040.052421] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199040.060268] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199040.068020] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199040.074396] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199040.081145] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199040.088881] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199040.096786] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199040.096813] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199040.111529] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199040.117890] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199040.124366] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199042.158911] pl2303 ttyUSB1: error sending break = -32
[199042.219041] pl2303 ttyUSB2: error sending break = -32
[199042.232925] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199042.240766] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199042.248985] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199042.255391] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199042.261772] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199042.269376] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199042.277275] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199042.277298] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199042.291650] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199042.298016] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199042.304394] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199042.994423] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199043.002269] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199043.010921] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199043.017419] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199043.024036] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199043.031635] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199043.039639] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199043.047618] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199043.054279] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199043.060657] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199044.499044] pl2303 ttyUSB2: error sending break = -32
[199044.513419] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199044.521272] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199044.529145] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199044.535539] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199044.542016] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199044.549875] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199044.557783] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199044.565792] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199044.572392] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199044.578804] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199044.585185] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199046.178913] pl2303 ttyUSB1: error sending break = -32
[199046.628914] pl2303 ttyUSB2: error sending break = -32
[199046.642552] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199046.650397] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199046.658143] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199046.664785] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199046.671144] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199046.678752] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199046.686640] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199046.686667] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199046.701269] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199046.707641] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199046.714164] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199048.315164] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199048.323143] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199048.330910] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199048.337265] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199048.344024] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199048.351748] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199048.359661] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199048.359686] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199048.374025] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199048.380393] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199048.387147] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199048.748916] pl2303 ttyUSB2: error sending break = -32
[199049.586674] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199049.594522] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199049.602693] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199049.609147] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199049.615524] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199049.623248] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199049.631157] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199049.631182] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199049.645768] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199049.652182] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199050.848912] pl2303 ttyUSB1: error sending break = -32
[199050.863290] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199050.871142] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199050.879152] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199050.885527] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199050.892011] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199050.899624] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199050.907512] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199050.907536] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199050.922274] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199050.928641] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199050.935123] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199052.758913] pl2303 ttyUSB2: error sending break = -32
[199053.138919] pl2303 ttyUSB1: error sending break = -32
[199053.152173] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199053.160022] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199053.167913] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199053.174397] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199053.180770] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199053.188758] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199053.196643] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199053.196669] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199053.211018] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199053.217392] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199053.223906] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199054.920911] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199054.928641] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199054.936529] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199054.943016] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199054.949407] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199054.957127] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199054.965091] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199054.965134] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199054.979511] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199054.986035] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199054.992652] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199055.258915] pl2303 ttyUSB1: error sending break = -32
[199055.272287] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199055.280143] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199055.287894] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199055.294283] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199055.300641] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199055.308260] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199055.308280] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199055.316155] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199055.330400] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199055.336772] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199055.343148] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199057.379040] pl2303 ttyUSB1: error sending break = -32
[199057.459033] pl2303 ttyUSB2: error sending break = -32
[199057.473396] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199057.481541] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199057.489807] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199057.496175] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199057.502697] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199057.510392] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199057.518284] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199057.518311] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199057.532768] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199057.539148] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199057.545520] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199058.221041] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199058.228893] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199058.236643] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199058.243018] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199058.249395] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199058.256999] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199058.264931] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199058.264955] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199058.279398] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199058.286146] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199059.749043] pl2303 ttyUSB2: error sending break = -32
[199059.762421] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199059.770268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199059.778021] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199059.784400] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199059.790769] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199059.798376] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199059.806292] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199059.806316] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199059.820645] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199059.827015] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199059.833398] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199061.338912] pl2303 ttyUSB1: error sending break = -32
[199061.868915] pl2303 ttyUSB2: error sending break = -32
[199061.882304] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199061.890147] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199061.897892] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199061.904268] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199061.910897] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199061.918505] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199061.926414] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199061.926438] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199061.940768] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199061.947139] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199061.953533] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199063.555789] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199063.563676] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199063.571546] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199063.577915] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199063.584394] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199063.592129] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199063.600051] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199063.607333] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199063.614524] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199063.621029] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199063.627551] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199063.999073] pl2303 ttyUSB2: error sending break = -32
[199064.830034] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199064.837765] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199064.845524] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199064.851891] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199064.858268] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199064.866008] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199064.866029] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199064.873929] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199064.888143] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199064.894521] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199066.088920] pl2303 ttyUSB1: error sending break = -32
[199066.102789] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199066.110642] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199066.118397] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199066.124783] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199066.131396] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199066.139010] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199066.139030] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199066.146890] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199066.161150] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199066.167525] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199066.173893] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199067.948918] pl2303 ttyUSB2: error sending break = -32
[199068.368918] pl2303 ttyUSB1: error sending break = -32
[199068.382793] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199068.390652] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199068.398394] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199068.405075] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199068.411527] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199068.419261] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199068.427155] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199068.428759] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199068.441526] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199068.447890] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199068.454512] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199070.159424] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199070.167268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199070.175147] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199070.181521] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199070.188440] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199070.196143] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199070.196162] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199070.204045] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199070.218260] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199070.224768] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199070.231142] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199070.489672] pl2303 ttyUSB1: error sending break = -32
[199070.503671] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199070.511578] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199070.519402] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199070.525766] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199070.532142] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199070.539757] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199070.539777] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199070.547639] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199070.561877] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199070.568270] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199070.574642] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199072.608921] pl2303 ttyUSB1: error sending break = -32
[199072.688913] pl2303 ttyUSB2: error sending break = -32
[199072.703179] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199072.711017] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199072.718830] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199072.725144] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199072.731525] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199072.739256] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199072.739277] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199072.747154] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199072.761307] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199072.767645] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199072.774025] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199073.456794] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199073.464645] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199073.472398] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199073.478822] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199073.485145] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199073.492765] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199073.500746] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199073.500769] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199073.515289] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199073.521780] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199074.969438] pl2303 ttyUSB2: error sending break = -32
[199074.982915] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199074.990767] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199074.998642] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199075.005015] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199075.011394] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199075.019124] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199075.027013] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199075.027038] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199075.041394] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199075.047766] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199075.054273] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199076.628923] pl2303 ttyUSB1: error sending break = -32
[199077.088917] pl2303 ttyUSB2: error sending break = -32
[199077.102556] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199077.110398] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199077.118146] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199077.124644] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199077.131017] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199077.138623] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199077.146534] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199077.146558] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199077.160894] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199077.167264] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199077.174282] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199078.785663] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199078.793545] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199078.801525] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199078.807915] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199078.814393] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199078.822122] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199078.830035] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199078.837999] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199078.844642] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199078.851140] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199078.857646] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199079.218910] pl2303 ttyUSB2: error sending break = -32
[199080.061293] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199080.069145] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199080.076896] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199080.083280] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199080.089645] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199080.097249] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199080.105163] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199080.105188] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199080.119522] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199080.125891] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199081.318914] pl2303 ttyUSB1: error sending break = -32
[199081.332791] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199081.340646] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199081.348392] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199081.354892] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199081.361270] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199081.369002] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199081.376891] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199081.376915] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199081.391404] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199081.397766] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199081.404273] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199083.179035] pl2303 ttyUSB2: error sending break = -32
[199083.598923] pl2303 ttyUSB1: error sending break = -32
[199083.612172] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199083.620020] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199083.627766] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199083.634145] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199083.640522] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199083.648130] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199083.648151] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199083.656030] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199083.670252] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199083.676644] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199083.683394] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199085.380423] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199085.388649] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199085.396529] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199085.403149] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199085.409644] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199085.417247] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199085.425161] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199085.433098] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199085.439768] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199085.446142] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199085.452551] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199085.728919] pl2303 ttyUSB1: error sending break = -32
[199085.742917] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199085.750767] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199085.758535] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199085.765395] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199085.771897] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199085.779755] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199085.779777] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199085.787654] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199085.801823] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199085.808146] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199085.814711] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199087.848920] pl2303 ttyUSB1: error sending break = -32
[199087.929039] pl2303 ttyUSB2: error sending break = -32
[199087.942797] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199087.950648] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199087.958392] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199087.964771] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199087.971943] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199087.979641] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199087.987563] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199087.987589] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199088.002020] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199088.008392] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199088.014898] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199088.708919] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199088.716644] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199088.724897] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199088.731266] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199088.737641] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199088.745633] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199088.745653] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199088.753528] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199088.767771] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199088.774146] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199090.209045] pl2303 ttyUSB2: error sending break = -32
[199090.230164] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199090.237917] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199090.245964] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199090.252423] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199090.258790] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199090.266390] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199090.274289] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199090.282386] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199090.289603] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199090.296060] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199090.303023] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199091.878911] pl2303 ttyUSB1: error sending break = -32
[199092.338908] pl2303 ttyUSB2: error sending break = -32
[199092.352546] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199092.360397] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199092.368145] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199092.374525] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199092.380891] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199092.388505] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199092.396406] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199092.396430] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199092.410771] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199092.417139] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199092.423526] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199094.035416] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199094.043271] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199094.051147] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199094.057518] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199094.064108] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199094.071905] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199094.071914] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199094.086172] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199094.094194] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199094.100791] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199094.107199] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199094.458910] pl2303 ttyUSB2: error sending break = -32
[199095.306660] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199095.314536] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199095.323078] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199095.329528] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199095.335893] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199095.343627] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199095.351541] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199095.351570] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199095.366023] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199095.372395] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199096.568920] pl2303 ttyUSB1: error sending break = -32
[199096.583427] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199096.591272] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199096.599271] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199096.605666] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199096.612143] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199096.619872] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199096.627768] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199096.635778] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199096.642523] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199096.649018] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199096.655399] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199098.488911] pl2303 ttyUSB2: error sending break = -32
[199098.848912] pl2303 ttyUSB1: error sending break = -32
[199098.863048] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199098.870895] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199098.878642] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199098.885020] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199098.891390] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199098.899008] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199098.899028] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199098.906884] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199098.921708] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199098.928289] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199098.934777] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199100.647916] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199100.655778] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199100.663524] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199100.669895] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199100.676265] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199100.684253] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199100.692171] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199100.692198] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199100.706520] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199100.712902] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199100.719270] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199100.968925] pl2303 ttyUSB1: error sending break = -32
[199100.983296] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199100.991172] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199100.999047] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199101.005395] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199101.012024] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199101.019649] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199101.027540] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199101.035561] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199101.042142] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199101.048554] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199101.055019] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199103.098909] pl2303 ttyUSB1: error sending break = -32
[199103.178913] pl2303 ttyUSB2: error sending break = -32
[199103.192798] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199103.200643] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199103.208394] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199103.214772] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199103.221149] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199103.228752] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199103.236638] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199103.236663] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199103.251034] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199103.257391] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199103.263780] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199103.943791] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199103.951669] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199103.959848] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199103.966288] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199103.973697] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199103.981386] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199103.989315] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199103.989339] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199104.003591] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199104.010020] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199105.458909] pl2303 ttyUSB2: error sending break = -32
[199105.472415] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199105.480268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199105.488021] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199105.494399] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199105.500767] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199105.508372] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199105.516285] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199105.516317] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199105.539051] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199105.545422] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199105.553223] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199107.128914] pl2303 ttyUSB1: error sending break = -32
[199107.578917] pl2303 ttyUSB2: error sending break = -32
[199107.592673] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199107.600520] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199107.608266] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199107.614648] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199107.621017] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199107.628623] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199107.636548] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199107.636571] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199107.650892] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199107.657266] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199107.663650] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199109.267984] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199109.275768] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199109.283903] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199109.290267] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199109.296643] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199109.304384] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199109.312289] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199109.312316] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199109.326897] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199109.333333] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199109.339768] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199109.698922] pl2303 ttyUSB2: error sending break = -32
[199110.539680] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199110.547542] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199110.555687] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199110.563671] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199110.570151] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199110.577749] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199110.585657] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199110.585687] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199110.600147] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199110.606522] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199111.808923] pl2303 ttyUSB1: error sending break = -32
[199111.822923] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199111.830770] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199111.838520] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199111.844894] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199111.851267] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199111.858878] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199111.866782] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199111.866806] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199111.881144] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199111.887521] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199111.893916] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199113.708905] pl2303 ttyUSB2: error sending break = -32
[199114.088917] pl2303 ttyUSB1: error sending break = -32
[199114.103050] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199114.111029] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199114.118772] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199114.125400] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199114.131836] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199114.139501] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199114.147394] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199114.155585] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199114.162269] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199114.168737] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199114.175394] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199115.863911] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199115.871802] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199115.879673] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199115.886043] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199115.892538] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199115.900260] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199115.908160] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199115.908820] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199115.922529] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199115.928897] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199115.935273] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199116.208914] pl2303 ttyUSB1: error sending break = -32
[199116.222566] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199116.230411] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199116.238156] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199116.244545] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199116.250899] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199116.258508] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199116.266441] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199116.266466] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199116.280902] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199116.287265] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199116.293656] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199118.328915] pl2303 ttyUSB1: error sending break = -32
[199118.408910] pl2303 ttyUSB2: error sending break = -32
[199118.422671] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199118.430530] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199118.438268] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199118.444645] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199118.451143] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199118.458766] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199118.466676] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199118.466700] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199118.481145] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199118.487518] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199118.493893] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199119.172164] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199119.180017] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199119.188149] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199119.194532] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199119.200892] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199119.208508] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199119.216431] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199119.216461] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199119.230894] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199119.237267] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199120.688917] pl2303 ttyUSB2: error sending break = -32
[199120.702918] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199120.710768] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199120.718649] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199120.725399] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199120.731810] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199120.739511] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199120.747411] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199120.747439] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199120.761896] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199120.768265] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199120.774780] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199122.288919] pl2303 ttyUSB1: error sending break = -32
[199122.808916] pl2303 ttyUSB2: error sending break = -32
[199122.822172] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199122.830017] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199122.837766] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199122.844270] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199122.850767] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199122.858384] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199122.858403] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199122.866282] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199122.880484] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199122.886892] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199122.893268] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199124.506170] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199124.514017] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199124.521770] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199124.528267] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199124.534645] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199124.542250] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199124.550166] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199124.550193] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199124.564670] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199124.571170] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199124.579207] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199124.928913] pl2303 ttyUSB2: error sending break = -32
[199125.774160] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199125.782056] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199125.789924] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199125.796771] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199125.803400] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199125.811506] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199125.819426] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199125.827456] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199125.834397] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199125.840894] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199127.038925] pl2303 ttyUSB1: error sending break = -32
[199127.052913] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199127.060770] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199127.068535] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199127.074893] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199127.081269] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199127.088888] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199127.088908] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199127.096770] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199127.110993] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199127.117396] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199127.123898] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199128.958918] pl2303 ttyUSB2: error sending break = -32
[199129.318914] pl2303 ttyUSB1: error sending break = -32
[199129.332548] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199129.340403] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199129.348142] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199129.354539] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199129.360893] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199129.368754] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199129.376664] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199129.376691] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199129.391148] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199129.397520] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199129.403900] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199131.103166] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199131.111017] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199131.118778] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199131.125143] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199131.131642] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199131.139374] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199131.147264] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199131.147288] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199131.161769] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199131.168141] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199131.174640] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199131.438916] pl2303 ttyUSB1: error sending break = -32
[199131.452288] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199131.460145] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199131.467891] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199131.474609] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199131.481019] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199131.489022] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199131.489043] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199131.496934] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199131.511080] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199131.517394] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199131.523770] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199133.558915] pl2303 ttyUSB1: error sending break = -32
[199133.638922] pl2303 ttyUSB2: error sending break = -32
[199133.653056] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199133.660894] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199133.668644] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199133.675020] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199133.681390] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199133.689004] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199133.696907] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199133.696931] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199133.711270] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199133.717640] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199133.724020] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199134.406168] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199134.414018] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199134.422026] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199134.428394] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199134.434768] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199134.442384] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199134.442402] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199134.450289] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199134.464541] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199134.471026] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199135.918919] pl2303 ttyUSB2: error sending break = -32
[199135.932424] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199135.940268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199135.948024] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199135.954685] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199135.961143] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199135.968871] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199135.976800] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199135.976828] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199135.991682] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199135.998044] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199136.004769] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199137.589046] pl2303 ttyUSB1: error sending break = -32
[199138.038919] pl2303 ttyUSB2: error sending break = -32
[199138.052299] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199138.060145] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199138.067894] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199138.074395] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199138.080894] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199138.088503] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199138.096406] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199138.096429] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199138.110896] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199138.117265] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199138.123651] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199139.734043] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199139.741893] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199139.749770] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199139.756143] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199139.762687] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199139.770377] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199139.778264] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199139.778289] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199139.793027] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199139.799467] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199139.805893] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199140.158919] pl2303 ttyUSB2: error sending break = -32
[199141.006295] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199141.014272] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199141.022151] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199141.028526] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199141.034898] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199141.042527] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199141.042546] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199141.050418] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199141.064638] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199141.071149] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199142.268921] pl2303 ttyUSB1: error sending break = -32
[199142.283917] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199142.291796] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199142.299673] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199142.306154] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199142.312777] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199142.320379] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199142.328280] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199142.336291] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199142.343019] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199142.349538] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199142.355932] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199144.178920] pl2303 ttyUSB2: error sending break = -32
[199144.558907] pl2303 ttyUSB1: error sending break = -32
[199144.572422] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199144.580288] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199144.588550] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199144.596236] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199144.602670] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199144.610251] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199144.618136] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199144.626083] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199144.632769] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199144.639161] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199144.645536] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199146.329785] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199146.337541] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199146.345900] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199146.352389] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199146.359024] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199146.366650] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199146.374562] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199146.377570] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199146.389029] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199146.395396] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199146.401783] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199146.688924] pl2303 ttyUSB1: error sending break = -32
[199146.702419] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199146.710268] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199146.718142] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199146.724647] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199146.731018] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199146.738624] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199146.746541] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199146.746569] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199146.761019] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199146.767396] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199146.773898] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199148.808921] pl2303 ttyUSB1: error sending break = -32
[199148.868921] pl2303 ttyUSB2: error sending break = -32
[199148.883049] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199148.890892] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199148.898642] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199148.905268] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199148.911669] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199148.919257] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199148.919277] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199148.927218] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199148.941425] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199148.947766] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199148.954148] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199149.638918] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199149.646638] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199149.654413] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199149.660767] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199149.667142] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199149.674874] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199149.682783] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199149.682812] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199149.697145] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199149.703527] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199151.148919] pl2303 ttyUSB2: error sending break = -32
[199151.163286] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199151.171169] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199151.179208] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199151.185664] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199151.192228] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199151.199898] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199151.207805] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199151.216019] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199151.222651] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199151.229920] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199151.236295] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199152.808917] pl2303 ttyUSB1: error sending break = -32
[199153.268907] pl2303 ttyUSB2: error sending break = -32
[199153.282418] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199153.290268] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199153.298022] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199153.304396] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199153.310769] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199153.318378] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199153.318397] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199153.326320] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199153.340563] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199153.347020] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199153.353398] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199154.971915] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199154.979794] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199154.987543] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199154.994774] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199155.001268] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199155.009000] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199155.016939] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199155.025120] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199155.031770] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199155.038180] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199155.044684] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199155.388915] pl2303 ttyUSB2: error sending break = -32
[199156.238744] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199156.246537] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199156.254397] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199156.260896] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199156.267268] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199156.275004] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199156.282925] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199156.282959] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199156.297401] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199156.304415] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199157.508917] pl2303 ttyUSB1: error sending break = -32
[199157.523163] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199157.531021] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199157.538899] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199157.545266] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199157.551639] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199157.559254] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199157.567177] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199157.567263] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199157.581650] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199157.588016] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199157.597045] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199159.408918] pl2303 ttyUSB2: error sending break = -32
[199159.788921] pl2303 ttyUSB1: error sending break = -32
[199159.802430] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199159.810267] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199159.818018] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199159.824528] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199159.830891] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199159.838508] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199159.838527] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199159.846385] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199159.860771] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199159.867141] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199159.873649] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199161.570417] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199161.578140] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199161.586402] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199161.592894] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199161.599272] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199161.606893] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199161.614885] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199161.614909] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199161.629416] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199161.635765] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199161.642147] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199161.908918] pl2303 ttyUSB1: error sending break = -32
[199161.923036] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199161.930920] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199161.938721] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199161.945166] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199161.951647] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199161.959387] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199161.967379] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199161.975509] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199161.982145] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199161.988555] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199161.995058] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199164.028910] pl2303 ttyUSB1: error sending break = -32
[199164.108914] pl2303 ttyUSB2: error sending break = -32
[199164.122672] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199164.130524] pl2303 1-1.1.3:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199164.138266] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199164.144643] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199164.151016] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199164.158623] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199164.166522] pl2303 ttyUSB2: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199164.166549] pl2303 ttyUSB2: pl2303_set_control_lines - failed: -32
[199164.180892] pl2303 ttyUSB2: pl2303_get_line_request - failed: -32
[199164.187264] pl2303 ttyUSB2: pl2303_set_line_request - failed: -32
[199164.193644] pl2303 1-1.1.3:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199164.876285] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0008]: -32
[199164.884174] pl2303 1-1.1.2:1.0: pl2303_vendor_write - failed to write [0009]: -32
[199164.892048] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199164.898396] pl2303 ttyUSB1: pl2303_set_line_request - failed: -32
[199164.904902] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199164.912521] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199164.920424] pl2303 ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32
[199164.928405] pl2303 ttyUSB1: pl2303_set_control_lines - failed: -32
[199164.935150] pl2303 ttyUSB1: pl2303_get_line_request - failed: -32
[199164.941643] pl2303 1-1.1.2:1.0: pl2303_vendor_read - failed to read [0080]: -32
[199166.388915] pl2303 ttyUSB2: error sending break = -32
root@raspberrypi2:~#
Thanks for all your comments and help
Have you read this?
Especially the install a driver part and stopping serial starter for a port for not conflicting with other devices that tries to use a port.
2 Likes
EmilR
(Emil)
9 July 2025 21:47
8
Hi Alex, thanks for your reply, I hadn’t read this and didn’t appreciate you may have to install drivers.
I’ve had a good read and I think I may have port conflicts. I’m not very experienced when it comes to scripts and code so this is all very new to me.
Here is my grep log, does this give any clues to what could be happening to the usb ports?
login as: root
root@192.168.1.56's password:
Last login: Tue Jun 24 17:09:35 2025 from 192.168.1.52
root@raspberrypi2:~# ps | grep ttyUSB0
1723 root 1768 S supervise gps-dbus.ttyUSB0
2010 root 1912 S multilog t s25000 n4 /var/log/gps-dbus.ttyUSB0
2640 root 1768 S supervise vedirect-interface.ttyUSB0
2655 root 1912 S multilog t s25000 n4 /var/log/vedirect.ttyUSB0
3312 root 2704 S grep ttyUSB0
root@raspberrypi2:~# ps | grep ttyUSB1
1721 root 1768 S supervise vedirect-interface.ttyUSB1
2047 root 1780 S multilog t s25000 n4 /var/log/vedirect.ttyUSB1
2549 root 1768 S supervise gps-dbus.ttyUSB1
2621 root 1780 S multilog t s25000 n4 /var/log/gps-dbus.ttyUSB1
4405 root 2704 S grep ttyUSB1
root@raspberrypi2:~# ps | grep ttyUSB2
1831 root 1768 S supervise vedirect-interface.ttyUSB2
2114 root 1780 S multilog t s25000 n4 /var/log/vedirect.ttyUSB2
4850 root 2704 S grep ttyUSB2
root@raspberrypi2:~#
Kind regards
Emil