On Monday 17 January 2005 21:43, anand s wrote:
> Hi,
>
> I am facing problem with Linux Kernel 2.4.28-bf2.4.
> We purchased recently 2 Dell Systems. I am configuring
> the servers for LVS Director.
>
> I find that the serial port is identified as :
>
> --- dmesg ----
>
> Serial driver version 5.05c (2001-07-08) with
> MANY_PORTS SHARE_IRQ SERIAL_PCI en
> abled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> ttyS01 at 0x02f8 (irq = 3) is a 16550A
>
> --------------------
>
> But I don't find the /dev/ttyS00 & /dev/ttyS01.
>
> How to enable these ?

run
$ mknod /dev/ttyS00 c 4 64
$ mknod /dev/ttyS01 c 4 65

Acc to standrad dev systems, ttyS00 and ttyS01 do not exist. it should be 
ttyS0 and ttyS1. But, this creates those devices.

> Thanks & Regards,
> Anand

-- 
Regards,
 Arjun Asthana
 Registered Linux User #293731       / /\
    #&                              / /  \
   #&    (_)  __   __ __ __  __    / / /\ \
  #&    / / / _ \ / // / \ \/ /   / /_/\ \ \
 #&@!8 /_/ /_//_/ \___/  /_/\_\  /______\ \ \
 May the Source be with you      \_________\/




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to