>>>>> "nilesh" == nilesh vaghela <[EMAIL PROTECTED]> writes:
nilesh> Would like to configure I/O + serial card with linux 6.0.
What card is that? Is it the specialix card? There would be a module
called specialix.o in /lib/modules/<version of kernel>/misc. Load that.
BTW, You are probably speaking of redhat 6.0 - linux is still at
2.4.something. In which case better perform some upgrades. Upgrade to
kernel 2.2.19, at least.
You access these serial ports via /dev/ttyW0 to /dev/ttyW7 (just like
you access the onboard serial ports via /dev/ttyS0 and /dev/ttyS1). If
these devices don't exist, create them - I think the major number is
75, and minor numbers 1 to 8. Use
mknod /dev/ttyW0 c 75 1
...
mknod /dev/ttyW7 c 75 8
Have fun.
Binand
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help