|
Conexant HSF PCI的猫安装出错:
error: failed dependencies:
pciutils is needed by hsfmodem-6.03.00lnxt04061800full-1
gcc is needed by hsfmodem-6.03.00lnxt04061800full-1
perl is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
error: failed dependencies:
pciutils is needed by hsfmodem-6.03.00lnxt04061800full-1
gcc is needed by hsfmodem-6.03.00lnxt04061800full-1
perl is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
/bin/sh is needed by hsfmodem-6.03.00lnxt04061800full-1
可是我系统里已有了pciutils,gcc,perl
于是换装同版本的tar.gz包,还是有问题
root@darkstar:/mnt/fat_d/download/linux/hsfmodem-6.03.00lnxt04061800full# make install
make[1]: Entering directory `/mnt/fat_d/download/linux/hsfmodem-6.03.00lnxt04061800full/nvm'
mkdir -m 755 -p cvt
sed -e 's!@CNXTLINUXVERSION@!6.03.00lnxt04061800full!g' -e 's!@CNXTTARGET@!hsf!g' -e 's!@CNXTDRVDSC@!Conexant HSF softmodem!g' < inf/hsfpcibasic2.inf | ./cvtinf.pl cvt/hsfpcibasic2; if [ -n "inf/hsf.cty" ]; then ./cvtinf.pl cvt/hsfpcibasic2 < "inf/hsf.cty"; else true; fi
(cd cvt/hsfpcibasic2/Region && grep -v -l '\*' *NAME | sed -e 's/^0//' -e 's/^0//' -e 's/_NAME$//' | tr '\012' ',' | sed -e 's/,$//' -e 's/^/"/' -e 's/$/"/' ; echo "") > cvt/hsfpcibasic2/COUNTRY_CODE_LIST
[ -h cvt/hsfpcibasic2/Region/0042 ] && (rm -f cvt/hsfpcibasic2/Region/0042*; ln -sf 0004 cvt/hsfpcibasic2/Region/0042 && ln -sf 0004_NAME cvt/hsfpcibasic2/Region/0042_NAME)
make[1]: *** [cvt/hsfpcibasic2] 错误 1
make[1]: Leaving directory `/mnt/fat_d/download/linux/hsfmodem-6.03.00lnxt04061800full/nvm'
make: *** [install] 错误 2
:help |
|