Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Enable serial console
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Enable serial console
7th Mar, 2014, 04:48 AM
Post: #7
cybor Offline
Registered
Posts: 5
Joined: Mar 2014
Reputation: 0
RE: Enable serial console
(6th Mar, 2014 08:11 AM)CurlyMo Wrote:  Without an inittab, login doesn't work. Also the inittab.dist looks like a real inittab so i think that one is used.
I tried with the inittab.dist, didn't work.

I searched to find the right way understandig this distribution and finally, I think, I find the legit way to do it.

We need the module like I said before, then, instend modifing /etc/rc.local we need to create a the file :
/etc/init/ttyAMA0.conf like I find here https://help.ubuntu.com/community/SerialConsoleHowto
Code:
# ttyAMA0 - getty
#
# This service maintains a getty on ttyAMA0 from the point the system is
# started until it is shut down again.

start on stopped rc or RUNLEVEL=[12345]
stop on runlevel [!12345]

respawn
exec /sbin/getty -L 115200 ttyAMA0 vt100

Of course I worked allways like root, then reboot.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Enable serial console - haris - 2nd Mar, 2014, 12:15 PM
Re: Enable serial console - CurlyMo - 3rd Mar, 2014, 10:20 AM
RE: Enable serial console - cybor - 4th Mar, 2014, 07:57 AM
Re: Enable serial console - CurlyMo - 4th Mar, 2014, 03:58 PM
RE: Enable serial console - cybor - 6th Mar, 2014, 06:13 AM
RE: Enable serial console - CurlyMo - 6th Mar, 2014, 08:11 AM
RE: Enable serial console - cybor - 7th Mar, 2014 04:48 AM
RE: Enable serial console - CurlyMo - 7th Mar, 2014, 08:05 AM
RE: Enable serial console - mk01 - 7th Mar, 2014, 02:35 PM
RE: Enable serial console - cybor - 9th Mar, 2014, 01:30 AM
RE: Enable serial console - mk01 - 16th Mar, 2014, 08:33 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 7th Jun, 2025, 03:20 AM Powered By MyBB, © 2002-2025 MyBB Group.