Re: Serial port IRQ strangeness

1996-11-21 Thread lukas
[EMAIL PROTECTED] said: > > On Thu, 21 Nov 1996 03:20:14 +0200 Esa Turtiainen ([EMAIL PROTECTED] > fi) wrote: > ... > > > > Compile a kernel with serial built in. > > Or just add a line with just the word ``auto'' to /etc/modules :-) > Easier than rebuilding a kernel. > Unfortunately, this wo

Re: Serial port IRQ strangeness

1996-11-21 Thread Philippe Troin
On Thu, 21 Nov 1996 03:20:14 +0200 Esa Turtiainen ([EMAIL PROTECTED] fi) wrote: > > Hi, > > You are trusting that kerneld will load the module serial. > However, this will happen just when kerneld is running, > but it is just later in the boot sequence. > > Compile a kernel with serial built i

Re: Serial port IRQ strangeness

1996-11-21 Thread Bruce Perens
Put "serial" in /etc/modules . The problem will get better. Kerneld is not starting before 0setserial. Bruce -- Bruce Perens K6BP [EMAIL PROTECTED] Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3 -- TO UNSUBSCRIBE FROM THI

Re: Serial port IRQ strangeness

1996-11-21 Thread Esa Turtiainen
Hi, You are trusting that kerneld will load the module serial. However, this will happen just when kerneld is running, but it is just later in the boot sequence. Your system, just like mine, requires setserial for ttyS2 and ttyS3 to use the right interrupts. Compile a kernel with serial built i

Serial port IRQ strangeness

1996-11-21 Thread Steve Gaarder
I have a Debian 1.1 machine with 4 serial ports, each on its own IRQ. I edited /etc/rc.boot/0setserial to configure the appropriate IRQs. Question #1: At boot, when /etc/rc.boot/0setserial runs, it complains "no such device" for each of the devices. If I do the setserial as /etc/rc2.d/S14setser