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
IRDAATTACH(8)						    BSD System Manager's Manual 					     IRDAATTACH(8)

NAME
irdaattach -- attach serial lines to IrDA frame driver SYNOPSIS
irdaattach [-d dongle] [-fHhlmnp] ttyname DESCRIPTION
irdaattach is used to assign a tty line to an IrDA frame level driver. The following operands are supported by irdaattach: -d dongle Sets the dongle type. The following dongles are supported: none No dongle tekram Tekram IR-210B jeteye Extended Systems JetEye actisys ACTiSYS IR-220L actisys+ ACTiSYS IR-220L+ litelink Parallax LiteLink girbil Greenwich GIrBIL The default is none. -f Print the name of the IrDA frame device that should be used to access the frames. -H Turn on DTR/CTS flow control. By default, no flow control is done. -h Turn on RTS/CTS flow control. By default, no flow control is done. -l Turn on the CLOCAL flag, making it possible to run SLIP on a cable without modem control signals (e.g. DTR, DSR, DCD). -m Maintain modem control signals after closing the line. Specifically, this disables HUPCL. -n Do not detach from invoking tty. -p Print process id to file. ttyname Specifies the name of the tty device. Ttyname should be a string of the form 'ttyXX', or '/dev/ttyXX'. Only the super-user may attach a network interface. The frame driver is detached by killing the irdaattach process. EXAMPLES
irdaattach tty00 ircomm -Y -d `irdaattach -p -f /dev/tty02` DIAGNOSTICS
Messages indicating that the specified interface does not exist, the requested address is unknown, or that the user is not privileged but tried to alter an interface's configuration. SEE ALSO
daemon(3), irframe(4), irframetty(4), slattach(8) HISTORY
The irdaattach command appeared in NetBSD 1.6. BSD
December 4, 2001 BSD