Results 1 to 10 of 10
hi!
i got Greatspeed Globespan usb modem and i just cant make it work
plz someone help...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-14-2003 #1Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
adsl usb modem problem
hi!
i got Greatspeed Globespan usb modem and i just cant make it work
plz someone help
- 07-14-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
These USB ADSL modems are causing trouble for everyone, since they're often using proprietary protocols and drivers are almost always only available for Winbloze. You'll need to find a Linux driver for it. Try asking the manufacturer for one, but don't get your hopes up too high.
I know that the Speedtouch modems have Linux drivers. Try asking your ISP if you can switch to one of those.
- 07-14-2003 #3Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
i did find one driver for globespan usb modems (but i dont know how to install it ...i did try ...but im a newbie soo
)
http://eciadsl.flashtux.org/index.php?lang=en
there is the site to the driver
(when i got the modem was a driver for the modem for linux on the disk but it was only for PCI modems
)
- 07-14-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What distribution are you using?
- 07-14-2003 #5Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
im going to install gentoo
but i did try to install the driver on mandrake
- 07-14-2003 #6Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
i was sending a mail to greatspeeds support team or wat ever and im waiting
- 07-14-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
http://eciadsl.flashtux.org/download...ode-0.8.tar.gz
That will work for any distro.
- 07-14-2003 #8Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
just this one file?
- 07-14-2003 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That .tar.gz is the UNIX counterpart of a Windows zip file, so to speak. To extract its contents, start a terminal and issue this commands:
It will extract a new directory which will contain the source code for the driver. To compile it, use the "cd" command (as in MS-DOS) to enter that directory, then issue these commands:Code:tar -xvzf eciadsl-usermode-0.8.tar.gz
The last command will ask you for a password. Enter the root password that you chose during the installation.Code:./configure make su -c "make install"
As far as I could tell, you would then run the command "startmodem" to actually initiate the connection. That will probably have to be run as root as well, so you must run this:
There will be a README file in the directory that you should read.Code:su -c "startmodem"
- 07-14-2003 #10Just Joined!
- Join Date
- Jul 2003
- Posts
- 6
thank you very much ;*


Reply With Quote
