<?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: modem - usb to serial configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683580#M20849</link>
    <description>A modem, despite it being connected through a USB port, should still show up as a serial device (COM or SER).</description>
    <pubDate>Mon, 05 Dec 2005 12:16:11 GMT</pubDate>
    <dc:creator>Alan_152</dc:creator>
    <dc:date>2005-12-05T12:16:11Z</dc:date>
    <item>
      <title>modem - usb to serial configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683577#M20846</link>
      <description>I have a serial modem connected to a usb port using a adapter cable.  The systems is a HP DL360.&lt;BR /&gt;&lt;BR /&gt;I am using the device /dev/ttyUSB0&lt;BR /&gt;&lt;BR /&gt;When I issue the command "mgetty ttyUSB0" I get the following output in the log file.&lt;BR /&gt;&lt;BR /&gt;How do I get the system to see the modem.&lt;BR /&gt;&lt;BR /&gt;12/02 14:17:55 SB0  mgetty: experimental test release 1.1.30-Dec16&lt;BR /&gt;12/02 14:17:55 SB0  check for lockfiles&lt;BR /&gt;12/02 14:17:55 SB0  locking the line&lt;BR /&gt;12/02 14:17:56 SB0  WARNING: DSR is off - modem turned off or bad cable?&lt;BR /&gt;12/02 14:17:56 SB0  lowering DTR to reset Modem&lt;BR /&gt;12/02 14:17:56 SB0  send: \dATQ0V1H0[0d]&lt;BR /&gt;12/02 14:17:57 SB0  waiting for ``OK''&lt;BR /&gt;12/02 14:18:17 SB0  timeout in chat script, waiting for `OK'&lt;BR /&gt;12/02 14:18:17 SB0  init chat timed out, trying force-init-chat&lt;BR /&gt;12/02 14:18:17 SB0  send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d]&lt;BR /&gt;12/02 14:18:21 SB0  waiting for ``OK''&lt;BR /&gt;12/02 14:18:41 SB0  timeout in chat script, waiting for `OK'&lt;BR /&gt;12/02 14:18:41 SB0  init chat failed, exiting...: Interrupted system call&lt;BR /&gt;12/02 14:18:41 ##### failed in mg_init_data, dev=ttyUSB0, pid=28154&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683577#M20846</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2005-12-02T14:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: modem - usb to serial configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683578#M20847</link>
      <description>Where do i get the vaules for this command (VVVV and PPPP)?&lt;BR /&gt;&lt;BR /&gt;I have a Multitech serial modem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;insmod usb-serial.o vendor=0xVVVV product-0xPPPP</description>
      <pubDate>Fri, 02 Dec 2005 15:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683578#M20847</guid>
      <dc:creator>Jeff Hoevenaar</dc:creator>
      <dc:date>2005-12-02T15:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: modem - usb to serial configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683579#M20848</link>
      <description>looking at the script, it looks like there is a disconnect between the device node and the modem itself. &lt;BR /&gt;&lt;BR /&gt;a few things you can try:&lt;BR /&gt;&lt;BR /&gt;attach to the serial device with serial console (like XComm, GTKTerm, or similar) and see if you can send any data. try the same with a VT or another computer attached instead of the modem. success indicates a problem with your mgetty setup or modem, failure indicates a problem between the serial output and the device file&lt;BR /&gt;&lt;BR /&gt;attach the modem to a real serial port and see if you can talk to it with a serial console. success validates the modem, failure sends you to the hardware shop for a new one. &lt;BR /&gt;&lt;BR /&gt;the fact that the mgetty complains about DTR off suggests there is a problem with the USB device. &lt;BR /&gt;&lt;BR /&gt;check the serial howto (&lt;A href="http://tldp.org/HOWTO/Serial-HOWTO.html)" target="_blank"&gt;http://tldp.org/HOWTO/Serial-HOWTO.html)&lt;/A&gt; and the USB howto (&lt;A href="http://www.linux-usb.org/USB-guide/p13.html)" target="_blank"&gt;http://www.linux-usb.org/USB-guide/p13.html)&lt;/A&gt; for some troubleshooting steps.</description>
      <pubDate>Mon, 05 Dec 2005 10:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683579#M20848</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2005-12-05T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: modem - usb to serial configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683580#M20849</link>
      <description>A modem, despite it being connected through a USB port, should still show up as a serial device (COM or SER).</description>
      <pubDate>Mon, 05 Dec 2005 12:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/modem-usb-to-serial-configuration/m-p/3683580#M20849</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2005-12-05T12:16:11Z</dc:date>
    </item>
  </channel>
</rss>

