Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

Info needed to create a complete usb adsl guide

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
charlieg
Advocate
Advocate
User avatar
Posts: 2149
Joined: Tue Jul 30, 2002 11:05 am
Location: Manchester UK
Contact:
Contact charlieg
Website

Info needed to create a complete usb adsl guide

  • Quote

Post by charlieg » Wed Jan 08, 2003 2:19 pm

I'm looking to create the ultimate guide to getting people online with Gentoo and adsl. Ideally, some of this will even make it back into portage and/or the liveCD to make it ultra easy for modem users everywhere.

This will include:
  • How to get your modem working for the Gentoo installation like this tip
  • Kernel perparations
  • Installing and configuring the modem software
  • Installing and setting up pppo* software
  • Creating and using an adsl rc script
What Modems need to be covered?
  • Speedtouch 300 USB Modem - speedtouch.sf.net
  • Speedtouch 330 USB Modem (Important as this needs you to patch the source from speedtouch.sf.net, which a lot of people don't know)
Other questions:
  • Do any patches cause software to become incompatable with the original target modems?
  • What packages does the various modem software use? Mine (Speedtouch 330) uses PPPoA3, but I've heard rumblings in #gentoo (in irc on freenode - try xchat or for console, bitchx) that some use PPPoE (?). Clarity on this subject would be welcomed.
Anything more that needs addressing?

Anybody know how to address some of these issues?
(I do but I'll not be able to put it together for another 24hours or so and I'd like to see what others have to say.)
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi
Top
mickywicky
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 86
Joined: Tue Nov 05, 2002 8:03 pm
Location: London, UK

  • Quote

Post by mickywicky » Wed Jan 08, 2003 5:48 pm

pppoa3 or pppoe is up to the ISP - but pppoa* seems the better option.
Top
GuidoJ
Guru
Guru
User avatar
Posts: 444
Joined: Tue Dec 24, 2002 9:54 pm
Location: Netherlands

  • Quote

Post by GuidoJ » Mon Mar 10, 2003 4:27 pm

Great idea, but a load of work! The guide should include some more things:

- Depending on your ISP you need pppoe, pppoa or linux-atm. The guide should help you decide which one. For example my ISP requires me to use RFC1483 and not to dial-up.
- Here's another link for a modem: http://co800.sf.net. It requires firmware uploads, which should be described too. I expect there to be many more.

- Guido
Top
nailed
n00b
n00b
Posts: 9
Joined: Thu Apr 10, 2003 8:10 am

  • Quote

Post by nailed » Mon Jun 16, 2003 1:11 am

In my case,i'm building a router using a Pentium 75 equipped with a pci dsl interface (it's from GVC,the chipset is all TI stuff and it use the lanai.c atm driver) but i have a question about the ppp ebuild: does it build the pppoa plugin ??

Nailed

edit: nope,it seem like pppoa.so isn't built along with pppd.
Top
mslay
n00b
n00b
Posts: 40
Joined: Mon May 19, 2003 9:32 pm
Location: France

Alcatel Speedtouch USB

  • Quote

Post by mslay » Mon Jun 16, 2003 11:06 am

Hi,

I have an Alcatel Speedtouch USB modem (green fish one). After trying various configurations I have some remarks concerning the installation of this modem on different linuxes - I've tried Gentoo 1.4_rc4, Suse8.1 Redhat9, Mandrake9, IPCop 1.3.0 - on every of these itworks but :

- you must use uhci as usb-controller instead of usb-uhci as propossed by default in some distro - everything(usb,ppp support, etc) can work compiled as modules but I didn't test this on all distros
- you must use version 1.1 of speedtouch drivers (modem_run, pppoa3, etc) as the version 1.2beta1 has some problems handling big downloads
- you can use the alcaudsl.sys microcode but don't forget to put -s in modem_run command line : modem_run -v 1 -m -s -f /usr/....

HTH,
Top
Sleeper
l33t
l33t
User avatar
Posts: 667
Joined: Tue Nov 12, 2002 3:40 pm
Contact:
Contact Sleeper
Website

  • Quote

Post by Sleeper » Mon Jun 16, 2003 12:10 pm

As current maintener/developper of the Eagle driver for Analog Eagle chipset equiped modem (like Sagem Fast 800/840, USR Robotics 9000 and some Comtrend ones) , I can perhaps help you on this task.

Moreover I created an ebuild for this modem, that installs it (either PPPoA or Routed IP, based on a USE flag), and provides an init script to launch it at start time.

The first version was doing routedip stuff, but I plan to "delievr" a new version that does it in a few days (it has been tested both for PPPoA and RoutedIP).

I've also written a small thread (although in French) on How to Install from Stage 1, using the Sagem Fast 800 ADSL modem: the overall process should not have changed ( I did it at time where only the official driver was available and it was bugged), although it needs some modifications.
Top
nailed
n00b
n00b
Posts: 9
Joined: Thu Apr 10, 2003 8:10 am

  • Quote

Post by nailed » Thu Jun 26, 2003 6:36 am

Sleeper,where's your howto,i can read french.

Nailed
Top
Sleeper
l33t
l33t
User avatar
Posts: 667
Joined: Tue Nov 12, 2002 3:40 pm
Contact:
Contact Sleeper
Website

  • Quote

Post by Sleeper » Mon Jun 30, 2003 9:38 am

Hi , here it is

http://forums.gentoo.org/viewtopic.php?t=24456

ebuild is on my site :

http://sl33p3r.free.fr
Top
Crg
Guru
Guru
User avatar
Posts: 345
Joined: Wed May 29, 2002 11:48 pm
Location: London

Re: Alcatel Speedtouch USB

  • Quote

Post by Crg » Mon Jun 30, 2003 10:53 am

mslay wrote: - you must use uhci as usb-controller instead of usb-uhci as propossed by default in some distro
It depends - having tried both I've found usb-uhci works better. Its been more stable and less error messages.
mslay wrote: - you must use version 1.1 of speedtouch drivers (modem_run, pppoa3, etc) as the version 1.2beta1 has some problems handling big downloads
I've never had problems with the speedtch kernel module.

Currently I'm using a version that I've patched myself from various patchs on lkml. Should probably look to see if there's a new official release...

ADSL is on 100% for months on an end (till I want to reboot with a new stable kernel) - downloaded 3 full sized ISO images last night alone. Currently downloading another at 41K/s and the gateway with the speedtouch modem is using about .2% of the CPU.
Top
Post Reply

9 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic