<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: accees a Linux from com port in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923718#M26607</link>
    <description>Umm... '/etc/inittab'.&lt;BR /&gt;&lt;BR /&gt;If you want to log in via the COM port on the Linux server from your Windows machine, you need to configure the serial port to have a 'getty' running.&lt;BR /&gt;&lt;BR /&gt;You want a line similar to:&lt;BR /&gt;&lt;BR /&gt;S0:2345:respawn:/sbin/mgetty -s 9600 /dev/ttyS0&lt;BR /&gt;&lt;BR /&gt;See the man page for 'mgetty' for more details.&lt;BR /&gt;&lt;BR /&gt;You can safely muck around with the speed and the gettydefs value if you need to.&lt;BR /&gt;&lt;BR /&gt;Also note, you may need to use 'setserial' if you are using a high speed serial port.&lt;BR /&gt;&lt;BR /&gt;From there, with a connected serial cable, you should be able to get a console on your Windows machine using Hyperterminal (or whatever).&lt;BR /&gt;&lt;BR /&gt;If you want to see boot messages from the server, then you need to configure your boot-loader (grub) to have the 'console=ttyS0,9600' (or similar).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vanemery.com/Linux/Serial/serial-console.html" target="_blank"&gt;http://www.vanemery.com/Linux/Serial/serial-console.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Serial-HOWTO.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Serial-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A few pretty decent references for all of this.</description>
    <pubDate>Wed, 10 Jan 2007 05:52:24 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-01-10T05:52:24Z</dc:date>
    <item>
      <title>accees a Linux from com port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923714#M26603</link>
      <description>i want to access a linux machine from the COM port by the hyperterminal from a another PC.&lt;BR /&gt;How to configure the Linux machine, for this ?&lt;BR /&gt;Need all the steps..and send me a URL link ?</description>
      <pubDate>Wed, 10 Jan 2007 04:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923714#M26603</guid>
      <dc:creator>laaalitha</dc:creator>
      <dc:date>2007-01-10T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: accees a Linux from com port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923715#M26604</link>
      <description>the utility is minicom.&lt;BR /&gt;You have to be root to be able to work with or to do some workaround (like chmod u+s, etc).&lt;BR /&gt; at first execute `minicom -s` &lt;BR /&gt;This will bring you the setup. From there- it's simply logical.&lt;BR /&gt;&lt;BR /&gt;To bring the menu on the screen- use:&lt;BR /&gt;CTRL+A,X&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 05:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923715#M26604</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-10T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: accees a Linux from com port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923716#M26605</link>
      <description>i wannna access to a linux machine from wondows machine via the com ports of the machunes using the hyperterminal of the windows machine, how to configure the linux machine for this, by default cant access?</description>
      <pubDate>Wed, 10 Jan 2007 05:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923716#M26605</guid>
      <dc:creator>laaalitha</dc:creator>
      <dc:date>2007-01-10T05:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: accees a Linux from com port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923717#M26606</link>
      <description>1.make sure that you have a cross serial cable.&lt;BR /&gt;2. When you configure your minicom (In serial port setup) by default it uses /dev/ttyS1. Change it to /dev/ttyS0&lt;BR /&gt;&lt;BR /&gt;Also make sure that the serial port is enabled in BIOS.</description>
      <pubDate>Wed, 10 Jan 2007 05:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923717#M26606</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-10T05:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: accees a Linux from com port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923718#M26607</link>
      <description>Umm... '/etc/inittab'.&lt;BR /&gt;&lt;BR /&gt;If you want to log in via the COM port on the Linux server from your Windows machine, you need to configure the serial port to have a 'getty' running.&lt;BR /&gt;&lt;BR /&gt;You want a line similar to:&lt;BR /&gt;&lt;BR /&gt;S0:2345:respawn:/sbin/mgetty -s 9600 /dev/ttyS0&lt;BR /&gt;&lt;BR /&gt;See the man page for 'mgetty' for more details.&lt;BR /&gt;&lt;BR /&gt;You can safely muck around with the speed and the gettydefs value if you need to.&lt;BR /&gt;&lt;BR /&gt;Also note, you may need to use 'setserial' if you are using a high speed serial port.&lt;BR /&gt;&lt;BR /&gt;From there, with a connected serial cable, you should be able to get a console on your Windows machine using Hyperterminal (or whatever).&lt;BR /&gt;&lt;BR /&gt;If you want to see boot messages from the server, then you need to configure your boot-loader (grub) to have the 'console=ttyS0,9600' (or similar).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vanemery.com/Linux/Serial/serial-console.html" target="_blank"&gt;http://www.vanemery.com/Linux/Serial/serial-console.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Serial-HOWTO.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Serial-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A few pretty decent references for all of this.</description>
      <pubDate>Wed, 10 Jan 2007 05:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accees-a-linux-from-com-port/m-p/3923718#M26607</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-01-10T05:52:24Z</dc:date>
    </item>
  </channel>
</rss>

