General :: Connect Reliance Netconnect ZTE AC 8710 In Ubuntu 8.04?

Jan 20, 2010

Since few days I am trying to install my Reliance Netconnect Boradband ZTE AC8710 in ubuntu 8.04.i did similar things.in lsusb it showing usb device

root@rspatani-desktop:/dev# lsusb
Bus 004 Device 002: ID 03f0:4917 Hewlett-Packard
Bus 004 Device 001: ID 0000:0000

[code]...

View 1 Replies


ADVERTISEMENT

Ubuntu :: Connect To Reliance Netconnect Broadband?

Jan 15, 2010

i have satanic ubuntu 8. i was trying to connect to my reliance netconnect broadband+ via the following method. the process failed. its a usb broadband dongle thing.

Code:
theunknowndoor@theunknowndoor:~$ SU
bash: SU: command not found
theunknowndoor@theunknowndoor:~$ su
Password:
su: Authentication failure

[Code]...

View 1 Replies View Related

Ubuntu :: Connect Reliance Netconnect (ZTE CDMA 1X) With 9.10 Karmic?

Mar 3, 2010

I tried connecting my reliance netconnect usb modem using mobile broadband in network connection but its unsuccessfull inspite of proper configuration.

View 9 Replies View Related

Ubuntu Networking :: How To Connect Reliance Netconnect (ZTE CDMA 1X) With 9.10 Karmic

Mar 3, 2010

I tried connecting my reliance netconnect usb modem using mobile broadband in network connection but its unsuccessfull inspite of proper configuration..

View 4 Replies View Related

Ubuntu Networking :: Enabling Auto-connect For Reliance Netconnect?

Oct 11, 2010

I have installed ubuntu 32 bit version on my HCL netbook. I use reliance netconnect (Huwai EC 1260 or 168c). I have configured it and it works well. But the only problem is that I have to connect the netconnect device before booting. If I connect it when its ON, the networkmanager does not connect automatically. even on the right on the tray icon, enable mobile broadband option is not there.

View 2 Replies View Related

Ubuntu Networking :: Unable To Connect To Internet With Reliance Netconnect Data Card Using Network Manager

Jan 22, 2010

I'm using ubuntu karmic and I'm not able to connect to the internet with my reliance netconnect data card using network manager. Other distros like fedora, opensuse n sabayon connected easily with nm. Ubuntu detects the data card flawlessly but just doesnt connect.This problem has been persistent even in previous ubuntu versions, n I used to use wvdial. But downloading wvdial on some other comp with every dependency is really cumbersome.

View 6 Replies View Related

General :: Reliance Netconnect Broadband + ZTE Installation On Fedora 14?

Nov 15, 2010

i recently installed Fedora 14 on my laptop and when im tryin to connect the reliance dongle its not getting detected even as a usb ... when i tried to install it on fed 13 the rpm package inside the usb stick gets installed but when i click on the shortcut for moden it shows "device not connected"

View 1 Replies View Related

General :: Install Reliance Netconnect Lxu800 Modem Graphically (GUI)

Jan 12, 2011

is there anyway that i can install my reliance netconnect lxu800 modem graphically(GUI). i am not well versed with command line interface. i just downloaded ubuntu desktop version and installed it alongside windows vista.

View 2 Replies View Related

Fedora Networking :: Connect Reliance Netconnect On Fedora?

Jan 23, 2010

I am using Reliance Netconnect Broadband+ (HUAWEI EC 1260) on my Fedora 10 and Fedora 12.

View 1 Replies View Related

Fedora Hardware :: Unable To Install Reliance Netconnect In 13?

Nov 12, 2010

Ii am not able to install reliance netconnect broadband + on my fedora 13. the os is not detecting the usbmodem .it is treating it as a usb storage device only. there is a cross p[latform package supplied by the vendor. on using this. the package after installing gives an error message that "not able to mount usb". the same is running fine on windows xp where it got auto installed without any hiccups. do reply fast to help me install and access the internet through this usbmodem through fedora 13. the model no of the usb modem is ZTE - AC2736.

View 1 Replies View Related

Ubuntu :: Reliance Netconnect Broadband Usb Modem With 11.04 - Unable To Access Any Websites

Jul 7, 2011

I have ubuntu 11.04 in my netbook and when I inserted reliance netconnect broadband usb modem,it automatically detected and after giving the necessary details it was connected..But I am not able to access any websites..On googling I found that I have to make changes to /etc/resolv.conf..But resolv.conf file is missing.

View 9 Replies View Related

General :: Connect Reliance ZTE CDMA Modem In Ubuntu?

Sep 17, 2009

I am using Ubuntu 9.04, I want to connect my Reliance ZTE cdma modem in ubuntu,could anyone give the steps in detail. i have run the following commands in the terminal and pasted the result for each command

sudo lshw -C network
lspci -nn
lsusb

[code]...

View 6 Replies View Related

General :: Connect Tata And Reliance Boradband Modem

Mar 23, 2010

Here is a method for connect usb modem in linux system.

I've created step by step process to configure the TATA/Reliance modem over linux..Pls go thru the link

I used this method to configure TATA photon+ but I hope similar way will also work for Reliance NetConnect Brodband+

Huwaie/ZTE Modem
Command Mode:

1) Check your NetworkManager rpm for Correct Installation

