Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30122 - net-dialup/GlobeSpan-ADSL : badly needed for most Europeans ADSL users (new package)
Summary: net-dialup/GlobeSpan-ADSL : badly needed for most Europeans ADSL users (new p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 16:48 UTC by Stephane Loeuillet
Modified: 2003-11-11 02:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for this ADSL modem driver (GlobeSpan-ADSL-0.8.ebuild,1.20 KB, text/plain)
2003-10-01 16:49 UTC, Stephane Loeuillet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2003-10-01 16:48:25 UTC
driver was first done for ECI B-Focus & HiFocus USB ADSL modems but now it works
with every ADSL modem based on GlobeSpan chips.

it is around 30% of the european market and is also used by other ISP worldwide
like in brasil

please include it in portage (and why not the live CD too)

it is a usermode driver and include firmware upload to the modem

i'll attach an ebuild quickly after posting this bug

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stephane Loeuillet 2003-10-01 16:49:37 UTC
Created attachment 18584 [details]
ebuild for this ADSL modem driver
Comment 2 Steve Arnold archtester gentoo-dev 2003-11-01 18:44:03 UTC
What are you trying to do here?

>> echo -ne "\a"; sleep 0,25 ; echo -ne "\a"; sleep 0,25

The sleep command doesn't recognize 0,25
Comment 3 Stephane Loeuillet 2003-11-02 02:46:44 UTC
trying to wait 1/4 second to let the user enought time to read the text.

but it seems sleep use the locale to find the decimal separator
as i'm french, 0,25 works here but i suppose 0.25 would work on your machine

not very portable
remove it if you want
Comment 4 Steve Arnold archtester gentoo-dev 2003-11-10 22:19:19 UTC
commited to CVS tonight ~x86
Comment 5 Stephane Loeuillet 2003-11-11 02:25:39 UTC
Thanks a lot for having commited it
would test is ASAP