![]() |
I would suggest the folowing ( works fine for us, same modem, other linux) take minicom and initialise the modem with the the commands give in config.ttyS1 and write that to eeprom of the modem, then change the soft-reset-command in config.ttyS1 to load that configuration. and second there is an error in your /etc/inittab: Christian Otto-Lange schrieb: ........ > # getty-programs for the normal runlevels > # <id>:<runlevels>:<action>:<process> > # The "id" field MUST be the same as the last characters of the device (after "tty"). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not a joke.... > 1:123:respawn:/sbin/mingetty --noclear tty1 > > # modem getty. > # mo:23:respawn:/usr/sbin/mgetty -s 38400 modem > > # fax getty (hylafax) > mo:23:respawn:/usr/lib/fax/faxgetty /dev/ttyS1 ^^ this has to be "S1" I hope this helps. Christoph