2) Set SELinux in permissive mode and switch to ROOT user or you can also use sudo..

3) If wvdial is not installed already, you've to install it from Fedora Repository. yum install wvdial

4) Run below command, it will detect your modem....wvdialconf /etc/wvdial.conf

If this command can't detect your modem then try below commands

i) lsusb -v grep -i iManufacturer The above command will help you to know the manufacturer of you modem and to get its vendorId and productionid.

ii) lsusb -v From above command search the vendor id and product id your of modem and execute the below command

iii) modprobe usbserial vendor=XXXXXX product=XXXXXX This command will load your modem

Now run the command given in step 4.

5) Now open /etc/wvdial.conf file in your favourite editor. I used vim for this purpose.

vim /etc/wvdial.conf

Change your username and password with internet/internet. Save and exit.

6) Now try below command..

wvdial

7) Open /etc/resolv.conf or execute below command

You can also add some global DNS echo "nameserver 4.2.2.2" >> /etc/resolv.conf

8) try to ping any site

If you get the response then you are all set for the modem, ENJOY SURFING with high Speed

GUI Mode:

Right Click on the Netowk icon on your status bar

NetowkManager > Mobile Brodband > Add

Simply follow the instructions given in GUI and setup your modem

Then Left Click on NetworkManager ICON on status bar and choose your connection and connect,

If you face any problem then set SELinux ini permissive mode and then try.

I tested the GUI method for huawei modem but, for ZTE modem, it doesn't work, Please let me know if it works for you..

View 1 Replies View Related

Ubuntu :: Share Reliance Net Connect With Another Pc Through Lan?

Jun 29, 2011

I use ubuntu on my laptop..and i use reliance net connect data card for accessing the internet..

is there any way by which i can share the reliance netconnect internet connection to another pc to which i am connected through lan?

that pc uses microsoft windows xp..

so that whenever i use my reliance netconnect..that pc connects to me through lan..and is able to use the internet connection as well..

View 8 Replies View Related

Ubuntu Networking :: Cannot Connect Reliance LG LXU Modem800?

Jul 10, 2011

i am beginner to this field of ubuntu(linux)...last week i have installed ubuntu 11.04...alongside windows xp...but i couldnt configure my net connection...i am using reliance LG LXU800 modem(cdma)intially it was working after using this commansudo modprobe usbserial version=0xeab product=0x9357that time my linux version is 2.6.38.7but now it gives fatal error and it isFATAL: Error inserting usbserial (/lib/modules/2.6.38-8-generic/kernel/drivers/usb/serial/usbserial.ko): Unknown symbol in module, or unknown parameter (see dmesg)

View 5 Replies View Related

Ubuntu :: Reliance Modem Not Connecting

Jun 15, 2011

I've Reliance Broadband internet modem . very first time only it was connected but next onwards it's not connecting , I am trying last one month to connect internet , I am tired .I had seen lot of thread related to this problem but it's not connecting, my device is identified by network manager and i entered user name and password ,connecting process is going on but finally it's not connecting . i installed wv dial and usb modeswith data

View 3 Replies View Related

Ubuntu Networking :: Reliance Broadband Not Connecting In 10.04?

Jul 2, 2010

i earlier used bsnl broadband(indian) in ubuntu and configure it using pppoeconf. right now i shifted to reliance broadband(not usb modem) but now pppoeconf cannot detect the connection It shows something like " Sorry I scanned two interfaces but the access concentrator of ur provider did not respond.plz chck ur ntwrk and modem cables. anoder reason fir the scan failure may be anoder running pppoe process which controls the modem

View 2 Replies View Related

Ubuntu Networking :: Reliance Netconnet Broadband+ ZTE?

Jul 11, 2010

Reliance Netconnet Broadband+ ZTE does not work out-of-the-box with Ubuntu 9.10. I haven't yet upgraded to Ubuntu 10.04 (iso download is at 46% ). Does it work out-of-the-box or is there some packages that need to be installed? (I have a dual-boot laptop Ubuntu/Windows 7)

View 2 Replies View Related

Debian :: USB Huawei Ec1262 Wireless Internet Stick From Reliance

Aug 28, 2010

