Custom Search

Saturday, November 7, 2009

How to configure Relinace Netconnect in Debian Ubuntu Fedora Linux

First load the driver.

modprobe usbserial vendor=0x0eab product=0x9357

Modprobe in Ubuntu 9.04 stock installation may not work, in that case
add "usbserial.vendor=0x0eab usbserial.product=0x9357" to the end of
grub
listing without quotes.

Now edit the /etc/wvdial.conf file

Type Alt+F2 type "gksu gedit /etc/wvdial.conf" without quotes and
paste the below into it.

[Dialer Defaults]
#Reliance LXU 800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Password =
Initz = ATQ0 M1 L1 X3 V1 E1 S0= 0 &C1 &D2 +FCLASS=0
Phone = #777
Model Type = USB Modem
stupid mode = 1
baud = 460800
New PPPD = yes
Modem = /dev/ttyUSB0
ISDN = 0
Username =
Abort on no dial tone = False

Save and close the file.

replace and with yours. Username and password must be
same and must be a number.

Now take terminal and do
wvdial
It should work.

Now after a restart you will notice that you will have to do modprobe again
if it was not added into the grub listing.

Edit /etc/modules file
Press Alt+F2 and type "gksu gedit /etc/modules" without quotes.

and append the below to the file and save and close.
options usbserial vendor=0x0eab product=0x9357

So any time you want to connect just do
wvdial
from terminal

No comments:

Post a Comment