OpenWrt Forum Archive

Topic: How to disable login console terminal on serial port to use for other

The content of this topic has been archived on 25 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

How does one disable the login prompt from running on the first serial port in order to use the serial port for other devices?

From http://wiki.openwrt.org/OpenWrtDocs/Har … ys/WRT54GL we read
"there is a method to turn the console off giving you access to both ports if you really need them. It isn't recommended but it can be done."

But I cannot find out how.

Thanks very much,

-Jesse

Comment or erase the lines in /etc/inittab :

tts/0::askfirst:/bin/ash --login
ttyS0::askfirst:/bin/ash --login
tty1::askfirst:/bin/ash --login

Thanks very much!

-Jesse

PS: A friend found another forum post on the topic. Sorry I didn't find it before asking (I did look, just not hard enough.)

Also solved at: http://forum.openwrt.org/viewtopic.php?id=14530

(Last edited by jesseg on 4 Apr 2008, 08:13)

The discussion might have continued from here.