Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: where is /dev/ttyS* ?
Date: Tue, 25 Apr 2006 11:13:12
Message-Id: 20060425110734.GA2890@waltdnes.org
In Reply to: Re: [gentoo-user] Re: where is /dev/ttyS* ? by James Ausmus
1 On Mon, Apr 24, 2006 at 02:51:09PM -0700, James Ausmus wrote
2
3 > To check for serial port support in your kernel, do:
4 > cd /usr/src/linux
5 > make menuconfig
6 > go to Device Drivers -> Character Devices -> Serial Drivers
7 > Then make sure that "8250/16550 and compatible serial support" has
8 > either a * or an M
9
10 One more booby-trap. Is your modem an external modem that plugs into
11 the serial port? No problem. If it's an internal PCI modem (not
12 necessarily a "Winmodem") it will *NOT* work on the 4 standard COM ports
13 ttyS0..ttyS3 (COM1:..COM4: in DOS-speak). It uses ttyS4 (COM5: in DOS)
14 or higher. The *DEFAULT* is to support only the 4 standard ports. To
15 support more ports (required for PCI modems) you must go to the menu
16 above and specify 5 or more ports, like so...
17
18 (5) Maximum number of 8250/16550 serial ports
19
20 That one drove me nuts on my old Dell. I had gone out of my way to
21 order a real PCI modem. It worked fine on Redhat 7.1 through 9.0, but
22 simply wouldn't show up on some other distros.
23
24 --
25 Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
26 My musings on technology and security at http://tech_sec.blog.ca
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: where is /dev/ttyS* ? "Alan E. Davis" <lngndvs@×××××.com>