lkml.org 
[lkml]   [1998]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: cua* on kernel 2.1 and beyond
Hi there.

>> I think i read somewhere, that the cua* devices for serial
>> were going to be made obselite..

>> Im just wondering about this as far as compatability with other
>> sources built on FreeBSD or such that, by default may use cua*.

> Tis true. ;-) cua is out, ttys is in, why I'm not sure, although
> I'd be interested to know myself for curiosity.

There's not exactly a great deal of compatibility problem there: run
the following script and fix it for good...

Q> #!/bin/bash
Q> cd /dev
Q> rm -f cua?
Q> for Z in 0 1 2 3 ; do
Q> mknod cua$Z c 4 6$Z
Q> done

Best wishes from Riley.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.065 / U:0.768 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site