i started to use suse 11.i am new to suse.i want to use mobile broadband in suse.i used it easily in ubuntu but don’t how to do this in suse11 so please gave me instructions step by step.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Right-click on Network Manager in the lower-right-hand corner (icon with
two computers). Edit Connections. Click Mobile Broadband, then click
Add. Go from there.
Good luck.
On 03/28/2011 01:36 PM, vike4 wrote:
>
> i started to use suse 11.i am new to suse.i want to use mobile broadband
> in suse.i used it easily in ubuntu but don’t how to do this in suse11 so
> please gave me instructions step by step.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJNkOaJAAoJEF+XTK08PnB5jvUP+wfxp7xIhvt7d/S0IW04c012
HTPBmKU6uXbtIRPAR+fj+zOZr/ogByCAe5ANvUrH7deAlN97lLjh6Z29HMLLzrcY
zU0hueSeZmykEVcMAHjP25JrPieUQwTzgIylh3bA0DN8bSspyZOYNijtXIW8Nmwe
3siZOLRmQp3cTqTgEWCG0tX85/3afoOeYb6Sog8f/89aguCM82uNID2+C/0O6qLZ
JvtS/97cHEBodKL9PuGH6HlJn8IMaSX/kCe8YoymqGnzKZPte35xjH0P4Zed6Lf+
ZwkVQxnfKwUbGxxbubRzlc+JjP1d4f5ibyxcFpFJDh/tm6PHs/la6YsW3aLKRD4g
JAVEy3TMUSJ6rgs9Oq4ywvfDaQnBUFalY6UkTdPOF8CVjllzhRslat+4f3XAl24M
jjXob/mcCxRrbDcOGg3kSz/HlUHIFT3mlWyOv3yn90vIflIAxYuQqy+D95QiA2/K
GbWMhzXkTr98uZIG5/Al8IL88+apVzA1jEHne2d+C14rGCDOwzMdtw7JGxhcFAXb
3daVxV/0a0N4gl/D4hRA2olvskOdUGy5kRFiYjRbSSdEiQHDss8GDPYajki3W+MZ
QOUSXQGpTQNYHsMbosxcFE4aJNRDc8mtfNlDSCFfbDKZoth2WdjEsYZycBhxXPd9
mp+WQIkOrNj0C7FqDBna
=1Rvf
-----END PGP SIGNATURE-----
I can’t find that network manager icon.please help me.
please help me i can’t connect to the network.i can’t find network manager in gnome and kde.please tell me how to start it manually.though gnome and kde can’t detect my device.please please help me.
In KDE looks like this:
http://t2.gstatic.com/images?q=tbn:ANd9GcRXXRsafXhF8BRol5VP6mrbeShLquxy2AFazIkVXeGSmalzRq8J
In Gnome looks like thiS:
You could try following the steps in my blog. Start from Step 1. So you will learn about how to add repos and make all multimedia stuff work. You might continue with Step 2, if you would need to make the Networkmanager-GNOME work in KDE. Before taking these steps, check Step Zero - there are links to most important repos. If not feel ready enough, don’t take those marked as expert.
**
Step Zero:**
openSUSE starter: Step Zero: Repos you need before proceeding
Further Steps:
openSUSE starter
BEWARE to take the instructions step by step, following ALL instructions in the proposed order. I advice you to take Step 1, and, if the KDE’s network management fails for you, also Step 2.
i am using suse 11 and have no network connection in linux so gave me a different solution.
This is what worked for me with a ZTE MF100 HSDPA modem on OpenSUSE 11.3 64-bit:
- Click on “Start” -> “Computer” -> “YaST”.
- Enter the root password.
- Click on “Network Devices” -> “Modem”.
- Click “Add”.
- Under “Modem device:” try “/dev/ttyUSB2”. If you can’t connect later on, try using “/dev/ttyUSB1” or “/dev/ttyUSB0”.
- Click “Details”.
- Set “Baud Rate” to “460800” (might be different for you).
- Under “Init 1” enter “ATZ”.
- Under “Init 2” enter “ATQ0 V1 E1 S0=0 &C1 &D2”.
- Under “Init 3” enter “AT+CGDCONT=1,“IP”,“APN””, replacing APN with your providers’ APN such as “web.htgprs”.
- Click “Ok”.
- Click “Next”.
- Select “Generic service provider”.
- Click “New”.
- Enter your providers’ name (this can really be anything you like).
- Enter “*99#” under “Phone number”.
- Unselect “Always ask me for the password”.
- Under “Username” and “Password” enter “null”.
- Click “Next”.
- Under “Idle Time-Out” select “0 (0. min)”.
- Click “Next”.
- Click “Ok”.
- Close “YaST”.
To connect, do the following:
- Click “Start” -> “Applications” -> “System” -> “Terminal” -> “Terminal - Super User Mode”.
- Enter the root password.
- Type “ifup modem0”. Hit ENTER. If all goes well, you should see something like:
modem0 name: Modem
interface modem0 is up
SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
- To check if you are connected, type “ifconfig modem0”. Hit ENTER. Try repeating this step a few times untill you see something like:
modem0 Link encap:Point-to-Point Protocol
inet addr:1.2.3.4 P-t-P:10.64.64.64 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:84 (84.0 b) TX bytes:105 (105.0 b)
If modem0 doesn’t come up, try a different modem device under step 5 from the first list. If you see something similar to the above output, you are now connected to the Internet!
- To disconnect, type “ifdown modem0”. Hit ENTER.