From: SourceForge.net <no...@so...> - 2011-05-04 12:48:25
|
Bugs item #3291398, was opened at 2011-04-22 13:30 Message generated for change (Comment added) made by gcasse You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3291398&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Linux Kernel Group: v0.7.x (release) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Gilles Casse (gcasse) Assigned to: Nobody/Anonymous (nobody) Summary: /dev/ttySx: " Device or resource busy" Initial Comment: Using simultaneously two serial devices appears to be not possible (colinux 0.7.9). For example below, ttyS0 or ttyS1 can be read, but if ttyS0 is being read, then ttyS1 is considererd as busy. root@colinux:~# cat /dev/ttyS0 ^C root@colinux:~# cat /dev/ttyS1 ^C root@colinux:~# cat /dev/ttyS0& [1] 2618 root@colinux:~# cat /dev/ttyS1 cat: /dev/ttyS1: Device or resource busy root@colinux:~# dmesg -c COSERIAL: unable to get irq 3 cocd: close no attached struct ---------------------------------------------------------------------- >Comment By: Gilles Casse (gcasse) Date: 2011-05-04 14:48 Message: The attached patch enables the use of several serial devices (ttySx) (diff from coserial.c, rev svn 1545, kernel 2.6.33.7). The whole coserial.c file is also attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=3291398&group_id=98788 |