Possible Bug, or Possibly don't know what I'm doing.

Yan Seiner yan at seiner.com
Wed Jan 31 19:19:14 UTC 2007


Andy Kennedy wrote:
>
> I'm thinking that I need to tell init to leave the serial port alone,
> however, I don't know how.
Just take out the

ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100

line from your inittab (or, preferrably, just stick a # in front):

#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100

You're telling getty to grab ttyS0, while at the same time you're 
telling the kernel to use it for the console.

It's one or the other.



More information about the busybox mailing list