LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cannot install linmodem driver. (https://www.linuxquestions.org/questions/linux-hardware-18/cannot-install-linmodem-driver-45799/)

lcadwell 02-17-2003 09:30 AM

Cannot install linmodem driver.
 
Hi

I'm using Suse 8.0 and need to install the driver for my Aztech MSP 3880W. I got the driver from the site however they don't specify how to install it.

There's no install file however there is a script file called ins_all which I assume is the installer however when I type ins_all it says it can't find the file. I've logged in as root, set the execute permission, tried ash csh bash and it still says it can't find the file. Here it is....any suggestions?

#!/bin/csh -f

# Do not put separate next two lines, or status will be wrong!!!
perl hsf_linstall.pl >& hsf_linstall.log
set i2b_ret = $status
# Do not put separate previous two lines, or status will be wrong!!!

#cat hsf_linstall.log

if ( $i2b_ret != 0 ) then
echo hsf_linstall failed "("$i2b_ret")". check hsf_linstall.log .
exit $i2b_ret
endif

cat /proc/ksyms > modem.map

insmod -f -m dbgscr_mod.o >> modem.map
insmod -f -m fsks_mod.o >> modem.map
insmod -f -m tones_mod.o >> modem.map
insmod -f -m v34module.o >> modem.map
insmod -f -m v90_mod.o >> modem.map
insmod -f -m fbks_mod.o >> modem.map
insmod -f -m mod_octopus.o >> modem.map
insmod -f -m mod_basic2.o >> modem.map
insmod -f -m mod_dev_mgr.o >> modem.map
insmod -f -m mod_session_ctrl.o >> modem.map
insmod -f -m myserial.o >> modem.map
/bin/rm /dev/modem
/bin/rm /dev/cnxt0
mknod /dev/cnxt0 c 254 64
ln -s /dev/cnxt0 /dev/modem

Cheers

fancypiper 02-17-2003 01:48 PM

If you are in the directory in which the file is located, try commanding:

./<scriptname>

Otherwise, try:

/path/to/<scriptname>


All times are GMT -5. The time now is 02:15 PM.