OpenSUSE Network :: Huawei SmartAX MT810 Connection At Boot (arnet)

Feb 5, 2010

I was absolutely dazzled, but my wife made me drop it after 20 days of not being able to get an internet connection.

I thought of trying again after so long to see if things had become easier for every Argentina user who has a Huawei connection (more than half of the country).
Unfortunately not.

The problem is the following:

I have a Huawei SmartAX MT810 usb-modem/router. In order to establish a connection, I need to run the following commands AS ROOT (which is why I cannot use a simple kde autostart bash script)

Code:
modprobe br2684 ; br2684ctl -c 0 -b -a 0.33 ; ifconfig nas0 up ; pppd call adsl

What's more, these commands cannot be run before the modem is operational, since they will end with an error.

In other distros I used to place these commands in /etc/rc.local. I tried placing them in /etc/rc.d/boot.local , but with no success: they are executed before the modem is operational.

In my complete ignorance of all things computer-related I thought it would be a good idea to place a caveat before the execution of the commands:

Code:
READYorNOT=$(dmesg | grep "modem operational") ; while [ "$READYorNOT" = "" ] ; do echo "Modem not operational" ; done

As a result the whole boot sequence gets stuck until I hit ctrl-c.

View 8 Replies


ADVERTISEMENT

OpenSUSE Network :: Mobile Internet Connection - Program Doesn't Find The HUAWEI USB Stick

Aug 11, 2010

I have opensuse 11.1 Gnome on Lenovo S10e. I'm wanting to establish a mobile internet connection. I have tried so far...*UMTSMON but when I click on it nothing happens. I have reinstalled the program several times to no avail. *WINE to run the Optus program, however the program doesn't find the HUAWEI USB stick & *Via a Bluetooth connection (use mobile phone as a modem) didn't work either Anyhow, I have tried these and some other ways to get mobile to no avail.

