I am installing my 3G modem driver from Safaricom in Fedora 13 (x86_64) but getting these errors...
Code:
[root@localhost ~]# bash /media/Safaricom/Linux/install
Installed version: 16.001.06.02.94
Installing version: 16.001.06.02.94
The software is exist. Do you want overwrite it? ([Y]/N):y
Local path is: /usr/local/Safaricom_Broadband
Installing Safaricom Broadband.../media/Safaricom/Linux/install: ./MobilePartner_distrib: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
cp: cannot create regular file `./rt/lib/': No such file or directory
cp: cannot create regular file `./rt/lib/': No such file or directory
[ done ]
Installing Driver...
cp: cannot create regular file `/usr/local/Safaricom_Broadband/driver/HWActivator': Text file busy
/usr/local/Safaricom_Broadband/driver/ndis_driver
Usage: modinfo [-0][-F field][-k kernelversion][-b basedir] module...
Prints out the information about one or more module(s).
If a fieldname is given, just print out that field (or nothing if not found).
Otherwise, print all information out in a readable form
If -0 is given, separate with nul, not newline.
If -b is given, use an image of the module tree.
ERROR: Removing 'cdc_ether': No such file or directory
ERROR: Removing 'usbnet': No such file or directory
ERROR: Removing 'hw_cdc_driver': No such file or directory
make -C src/ clean
make[1]: Entering directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order
/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src/add_header.sh "clean" "/lib/modules/2.6.33.3-85.fc13.x86_64/build/include/linux/usb"
rmmod -f hw_cdc_driver
ERROR: Removing 'hw_cdc_driver': No such file or directory
make[1]: *** [clean] Error 1
make[1]: Leaving directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
make: *** [clean] Error 2
make -C src/ modules
make[1]: Entering directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
#/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src/add_header.sh "modules" "/lib/modules/2.6.33.3-85.fc13.x86_64/build/include/linux/usb"
make -C /lib/modules/2.6.33.3-85.fc13.x86_64/build SUBDIRS=/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.33.3-85.fc13.x86_64/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
make: *** [modules] Error 2
make -C src/ install
make[1]: Entering directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
#install -m 744 -c hw_cdc_driver.ko /lib/modules/2.6.33.3-85.fc13.x86_64/kernel/drivers/usb/net
#depmod -a
#modprobe hw_cdc_driver
/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src/add_header.sh "install"
modprobe hw_cdc_driver
FATAL: Module hw_cdc_driver not found.
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/local/Safaricom_Broadband/driver/ndis_driver/ndis_src/src'
make: *** [install] Error 2
Install NDIS driver failed.
The compiling environment is not all ready.
Please check gcc, make and kernel buid(/lib/modules/2.6.33.3-85.fc13.x86_64/build) to be all installed?
Now please enter any key to finish other installations.
NDIS is disabled, and only Modem can be used.
ADDRUNLEVEL=/etc/rc.d/rc3.d
`/etc/rc.d/rc3.d/S99runhwactivator' -> `/etc/init.d/runhwactivator'
`/etc/rc.d/rc3.d/K10runhwactivator' -> `/etc/init.d/runhwactivator'
ADDRUNLEVEL=/etc/rc.d/rc4.d
`/etc/rc.d/rc4.d/S99runhwactivator' -> `/etc/init.d/runhwactivator'
`/etc/rc.d/rc4.d/K10runhwactivator' -> `/etc/init.d/runhwactivator'
ADDRUNLEVEL=/etc/rc.d/rc2.d
`/etc/rc.d/rc2.d/S99runhwactivator' -> `/etc/init.d/runhwactivator'
`/etc/rc.d/rc2.d/K10runhwactivator' -> `/etc/init.d/runhwactivator'
ADDRUNLEVEL=/etc/rc.d/rc5.d
`/etc/rc.d/rc5.d/S99runhwactivator' -> `/etc/init.d/runhwactivator'
`/etc/rc.d/rc5.d/K10runhwactivator' -> `/etc/init.d/runhwactivator'
Finished, press any key to exit
I am new to the Linux field so I require help in this section. Can anyone please help me and tell me what to do....PLEASE!!!
Thanx