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

Re: slink install messed up hamm partition



John Bagdanoff writes:
> ...a message appears when  booting to hamm (thru lilo)  that :

> SETSERIAL command not found.

> Now in 0setserial, I have changed /dev/ttyS2's irq to 3 (thats what my
> modem is set to).

You changed something else, too.  The distributed 0setserial has the line:

#${SETSERIAL} -b /dev/ttyS2 ${AUTO_IRQ} skip_test autoconfig ${STD_FLAGS}

Which you probably changed to:

{SETSERIAL} -b /dev/ttyS2 irq 3 skip_test autoconfig ${STD_FLAGS}

When you should have changed it to:

${SETSERIAL} -b /dev/ttyS2 irq 3 skip_test autoconfig ${STD_FLAGS}

-- 
John Hasler
john@dhh.gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI


Reply to: