Wednesday, November 20, 2013

Reliance Netconnect Configuration in BOSS linux

1.Insert the Reliance 3G USB Stick Device to PC.

2.After the Device Detected run following command in terminal

        wvdialconf

3.After modem was detected edit the /etc/wvdial.conf

        gedit /etc/wvdial.conf

          phone = #777
          username = 9380766444
          password = 9380766444

4. Then issue following command at the terminal.

    wvdial

5.Device Configured Successfully

No comments:

Post a Comment

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...