Problem: Enable serial console
|
7th Mar, 2014, 02:35 PM
Post: #9
|
|||
|
|||
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 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 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 |
|||
« Next Oldest | Next Newest »
|
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
|