Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Peripherals / Hardware
Reload this Page BT Voyager 105 DSL Modem (USB)
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Peripherals / Hardware Is your hardware supported? Having trouble getting some hardware working? Post here!

Reply
 
Thread Tools Display Modes
Old 05-13-2005   #1 (permalink)
Just Joined!
 
Join Date: May 2005
Location: East Anglia, England
Posts: 11
Send a message via AIM to c.barber Send a message via MSN to c.barber
BT Voyager 105 DSL Modem (USB)

Hi, I have a BT Voyager 105 ADSL modem, and I want to use it with SuSe, but it doesn't detect it. I think the drivers are needed, but there arent any for Linux are there?

BT Voyager is a UK DSL Modem, can anyone from the UK help?

C.Barber
__________________
Down with Windows, up with Linux!
c.barber is offline   Reply With Quote
Old 05-13-2005   #2 (permalink)
Linux Newbie
 
Join Date: Jul 2004
Location: Scotland
Posts: 136
Send a message via MSN to andrewdodd13
I have a BT Voyager 100, so hopefully this will be the same driver.
First off, make sure that you have make and gcc installed on your SuSE system, as you will need to compile beta-drivers.

Now go to: http://eciadsl.flashtux.org/download.php?lang=en and scroll down till you find the [ EciAdsl Nortek ] section. Now download the bz2 file, and reboot to linux (assuming you're using windows to write the messages on here).
Now copy the bz2 file to somewhere like /usr/src and start a shell prompt.
You will need to type the following in (im not 100% sure about directories):
Code:
tar -jxvf eciadsl-usermode-0.10-nortek-alpha.tar.bz2
cd eciadsl-usermode-0.10-nortek-alpha
./configure
make install
make cfg
cp GS7470_SynchFiles/gs7470_synch03*.bin /etc/eciadsl
(Remeber that capitals matter).

Now you have to configure the driver with settings that BT gave you.
The VPI is 0 and the VCI is 38. The password can be anything you want, I usually just use BT. When it asks you to choose modem, type 10 and chipset is GS7470. When choosing synch files, you want gs7470_synch03.bin.
Hope this helps, post back if you have problems .

Edit [24/05/05]: I made a mistake in the synch files. Aparently for the Voyager 105 the correct synch file is _synch03.bin, whereas for the 100 its _synch01.bin. Sorry for any problems this caused anyone.
andrewdodd13 is offline   Reply With Quote
Old 05-13-2005   #3 (permalink)
Just Joined!
 
Join Date: May 2005
Location: East Anglia, England
Posts: 11
Send a message via AIM to c.barber Send a message via MSN to c.barber
thanks for your help I will give it a go and get back to you
__________________
Down with Windows, up with Linux!
c.barber is offline   Reply With Quote
Old 05-13-2005   #4 (permalink)
Just Joined!
 
Join Date: May 2005
Location: East Anglia, England
Posts: 11
Send a message via AIM to c.barber Send a message via MSN to c.barber
where can i get gcc?

I get an error when running ./configure saying GCC Location not found
__________________
Down with Windows, up with Linux!
c.barber is offline   Reply With Quote
Old 05-15-2005   #5 (permalink)
Linux Newbie
 
Join Date: Jul 2004
Location: Scotland
Posts: 136
Send a message via MSN to andrewdodd13
If you need something in RPM form, which is what SuSE uses, the best place to look for any package is http://rpmfind.net.
Depending on which version of SuSE you use you will either need:
GCC 3.3.4 for 9.2
or
GCC 3.3.3 for 9.1

You may also need to search for binutils and make, if using RPM Find, you need to scroll down a bit before you find them for SuSE.
andrewdodd13 is offline   Reply With Quote
Old 05-20-2005   #6 (permalink)
Just Joined!
 
Join Date: May 2005
Posts: 1
Hi andrewdodd13

Am another Linux user with a similar problem.
I did what you said, downloaded the file, copied the code etc. but I didn't get the part about choose modem as type 10.
I tried skipping that but when I type in the start command, it stops at the synchronisation step. It just hangs there.
help!
Thank You!
__________________
Noel M. X. Rodrigues
noel_rodrigues is offline   Reply With Quote
Old 05-20-2005   #7 (permalink)
Linux Newbie
 
Join Date: Jul 2004
Location: Scotland
Posts: 136
Send a message via MSN to andrewdodd13
I'm not sure, it should definetly give you the option to pick a modem. The synchronisation is probably failing due to the fact that it doesn't know which ID to look for on the usb port.
If you have a GUI with icons, etc, try installing tk and then doing make cfg, as this will build a nice neat menu which should allow you to choose the correct modem more easily. (If there's no option for BT Voyager 105, pick the 100).

I've recently moved over to a router solution, so I don't have the exact files on hand to show which to manually edit, or I could give you much easier instructions on editing the config file to set the modem IDs correctly.
andrewdodd13 is offline   Reply With Quote
Old 05-21-2005   #8 (permalink)
Just Joined!
 
Join Date: May 2005
Location: East Anglia, England
Posts: 11
Send a message via AIM to c.barber Send a message via MSN to c.barber
I havent got a clue how to install GNC

This is the first time i've used linux. Is there any disto with this Eciadsl thing pre-installed or a guide to installing this GNC?
__________________
Down with Windows, up with Linux!
c.barber is offline   Reply With Quote
Old 05-24-2005   #9 (permalink)
Linux Newbie
 
Join Date: Jul 2004
Location: Scotland
Posts: 136
Send a message via MSN to andrewdodd13
There aren't any distros AFAIK with eciadsl-nortek installed, however, SuSE personal is about the only mainstream distro I can think of that doesn't have GCC with the download edition.
andrewdodd13 is offline   Reply With Quote
Old 05-25-2005   #10 (permalink)
Just Joined!
 
Join Date: May 2005
Location: Scotland
Posts: 6
Send a message via AIM to Leylox
Hello. I'm completely new here and in desperate need of help

I've been having the exact same problems as c.barber:
couldn't ./configure cause "gcc location couldn't be found"
so I went to http://rpmfind.net and downloaded gcc 3.3.4 for suse 9.2
.. it said i'd need binutils and glibc-devel so i downloaded those but i didn't really know what to do with them thought i'd just use that other code as an example (cause as i say i'm completely new to all this and really just want my modem working first ) so yes... i tried ./configure for binutils but it checked for gcc and came up negative then checked for cc and again came up negative and then gave the error "no acceptable cc found in $PATH" and i just have no idea what to do with the glibc-devel files.

I really need help lol so any aid would be muchly appreciated thanks!
Leylox is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 04:50 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0