I have no serial ports?

2001-03-21 Thread jdls
hello, I am having some problems with my serial ports... From ls -l /dev/ttyS* shows.. crw-rw1 root dialout4, 64 Jul 5 23:14 /dev/ttyS0 crw-rw1 root dialout4, 65 Jul 5 23:14 /dev/ttyS1 crw-rw1 root dialout4, 66 Jul 5 23:14 /dev/ttyS2

Re: I have no serial ports?

2001-03-21 Thread Nate Amsden
jdls wrote: /dev/tty0: No such device /dev/tty1: No such device /dev/tty2: No such device /dev/tty3: No such device be sure you have serial support compiled into your kernel or at least as modules assuming your using a packaged kernel do: cd /boot grep -i serial config-`uname -r` you