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, 02:35 PM
Post: #9
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Enable serial console
guys !

inittab is obsolete. it's presence there ia only in case any old program should reference some info there. consoles are standard upstart respawning jobs. look at

Code:
/etc/init/tty{1,2}.conf

or at the end cybor's demo. he was properly reading docs Smile

also, serial_core and amba-pl011 are part of kernel (builtin) - at least in 3.12.7+ (xbian-package-kernel v1.3-6.10) which also is in STABLE repo as regular update since Feb.

(7th Mar, 2014 04:48 AM)cybor Wrote:  I searched to find the right way understandig this distribution and finally, I think, I find the legit way to do it.

it is not "distro" but "init management". currently there is systemd (apple like, used in fedora for instance), upstart (by ubuntu) and old fashioned not used anymore SysV (the classics inittab + init.d)

xbian migrated to Upstart with Beta1 release.

Code:
man upstart

and yes, Ubuntu provides quite good "user level" documentation and is a good source.

btw: for basic console init understanding:

save as /etc/init/tty3.conf
Code:
respawn

exec getty -a xbian tty3

do a
Code:
sudo start tty3

and look at third console
that's all !

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
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: 8th Jun, 2025, 08:55 PM Powered By MyBB, © 2002-2025 MyBB Group.