I try to login to my ASUS wl500g premium via serial line. the serial connection works, for example this works:
# stty -F /dev/usb/tts/0 9600
# echo test > /dev/usb/tts/0
so i can see "test" on the serial line. however a
# getty -L 9600 -l /bin/login2 -L /dev/usb/tts/0 vt100
prints the login promt to the serial line, i enter root then getty closes:
output of the serial client:
OpenFoensi login: root
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
WHITE RUSSIAN (0.9) -------------------------------
* 2 oz Vodka Mix the Vodka and Kahlua together
* 1 oz Kahlua over ice, then float the cream or
* 1/2oz cream milk on the top.
---------------------------------------------------
content of /bin/login2:
#!/bin/ash --login
any hints how to login via serial line?