Also, have gone to network connections-mobile broadband-add-configure it- but what am I forgetting to do? Need a path I can take to get mobile internet working. (I even have a direct SIM card slot in this laptop

View 5 Replies View Related

OpenSUSE Network :: Huawei E169 Not Working

Feb 7, 2010

I've just installed openSUSE 11.2 (KDE 4.3) on my Dell 1720 lapcrusher (a fresh install - had no space to install next to my old openSUSE 11.0, so had to wipe that). I have a huawei e169 (e620) that worked fine in 11.0 (after some initial trouble/configuring, details of which I cannot remember) using knetworkmanager, but try what I might in 11.2 I cannot get this HSDPA modem to connect to my ISP (Virgin Mobile Broadband in Brisbane Australia).

I'm looking for some advice on where to start - first up the modem is detected fine in KDE 4.3, I can setup a profile with the correct APN "VirginBroadband" and "blank" inserted for username/password, and PAP enabled and CHAP disabled - thats pretty much how it was setup under openSUSE 11.0, and it will try to connect but always will not authenticate - I'm not sure at which stage of authentication the process goes pear shaped. I've tried different combos of turning on/off compression/echo options etc, turning on/off MSCHAP/MSCHAP2, but to no avail.

View 9 Replies View Related

OpenSUSE Network :: Huawei E1550 USB Modem In 11.2?

Mar 17, 2010

My machine is running on a dual-boot Windows Vista/openSUSE 11.2 scenario. I have been trying to get my Huawei E1550 to work on Linux for the past few days trying numerous methods suggested in other forums from people with the same problem, but I have not produced any fruitful results.

Plugging in the USB modem results in Linux detecting it as a CD-ROM. I have installed usb_modeswitch in attempt to switch it to a modem, but Linux still fails to recognize it. Windows Device Manager and lsusb both give ProductID=1001 and VendorID=12d1 connected to USB1. I'm guessing since Windows detects the correct IDs, the Linux versions should also be correct. In any case, I ran usb_modeswitch with the Default IDs for /etc/usb_modeswitch.conf, which gave 0x1446 as the ProductID, not 0x1001. Upon running usb_modeswitch, the product ID could not be found so the program fails and quits asking if it's connected (and it is).

Just to test, I also ran wvdial which unsurprisingly did not detect the modem and could not send the init strings. All commands were done using root privileges. Also note that when after usb_modeswitch is run and upon plugging in the USB, NetworkManager pops up near the tray saying "attached" but still shows the device as a CD-ROM.

View 5 Replies View Related

OpenSUSE Network :: Wi-Fi Connection Does Not Work After Boot

Apr 19, 2011

I have a router working as an access point for Internet access. It is used by sveral computers. Wi-Fi connection to Internet through this router does not work after boot on openSUSE 11.4.The cannection becomes established, shows IP address, access point MAC address,the signal level is high. But Internet is unaccessible with traceroute returns"the host is unreachable" message.

If to disable the automatic start of the interface and start it manually with ifup wlan0, nothing changes: the interface still does not work after first start.This is very annoying because this laptop is use by a girl who cannot restart interface. She says she cannot do anything with it.

View 6 Replies View Related

OpenSUSE Network :: Huawei E200 Usb Stick Is Not Working In 11.3

Sep 3, 2010

Although my Huawei e200 usb stick is working well under ubuntu, its not working in openSUSE. I think the udev rule provided by the vendor is suited for a debian system and not for openSUSE. When i see the dmesg output, it adds driver for ttyUSB0 and as soon as it adds it also removes it. This sequence goes on continuing till i unplug my usb stick from my computer. The udev file(78-haier.rules) provided by the vendor is as follows:

ACTION=="add", SUBSYSTEMS=="usb",
ATTRS{idVendor}=="201e", ATTRS{idProduct}=="1008",
ATTRS{bNumInterfaces}==" 1",
RUN:="/usr/sbin/haier.sh 201e 1008"
ACTION=="add", SUBSYSTEMS=="usb",
DRIVERS=="option",
ATTRS{bInterfaceNumber}=="00",
SYMLINK="ttyMODEM"

The haier.sh script that the udev runs is as follows:

[Code]...

# may not use this driver if the product id is already compiled into another driver modprobe -a option echo "0x${VID} 0x${PID}" > /sys/bus/usb-serial/drivers/option1/new_id

View 2 Replies View Related

OpenSUSE Network :: 11.3 - Cannot Connect Huawei Modem (Keeps Failing)

Oct 5, 2010

I am trying to connect my huawei e160 usb modem but it keeps failing and does not show on the Network Manager, checking on /var/log/messages this it what I get:

Oct 5 15:31:30 LPKENBITD002 modem-manager: (ttyUSB1): re-checking support...
Oct 5 15:31:30 LPKENBITD002 modem-manager: (Huawei): (ttyUSB1) deferring support check
Oct 5 15:31:33 LPKENBITD002 modem-manager: (ttyUSB1): re-checking support...
Oct 5 15:31:33 LPKENBITD002 modem-manager: (Huawei): (ttyUSB1) deferring support check
Oct 5 15:31:36 LPKENBITD002 modem-manager: (ttyUSB1): re-checking support...
Oct 5 15:31:36 LPKENBITD002 modem-manager: (Huawei): (ttyUSB1) deferring support check

View 9 Replies View Related

OpenSUSE Network :: Make Huawei E173-s Work In 11.3?

Mar 26, 2011

I have a 3G modem Huawei e173s-6, the usb id is 12d1:1c0b. It's only detected as storage, not as modem. According to some tutorials I've found, I had to use usb_modeswitch and udev rules to make it automatically switch to modem mode, and usb id 12d1:1c05. I followed the tutorials, and the usb changes the id, but after the switch it is still recognized only as storage.

I have the suspicion that I have to add the driver to the kernel, since this is 11.3, but I haven't the slightest clue what to do. Does someone have experience making this modem work in 11.3? tutorial: USB_ModeSwitch ~ View topic - Huawei E173s working config

View 4 Replies View Related

OpenSUSE Network :: Can't Install Huawei E1752 Usb Modem

Jun 19, 2011

I am new to Linux and opensuse is lovely to me . However i have a problem, I dual boot windows and OpenSuse 10.3(because it plays mp3 out of the box) I actually tried newer versions but the problem is that I cant install this Huawei E1752 usb modem. I have failed people. Please help me. I need to use it for internet.

View 1 Replies View Related

OpenSUSE Hardware :: What Include Support A Driver For USB Modem Huawei E219 (HSDPA/UMTS) And Huawei EC226 (3G/EVDO)

Dec 23, 2009

What include support a driver for USB modem Huawei E219 (HSDPA/UMTS) and Huawei EC226 (3G/EVDO)?

View 1 Replies View Related

OpenSUSE Network :: Serial Response Timeout With Huawei E169

Jan 4, 2009

I would like to get my Huawei E169 (aka. Vodafone Mobile Connect K3520, E620 etc.) USB UMTS/3G modem running with my openSUSE 11.1 x86 installation on my MSI Wind U100. The GPRS/UMTS connection works perfectly fine with the stand-alone application Vodafone Mobile Connect for Linux. However, there's the drawback that this app overwrites /etc/resolv.conf (leads to DNS issues if I would like to connect via NetworkManager again) and doesn't disable the off-line mode for Firefox automatically. Consequently, I would like to use NetworkManager for the GPRS/UMTS connection, too.

The NetworkManager configuration dialogue (I'm using the GNOME applet) seems to recognize the plugged USB stick without any issues (I get a radio button for "Huawei E620 USB Modem" in the respective add connection wizard). So I've created the configuration for my provider and saved it. After that I've tried to connect via the applet. However, approx. 2 seconds after I selected the connection, the applet says "Network disconnected" (German: Netzwerkverbindung getrennt) and the stick also obviously doesn't get connected (visible via LED). I created several new connections with different names, replugged the stick, rebooted with and without the stick plugged, but without any success. I also installed the special RPM package which is recommended in Huawei UMTS USB Stick - openSUSE, but - of course - the corresponding 11.1 package. I also used the application manually and got the following result: Looking up for HUAWEI modem and switching modem to BBO 06

[Code]....

Can this time out of the serial command be the reason for the unsuccessful connection? And if yes, how can I force the system to wait longer here? Moreover, I'm wondering, that the GNOME NetworkManager applet doesn't allow me to enter the DNS entries for my GPRS/UMTS connection. Where can I add these entries manually or is that not needed?

View 9 Replies View Related

OpenSUSE Network :: Can't Connect To Internet Huawei EC 325USB Modem / Fix It?

Jun 4, 2010

I tried to connect to the huawei cdma EC325 modem. using the network manager applet. System asked which tpe of connection i selected cdma and gave the username and password for the account and the password for my opensuse account.Still i cannot connect to the internet using huawei ec325 modem.How to rectify the problem What shall i do next.

View 2 Replies View Related

OpenSUSE Network :: Huawei E122 HSPA USB Stick Not Working Under 11.3

Aug 31, 2010

I upgraded from 11.2 to 11.3 and with great disappointment I discovered that my HSPA modem, that worked out of the box under 11.2, work no more. At the first attempt NetworkManager is able to build the connection, I am able to use Yast to download new packages and online updating but at the first use of firefox the internet connection hangs up. Any attempt to disconnecting/reconnceting the usb stick gives the following error in the kernel echo:

[Code]....

View 2 Replies View Related

OpenSUSE Network :: Can Not Get USB Modem Huawei E220 To Connect To Internet / Sort It?

Aug 5, 2010

I can not get NetworkManager to handle my Huawei E220 usb modem. I have searched forums and tried a lot of things. I have just upgraded from openSUSE 11.2 to openSUSE 11.3 using zypper. It seems to work fine except that umtsmon stopped to work, so for now my laptop has no connetion to internet at all. Here are some information about my settings:

I have used usb_modeswitch to make the device a modem. Am I right if I say that usb_modeswitch is a one time command, or does it swap the setting each time it is called? Anyhow lsusb states that the device is a modem. (All the time.) code...

View 7 Replies View Related

OpenSUSE Network :: Huawei E 1750 - Connect In Live Cd - Recognize The Device

Oct 16, 2010

i tried to connect whit this key on opensuse 11.3 but i can't the device is recognized i start to connect it and the system show me "activating" but the light never comes blue , it's always green and it's impossible go to internet i use kde..

View 1 Replies View Related

OpenSUSE Network :: Huawei E220 HSDPA Modem Doesn't Read DNS With Knetworkmanager

Jul 9, 2010

I have a weird problem on my laptop. Everything works okey on PC though.

I'm using kNetworkManager on my OpenSuse 11.2 on PC.

Everything works fine there with the following settings:
1. Make a new GSM Connection in kNetworkManager and enter settings there
2. Edit etc/sysconfig/network/config file and set .....DNS_Policy from "auto" to ""
3. Enter openDNS to /etc/resolv.conf (nameserver xxx.xxx.xxx.xxx)

It works like that on my PC.

I did the same on my laptop. The modem connects fine, but the DNS'es ain't resolved. So skype etc will work, but no pages will open in Firefox for example.

What else should I need to do to make this work?

It's weird it works the SAME way on my PC, but doesn't on my laptop.

View 3 Replies View Related

OpenSUSE Network :: Error - Connection Timeout - All Wired Connection Over A Switch?

Feb 21, 2011

im on node1 when i type the command ssh node2@ip the terminal hangs up a bit then an error message stating that connection timeout but here is a thing: i cant ping to node2
but i can terminate the ping manually using ctrl+c when i terminate the ping usual message appears stating 10 packets transmitted, 100% loss

ps: when i go to node3 and ssh to node2 it works fine and also i can ping from node3 to node2 very fine. and the firewalls are down at all nodes -all wired connection over a switch

View 6 Replies View Related

OpenSUSE Network :: Can Make A Connection To Vpn Server, Connection Starts, But Nothing Happens?

Feb 2, 2010

I can make a connection to the vpn server, the connection starts, but nothing happens! My IP address remains the same as previous! There is nothing added to my Knetworkmanager, I'm a beginner I should use a pcf file for my vpn connection. I use it properly, I'm sure because the connection starts and an icon is added to my panel and remains until I disconnect.

I checked it via ifconfig -a, the last part (which is for vpn) is:

Code:
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:141.213.169.76 P-t-P:141.213.169.76 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1390 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0

View 2 Replies View Related

Ubuntu Networking :: 10.04 LTS With Huawei E169 USB-modem Connection

May 2, 2010

Connection is possible only after few reboot. Preferences I tried all.

View 9 Replies View Related

Ubuntu Networking :: Huawei E 1550 Broadband Connection With 10.04?

May 16, 2010

I use a Huawei E 1550 mobile connection, which worked fine in Ubuntu 9.10.I've got it working okay in 10.04, having installed modeswitch. However, it will not automatically reconnect if it drops out. I can force a reconnection, only if I remove the dongle and then plug it in again. Although it shows in network manager, clicking on the list entry for the dongle, just produces a disconnected dialogue message. The only way to get it to reconnect is to remove the dongle and plug it in again.I know there have been a few posts about getting mobile dongles to work in 10.04, but I can't see any solutions to this little issue yet.

View 6 Replies View Related

Ubuntu :: Make Connection In OS Using Huawei E156G Modem?

May 17, 2010

How to install "Huawei E156G Modem" in Ubuntu O.S. Are there any special code for configure it. I plug modem but i can't conect to internet. This message appear " you're offline".

View 4 Replies View Related

OpenSUSE Network :: Network Manager Default Connection Can Handle Virtual Interfaces?

Jun 7, 2011

I've not found how to configure more than one ip address with network manager.Nor with kde nor with plasmoid network manager.I need several virtual ip addresses for eth0 when the "default" of eth0 is connected i.e. "Connected to Auto eth0" should initialize the virtual interfaces.I have not found no even how to configure the ip address.I think this will be used from ifup config in yast or not?There I have the virtual interfaces but they are not taken from network manager.And last but no least: Is it possible that when using network manager the eth0 is enabled even no user has logged in?

View 4 Replies View Related

OpenSUSE Network :: No Network Connection After Firwall Settings Changed / Get It To Work?

Nov 17, 2010

I deleted the firewall files "K09SuSEfirewall2_init", "K01SuSEfirewall2_setup", "S11SuSEfirewall2_setup" and "S01SuSEfirewall2_init" from "/etc/rc.d/rc5.d" in order to disable the firewall when rebooting.

As a consequence all network services are not working. I can't connect to any other machine nor to the internet.

I rebuilt the symbolic files based on the ones for runlevel 3, but still no network services are available.

Any suggestions how to make it work again? I'm using Suse 11.3.

View 9 Replies View Related

OpenSUSE Network :: Configure A Connection With YAST As Well As With Network Manager?

Feb 1, 2010

Im new in this world of linux and suse. I have just installed the opensuse 11.2 in a Dell Inspiron 5160. Such laptop has a BCM4306 Wireless LAN controller. When I tried to configure a wlan connection, I found that the firmware was not installed. After looking in different forums, I installed the firmware b43. Now, my wlan card is abled to find the wireless of my router.

I have tried to configure a connection with YAST as well as with Network Manager, but both cases failled. Specifically, when I use Network manager, Im able to see in the applet my connection, how strong is the signal, but I see a yellow symbol (in one forum, such a box is shown with a green symbol).

I have check many time all about the secutity, encryption, and so one and all seems to be correct. But when I open the mozila firefox or the konqueror browser, no chance to surffer in internet. Now Im just a step to become crazy. The drivers are ok, the information about the router and the keys are ok, but in such a way, I am still harmloss.

View 1 Replies View Related

OpenSUSE Network :: Network 11.3 - Connection Refused When Try To Connect To SSH From Another Machine

Sep 27, 2010

I installed OpenSuSE 11.3. The only "extra" package I put in after the install was VirtualBox-ose. The firewall is disabled. I gave the machine a static IP address. I can get to the Internet from the machine. I enabled sshd to start on boot with "chkconfig sshd on" and also verified the service is running on the machine. I can ssh user@localhost from the machine as well.

When I try to connect to SSH from another machine, I get a connection refused. I verify that the firewall is down. I also try to get to VNC -- same problem: Connection refused. I ping the machine for fun. If I try to SSH again, it sometimes gives me a logon? I would check the server logs for the connection refused, but I wouldn't know where to look. I started in /var/log/messages, but nothing seemed to jump out there. I also find it strange because I can RDP to a windows guest running under VirtualBox. The Windows guest uses Bridged Network and DHCP.

I also find it interesting that I sometimes type a "ping google.com" from the 11.3 box and it will just hang - no output. Then I open firefox and get to the internet. All of a sudden, ping starts to give output. Could this be a neetwork card issue? A configuration issue? I don't know where to start.

View 1 Replies View Related

OpenSUSE Network :: Network Connection Fails To Go Past Router

May 16, 2011

So up until I updated from Opensuse 11.3 to 11.4, I hadn't any issues with my network connection. At least none worth mentioning. Once I installed 11.4, I've had weird issues with varying lengths of connection. Sometimes I can't connect anywhere, sometimes I can only get to the router, sometimes I'm 100%. I'd fiddle with YAST until everything worked. I honestly have no clue whether or not anything I did had any effect.

Enough of the iffy history, here's what's happening now. For the past few weeks up until last night, I have been at 100% connectivity. I never turned off my computer until last night (it just shut itself off, like the cord was unplugged. I dunno what happened, maybe it was my foot, maybe the PSU. I think it has happened before.). When I turned it back on, I was only able to connect as far as my router (192.168.1.1, a D-Link Gaming router that has always been very good to me). I could not make it to my modem (192.168.0.1, a Quest DSL modem. Once I can get here, then usually I'm good to go 100%).

I tried again this afternoon, and no change. I then get the crazy idea to unplug the ethernet cable from it's PCI-card home and return it to the onboard port (which I long ago declared defunct). Immediately after plugging it into that port, I ran "ping 192.168.0.1" and I started getting returns. I open up Firefox and try to load an external page, and nothing happens. I go back to the console that I was pinging from, and it had stopped. I start pinging my router, and no luck. What I conclude from my little experiment is that the router is not at fault.

1. It did not change at all between being at 100% and being at 0% after reboot.
2. I was able to get returns from the modem, past the router, for a brief period of time while using the defunct ethernet port.

Since I never had these problems before updating to 11.4, I'm inclined to believe that it was the update that started these problems.

View 9 Replies View Related

General :: Connect To The Internet With A Smartax Mt880 Adsl Router?

Feb 28, 2010

i need to connect to the internet with my huawei smartax mt880 adsl router from a linux redhat 9 box ,

- I can get into the router as user admin / admin at address 192.168.1.1

- I get missed in between pppd setup & my kernel modules insertion . . .

- can I find a clear step by step guide to get me connected to the internet ?

View 2 Replies View Related

OpenSUSE Network :: Network Connections Didn't Have Connection

Jan 14, 2011

I just finished a fresh install of 11.3 on an HP 7900 small form factor and have no network connectivity. In Network Tools eth0 shows the state as inactive. Network Connections didn't have a connection, so after letting it create one there is no MAC address. I copied and pasted the MAC address from Network Connections eth0, set up a static address with default gateway, netmask, etc. all set appropriately and rebooted. Still no joy.

I want this to get an address via DHCP, I just set up a static address for testing.11.2 sensed the NIC without issue, but 11.3 doesn't seem to like me right now.I wanted to get this deployed on 40 machines today. Oh well.

View 2 Replies View Related

OpenSUSE Network :: Establish Connection To Network But Can't Get To Internet

May 16, 2011

I'm new in SUSE 11.4. My problem is: I'm using Alfa AWUS036H card. It's recognised and I can establish connection to my network, but cant get to Internet. I can't surf the web cos Firefox tell me that connection is timed out. Now I'm confused why I can't surf the web even if I'm connected. Also, I trayed to instal linux drivers for this card folloving Ubuntu "how to" and it just dont work.

View 4 Replies View Related

OpenSUSE Network :: Set Connection With Network Manager?

Nov 27, 2010

with the ifup method everything works fine. But now I bought a wireless card, so I prefer to use the network manager to manage my connection. On my computer I need a static IP for wired connection, so I created a new wired connection and I called it "wired connection". But network manager always connect automatically to "Auto eth0" and I can't find how to modify this connection. Setting "wired connection" as default didn't change anything, probably becouse it need me to unlock the default wallet... Now, another problem, I really don't know why network manager applet doesn't appear on system tray, but I'm sure that I'm using it instead of the ifup method.

View 9 Replies View Related







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