Click to See Complete Forum and Search --> : Need HELP setting modem irq at startup


caMehT
03-23-2001, 01:40 PM
i am new at linux, and i have no idea how to set up a script to put my modem on the right irq when i start up. right now the only way i can get it to work is if i login as root and type setserial /dev/ttyS2 irq 5 uart 16550A. then when i restart it changes back to irq 4. i know i need to set something up at startup, but i have no idea what. if anyone can help me i would appreciate it.
thanks

PLBlaze
03-23-2001, 02:38 PM
Just put your setserial line in rc.local file and it will be executed on every boot...eg.

setserial /dev/ttyS2 irq 5 uart 16550A
echo "Setting modem IRQ ..."