Results 1 to 4 of 4
This is a copy of a question I posted at linuxquestions.org
Hi, I've been trying to connect to to a wireless internet sevice using a sierra airprime 880U card on ...
- 03-15-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
problems with next G setup
This is a copy of a question I posted at linuxquestions.org
Hi, I've been trying to connect to to a wireless internet sevice using a sierra airprime 880U card on Arch linux. the card seems to be recognised OK but any attempt to connect ends with the modem hanging up.
I'm trying to use wvdial but have not had any more luck with pppd or kppp. My config file for wvdial is
[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Phone = *99#1
ISDN = 0
Username = ***********
Init1 = ATZ
Password = *******
Modem = /dev/ttyUSB0
Baud = 9600
(note i've removed my username and password for this)
Initially when I start my computer I have problems with the ppp daemon
(This could well be the source of my problem but I don't really understand this) this is best illustrated using pppd
[bruce@crutch etc]$ sudo pppd call gsm
Password:
pppd: pppd is unable to open the /dev/ppp device.
You need to create the /dev/ppp device node by
executing the following command as root:
mknod /dev/ppp c 108 0
Running this command seems to help but I still get the modem hanging up
[bruce@crutch etc]$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99#1
--> Waiting for carrier.
CONNECT 7200000
--> Carrier detected. Waiting for prompt.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Sat Mar 15 10:52:58 2008
--> Pid of pppd: 6616
--> Using interface ppp0
--> pppd: ��[06][08]p�[06][08]
--> pppd: ��[06][08]p�[06][08]
--> pppd: ��[06][08]p�[06][08]
--> pppd: ��[06][08]p�[06][08]
--> pppd: ��[06][08]p�[06][08]
--> pppd: ��[06][08]p�[06][08]
--> Disconnecting at Sat Mar 15 10:52:59 2008
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99#1
--> Waiting for carrier.
CONNECT 7200000
--> Carrier detected. Waiting for prompt.
And this carries on untill I abort the process.
Can someone please explain some of this? I'm stuck using other peoples internet until I can get this working
- 03-15-2008 #2
I found a How-To on getting an E-Plus UTMTS/HSUPA card recognized in Linux. I know it is a different card, but if you're lucky the process may just work for your card.
Linux with UMTS HSUPA ExpressCard - Perimeterless Network
With the card plugged in, enter this command.
Find the card in the list. Copy the information from these three lines. You can post it here too.Code:cat /proc/bus/usb/devices
You could enter that info when the module is loaded, but first you need to unload the module.Code:P: Vendor= ProdID= Rev= S: Manufacturer= S: Product=
Then reload it with the info obtained about the card.Code:modprobe -r usbserial
I don't know if this will actually work, I never ran modprobe with options before. If it does work, you can then add it to your modprobe file.Code:modprobe usbserial vendor=<info here> product=<info here>
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-15-2008 #3
It has been a very long time since I have used Dial-up Internet but I seem to remember having a similar problem. Everything looked good until it tried to connect, then it just died. My problem was that I had the modem dialing the wrong number to my ISP. So make sure that the number you are dialing is correct. (Yes I know this is dumb)
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 03-16-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
Thanks guys,
I'll see what I can make of what you've given me.


Reply With Quote
