LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux broadband, do you know (https://www.linuxquestions.org/questions/linux-newbie-8/linux-broadband-do-you-know-359185/)

JT Company 09-01-2005 11:06 AM

Linux broadband, do you know
 
do you know what im doing wrong, with Mandriva

on the installation cd from my isp there are a number of exe files and the cd doesnt run through the installation process like it does on winxp.

i need to somehow install the driver to setup the connection
when the cd is run in linux it shows the files only and doesnt go through the install process, below are the files it shows

ASSETS
+Firewall
+Setfirewall
+Help
+Loads of htm files that dont help
PLUGINS
+AclbeRdr60_enu_full.exe
+F_x86t32.exe
+hm6ev.exe
+psp8000sev.exe
+winzipfi.exe
SAGEM
+adinst16.dll
+adinst32.dll
+adius6.ico
+data.cab
+data1.cab
+data2.cab
+dslgui.ini
+DSLTEST.exe
+iKernel.ex_
+layout.bin
+Setup.exe
+Setup.inx
+Setup.iss
312339USA8.exe
INTRO.dxr
MakeDvn.exe
Tiscali-Main.dxr
Tiscali04.ico
Tiscalihelp.ico

you must know im not right good with the command line just yet but can follow any instructions on how to get the driver installed

any help or imput appreciated

btw, i have all the connection details from the isp, things like the DNS proxy and so on

brainiac 09-01-2005 11:43 AM

It depends on the ISP and their type of connectivity. With my ISP all I had to do on my Debian box was configure my ethernet card for DHCP and it auto found the connection and worked. You may need to setup pppoe depending on what your ISP wants of you. You won't need to use the provided disc at all, unless you are setting up a Windows machine.

deepsix 09-01-2005 11:47 AM

The isp driver files are problably for windows and or macintosh so they wont work in linux
but its easy to set up a connection in linux manually.........provided your networking card is supported in linux.........

XavierP 09-01-2005 11:50 AM

The disk is purely for Windows. Linux doesn't use, natively, .dlls or .exes. What type of modem do you use, what connection is it, do you have a hub or router and which isp is it? It may be that you don't need to install anything (mine 'just connects') or there may be a tutorial out there already.

And welcome to LQ :D

tuxrules 09-01-2005 11:52 AM

Hi,

The windows executables don't work in Linux so you won't be able to install that on your linux. However, there are programs available under linux that allow you to connect to your DSL provider.

I have not setup this...since my setup is different from yours but you can try this:

Code:

$ su -
$ enter-your-root-password
# adsl-setup

You can also try and find out about roaring penguin which is PPPoE (point-to-point protocol over Ethernet) that most ISP's use. Mandriva must have a rp-pppoe package which you can download using urpmi.

Here's an excerpt from Roaring penguin website

---
PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL Internet Service Providers. Roaring Penguin has a free PPPoE client for Linux and Solaris systems to connect to PPPoE service providers.

Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. Before you download this software, check whether or not you really need it. If your ISP uses PPPoE, but has given you a router, you may not need a PPPoE client on your Linux box. DHCP may work fine.
---
You can also look at the link below which I believe uses the same ISP as yours.

http://www.linuxquestions.org/questi...postid=1155607

Sorry for not being specific...my ISP has given me a router with a DHCP so i don't have go through all these steps.

Tux,


All times are GMT -5. The time now is 06:55 AM.