Results 1 to 3 of 3
Hello
i am very new user who steping in Linux enviourment
kindly help me
1.how to install its driver which i have in my cd driver (/mnt/cdrom)
I have hardware ...
- 03-24-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
Modem Driver installation
Hello
i am very new user who steping in Linux enviourment
kindly help me
1.how to install its driver which i have in my cd driver (/mnt/cdrom)
I have hardware modem which shows its identity while i run windows xp as intel V 92 HAM DATA FAX VOICE.
i
have its linux drivrs too which i only purchase for Linux perpose
the drivers path from my cd is
G:\MODEM\AMBIENT\AMBIENT_5628DLB\LINUX\412_2TAR.ra r
Note (when i extract in WINDOWS XP using WIN RAR for WINDOWS)
then i got 3 folders and 5 files
Folders
--------
1. coredrv
2. inc
3. serialdrv
Files
----
1. hamboot
2. hamregistry
3. linhamref.bin
4. makefile
5. haminst
but when i see these drivers from linux then it look like this
---> 412tar.gz
Now please tell me how to install these drivers in linux redhat 9
thank you
looking for help
- 03-24-2005 #2
in linux copy the .tar.gz file to somware like /usr/src and then un-tar it with [code]tar -xzvf /usr/src/412.tar.gz
After that it should create a new directory within /usr/src named 412, go in there and read the INSTALL and README files to learn how to install. The tutorial http://www.linuxforums.org/tutorials...ial-19957.html should be usfull to read as well.
dylunio
- 03-25-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
Still unable to detect the modem
hi dylunio :o
i read all the tutorial and readme.txt file as per your advise to me but still i unable to detect me modem in hardware browser and even when trying to query the modem using KPPP
ok i send you the Part of the readme.txt where i got instalation instruction
and the terminal window copy that what i do if there is some mistakes then please help me
Modem Detail
============
Modem detail
chip MD5628D-L-B
show identity while see in windows Device Manager = intel V 92 Ham Data Fax Voice
Note :decompress and install drivers in /usr/local/src
===================
FROM README.TXT File below
===================
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
Copy all the steps from terminal after install the modem drivers below:
-------------------------------------------------------------------------------
Note:412-2 is a Folder that automaticaly created after unziping the 412-2tar.gz
-------------------------------------------------------------------------------
[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]#
even after doing above commands as per instruction i am not able to detect my modem
Please tell me what to do
i cant find any uninstalation instructions on modem Manual
-------------------------------------
HOW TO UNINSTALL THE MODEM DRIVERS ?
-------------------------------------
Please help me to UNINSTALL (As Per Modem Menual advise if reinstall drivers )This whole mess which i created in case of reinstall the modem drivers
looking for Advise
thanking you anticipation
dylunio
From
knight


Reply With Quote
