linux-image-3.13.0-65-generic breaks serial communication
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-lts-trusty (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
linux-lts-xenial (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Today after updating to the linux-image-
When rebooted and selected 3.13.0-63-generic via GRUB everything worked again.
Here are the steps to create the issue with miniterm.py, note that you need something connected via a USB to Serial adapter for this to work. I am working with a Parallax Activity Board, but an Arduino should also exhibit the same behavior.
sudo apt install linux-image-
sudo apt install linux-image-
reboot
$ miniterm.py /dev/ttyUSB0 115200
--- Miniterm on /dev/ttyUSB0: 115200,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
--- exit ---
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File "/usr/bin/
data = character(
File "/usr/lib/
raise SerialException
SerialException: device reports readiness to read but returned no data (device disconnected?)
Reverting to the 3.13.0-63 kernel allows miniterm.py and other Python Serial based programs to work normally.
affects: | ubuntu → linux-lts-trusty (Ubuntu) |
summary: |
- linux-image-3.13.0-65-generic 3.13.0-65 breaks Python based Serial - communication + linux-image-3.13.0-65-generic 3.13.0-65 breaks serial communication |
summary: |
- linux-image-3.13.0-65-generic 3.13.0-65 breaks serial communication + linux-image-3.13.0-65-generic breaks serial communication |
Changed in linux-lts-trusty (Ubuntu): | |
status: | Fix Committed → Fix Released |
I think that this bug report may also be the same issue: /bugs.launchpad .net/ubuntu/ +source/ linux-lts- trusty/ +bug/1500860
https:/
I also found this which seems like it may be relevant, but I am not a kernel developer so I'm not certain: /msg136898. html
https://<email address hidden>