SuSE Linux: Versions since 6.3
Input/output error or when using eg. wvdial
or minicom the modem just doesn't respond. Perhaps you had some
success with setting irq=0 (polling) with
setserial, but got only a slow connection.
serial module has been loaded. Loading this
module via kmod (to be rekognized by the output
(autoclean) of lsmod) causes this error. In
the startscript /sbin/init.d/serial the command
setserial is used, which leads to the loading by kmod.
/sbin/init.d/serial
till now, you won't really need it. The default action of that script
is to show the available serial port at boottime. So you easily can
remove the following links:
/sbin/init.d/rc1.d/K50serial /sbin/init.d/rc1.d/S02serial /sbin/init.d/rc2.d/K50serial /sbin/init.d/rc2.d/S02serial /sbin/init.d/rc3.d/K50serial /sbin/init.d/rc3.d/S02serial
/sbin/init.d/serial really (ie. you
modified it to your needs) you can call modprobe serial
at the beginnig of the start section of the script.
serial.o from
/lib/modules/2.2.5/misc/. Have a look at http://www.suse.de/Support/sdb/en/sf_seriell.html.