- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- modem - usb to serial configuration
Operating System - Linux
1819684
Members
3374
Online
109605
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2005 06:32 AM
тАО12-02-2005 06:32 AM
modem - usb to serial configuration
I have a serial modem connected to a usb port using a adapter cable. The systems is a HP DL360.
I am using the device /dev/ttyUSB0
When I issue the command "mgetty ttyUSB0" I get the following output in the log file.
How do I get the system to see the modem.
12/02 14:17:55 SB0 mgetty: experimental test release 1.1.30-Dec16
12/02 14:17:55 SB0 check for lockfiles
12/02 14:17:55 SB0 locking the line
12/02 14:17:56 SB0 WARNING: DSR is off - modem turned off or bad cable?
12/02 14:17:56 SB0 lowering DTR to reset Modem
12/02 14:17:56 SB0 send: \dATQ0V1H0[0d]
12/02 14:17:57 SB0 waiting for ``OK''
12/02 14:18:17 SB0 timeout in chat script, waiting for `OK'
12/02 14:18:17 SB0 init chat timed out, trying force-init-chat
12/02 14:18:17 SB0 send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d]
12/02 14:18:21 SB0 waiting for ``OK''
12/02 14:18:41 SB0 timeout in chat script, waiting for `OK'
12/02 14:18:41 SB0 init chat failed, exiting...: Interrupted system call
12/02 14:18:41 ##### failed in mg_init_data, dev=ttyUSB0, pid=28154
I am using the device /dev/ttyUSB0
When I issue the command "mgetty ttyUSB0" I get the following output in the log file.
How do I get the system to see the modem.
12/02 14:17:55 SB0 mgetty: experimental test release 1.1.30-Dec16
12/02 14:17:55 SB0 check for lockfiles
12/02 14:17:55 SB0 locking the line
12/02 14:17:56 SB0 WARNING: DSR is off - modem turned off or bad cable?
12/02 14:17:56 SB0 lowering DTR to reset Modem
12/02 14:17:56 SB0 send: \dATQ0V1H0[0d]
12/02 14:17:57 SB0 waiting for ``OK''
12/02 14:18:17 SB0 timeout in chat script, waiting for `OK'
12/02 14:18:17 SB0 init chat timed out, trying force-init-chat
12/02 14:18:17 SB0 send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d]
12/02 14:18:21 SB0 waiting for ``OK''
12/02 14:18:41 SB0 timeout in chat script, waiting for `OK'
12/02 14:18:41 SB0 init chat failed, exiting...: Interrupted system call
12/02 14:18:41 ##### failed in mg_init_data, dev=ttyUSB0, pid=28154
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-2005 07:56 AM
тАО12-02-2005 07:56 AM
Re: modem - usb to serial configuration
Where do i get the vaules for this command (VVVV and PPPP)?
I have a Multitech serial modem.
insmod usb-serial.o vendor=0xVVVV product-0xPPPP
I have a Multitech serial modem.
insmod usb-serial.o vendor=0xVVVV product-0xPPPP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2005 02:27 AM
тАО12-05-2005 02:27 AM
Re: modem - usb to serial configuration
looking at the script, it looks like there is a disconnect between the device node and the modem itself.
a few things you can try:
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
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.
the fact that the mgetty complains about DTR off suggests there is a problem with the USB device.
check the serial howto (http://tldp.org/HOWTO/Serial-HOWTO.html) and the USB howto (http://www.linux-usb.org/USB-guide/p13.html) for some troubleshooting steps.
a few things you can try:
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
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.
the fact that the mgetty complains about DTR off suggests there is a problem with the USB device.
check the serial howto (http://tldp.org/HOWTO/Serial-HOWTO.html) and the USB howto (http://www.linux-usb.org/USB-guide/p13.html) for some troubleshooting steps.
There have been Innumerable people who have helped me. Of course, I've managed to piss most of them off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2005 04:16 AM
тАО12-05-2005 04:16 AM
Re: modem - usb to serial configuration
A modem, despite it being connected through a USB port, should still show up as a serial device (COM or SER).
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP