Quote:
Originally posted by Genesee
looks like you should install the kernel source.
did you bother to read the documentation before you got fed up?
|
Oddly enough yes..... I thought the kernel source WAS installed. I've also read 'Linux for Dummies', countless threads on this forum and hundreds of pages from Google.....
I loaded up everthing from the CDs (I thought) but obviously I have much to learn...... hence the posting in the Newbies section!
Anyway, I did wonder about the Kernel message bit and went to the "Add/ remove Applications" and installed all the things that might be needed (and no doubt some that aren't!)
However, still no luck. I think the kernal source code is installed now and this time through I got a different error message:
[root@localhost Intel536-4.68-RH9-UP]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/Intel536-4.68-RH9-UP/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/root/Intel536-4.68-RH9-UP/coredrv'
rm -f *.o
[root@localhost Intel536-4.68-RH9-UP]# make536
bash: make536: command not found
[root@localhost Intel536-4.68-RH9-UP]# make 536
Module precompile check
Current running kernel is: 2.4.20-8
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
cd coredrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536core;
make[1]: Entering directory `/root/Intel536-4.68-RH9-UP/coredrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/bui
ld/include -I ../inc -fno-common -DTARGET_SELAH -c -o coredrv.o coredrv.c
coredrv.c:284: warning: `power_callback' defined but not used
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o clmmain.o clmmain.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o rts.o rts.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o task.o task.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o uart.o uart.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o wwh_dflt.o wwh_dflt.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o locks.o locks.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o softserial_io.o softserial_io.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o softserial_ioctl.o softserial_ioctl.c
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I ../inc -fno-common -DTARGET_SELAH -c -o softserial.o softserial.c
strip --strip-debug 536core.lib
ld -r coredrv.o clmmain.o rts.o task.o uart.o wwh_dflt.o locks.o softserial_io.o softserial_ioctl.o softserial.o 536core.lib -o Intel536.o
make[1]: Leaving directory `/root/Intel536-4.68-RH9-UP/coredrv'
cp coredrv/Intel536.o .
[root@localhost Intel536-4.68-RH9-UP]# make install
bash Intel536_inst
running kernel 2.4.20-8
installing hamregistry, used for persistant storage
installing Intel536 driver
redhat hamboot rc2.d and rc3.d scripts
starting module and utilities
done
[root@localhost Intel536-4.68-RH9-UP]#
That lot reads to me like something happened - it appears to have installed now, but still my modem doesn't work, and still my 'Hardware browser" doesn't see the modem.
As always, any help appreciated..... (PS I am trying my best!)