1

I am attempting to login from a Linux client to a set top box running Linux via a USB to serial cable. When I power on the device, I can see the init messages scroll past, and I get to the login prompt, like this:

(none) login:

but I cannot login. The cursor stops flashing as if it is receiving input, but there is no response.

My serial port setup is:

Device: /dev/ttyUSB0

Bps: 115200 8N1

Hardware Flow Control: Yes

Software Flow Control: No

Any help would be greatly appreciated!

1 Answer 1

6

Without knowing either your set-top box or your cable, I would first try disabling hardware flow control, since the set top probably doesn't implement it. Essentially your Linux client is waiting for an "OK to send" signal that it will never receive because there's no physical wire in the set top to send it.

2
  • Excellent stuff - that did it. Thanks be to you, sir.
    – tsimon
    Commented Jan 5, 2011 at 5:36
  • Awesome! I have just had that problem doing remote connection using vpn to linux vm and then minicom to a hardware from that linux! Hardware Flow Contol was the problem! Thx!
    – Alex
    Commented Nov 3, 2018 at 21:45

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .