From: SourceForge.net <no...@so...> - 2012-11-10 23:28:02
|
Bugs item #3291398, was opened at 2011-04-22 04:30 Message generated for change (Comment added) made by nobody 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: Closed Resolution: Fixed 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: Nobody/Anonymous (nobody) Date: 2012-11-10 15:28 Message: Fantastic blog! Do you have any hints for aspiring writers? I'm planning to start my own blog soon but I'm a little lost on everything. Would you propose starting with a free platform like Wordpress or go for a paid option? There are so many choices out there that I'm completely confused .. Any recommendations? Cheers! north face outlet http://zqlqbcnbrk.webnode.com/ ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2011-05-04 14:30 Message: Thanks! Patch committed to SVN as revision 1584 (branch devel). ---------------------------------------------------------------------- Comment By: Gilles Casse (gcasse) Date: 2011-05-04 05: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 |