Re: no keyboard input with 1.28.0

2018-02-12 Thread daggs
Greetings Denys,

> On Mon, Feb 12, 2018 at 3:27 PM, daggs  wrote:
> > Greetings,
> >
> > I have a small image based on kernel 4.14.2 and musl 1.1.18 which uses a 
> > nice gentoo based fbcondecor for some ui.
> > the image uses busybox 1.22.1, I've decided to bump it to 1.28.0 and I have 
> > no keyboard at all.
> > when I try to echo anything to screen into /dev/tty or /dev/console 
> > (connected via netcat), when I try to echo to them, I get this:
> > sh: can't open '/dev/tty': No such device or address
> > sh: can't open '/dev/console': No such device
> > but when I list them I do see them, see:
> > ls -l /dev/console /dev/tty
> > crw-rw1 root root5,   1 Feb 12 13:36 /dev/console
> > crw-rw1 root root5,   0 Feb 12 13:36 /dev/tty
> >
> > my config is this: https://pastebin.com/bSzXLQDt
> >
> > any ideas why this is happening?
> 
> /dev/tty shuld be crw-rw-rw-
> 

I'm using mdev -s to generate the /dev/ nodes

Dagg.
___
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


Re: no keyboard input with 1.28.0

2018-02-12 Thread Denys Vlasenko
On Mon, Feb 12, 2018 at 3:27 PM, daggs  wrote:
> Greetings,
>
> I have a small image based on kernel 4.14.2 and musl 1.1.18 which uses a nice 
> gentoo based fbcondecor for some ui.
> the image uses busybox 1.22.1, I've decided to bump it to 1.28.0 and I have 
> no keyboard at all.
> when I try to echo anything to screen into /dev/tty or /dev/console 
> (connected via netcat), when I try to echo to them, I get this:
> sh: can't open '/dev/tty': No such device or address
> sh: can't open '/dev/console': No such device
> but when I list them I do see them, see:
> ls -l /dev/console /dev/tty
> crw-rw1 root root5,   1 Feb 12 13:36 /dev/console
> crw-rw1 root root5,   0 Feb 12 13:36 /dev/tty
>
> my config is this: https://pastebin.com/bSzXLQDt
>
> any ideas why this is happening?

/dev/tty shuld be crw-rw-rw-
___
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


no keyboard input with 1.28.0

2018-02-12 Thread daggs
Greetings,

I have a small image based on kernel 4.14.2 and musl 1.1.18 which uses a nice 
gentoo based fbcondecor for some ui.
the image uses busybox 1.22.1, I've decided to bump it to 1.28.0 and I have no 
keyboard at all.
when I try to echo anything to screen into /dev/tty or /dev/console (connected 
via netcat), when I try to echo to them, I get this:
sh: can't open '/dev/tty': No such device or address
sh: can't open '/dev/console': No such device
but when I list them I do see them, see:
ls -l /dev/console /dev/tty
crw-rw1 root root5,   1 Feb 12 13:36 /dev/console
crw-rw1 root root5,   0 Feb 12 13:36 /dev/tty

my config is this: https://pastebin.com/bSzXLQDt

any ideas why this is happening?

Thanks,

Dagg.
___
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox