[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: setserial problems...



On Apr 20, Paul J. Clegg wrote
> 
> I tried to move the 0setserial file out of rc.boot, but during boot I
> still saw setserial assign everything.  When I moved 0setserial back in,
> setserial was called >twice<!  On top of that, I can't find a call to
> setserial in any of the other rc*.d directories, nor in init.d.  I tried
> editing 0setserial to manually assign irq 2 to tty2, but during boot up it
> seemed to ignore it!

To find all the files that reference setserial under /etc, do 

 find /etc -type f -print | xargs fgrep -l setserial

What you want to do after that is to edit the setserial call so that it
assigns the right irq to your serial port. There are plenty of examples in
0setserial, so I'm sure one of the will match what you want to do.

  Christian

Attachment: pgpOipAnBy8wl.pgp
Description: PGP signature


Reply to: