LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-15-2013, 02:16 PM   #1
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Rep: Reputation: Disabled
Question Serial console (or something like it) over distance..


hi,

First, if this is wrong in the slackware section a mod may please move this to where it belongs.
Second, please excuse my english as im from germany.

to my question/problem.

I've installd slackware 14 on my little atom box as a server/router, all fine and nice.

I'll had to take and move my mothers display for installation and now as im in configuration (dont have a generic kernel etc yet) i far if something may go wrong, i would need to steal me her monitor again..

my computer is ~15 m from the atom box away.. the atom box is sitting in the living near the dsl modem and stuffs for my internet connection, my computer is in the next room over aka my room.

my question is.. how could i get a serial console 15m to my computer or are there other means to - without buying a display, see the boot live on my computer?

i hope im understood..

btw. i frashly wired the whole place with cat6 cableing.. if there would be a way to get the serial over the lan.. *thinking*

thanks for help or any comments on this.

Last edited by Stuferus; 10-16-2013 at 08:39 AM.
 
Old 10-15-2013, 02:39 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,450

Rep: Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212
I would say that 99.99% of the time once the OS is up and running all you would require is access via ssh. ssh is a secure remote console shell that connects via the LAN. I have several headless systems in remote locations that I physically only touch once or twice a year.
 
Old 10-15-2013, 03:31 PM   #3
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
If you want to see boot messages over the network, look at the netconsole kernel module.
https://www.kernel.org/doc/Documenta...netconsole.txt
http://www.cyberciti.biz/tips/linux-...-tutorial.html
https://wiki.archlinux.org/index.php/Netconsole

But netconsole will only send log messages to another computer, it won't do two way communication like a serial console. So... if you are really crazy, get an old router from someone -- many routers have a hidden serial port on the circuit board (but not all of them). With soldering (and probably a voltage converter from 3.3V to 5V) and installing OpenWRT, you can connect the router's serial port to your atom box's serial port, and log in to the router from the network, and use minicom to communicate with the atom box
 
Old 10-15-2013, 03:43 PM   #4
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
I would say that 99.99% of the time once the OS is up and running all you would require is access via ssh. ssh is a secure remote console shell that connects via the LAN. I have several headless systems in remote locations that I physically only touch once or twice a year.
so you have not understood me.. great

ill need the to see the system boot, remote.. but my pc is 15 meters away.. i dont think serial goes 15 meters. and i will not convert to feet for you
 
Old 10-15-2013, 03:45 PM   #5
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 55020 View Post
If you want to see boot messages over the network, look at the netconsole kernel module.
https://www.kernel.org/doc/Documenta...netconsole.txt
http://www.cyberciti.biz/tips/linux-...-tutorial.html
https://wiki.archlinux.org/index.php/Netconsole

But netconsole will only send log messages to another computer, it won't do two way communication like a serial console. So... if you are really crazy, get an old router from someone -- many routers have a hidden serial port on the circuit board (but not all of them). With soldering (and probably a voltage converter from 3.3V to 5V) and installing OpenWRT, you can connect the router's serial port to your atom box's serial port, and log in to the router from the network, and use minicom to communicate with the atom box
interesting idea.. ill have a look in to that.. but its not really what i need.. what if the kernel does not boot as something has gone wrong with lilo? and no.. i dont think i have money for a keyboard video mouse (kvm) thingy :-S
 
Old 10-15-2013, 04:22 PM   #6
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by Stuferus View Post
i dont think serial goes 15 meters
At 9600 baud, it probably will. If it doesn't work, try 2400... 1200... or 110, 110 used to be good enough for everybody

Quote:
Originally Posted by Stuferus View Post
what if the kernel does not boot as something has gone wrong with lilo?
You can configure both LILO and Linux to use the serial port as a console.
http://www.tldp.org/HOWTO/Remote-Ser...WTO/index.html
But there are plenty of ways to break it (just like a vga console). The answer is to be very careful and maybe have a second LILO entry that boots an emergency partition.
 
1 members found this post helpful.
Old 10-15-2013, 04:42 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,450

Rep: Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212
There is lots of documentation on how to configure a serial console. Yes it will, the recommended distance for 9600 baud (RS-232) is 15M which is sufficient for a console terminal but you should be able to go faster.

