Sponsored Content
Operating Systems Linux modem - usb to serial configuration Post 91493 by jshoovie on Friday 2nd of December 2005 02:53:22 PM
Old 12-02-2005
modem - usb to serial configuration

I have a serial modem connected to a usb port using an adapter cable. The system is a HP DL360. RedHat ES3.0

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
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing a modem on a serial accelerator ports

I had been using a modem installed on a Digi accelerator port to dial in to an SCO open server r5 server. On monday it quit working and I realy don't know how it was installed and configured. I have tested the modem on a PC and it works. The port the modem is connected to is ttyB06 and I have... (1 Reply)
Discussion started by: kikkin
1 Replies

2. UNIX for Dummies Questions & Answers

Add usb modem on a 5.0.7

hi guys i know a litter bit of sco openserver 5.0.6 I got my self a 5.0.7 version. The problem is how do you install a usb modem? The way i'm used to doit is by serial port , you know tty1A . Please guys bear with me Thanks a lot Jose. (1 Reply)
Discussion started by: josramon
1 Replies

3. Solaris

Solaris 10 ADSL USB modem problem

Hi, I have USB Siemens Santis 100 ADSL modem.I need driver for this modem on Solaris 10.Please help me with some info.Platform is x86.Thanks. (2 Replies)
Discussion started by: Upravnik
2 Replies

4. Solaris

null modem serial cable for server testing

HI all, i still have a problem when using null modem to see the output from my server(sun ultra en 3000). i followed the instruction from the internet, but it is not working. 1. i am using db9(5 4, 2 rows,put in laptop serial port) and db25(13 12, 2 rows,put in (A) server serial port). 2.... (3 Replies)
Discussion started by: waterbear
3 Replies

5. Solaris

Solaris 9 & USR USB Modem Configuration

Hello There, I just wanted to know if there is any possible configuration for setting up my external USR USB Modem in Solaris 9 (x86). Any help is definitely appreciated. Thanks Khurram Bashir (1 Reply)
Discussion started by: khurram
1 Replies

6. Solaris

Communicate Serial Modem using non-Root user

Hi, I'm having a issue on communicating the serial GSM modem in Sun Solaris 5.9 To implement such connectiom, i'm using the "tip -115200 /dev/term/a" command and i successfully get the "connected" status And then i send a "AT" message and receive "OK" response from the modem :D Anyhow,... (0 Replies)
Discussion started by: darontan
0 Replies

7. Solaris

Installing USB adsl modem?

Hello all, granted that I am an absolute beginner with Solaris, I'd like to use my adsl modem, t's a Zyxel prestige 630. I managed to install and configure it under Ubuntu using the drivers from Conexant AccessRunner ADSL USB modems with Linux ; is there a chance to do the same under Solaris 10... (0 Replies)
Discussion started by: clalfa
0 Replies

8. UNIX for Dummies Questions & Answers

Freeing up a serial port with a modem connected

I currently access a remote Unix server which has an external modem connected to one of it's serial ports (/dev/cua/b). At times, this server undergoes a hard reset and for some reason this disallows us from making use of the modem any longer. A hard reset of the modem always seems to fix the... (0 Replies)
Discussion started by: ebender1
0 Replies

9. AIX

serial modem connection

I configured the serial modem in my P6-550 AIX 5.3 box But i dont have telephone line. when I run the command # cu -l /dev/tty1 the output is as follows does it mean that my modem is responding to the command? can i say my serial port is working and communicating fine? Connected ... (3 Replies)
Discussion started by: pchangba
3 Replies

10. Solaris

Solaris 11.2 does not assign serial port to 3g usb modem?

In ubuntu etopic i create this udev rules for prolink 3g usb modem: SUBSYSTEM=="block", SUBSYSTEM=="scsi", ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="f000", ACTION=="add", RUN+="/sbin/modprobe usbserial Vendor=0X1e0e Product=0Xf000" After plugging the usb modem, ubuntu assigns the ports... (4 Replies)
Discussion started by: shamsat
4 Replies
UMCS(4) 						   BSD Kernel Interfaces Manual 						   UMCS(4)

NAME
umcs -- USB support for serial adapters based on the MCS7820 and MCS7840 chips SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device usb device ucom device umcs Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): umcs_load="YES" DESCRIPTION
The umcs driver provides support for various multiport serial adapters based on the MosCom MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured 16550-compatible UARTs and very flexible baud generators. Also, these chips support RS422/RS485 and IrDA opera- tions. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). Different ports on device are presented as sub-units, like /dev/ttyU0.1 and /dev/ttyU0.2. HARDWARE
The umcs driver was tested on the following adapters: o ST Lab U-360 two-port serial USB adapter o ST Lab U-400 four-port serial USB adapter SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The umcs driver appeared in ports since December of 2010. AUTHORS
The umcs driver was written by Lev Serebryakov <lev@FreeBSD.org>. BUGS
This driver doesn't support access to any fine tunes of chip, like RS522/RS485 mode, non-standard baudrates, etc. BSD
February 25, 2012 BSD
All times are GMT -4. The time now is 02:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy