Results 1 to 5 of 5
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
11-01-2008 #1
- Join Date
- Nov 2008
- Posts
- 3
using a nokia 6500 as modem with eeepc 900 on Linux op sys
I'm new to the forum. I have just upgraded my mobile phone contract with orange and a new phone (Nokia 6500) which I had hoped I could use as a modem with my newly acquired Asus Eeepc 900 which uses Linux as the operating system.
I have subsequently found out that while Orange supports the 6500 as a modem for the eeepc 900 with Windows and mac systems it doesn't support Linux. Does anyone have any advice and simple instructions (bit of a novice if you hadn't guessed) of how I could get the two to work so I can use email and internet.
Cheers
Chesso50
-
11-01-2008 #2
- Join Date
- Jul 2004
- Posts
- 4,593
I think you should treat it as a dialup connection. I no longer have the default desktop, but there should be an Internet Connection Wizard that you could try using.
If this doesn't work, you need to try the ppp for dialup. First, start the Synaptic Package Manger from a terminal. To get a terminal use the Ctrl+Alt+T keys. Enter "sudo bash" to get root privileges, and enter "synaptic" to start it.
Now you need to add a Xandros repository. Select Settings-->Repositories. Select "New", and enter this information.
Code:Binary(deb) URI: http://xnv4.xandros.com/4.0/pkg/ Distribtion: xandros4.0-xn Section(s): main contrib non-free
Start ppp from a terminal with sudo:
Code:sudo /usr/sbin/pppconfig
If this isn't good enough, you may want to use pppd and Kppp. These are available if you add Debian repositories. Here is some further info on that. You may want to install the full desktop too.
Eee PC Tips: A crash course in Linux - Download SquadLast edited by waterhead; 11-01-2008 at 10:26 PM.
Please do not send Private Messages to me with requests for help. I will not reply.
-
11-02-2008 #3
- Join Date
- Nov 2008
- Posts
- 3
-
11-02-2008 #4
- Join Date
- Jul 2004
- Posts
- 4,593
I did not know that you were referring to a wireless connection (Bluetooth?). I really don't have any useful knowledge on that subject. It does appear that you will have to add a USB bluetooth adapter. The Eee Pc manual lists two, here is one of them:
http://www.billionton.com.tw/website.../GUBTCR41.htm.
It looks as if you will need to install bluetooth. If you don't already have these repositories set up in Synaptic, add them first.
Code:Binary (deb) URI: http://update.eeepc.asus.com/1.6/ Distribution: common Section(s): main Binary (deb) URI: http://update.eeepc.asus.com/1.6/ Distribution: p900 Section(s): main Binary (deb) URI: http://update.eeepc.asus.com/1.6/ Distribution: en Section(s): main Binary (deb) URI: http://update.eeepc.asus.com/p900/ Distribution: p900 Section(s): main
bluetooth
bluez-audio-support
bluez-cups
bluez-pcmcia-support
bluez-utils
libbluetooth2
libbluetooth-dev
My guess is that you should select 'bluetooth', and then 'bluez-utils' and 'libbluetooth2' are added for dependency reasons.
If it isn't a bluetooth connection, then what is it?
EDIT: You must be careful when you add repositories for the Eee Pc. Please read through this link first:
http://wiki.eeeuser.com/addingxandrosreposLast edited by waterhead; 11-02-2008 at 10:50 AM.
Please do not send Private Messages to me with requests for help. I will not reply.
-
11-02-2008 #5
- Join Date
- Nov 2008
- Posts
- 3
PAul,
Thanks for the further advice.
Regards
Steve