There are many terminal applications to choose from both windows and linux, putty, hyperterminal, cutecom, kermit or minicom.
 
1 members found this post helpful.
Old 10-15-2013, 04:59 PM   #8
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
thanks.. now i need to find a 15m long cable.. lol, - nullmodem it was right?

thanks every one for the quick help.. as long as i can see lilo im fine.. dont need access to bios..

solved.
 
Old 10-15-2013, 05:03 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,450

Rep: Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212Reputation: 6212
Correct, a null MODEM cable is required when connecting two computers together.
 
Old 10-15-2013, 05:04 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,412

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by Stuferus View Post
so you have not understood me.. great
No, we did, but you didn't understand the point michaelk was making.

Analyze your NEEDS, not your WANTS. You may WANT to have this working, but honestly...how often does it go down/reboot? If you hardly ever have to touch it, why is it an issue to have an always-ready console? Wouldn't it be simpler just to put a monitor on it a few times a year?
Quote:
ill need the to see the system boot, remote.. but my pc is 15 meters away.. i dont think serial goes 15 meters. and i will not convert to feet for you
As suggested, lowering the speed may work for you...and a good way to find out if it will work is to just put a cable on it and try it. Using low-capacitance cables, you can get up to 1000 feet at full speed.

And according to the TLDP article:
http://www.tldp.org/HOWTO/Remote-Ser...-distance.html

..you can get 9600 baud at 15 meters just fine. Barring that, you can get a serial-to-network device:
https://gridconnect.com/rs232-ethern...FXRp7Aodwx8Atw


:: edit ::
...and apparently everyone was typing when I was.

Last edited by TB0ne; 10-15-2013 at 05:05 PM.
 
Old 10-15-2013, 05:56 PM   #11
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,859
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
I had the same problem, but found a cheap monitor (20 USD), used, from Goodwill (an emporium of used, donated items). Perhaps a garage sale or something of the sort is available in Germany. Some furniture stores or other businesses seem to have large numbers of 15 inch vga lcds, just lying around. It might be worthwhile.
 
Old 10-16-2013, 05:44 AM   #12
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mostlyharmless View Post
I had the same problem, but found a cheap monitor (20 USD), used, from Goodwill (an emporium of used, donated items). Perhaps a garage sale or something of the sort is available in Germany. Some furniture stores or other businesses seem to have large numbers of 15 inch vga lcds, just lying around. It might be worthwhile.
ill yet have to find something like this.. i would be kinda good to have a monitor for it if i need it, but i think the serial console is a good alternative..

and yes, ill use ssh 95% of the time.. the box is totaly headless for 2 years and i needed my moms tft only 5 times as of now.. now would be the 6x, if something would go wrong with switching to generic or upgrading to 14.1 if it is out (i dont go for unfinished stuff - not really safe sry patrick, no offense)

its quite important that the box is running.. i dont life alone and the others would cut my head off if its down to long :-S - no not really but you get the point.
 
Old 10-16-2013, 05:48 AM   #13
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Barring that, you can get a serial-to-network device:
https://gridconnect.com/rs232-ethern...FXRp7Aodwx8Atw
no i dont think i need that
 
Old 10-19-2013, 03:20 AM   #14
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
As another alternative which hasn't been mentioned yet. You could maybe look into using a KVM, which will work over the network and allow you to just plug your own monitor in instead of using your moms.
 
Old 10-19-2013, 07:44 AM   #15
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by vdemuth View Post
As another alternative which hasn't been mentioned yet. You could maybe look into using a KVM, which will work over the network and allow you to just plug your own monitor in instead of using your moms.
i dont have or want pay 200-500 eur - why? dont have them.
but thx. i was thinking about it as ive seen that intel puts kvms on some boards. but its really to expensive for me.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
serial console +plx tech console server card pankajd Linux - Hardware 1 10-14-2009 02:45 PM
serial console pvpnguyen Red Hat 1 11-17-2007 02:42 PM
Installing 9.3 over serial console cforney SUSE / openSUSE 1 05-31-2005 07:53 AM
Serial Console zaicheke Linux - Networking 4 11-14-2004 08:55 PM
serial console ixion Linux - Software 3 03-19-2003 01:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration