LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-01-2005, 03:13 PM   #1
WindsorKnot
Member
 
Registered: Aug 2005
Location: Minneapolis
Distribution: Ubuntu 14.04
Posts: 36

Rep: Reputation: 15
Dumb terminal (non-telnet!!) via DB9 serial port


Am trying out Knoppix on my Toshiba Tecra 550CDT. I would like to use it a console for my Cisco CCNP study lab, which I've done under Windows running TinyTERM. Problem is that all the so-called "terminal emulators" I've found for Linux are actually telnet clients - going out my PCMCIA Ethernet card; and thus into the routers' Ethernet ports.

I need to get into the CONSOLE port; which the PC is connected to out its DB9 port (which Windows calls "COM1") via rollover (DB9-RJ45) console cable.

I can't seem to find a simple, non-Telnet-happy dumb terminal emulator for Knoppix that can make use of the DB9 port. Where do I look?
 
Old 08-01-2005, 03:19 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Look into minicom. It will do what you want.
 
Old 08-01-2005, 11:44 PM   #3
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Oh good, I get to suggest Serial Terminal Linux again.
It is a Linux floppy that boots into a working serial connection with minicom.

P.S. Terminal emulator is refering to an application that somewhat mimics the feel of using a text/serial/dumb terminal. It does not refer to a program that connects to a serial device.

Last edited by 2damncommon; 08-01-2005 at 11:46 PM.
 
Old 08-23-2005, 07:58 AM   #4
BramDumolin
LQ Newbie
 
Registered: Aug 2005
Posts: 1

Rep: Reputation: 0
terminal emution program

Hi,

I've been using screen for years (IRC, saving sessions, ...) and just recently bumped into the fact that it's also a good serial console emulation program.

Try for example:
screen /dev/ttyS0 19200 vt100



Enjoy,
Bram
 
Old 08-24-2005, 08:50 PM   #5
abdul10211
LQ Newbie
 
Registered: Aug 2005
Location: Cincinnati, OH, USA
Distribution: Fedora (trying to anyway)
Posts: 1

Rep: Reputation: 0
screen command! thanks a mill

This command is just what I was looking for. Thanks a bunch!!!
 
Old 09-10-2005, 07:43 AM   #6
duncs
LQ Newbie
 
Registered: Jul 2004
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by 2damncommon
Oh good, I get to suggest Serial Terminal Linux again.
It is a Linux floppy that boots into a working serial connection with minicom.
I have an old laptop I want to set up as a dedicated dumb terminal (its much smaller & lighter than the "real" dumb terms we use at work). Is there any way to set up "Serial Terminal Linux" to run directly from a harddisk? I have been aware of this min-distro for a while but havnt yet found a way to "install" it.
 
Old 09-10-2005, 01:39 PM   #7
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
Originally posted by duncs
I have an old laptop I want to set up as a dedicated dumb terminal (its much smaller & lighter than the "real" dumb terms we use at work). Is there any way to set up "Serial Terminal Linux" to run directly from a harddisk? I have been aware of this min-distro for a while but havnt yet found a way to "install" it.
Why install to hard disk? No floppy? It may work to burn a CD with the Serial Terminal Linux floppy as the boot image if the laptop has a bootable CD.
It might work to copy the floppy contents to a hard drive partition, edit config files such as fstab, maybe inittab, and such, then install a bootloader. But that is so much trouble it may just be easier to do a minimum text install of Slackware or other and configure minicom yourself.
 
Old 09-12-2005, 12:58 PM   #8
duncs
LQ Newbie
 
Registered: Jul 2004
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by 2damncommon
Why install to hard disk? No floppy? It may work to burn a CD with the Serial Terminal Linux floppy as the boot image if the laptop has a bootable CD.
This is an old laptop (> 15 years, and it still works fine). There is no integral floppy (its a psuedo-pcmcia so best left unattached unless required) and certainly no network or cdrom, hence me wanting to install to harddisk.

Its only 9" by 7", light, and perfectly good enough as a dumb term, but not much use for anything else.

I might go read the Pocked Linux guide if I can find the time to build the disks myself.
 
Old 09-12-2005, 08:47 PM   #9
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
I might go read the Pocked Linux guide if I can find the time to build the disks myself.
Then it seems like you need to learn to set up your serial connection and configure minicom in whatever distribution you choose or give a try at copying Serial Terminal Linux and messing with some startup files.
I think it is a good idea. (Laptop as terminal.)
I enjoy messing with serial connections. I set up a Debian PC at work that connects with 8 real VT terminals. If I were to try to run my laptop throught the main terminal system I would need to get serial VIA USB working first and then learn to connect through the DEC serial interface.
Do you know that a working serial connection and minicom is really all that will be required to connect? No weird intrerfaces?
 
  


Reply



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
Using an USB port as a standard DB9 Serial Port Lsteele Linux - Newbie 1 10-22-2005 09:48 AM
telnet using serial port pjbii *BSD 2 09-17-2005 02:25 PM
redirect telnet to serial line ; reverse terminal schirrmi Linux - Networking 1 04-14-2004 09:48 AM
Terminal on serial port sourceman Linux - General 0 08-06-2002 04:21 AM
Remote administration via telnet & serial terminal susx Linux - Networking 0 09-02-2001 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:39 PM.

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