Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Wireless Internet
Reload this Page problems with next G setup
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Wireless Internet Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Reply
 
Thread Tools Display Modes
Old 03-15-2008   #1 (permalink)
crutch52
Just 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
crutch52 is offline   Reply With Quote
Old 03-15-2008   #2 (permalink)
waterhead
Linux Engineer
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,110
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.
Code:
cat /proc/bus/usb/devices
Find the card in the list. Copy the information from these three lines. You can post it here too.
Code:
P:  Vendor=  ProdID=  Rev=
S:  Manufacturer=
S:  Product=
You could enter that info when the module is loaded, but first you need to unload the module.
Code:
modprobe -r usbserial
Then reload it with the info obtained about the card.
Code:
modprobe usbserial vendor=<info here> product=<info here>
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.
__________________
Paul
waterhead is offline   Reply With Quote
Old 03-15-2008   #3 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
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)
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 03-16-2008   #4 (permalink)
crutch52
Just Joined!
 
Join Date: Mar 2008
Posts: 2
Thanks guys,
I'll see what I can make of what you've given me.
crutch52 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 02:51 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0