LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linmodem (https://www.linuxquestions.org/questions/linux-newbie-8/linmodem-6955/)

kevcol 09-27-2001 01:37 PM

linmodem
 
Hello all.

I have installed mandrake 8 on my pc and up to now I am very impressed but I can't get my modem to work. I have downloaded a driver for my winmodem but I can't seem to get it installed. Unfortunately I have used windows for alot of years and I don't understand how you install anything and I mean anything. I have a coverdisk and I can't install anything from that either. Please help me I would love to get rid of windows and move to LINUX.

Many thanks in advance

Kev

isajera 09-27-2001 03:37 PM

if you haven't already tried, go to www.linmodems.org - they've got pretty much all the drivers and how-to's that exist at the moment.

what kind of modem do you have?

acid_kewpie 09-27-2001 03:38 PM

what have you downloaded? if it's a ...

.tar.gz
run :-
tar -zxvf 'file'.tar.gz
cd 'file'
./configure
make
make install

if it's a .bin
run:-
'file'

if it's a .rpm
run:-
rpm -iv 'file'.rpm
OR
rpmdrake
OR
gnorpm

that's a start...


All times are GMT -5. The time now is 04:16 AM.