I'm trying to use mgetty to control my Cyclades ports to use a¨56K modem as dial in
I used setserial so my serial on ttyC0 is set like that: ttyC0, Line 0, UART: Cirrus, Port: 0x0000, IRQ: 2 Baud_base: 115200, close_delay: 50, divisor: 0 closing_wait: infinte, closing_wait2: infinte Flags: spd_vhi I put a line on inittab to load mget on ttyC0 S3:23456: respawn:/sbin/mgetty -x3 ttyC0 and on mgetty.config i set a line to the serial on ttyC0 like that port ttyC0 debug 3 speed 56600 But I´m receiving some error messages 11/09 20:32:13 yC0 WARNING: obsolete setserial spd_hi/spd_vhi used, 38400 is not real port speed 11/09 20:34:02 ##### data dev=ttyC0, pid=1971, caller='none', conn='115200', name='', cmd='/bin/login', user='luis' -- 11/09 20:34:30 yC0 invalid port speed: 56600: Success 11/09 20:34:30 yC0 Usage: mgetty [-x debug] [-s speed] [-r] line: Success What I´m doing wrong????? Please, if you can give me any help I apreciate. Thanks in advance. Paulo Henrique