Results 1 to 10 of 22
hi, i recently posted a msg saying that my ipaq couldnt connect because i didnt have ttyS0 and thats what it was trying to connect to using a mull serial ...
- 02-24-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
ttyS0 help mee
hi, i recently posted a msg saying that my ipaq couldnt connect because i didnt have ttyS0 and thats what it was trying to connect to using a mull serial cable... so a guy told me to try
and it made a file but i noticed the rest of ttyS1 and ttyS2 have a arrow pointing away from themselves in the icon and this one doesnt....i am assuming that that means the ttyS1 and S2 are links and this one isnt how do i fix this or is this correct??Code:mknod /dev/ttyS0 c 4 64
- 02-24-2003 #2Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
depends on what ttyS1 and ttyS2 are pointing to. ttyS0 is correct though, sometimes distributions will change some of the devices around for some reason or another.
I respectfully decline the invitation to join your delusion.
- 02-24-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
how can u tell what they are pointing to???
- 02-24-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Run "ls -l /dev/ttyS[0-9]"
- 02-24-2003 #5Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
ok i get
whats this mean??Code:crw-rw---- 1 ed tty 4, 64 Feb 24 08:10 /dev/ttyS0
- 02-24-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That can't be all you get. What happens if you run "ls -l /dev/ttyS1"?
- 02-24-2003 #7Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
ok i get
Code:[root@d57-6-155 ed]# ls -l /dev/ttyS1 lr-xr-xr-x 1 root root 5 Feb 24 08:10 /dev/ttyS1 -> tts/1 [root@d57-6-155 ed]# ls -l /dev/ttyS2 lr-xr-xr-x 1 root root 5 Feb 24 08:10 /dev/ttyS2 -> tts/2
- 02-24-2003 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
OK, check "ls -l /dev/tts". What distribution are you using?
- 02-24-2003 #9Just Joined!
- Join Date
- Feb 2003
- Posts
- 15
i am using mandrake 9.0 beta i believe
that command just gaveCode:total 0 crw-r----- 1 ed tty 4, 65 Dec 31 1969 1 crw-rw---- 1 ed tty 4, 66 Dec 31 1969 2
- 02-25-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
They've sure set it up in a strange way (is that some sort of legacy thing?), but it doesn't matter, since it's the same thing anyway.


Reply With Quote
