Jump to content
9 posts in this topic

Recommended Posts

there is a way ... i don't have it here but , i got it at work... it is a small text file i'll post it here in about 12 hours.... there is no internet at work for me so i use usb wan also but it works great with my osx86 rig

there is a way ... i don't have it here but , i got it at work... it is a small text file i'll post it here in about 12 hours.... there is no internet at work for me so i use usb wan also but it works great with my osx86 rig

 

please do when you get the chance

please do when you get the chance

Make sure your device is activated by service provider and if possible test on other OS to which you may have software and drivers.

 

Open terminal window and type:

 

sudo -i

 

and enter your password.

Now all commands typed in this window will be executed with root privileges.

In terminal type:

 

apt-get update

apt-get upgradeapt-get install wvdial

 

Before you insert the Card or connect USB cable open terminal window and type:

 

cat /proc/bus/usb/devices > devices

 

Insert your data card or plug in USB cable and wait for a few seconds before continuing.

In terminal type:

 

dmesg

 

You will get output with some device info like this :

 

[17186692.460000] usb 3-1: configuration #1 chosen from 2 choices[17186692.460000] cdc_acm 3-1:1.0: ttyACM0: USB ACM device[17186708.176000] usb 3-1: USB disconnect, address 4

[17186714.588000] usb 3-1: new full speed USB device using uhci_hcd and address

 

At the end of this output you will find your device witch will be represented like this: ttyACM0 or ttyUSB or similar , make note of it you will need it later.

Now type in terminal:

 

cat /proc/bus/usb/devices | grep Vendor

 

Output will be similar to:

 

< P: Vendor=1234 ProdID=5678 Rev= 0.00

 

Make note of lines: Vendor=1234 , ProdID=5678

 

Now in teminal type following code Replacing values 1234 and 5678 with your own output from previously noted lines ::

 

modprobe usbserial vendor=0x1234 product=0x5678

 

Now you will edit wvdial config file by first typing in terminal :

 

sudo gedit /etc/wvdial.conf

 

In new opened window replace all text with following :

 

[Dialer Defaults]

Stupid Mode = on

Modem = /dev/ttyACM0

Baud = 921600

Init = ATZ

Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0

Phone = #777

Username = ??????????@vzw3g.com

 

Password = vzw

Init1 = ATZISDN = 0

Modem Type = Analog Modem

Auto Reconnect = on

Carrier Check = no

[Dialer shh]

Init3 = ATM0

[Dialer pulse]

Dial Command = ATDP

 

In the line "Modem =" replace ttyACM0 with value you noted from output of dmesg command.

In the line " Username = " put your phone number followed by your providers domain, for Verizon it is area code, your phone number and domain, in this format: 9178889999@vzw3g.com for Sprint it will be 9178889999@sprintpcs.com, for AT&T / Cingular WAP@CINGULARGPRS.COM, for Alltel 9178889999@alltel.net and so on, further post have config's posted for other providers.

In line " password = " in case of Verizon put: "vzw" for Cingular: "cingular1" and so on, make sure to check with your provider as username and/or password may differ for other regions and countries.

 

If you are Cingular/AT&T subscriber and after completing whole guide you have problem with dropping connection you have to add another int line in wvdial script which is posted here http://ubuntuforums.org/showthread.php?t=343989&page=3

If you need any specific info regarding your domain or password please contact your cellular provider.

The last thing you need to configure is wvdial line checking, by disabling LCP echo checking witch is not supported by most of providers.

Open terminal and type:

 

sudo gedit /etc/ppp/peers/wvdial

 

And insert aditionally those lines:

 

lcp-echo-failure 0

lcp-echo-interval 0

 

Make sure your ethernet jack is unplugged and wifi radio switch is turned off.

Now you can start connection by typing in terminal :

 

wvdial

 

Another thing i have been suggested is automating the connection process.

To do so in Gnome go to :

 

System > Preferences > Sessions next, click on the tab labeled, "Startup Programs" then click the "Add" button.

In the Startup Command field, enter "wvdial" and then click "OK".Then restart your system.

 

Now make sure your EV-DO card is inserted before you boot it up, it will initiate the connection process automatically in the background connecting you to internet the second you log in.

 

The manual is kindly provided by Mach1US.

 

 

.....try this ... i got another tut. at work that i'll also post in a couple of hours.... i think this one is for ubuntu.. it may work but , the other one is titled ''for linux''...... either way...

ok...umm i feel as if im missing some type of driver here. because every time i try to do anything past the sudo -i command i get a "bad code" error as if it doesnt exist at all.....any help here? and i kinda typed the topic strange, i meant to say "using a usb wireless internet reciever with openSUSE"

the usb card i have is from verizon and it comes with software, the 2nd tut. i posted seems like you need the software that comes with the card and the first one is like a regular modem tut. , i dunno ......like i said ..toh leopard picked it up and used it as soon as i pluged it in , no software required and i read that linux os should do the same

×
×
  • Create New...