Gentoo Archives: gentoo-user

From: "Alan E. Davis" <lngndvs@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: where is /dev/ttyS* ?
Date: Tue, 25 Apr 2006 13:03:51
Message-Id: 7bef1f890604250558y5ebc8f44v18598740f19f9460@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: where is /dev/ttyS* ? by Walter Dnes
1 I have an internal PCI modem. It was /dev/ttyS14 for a long time, on
2 Ubuntu and Mepis, and maybe Gentoo (don't remember), but then, on
3 Gentoo, it started showing up on /dev/ttyS4, I believe.
4
5 Oddly, running kernel 2.6.16, it is showing up as /dev/ttyS2, so I had
6 to re-run wvdialconf (the only such package that ever detected the
7 modem as /dev/ttyS14, by the way). Although I cannot be certain, I
8 suspect that serial support in the 2.6.X kernel series has gone
9 through another evolution.
10
11 Alan
12
13 On 4/25/06, Walter Dnes <waltdnes@××××××××.org> wrote:
14 > On Mon, Apr 24, 2006 at 02:51:09PM -0700, James Ausmus wrote
15 >
16 > > To check for serial port support in your kernel, do:
17 > > cd /usr/src/linux
18 > > make menuconfig
19 > > go to Device Drivers -> Character Devices -> Serial Drivers
20 > > Then make sure that "8250/16550 and compatible serial support" has
21 > > either a * or an M
22 >
23 > One more booby-trap. Is your modem an external modem that plugs into
24 > the serial port? No problem. If it's an internal PCI modem (not
25 > necessarily a "Winmodem") it will *NOT* work on the 4 standard COM ports
26 > ttyS0..ttyS3 (COM1:..COM4: in DOS-speak). It uses ttyS4 (COM5: in DOS)
27 > or higher. The *DEFAULT* is to support only the 4 standard ports. To
28 > support more ports (required for PCI modems) you must go to the menu
29 > above and specify 5 or more ports, like so...
30 >
31 > (5) Maximum number of 8250/16550 serial ports
32 >
33 > That one drove me nuts on my old Dell. I had gone out of my way to
34 > order a real PCI modem. It worked fine on Redhat 7.1 through 9.0, but
35 > simply wouldn't show up on some other distros.
36 >
37 > --
38 > Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
39 > My musings on technology and security at http://tech_sec.blog.ca
40 > --
41 > gentoo-user@g.o mailing list
42 >
43 >
44
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: where is /dev/ttyS* ? maxim wexler <blissfix@×××××.com>