LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux 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


Reply
  Search this Thread
Old 11-26-2001, 11:26 AM   #1
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Rep: Reputation: 15
ADSL and how to please!


Just installed Mandrake 8.1 and all went perfectly well. One problem when i tried to configure my internet connection, which is an ADSL by Alcatel. Mandrake wizard told me to download the new driver from alcatel. On my other os, i downloaded this driver which is in zip form. How do i get it from my windows os onto the linux os and how would i install it. Baffled here....thanks
 
Old 11-26-2001, 01:59 PM   #2
Artamir
Member
 
Registered: Nov 2001
Location: Canada
Posts: 41

Rep: Reputation: 15
Hey,

I don't know how you could get these drivers to work on Linux...but I know a way to get your ADSL modem working.

Go to http://www.roaringpenguin.com and download the lates version of the rp-pppoe program. Get the RPM package since you are using Mandrake. Install that RPM from a terminal or with rpminst or just follow the instructions you were given on the RoaringPenguin site. Type adsl-start in a terminal to start your connection, adsl-status to view your connection's status, and adsl-stop to stop your connection.

It worked perfectly for me...And I think it should for you.
 
Old 11-26-2001, 02:50 PM   #3
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Thanks artimer, will give a it a go and post back...........
 
Old 11-26-2001, 03:01 PM   #4
Artamir
Member
 
Registered: Nov 2001
Location: Canada
Posts: 41

Rep: Reputation: 15
Alright!



(By the way, it's Artamir, not Artimer. )
 
Old 11-27-2001, 11:03 AM   #5
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Sorry Artamir, hows that. Did not work, i am unable to install the RP-RPPoE program. Mandrake via the connection wizard said that for my ADSL speedtouch modem, i only need the driver from alcatel. This i have put to floppy but i am unable to get it onto Linux. Forget not, i am but a novice, a newbie and first timer at linux. Baffled by this command line thingymejibs. Still reckon i have to start somewhere and this forum looks good to me. Many thanks anyway.........
 
Old 11-27-2001, 11:38 AM   #6
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
if it has a .zip extention than it's not the right one. go back to alcatel and get the linux driver, you need the file with the tar.gz extention. then read the install or readme file that's included for installation instructions. it's usually :
./configure
make
make install
but check the install or readme for exact information.
 
Old 11-27-2001, 11:48 AM   #7
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
skipped a step, sorry. to unpack the tarball: cd /directory/yousaved/thedownload
tar -xzvf name_of_file.tar.gz then.... read the readme or install files.
 
Old 11-27-2001, 12:33 PM   #8
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Thanks rshaw. The file was a tar.gz. I put in floppy from windows XP. How do i please get it onto linux Thanks anyway.........
 
Old 11-27-2001, 02:21 PM   #9
Artamir
Member
 
Registered: Nov 2001
Location: Canada
Posts: 41

Rep: Reputation: 15
I think you'll need the RPM instead of the tar file, since you're using Mandrake. I tried using the tar.gz file and it couldn't run ./configure. I installed the RPM and it worked.

Download the rp-pppoe-3.3.i386.rpm file and mount your floppy.

mount /mnt/floppy

Then use this to install it:

(if you want the gui)
rpm -Uvh rp-pppoe-3.3-1.i386.rpm rp-pppoe-gui-3.3-1.i386.rpm
/usr/bin/tkpppoe

(if you don't want the gui)
rpm -Uvh rp-pppoe-3.3-1.i386.rpm
/usr/sbin/adsl-setup

That should do it.
 
Old 11-27-2001, 04:05 PM   #10
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Thanks Artamir, that sounds not too complicated for me. Will have ago and post back, again thanks to all.
 
Old 11-27-2001, 04:28 PM   #11
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Well had ago but came up against the following: I typed as you instructed Artamir and always got the following response: No such file or directory. One other reply i had was " mount:/dev/fd0 is not a valid block device"....I was signed is as root. thanks.
 
Old 12-26-2001, 08:19 AM   #12
furrie
LQ Newbie
 
Registered: Dec 2001
Location: Yate, Bristol, England, UK
Distribution: CentOS, Ubuntu, FreeBSD
Posts: 23

Rep: Reputation: 15
Hi magis,

I was in the same boat as you.

I am running Mandrake 8.1 and on install, it looked like all was going well.

I did as instructed and found the mgmt.o file in the tarball from Alcatel.

I copied this single file onto a floppy (on my Win2kPro machine).

Logged into the linux box as myself, I mounted the floppy (using the icon on my KDE desktop (I am UberNewbie!). On seeing mgmt.o on the floppy, I right-clicked it and chose copy.

I closed the floppy window. Right-clicked on the Desktop and chose paste. Now it was firmly on the linux box.

I logged out and back in as root (GUI 'cos I is sh1t at cmd line at the mo), I opened a konqueror window and navigated to the /home/furrie/desktop (or whatever it was)... I found the mgmt.o file in there and copied it to /usr/share/speedtouch

Now I am a bit further, but am clueless as to get it working from here!

Hope this helps you.

I will keep trawling the forums to find the answer to my/our problems...

I have posted my question(s) for my problem(s) elsewhere...

here

http://www.linuxquestions.org/questi...threadid=10586

I am still in need of assistance, please.
 
Old 12-26-2001, 08:56 AM   #13
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Thanks furrie, sorry about the delay in replying but have been away. How did you get on with the alcatel speed touch install?? Me i gave up and went back to windows. I have decided to have another go at linux in a few days and hope i can get past the speedtouch stage....lol. Good luck and if i can find some more info will post it.........thanks
 
Old 12-27-2001, 06:36 PM   #14
furrie
LQ Newbie
 
Registered: Dec 2001
Location: Yate, Bristol, England, UK
Distribution: CentOS, Ubuntu, FreeBSD
Posts: 23

Rep: Reputation: 15
Lightbulb I have found my solution... Maybe yours too?

look here & see what you think...

http://www.linuxquestions.org/questi...threadid=10586

...
 
Old 12-28-2001, 03:11 PM   #15
magis
Member
 
Registered: Oct 2001
Distribution: Mandrake 9.0
Posts: 65

Original Poster
Rep: Reputation: 15
Hi furrie, hey, my pc is not some pre-dated hunk of dos. lol. Darn things new and smoking with newbie things. My problem is understanding linux. Now that i have been bitten with it, i must, i repeat must understand how it works. So will be installing again on the 2nd Jan 02. Not sure what that site you send me implies, grateful for any further info though. Thanks for you time........
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
adsl-setup or adsl-start not found as user! bnchakraborty Linux - Newbie 2 01-18-2008 10:23 PM
Monitoring ADSL (to keep online), adsl-start michaelsanford Linux - Networking 7 07-12-2006 06:43 PM
prblms with ADSL setup. no luck after adsl-setup and netconfig Blue_muppet Slackware 2 07-18-2004 01:20 AM
ADSL Routers Setup- Microsom Deskporte router 100 and Planet ADSL modem router mabonline Linux - Hardware 1 02-27-2004 05:36 PM
Configuring ADSL coonection using ADSL router... manu2004 Slackware 3 01-04-2004 04:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration