LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   winmodem kernel compiling help (https://www.linuxquestions.org/questions/linux-hardware-18/winmodem-kernel-compiling-help-160624/)

the_loser 03-21-2004 02:03 PM

winmodem kernel compiling help
 
Hi I used the scan modem tool get my modem name wich is an intel HAM 536 and I got the latest driver Iam running mandrake 9.0 and I have heard that I have to compile the kernel and stuff can someone please help me becouse Iam new to linux and I dont know how I have to compile the kernel all help appreciated thanks

AutOPSY 03-21-2004 03:05 PM

the latest driver should be a module no?

compile the module and use 'insmod' .

the_loser 03-21-2004 03:29 PM

how can I copile the module and what is insmod?

AutOPSY 03-21-2004 03:36 PM

post the name of the driver package you have downloaded.

also, insmod is a program that will insert "modules" (drivers) into a already resident kernel.
without needing to reboot.

AutOPSY 03-21-2004 03:48 PM

ftp://aiedownload.intel.com/df-suppo...ep-462-m91.tgz

click the link above, it should ask you to save it to disk.

then use 'tar -zxvf intel536ep-462-m91.tgz' to unzip it somewhere like in /tmp or /home/yourusername .

and read the readme.txt file.

the_loser 03-21-2004 03:59 PM

I downloaded intel536ep-462 in the instruccions said something about cipiling the kernel or something cant remember thats where Iam stuck I dont know how to compile it

the_loser 03-21-2004 04:50 PM

I tried to install but look what happens I unpack the files using ark instead of using tar sxfv <programname> .gz heres what it says

cd coredrv; make clean
make[1]: Entering directory `/home/the_loser/Desktop/Intel536ep-4.62/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/home/the_loser/Desktop/Intel536ep-4.62/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/home/the_loser/Desktop/Intel536ep-4.62/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/home/the_loser/Desktop/Intel536ep-4.62/serialdrv'
rm -f *.o
rm -f *.o
[root@localhost Intel536ep-4.62]# make 536ep
Module precompile check
Current running kernel is: 2.4.19-16mdk
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** [check] Error 1
[root@localhost Intel536ep-4.62]# make install
bash 536ep-inst
running kernel 2.4.19-16mdk
installing hamregistry, used for persistant storage
installing 536EP module
install: cannot stat `536ep.o': No such file or directory
installing 536ep core module
install: cannot stat `536epcore.o': No such file or directory
mandrake 536ep-boot script
starting module and utilities
error loading 536epcore


All times are GMT -5. The time now is 01:39 AM.