| Summary: | Can't serial line login via cross-cable | ||
|---|---|---|---|
| Product: | Base System | Reporter: | kaz <kaz> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | kaz |
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
kaz
2000-10-12 16:40:03 UTC
> > >Number: 21935 > >Category: conf > >Synopsis: Can't serial line login via cross-cable [.....] > -ttyd0 "/usr/libexec/getty std.9600" vt100 on secure > -ttyd1 "/usr/libexec/getty std.9600" vt100 on secure > +cuaa0 "/usr/libexec/getty std.9600" vt100 on secure > +cuaa1 "/usr/libexec/getty std.9600" vt100 on secure Your cross-cable is mis-wired. It should have CD (and CTS) on one side wired to DTR on the other etc. This is a problem with most ``laplink'' cables. Your fix is quite appropriate. The ttyd devices will block on open 'till carrier is available - which will never happen. I'll close the PR when I get a chance.... -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! State Changed From-To: open->closed I believe the cross cable is miswired - unless you have a CD <-> CTS/DTR wiring, you must use cuaa*. |