Hello
First i am very very new user in Linux redhat 9 kernal 2.4.20-8
i have intel ham v 92 fax data voice hardware modem (PCI),
chip no=MD5628D-L-B
which work find on XP but when i decompress and install its driver (412-2tar.gz) in LINUX REDHAT 9 kernal 2.4.20-8
Root]#/usr/local/src/ (here i have modem decompressed drivers)
i am unable to detect my PCI Hardware modem
WHAT I DO
----------
According to readme.txt file
3. INSTALLATION
Prerequisites:
1. root access
2. bash shell to run install scripts
3. a HaM modem
4. kernel source for the kernel you are running
/usr/src/linux must symbolically point to this source
for the makefiles to work.
6 steps to install
1. login as ROOT
2. extract the archive into a directory with "tar -xvf <archivename>.tgz"
3. cd into the the directory it created.
4. Type: make clean
5. Type: make all
6. Type: make install
I Take All these steps as a ROOT and copy all from terminal just for any expert that what i should be wrong while i am installing modem drivers
[root@localhost src]# cd 412-2
[root@localhost 412-2]# make clean
cd coredrv; make clean
make[1]: Entering directory `/usr/local/src/412-2/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/usr/local/src/412-2/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/usr/local/src/412-2/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/usr/local/src/412-2/serialdrv'
rm -f ham.o
rm -f hamcore.o
[root@localhost 412-2]# make all
cd coredrv; make ham;
make[1]: Entering directory `/usr/local/src/412-2/coredrv'
cc -DLINUX -Wall -O -I /usr/src/linux/include -I../inc -c -o coredrv.o coredrv.c
make[1]: cc: Command not found
make[1]: *** [coredrv.o] Error 127
make[1]: Leaving directory `/usr/local/src/412-2/coredrv'
make: *** [ham] Error 2
[root@localhost 412-2]# make install
bash haminst
running kernel 2.4.20-8
installing hamregistry, used for persistant storage
installing hamregistry data
installing ham module
install: cannot stat `ham.o': No such file or directory
installing hamcore module
install: cannot stat `hamcore.o': No such file or directory
redhat hamboot rc2.d and rc3.d scripts
starting module and utilities
insmod: hamcore: no module by that name found
done
[root@localhost 412-2]#
please any expert in Linux tell me what to do
thanks
knight