Unix Technical Forum

ttyS00 does not show up in /dev

This is a discussion on ttyS00 does not show up in /dev within the Linux Operating System forums, part of the Unix Operating Systems category; --> I am running a stock Debian kernel: Linux version 2.4.26-1-686 (herbert@gondolin) (gcc version 3.3.3 (Debian 20040401)) #1 Sat May ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 07:08 AM
jonsoons
 
Posts: n/a
Default ttyS00 does not show up in /dev

I am running a stock Debian kernel:

Linux version 2.4.26-1-686 (herbert@gondolin) (gcc version 3.3.3
(Debian 20040401)) #1 Sat May 1 18:04:05 EST 2004

I have the following in dmesg:

Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS
MULTIPORT SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A

However, no ttyS00 shows up in /dev.
I did a "MAKEDEV update" but it still did not show up.
Maybe I have to do a "mknod /dev/ttyS00 -c " but I have no idea what
the major and minor numbers are. Am I on the right track?
Thanks for any help.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 07:08 AM
Bill Marcum
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

On 14 Mar 2005 14:47:29 -0800, jonsoons
<jsoons@juilliard.edu> wrote:
> I am running a stock Debian kernel:
>
> Linux version 2.4.26-1-686 (herbert@gondolin) (gcc version 3.3.3
> (Debian 20040401)) #1 Sat May 1 18:04:05 EST 2004
>
> I have the following in dmesg:
>
> Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS
> MULTIPORT SHARE_IRQ SERIAL_PCI enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
>
> However, no ttyS00 shows up in /dev.
> I did a "MAKEDEV update" but it still did not show up.
> Maybe I have to do a "mknod /dev/ttyS00 -c " but I have no idea what
> the major and minor numbers are. Am I on the right track?
> Thanks for any help.
>

Look for /dev/ttyS0.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 07:08 AM
jonsoons
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

Nope, "ls /dev/ttyS*" shows nothing.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 07:08 AM
Dave Uhring
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

On Mon, 14 Mar 2005 16:06:02 -0800, jonsoons wrote:

> Nope, "ls /dev/ttyS*" shows nothing.


ls -l /dev/ttyS0*
crw-rw---- 1 root uucp 4, 64 Nov 2 14:42 /dev/ttyS0

There are your major and minor numbers.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 07:08 AM
David Efflandt
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

On 14 Mar 2005 14:47:29 -0800, jonsoons <jsoons@juilliard.edu> wrote:
> I am running a stock Debian kernel:
>
> Linux version 2.4.26-1-686 (herbert@gondolin) (gcc version 3.3.3
> (Debian 20040401)) #1 Sat May 1 18:04:05 EST 2004
>
> I have the following in dmesg:
>
> Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS
> MULTIPORT SHARE_IRQ SERIAL_PCI enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
>
> However, no ttyS00 shows up in /dev.


What shows as ttyS00 in boot log _is_ /dev/ttyS0 (ignore leading zero in #
of ttyS# in boot log). Similarly ttyS01 in log would be /dev/ttyS1.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 07:08 AM
jonsoons
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

Thanks, I created /dev/ttyS0. Now I have to see if it really is there.
I will find a modem and report back.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 07:08 AM
jonsoons
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

Great /dev/ttyS0 now works. Thanks everyone. I still think init should
have taken care of this.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 07:08 AM
Dave Uhring
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

On Mon, 14 Mar 2005 18:04:45 -0800, jonsoons wrote:

> Great /dev/ttyS0 now works. Thanks everyone. I still think init should
> have taken care of this.


Perhaps you should read the init(8) man page and tell us why you think
that.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2008, 07:09 AM
jonsoons
 
Posts: n/a
Default Re: ttyS00 does not show up in /dev

init calls /etc/init.d/makedev.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com