Jump to content

AOL connection - is it possible with mdk/linux?


ChrisM
 Share

Recommended Posts

I'm sure I've read somewhere on this BB but can't find anything through a search.

 

A colleague is going to try Mandrake 10.1CE :banana: his home system uses a speedtouch330 - I've pointed him in the right direction in this BB for installing.

 

However, he uses AOl - now I've read somewhere that he'll face problems. Is it just to access the AOL site he'll have problems with? Surely he should still be able to get a connection and surf - after all, it's the modem collecting the signal and sending it to his box.

 

Can anyone shed any light on this - don't need stacks of detail.

Link to comment
Share on other sites

Apparently the people over at Linspire have created software to allow Linux users to connect to AOL. It appears to be pre-built, just extract and run. You can get it here: http://www.linspire.com/dialersource

 

Although it may be possible to use a regular ppp dialer to connect, but I'm not positive of that.

Link to comment
Share on other sites

  • 2 years later...

i tried installing los-aol-0.0.2-orig ( ./losaol ) and it says i'm missing python2.3. i only have version 2.4.

so what do i do?? :wall:

 

when i read the losaol using a text viewer i get this:

#!/bin/sh

cd /usr/lib/python2.3/site-packages/los-aol;python2.3 losaol

cd -

 

and like i said i don't have python2.3, only 2.4.

Edited by grimx
Link to comment
Share on other sites

when i read the losaol using a text viewer i get this:

#!/bin/sh

cd /usr/lib/python2.3/site-packages/los-aol;python2.3 losaol

cd -

I can't promise you that this will work, but you could try editing the script for python2.4 and see if that works?

#!/bin/sh
cd /usr/lib/python2.4/site-packages/los-aol;python2.4 losaol
cd -

Link to comment
Share on other sites

opening losaol using a text viewer, and reaplacing 2.3 with 2.4 and adding

the "losaol folder in the following dir, did not work. :wall:

 

 

#!/bin/sh

cd /usr/lib/python2.3/site-packages/los-aol;python2.3 losaol

cd - "2.4"<<-------------------------->>"2.4"

Link to comment
Share on other sites

Since your last post was only 2 minutes after mine, I'm not sure you've tried the modification? It doesn't matter, it wouldn't work for you anyway. :P

 

I've never used AOL, but in theory this should work...

 

I've d/l the file and took a peek inside. It's GPL code that was written in 2004 with python 2.3. You could open the losaol python script in the los-aol directory and change the first line to

#!/usr/bin/python2.4 -O

and then open all binary files with a hex editor and change 2.3 to 2.4

 

You must still make the change to the shell script listed in my other post. You have to move the entire los-aol directory to /usr/lib/python2.4/site-packages and make sure all permissions are for the user.

 

It's not as hard as it sounds. :rolleyes:

Edited by Greg2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...