Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Asus Eee & Vodafone

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 03-10-2009   #1 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 18
Unhappy Asus Eee & Vodafone

I have tried and tried , but I cannot get my notebook to accept my new PAYT Vodafone dongle. It works with my 'Vists' laptop but not with 'Linux' notebook .
Can anyone HELP !!!!!
gadgetgirl is offline  


Reply With Quote
Old 03-10-2009   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Are you running the Xandros operating system that came with it, or have you installed something else?

I also am not sure exactly what a Vodafone is. I no longer have Xandros installed on my Eee Pc 900, but I recall that it supported wireless broadband. Is this what you are trying to connect to?

The latest versions of NetworkManager support connections to two type of wireless broadband, GSM and CDMA. Xandros does not use NetworkManager, though. But I believe that it supports both of those too.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-10-2009   #3 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 18
Quote:
Originally Posted by waterhead View Post
Are you running the Xandros operating system that came with it, or have you installed something else?

I also am not sure exactly what a Vodafone is. I no longer have Xandros installed on my Eee Pc 900, but I recall that it supported wireless broadband. Is this what you are trying to connect to?

The latest versions of NetworkManager support connections to two type of wireless broadband, GSM and CDMA. Xandros does not use NetworkManager, though. But I believe that it supports both of those too.
Vodafone is mobile broadband.
I cannot conect my Asus EeePC to the vodafone mobile brodband but can connect to my home hub.
I bought the mobile brodband so I can use my Asus while traveling but it will not work
gadgetgirl is offline   Reply With Quote
Old 03-10-2009   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
That is what I meant. Wireless broadband = mobile broadband.

You still haven't said what version of Linux you are using. If it is Xandros, I recall that it has a network connection wizard of some sort. It will guide you through the set up of a new connection. This also includes mobile broadband connections.

The other possibility is that Xandros does not have the driver needed for your device. You would need to track down the driver needed, and manually install it.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-10-2009   #5 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
A little more searching and I found that Vodafone does support Linux, and is keeping drivers updated. Check out this web site.

Betavine - New Linux Home Page

I believe that you will need specific information concerning the dongle that you are using.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-11-2009   #6 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 18
Quote:
Originally Posted by waterhead View Post
A little more searching and I found that Vodafone does support Linux, and is keeping drivers updated. Check out this web site.

Betavine - New Linux Home Page

I believe that you will need specific information concerning the dongle that you are using.
I have used the Betavine site but I found that it could not hlp me at the moment, I am waiting for an update !!
gadgetgirl is offline   Reply With Quote
Old 03-11-2009   #7 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
You still need to give us more detailed information.

The exact model of Eee PC that you are using.
The exact model of the device.
Type of device. (USB or PCI]
Chipset of the device.
Version of Linux you are using,
Linux kernel version.

You can get the chipset info by using this command. Post the output in this thread.
Code:
lspci
The kernel version that you are running can be found with this command.
Code:
uname -r
Since you know about the Betavine site, have you tried their forums for help?
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-11-2009   #8 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 18
Unhappy

Quote:
Originally Posted by waterhead View Post
You still need to give us more detailed information.

The exact model of Eee PC that you are using.
The exact model of the device.
Type of device. (USB or PCI]
Chipset of the device.
Version of Linux you are using,
Linux kernel version.

You can get the chipset info by using this command. Post the output in this thread.
Code:
lspci
The kernel version that you are running can be found with this command.
Code:
uname -r
Since you know about the Betavine site, have you tried their forums for help?
Betavine cannot help.
My Asus is:
Eee PC 2G Surf
I have the information using ctrl + alt + t, but cannot send this information to you as my notebook will not cut & paste,

This is part of it.

USB Controller: 82801FB/FBM/FR/FWFRW (ICH6 Family)

Thanks for your help but I think I should throw in the towel and go back to Windows.

JUST WANTED TO ADD THIS INFO:
BIOS VERSION: 0129
SOFTWARE VERSION: Eee pc 1.0.2
CUP INTEL (R) MOBILE PROCESSOR
MEMORY SIZE: 512 MB
MOTHERBOARD VERSION: 2,30G
gadgetgirl is offline   Reply With Quote
Old 03-11-2009   #9 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Don't give up so soon! We just need more info to help you.


There is a way to pipe the output of a command directly as a text file. The file can then be found in the home directory of whatever user issued the command.
Code:
lspci > lspci.txt
Code:
uname -r > uname.txt
You can then copy these files to a Windows PC, if you need to.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-11-2009   #10 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 18
Quote:
Originally Posted by waterhead View Post
Don't give up so soon! We just need more info to help you.


There is a way to pipe the output of a command directly as a text file. The file can then be found in the home directory of whatever user issued the command.
Code:
lspci > lspci.txt
Code:
uname -r > uname.txt
You can then copy these files to a Windows PC, if you need to.
Thank you, I will have a go and let you know how I get on
gadgetgirl is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:25 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2