I have a USB huawei ec1262 wireless internet stick from Reliance. I google'd on how to install it. I am using Debian Lenny. I know that there is a "mode-switch" package that needs to be installed but this is not available on the down load package list for Debian. i can find this & also instructions if possible on how to get this working on my Lenny system .

View 5 Replies View Related

Fedora Hardware :: Config Huawei EC325 Reliance Modem?

May 10, 2011

I have fedora 14 and reliance netconnect Huawei EC325 modem. I am not enable to configure it. How to configure the modem by providing step-by-step instruction

View 1 Replies View Related

General :: Connect Internet Through USB Bsnl EVDO Modemprocedure/commands To Connect To Internet?

Mar 21, 2011

I have installed linux 10.10 and i want to connect internet through USB Bsnl EVDO modemprocedure/commands to connect to internet

View 5 Replies View Related

Ubuntu Servers :: Unable To Connect To System Bus: Failed To Connect To Socket

May 29, 2010

I tried to install vsftpd on my server and while the installation went fine, I can't run

Code:
restart vsftpd
As I the get error
Code:

restart: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Though I'm able to restart the service with

sudo /etc/init.d/vsftpd restart with a warning telling me to use the service utility. Not only that, but despite the port being open it won't allow me to log in, it just hangs, and I have local users enabled (I've used the default .conf file). Does dbus not come installed in 10.04, and if I did install it would it make a difference for restarting the service? Are there further steps needed not available in the tutorial on the Ubuntu Server Guide for 10.04 to enabling local user authentication? -edit- Figured it out, dbus wasn't installed, vsftpd is working fine now.

View 4 Replies View Related

Ubuntu Networking :: Wireless Can't Connect - (Toshiba Laptop 10.04 64 Bit) Hanging When Trying To Connect

Jun 12, 2010

My wireless (Toshiba laptop, 10.04 64 bit) is just hanging when trying to connect. It was working fine but now nothing. My Wireless antennae is on and my other laptop can connect with no problems. I have restarted the router and the laptop twice.

View 1 Replies View Related

Ubuntu Networking :: Unable To Connect To Wireless But Can Connect To Wired

Nov 2, 2010

I am unable to connect to wireless network in ubuntu 10.10.i have noticed that the iwlagn driver isnt been used by anything.

View 9 Replies View Related

Ubuntu Networking :: Cannot Connect To Wired And Wireless In 10.10 It Tries To Connect But Fails?

Jan 10, 2011

in linux world and have recently downloaded and installed ubuntu desktop 10.10i cannot connect to both wired and wireless ethernet on my laptopit tries to connect but fails in 30 seconds , it says"disconnected" while i am able to connect to the same in windows i have broadcom 4315 and i have tried both fwcutter and ndiswrapper but the problem persiststhe device id is 14e4:4315

View 9 Replies View Related

Ubuntu Networking :: Unable To Connect To The Internet But Can Connect To The Router

Apr 6, 2011

I am trying to setup a dhcp server for my internal network. I have two NICs, a modem, and a wireless router. I have my server connected directly to my modem which is providing me with Internet access on eth1 and is working fine. I have dhcp and dns setup on eth0 which is connected to my router. The router shows that it is connected to the Internet but when the router gives a client computer an IP address, the client is unable to connect to the Internet but can connect to the router. I will post my configuration files below with my current configuration.

[Code]....

View 5 Replies View Related

Ubuntu Networking :: Connect To The Internet Through Wifi, But Cannot Connect To Anything On Network?

Aug 8, 2011

I can connect to the internet through wifi, but I cannot connect to anything on my network. I have a printer and a NAS, so I would really like for this to work again. I have a dell laptop with a Broadcom card.

View 9 Replies View Related

General :: Connect 3g Modem With Ubuntu 10.04?

Mar 18, 2011

how to connect 3g modem with ubuntu 10.04

View 1 Replies View Related

General :: Connect Nokia BH-503 To Ubuntu 10.10?

Mar 12, 2011

I'm having troubles pairing Nokia headset BH-503 to my linux box. Here is what I tried:

1) Installed Blueman

2) searched new devices and found my Nokia BH-503

3) Set PIN code to custom and entered PIN 0000

4) Of course the headset is on pairing mode

However the pairing is always failing. In Blueman I get "Page Timeout", I also tried it with the other Bluetooth application which gives me the message "Setting up Nokia BH-503 failed"

View 3 Replies View Related

General :: Can't Connect To The Internet In Ubuntu 9.04

May 4, 2010

I have just installed Ubuntu 9.04 on my daughters pc which also has xp installed as a dual boot.

I am unable to access the internet via ethernet or wireless in Ubuntu however when booted into xp I am able to connect to the internet and my home network.

how to get a ethernet and/or wireless connection working while booted in Ubuntu.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved