Linux - Newbie This forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. |
 |
05-30-2008, 07:56 AM
|
#1
|
|
LQ Newbie
Registered: May 2008
Posts: 5
|
After installing Ubuntu, internet connection not found.
[ Log in to get rid of this advertisement]
I just recently received Ubuntu CD and installed it. I don't know how to connect via internet. I tried to browse and familiarize the environment. I am using Huawei vodem (Vodafone Broadband) and connect the wireless connection but icon does not appear. Usually with Windows XP, the Vodafone Mobile Connect Lite automatically pop up and click the connect button but there is none in Ubuntu. Also, I tried to re-install the vodem ISP CD installer but it can't read the content. I'm at a lost, appreciate any help.
|
|
|
|
05-30-2008, 08:12 AM
|
#2
|
|
Moderator
Registered: Nov 2005
Location: Pasadena, CA
Distribution: Schizophrenic 0.1
Posts: 9,672
|
Welcome to LQ!!
First let's see if the Wireless card is being detected. Open a terminal and run these commands:
sudo ifconfig -a (look for a device like wlan0 or maybe eth1. Normally, the standard ethernet (wired) connection will be eth0)
sudo lspci (look for two different network devices--one standard ethernet, the other wireless)
sudo dmesg|grep keyword (replace "keyword" with something relevant from the lspci output)
If the wireless device (on the computer) is found in lspci, but NOT in ifconfig or dmesg, then it means you need to install a driver.
One way or the other, we need to know the details of both ends of your wireless internet setup---ie what is in the computer, and what is used for the access point.
Quote:
|
Also, I tried to re-install the vodem ISP CD installer but it can't read the content.
|
That presumably is a setup disk for Windows--it's not going to work on Linux.
|
|
|
|
05-30-2008, 08:42 AM
|
#3
|
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Slackware 10.1/10.2/12, Ubuntu Dapper Drake
Posts: 1,934
|
As you have internet access in some way, use google; results for Huawei linux
It might be quite scary for a new linux user, but if you don't understand something you can always ask.
|
|
|
|
05-30-2008, 09:20 AM
|
#4
|
|
Senior Member
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,712
|
You need a fairly new kernel to operate that modem; 2.6.21 and later seem fine. I don't know the version of the earliest kernel that will run that modem.
You need the 'usbserial' and 'option' drivers to operate the modem:
modprobe usbserial
If the usbserial comes up and you also see messages about 'option' then everything is OK. Otherwise, you need a newer kernel.
You can see if usbserial and option are already running:
lsmod|grep usb
lsmod|grep option
The device will be /dev/ttyUSB0 (there is a ttyUSB1, but ignore it - it's a stupid feature of the modem meant to provide some flash storage - but it doesn't work in Linux, and from what Vodafone say, it doesn't work in WinDuhs either).
So, you need to set up 'pppd' to call through 'ttyUSB0'. You need the 'novj' option to disable compression. To 'dial out' I think it's *99# or *99***# (the longer version is the 'roaming' version). You need a user name and password but they can be anything.
You can configure the modem with 'pppconfig'; it's pretty sensible.
|
|
|
|
06-08-2008, 08:22 AM
|
#5
|
|
LQ Newbie
Registered: May 2008
Posts: 5
|
I follow link http://www.ubuntulinux.org/wiki/DialupModemHowto and click Setup Huawei Modems.
Quote:
Vodafone / Telia GUI
The Huawei E220 can be a USB 'dongle' for HSDPA connection through the Vodaphone network.
Download vodafone-mobile-connect-card-driver-for-linux (in short, VMCCfl) :
https://forge.vodafonebetavine.net/f...x_1.99.17_i386 .deb
Click in the file to open it with GDebi.
Upon opening GDebi, there is an error message: Wrong Architecture
'i386'.
I have just intalled Ubuntu but till now can't connect the internet.
Any suggestion will be appreciated.
Thanks.
|
|
|
|
06-08-2008, 08:24 AM
|
#6
|
|
LQ Newbie
Registered: May 2008
Posts: 5
|
I follow link http://www.ubuntulinux.org/wiki/DialupModemHowto and click Setup Huawei Modems.
Quote:
Vodafone / Telia GUI
The Huawei E220 can be a USB 'dongle' for HSDPA connection through the Vodaphone network.
Download vodafone-mobile-connect-card-driver-for-linux (in short, VMCCfl) :
https://forge.vodafonebetavine.net/f...x_1.99.17_i386 .deb
Click in the file to open it with GDebi.
|
Upon opening GDebi, there is an error message: Wrong Architecture
'i386'.
I have just intalled Ubuntu but till now can't connect the internet.
Any suggestion will be appreciated.
Thanks.
|
|
|
|
06-10-2008, 08:16 AM
|
#7
|
|
Senior Member
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,712
|
"Any suggestion will be appreciated."
All I can suggest is to follow my previous post. I have looked at the sites which you've followed and I am convinced that the information was posted by people who don't know what they're doing. There are also other posts here about configuring that modem; search for them.
|
|
|
|
11-24-2008, 11:00 PM
|
#8
|
|
Member
Registered: Jul 2005
Distribution: Debian Sarge/Etch, (K)Ubuntu, FC6, AIX5.3, VMWare ESXServer
Posts: 159
|
http://www.linuxquestions.org/questi...b-card-643925/
These are the settings I use on a Vodafone (Hauwiaii - however you spell it) card and a verizon one in the states.
might be worth booting up from scratch with the vodafone one. I sometimes have to reboot to get it to work. something broken in the udev hotplug modules i think
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:48 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|