Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] where is /dev/ttyS* ?
Date: Thu, 20 Apr 2006 20:11:07
Message-Id: 20060420195331.97269.qmail@web31704.mail.mud.yahoo.com
1 Hello everybody,
2
3 When I try to dialup the 'net on a fresh 2.6.16
4 install I get:
5
6 #pon <isp>
7 /usr/sbin/pppd: In file /etc/peers/hd: unrecognized
8 option '/dev/ttyS0'
9
10 Sure enough, there's no such file, just /dev/tty, 0, 1
11 ... On my 2.6.12 and 2.6.15 boxen /dev/ttyS0 is a
12 sym-link to tts/0 and I can dial out no problem. On
13 the 2.6.16 box ls /dev/tty* just reveals a numerical,
14 unlinked list. /dev/ttyS* no longer exists.
15
16 Here's what pppconfig wrote(identical on all my PCs):
17
18 sarawak heathen # cat /etc/ppp/peers/hd
19 # This optionfile was generated by pppconfig 2.3.10.
20 #
21 #
22 hide-password
23 noauth
24 connect "/usr/sbin/chat -v -f /etc/chatscripts/hd"
25 debug
26 /dev/ttyS0
27 115200
28 defaultroute
29 noipdefault
30 user "entbloc1@×××××××.com"
31 remotename hd
32 ipparam hd
33
34 As it stands now I can dial out from the 2.6.16 box
35 only if I boot the install-cd and copy over from
36 another drive my ppp config files and use the pppd
37 that comes with the install-cd. And *it* uses
38 /dev/ttyS0. If I try to go with /dev/tty or /dev/tty0
39 on the fresh install without benefit of install-cd,
40 nothing happens -- no error on the console or the
41 logs, no dialtone, nothing.
42
43 Yes, I did mknod /dev/ppp c 108 0
44
45 and here's lsmod copied over from the 2.6.16 box.
46
47 heathen@sarawak ~ $ cat /floppy/lsmod
48 Module Size Used by
49 ppp_async 11840 0
50 crc_ccitt 1952 1 ppp_async
51 ppp_deflate 6176 0
52 zlib_deflate 21528 1 ppp_deflate
53 zlib_inflate 17440 1 ppp_deflate
54 bsd_comp 5952 0
55 ppp_generic 26484 3
56 ppp_async,ppp_deflate,bsd_comp
57 slhc 6912 1 ppp_generic
58 rtc 14452 0
59 usbcore 148804 1
60 unix 29712 4
61
62 I'm using ppp-2.4.3-r14. When I emerged it I was told
63 that I must
64
65 emerge -u '>=sys-apps/baselayout-1.12.0_pre11'
66
67 as well as add bsd_comp and ppp_deflate to my kernel
68 config. Both of which I did.
69
70 So, I'm stuck
71
72 -mw
73
74 __________________________________________________
75 Do You Yahoo!?
76 Tired of spam? Yahoo! Mail has the best spam protection around
77 http://mail.yahoo.com
78 --
79 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] where is /dev/ttyS* ? Farhan Ahmed <farhanahmed06@×××××.com>
[gentoo-user] Re: where is /dev/ttyS* ? Simon Kellett <zoxed_c@×××××.de>