How ttyUSB* created on my 3G modem problem


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu How ttyUSB* created on my 3G modem problem
# 1  
Old 02-27-2011
How ttyUSB* created on my 3G modem problem

Hi

I would like to ask if someone knows the explaination of the /dev/ttyUSB*. I had a internet connection 3G usb dongle modem and need to restart before it detected the mobile broadband in the network manager. Before i reinstalled the lucyd lynxs i never meet this problem. But after i reinstalled the lucyd lynx i need to put the usb modem first before starting my system.. but if i plug my usb modem in a running state the network manager doesn't detect the mobile network therefore a remedy is plug first and restart.

One thing i notice if i had a working usb modem is i had a /dev/ttyUSB1-4 but if i plug it later and dont have a working usb modem.. i dont have the /dev/ttyUSB*.

I dont know if i this is the cause or the services that doesn't start if a plug the usb in running state..

Hope someone knows and understand my problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Netgear C3700 Modem Router Problem

I was wondering if anyone had any knowledge about how these routers work.. I bought a Netgear C3700 modem router on eBay about a month ago and couldn't get it to broadcast internet, neither wired nor wireless. When I plug it in and turn it on, all lights come on, but the internet light keeps... (2 Replies)
Discussion started by: milhan
2 Replies

2. Ubuntu

Does /dev/ttyUSB* causing my usb 3G Dongle doesn't work when plug-in

Hi, Is someone knows how or maybe the caused why my USB 3G dongle doesn't work when plug-in after boot the /dev/ttyUSB* I wonder how this /dev/ttyUSB1-4 works, i had a 3G USB dongle for my internet connection before i used lucyd lynx this the same USB dongle works fine when i plug-in after... (2 Replies)
Discussion started by: jao_madn
2 Replies

3. SCO

Problem with USRobotics modem

We have problem with new USRobotics modem (V.92). Old one was also USRobotics but K56. I put all jumpers at this same positions like old has, but we still can get connection (modem not responding). New modem works fine under winXP. SCO OpenServer R5 installed (console only). Any idea? (2 Replies)
Discussion started by: JackTheKnife
2 Replies

4. 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

5. BSD

cable modem problem

hi I want to setup my cable modem under OpenBSD. I did not configure my network while installing the system. When I type, I get # ifconfig -a lo0 : .... ... ... rl0 : .... ... ... vr0 : ... ... ... I have two network cards (the machine will be a router). I created... (1 Reply)
Discussion started by: fnoyan
1 Replies

6. Solaris

inbuilt modem problem

when I use the on-board modem.........and I dial in I get the login prompt when I enter id and password it gives..........invalid login.... i hv sun fire 280R system pls help me urgently........i m frustated thx girish (3 Replies)
Discussion started by: girish_shukla
3 Replies

7. UNIX for Dummies Questions & Answers

Modem - Test /dev/modem

Ok. I tried following the directions from some of the other threads, but I've hit a road block. I have red hat 7.3 and I installed the hcf package: hcfpcimodem-0.99lnxtbeta03042700k2.4.18_3-1rh.i386.rpm It installed ok, no errors, but I still can't get linux to find my modem. I've tried... (2 Replies)
Discussion started by: lawadm1
2 Replies

8. UNIX for Dummies Questions & Answers

Please Help Me With This Linux Red Hat 7.2 Modem Problem

I cant get my modem to work. Linux just isn't recognizing it. every time I typed wvdial, i get a message saying my modem is not responding I tried looking for drivers at the website Neo directed me to but I just couldn't find the right one from the information I was given about my modem... (2 Replies)
Discussion started by: TRUEST
2 Replies

9. UNIX for Dummies Questions & Answers

Hi Modem Problem And cpp

Hi am very new to unix.I got installed linux mandrake and the first problem is whith the modem i don't know why but it does not work. i config it on /dev/modem and some time it says "the modem is bussy" and some time it says: "Modem ready" but the modem did'n switch on Ok the other question... (3 Replies)
Discussion started by: user666
3 Replies

10. UNIX for Dummies Questions & Answers

Modem problem: "Sorry, modem is busy"

Hi! I have a little prob with dialing up to the internet... When I try connect, it says "Sorry, modem is busy"... Specs: Laptop 56K modem Slackware 8.0 Kernel 2.4.5 Cheers;) (4 Replies)
Discussion started by: satan404
4 Replies
Login or Register to Ask a Question
UHMODEM(4)						   BSD Kernel Interfaces Manual 						UHMODEM(4)

NAME
uhmodem -- USB support for Huawei 3G wireless modem device SYNOPSIS
uhmodem* at uhub? ucom* at uhmodem? HARDWARE
The uhmodem driver supports the following adapters: Huawei E220 E-mobile D01HW E-mobile D02HW NTT DoCoMo a2502 DESCRIPTION
The uhmodem driver provides support for the Huawei 3G wireless modems and its variants. This type of device has multiple com ports. And some modems have own storage to contain its device driver (for Windows). The uhmodem driver can handle all of these functions on the device. When the device attached, it will attach multiple ucom devices. The former one is main com device to use communication with your network provider, and others are sub com devices to monitor the condition of data communication and/or network status. These com devices can be used simultaneously. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). SEE ALSO
tty(4), ubsa(4), ucom(4), usb(4) HISTORY
The uhmodem driver first appeared in NetBSD 5.0. Separate from ubsa driver. BSD
January 8, 2008 BSD