View previous topic :: View next topic |
Author |
Message |
rem_proc_call n00b
Joined: 17 Jul 2003 Posts: 23 Location: Rocky Mountains, Colorado
|
Posted: Tue Sep 27, 2005 5:42 pm Post subject: cu: /dev/ttys0: Line in use - aaarrrggghhh! |
|
|
I've got a headless solaris box (long story) that I'm trying to connect to via the serial port.
But everytime I run the cu command:
Code: |
opus root # cu -l /dev/ttys0 -s 9600
cu: open (/dev/ttys0): Input/output error
cu: /dev/ttys0: Line in use
|
Here's what I've tried.
chowned /dev/ttys0 and /dev/pty/s0 and /usr/bin/cu to uucp:uucp
chowned /dev/ttys0 and /dev/pty/s0 and /usr/bin/cu to root:root
added root to the uucp group
su'ed to uucp and tried it there.
loaded minicom and tried that.
rebuilt the kernel with serial port line discipline off
rebuilt the kernel with serial port line discipline built-in
build lsof and checked to see if anyone was using ttys0 (they aren't)
When I try and run setserial I get:
Code: |
opus root # setserial -a /dev/ttys1
/dev/ttys1: Input/output error
|
Any suggestions? I'm really don't want to move my sons windows box into my office to try and hook this puppy up, but I'm at the end of my rope.
TIA
-- Randy _________________ "There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance that principle is contempt prior to investigation." -- Herber Spencer
"RTFM" -- everyone |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54809 Location: 56N 3W
|
Posted: Tue Sep 27, 2005 6:01 pm Post subject: |
|
|
rem_proc_call,
/dev/ttyS0 ?? The uppercase S is important. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
rem_proc_call n00b
Joined: 17 Jul 2003 Posts: 23 Location: Rocky Mountains, Colorado
|
Posted: Tue Sep 27, 2005 6:05 pm Post subject: |
|
|
AAAAARRRRGGGGGHHHH!
Thank you, thank you, thank you.
We will now return to our regularly scheduled show:
More stoopid human tricks....
_________________ "There is a principle which is a bar against all information, which is proof against all arguments and which cannot fail to keep a man in everlasting ignorance that principle is contempt prior to investigation." -- Herber Spencer
"RTFM" -- everyone |
|
Back to top |
|
|
|