LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing a modem driver? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-a-modem-driver-144331/)

carlgulliver100 02-10-2004 02:01 AM

Installing a modem driver?
 
Hi people, After a while of searching I have eventually found the modem driver for my system, one problem is, I DONT KNOW HOW TO INSTALL IT :( its a Intel 536EP driver in a "tgz" format, I am running Red Hat 9, and using KDE. Please help as I am new to this. Thank you.

TigerOC 02-10-2004 03:34 AM

Download the file. Suggest moving it to /usr/local/src. Open it and read the readme or install info in the package. The normal routine if its a source package is ./config make and make install. Take special note in the readme if header files are required. If they are you need to ensure that you have the relevant header files for the kernel you are running.

carlgulliver100 02-10-2004 09:34 AM

Thanks, but what do you mean by "The normal routine if its a source package is ./config make and make install" and about headers. Sorry but I am completely new to linux and havnt a clue how to install stuff. Thank you.

TigerOC 02-10-2004 02:37 PM

Because the base system may vary ( that's why Linux is generally very secure) a lot of the drivers and applications need to be compiled around the kernel and compiler you use. Hence a lot of them are released as source files. Depending on the distribution you use and the prevalence of the hardware some of the distros may have a package available. e.g. I use Debian and if a certain piece of hardware is commonly used, say my Realtek network card, then there may be debian version available for install.


All times are GMT -5. The time now is 05:03 PM.