系统红旗4.0桌面的
我的猫是5628的
在公社下载了Intel-v92ham-453驱动
make ham ,make clean ,make install
结果
unknown distribution. no boot scripts installed
看了驱动带的readme
The installation script has been designed for the following distributions
release versions
mandrake-release
SuSE-release
redhat-release
debian_version (including Corel)
slackware-version
conectiva-version
bluepoint-release
Unknown distributions install modules and utilities but
will not install boot scripts!.
不支持红旗!
在公社问了很久!要我换驱动!没办法,没宽带,也没时间上网!
今天闲的无聊,又驱了一遍失败!
就是最后一步make install失败!
于是看了一下,makefile
install:
bash haminst
接着看 haminst
esac
if [ -a /etc/mandrake-release ]; then
把支持的版本都 if在这里,想到红旗好象是照着红帽做的,
加一行
elif [ -a /etc/redflag-release ]; then
{
if [ -a ./hamregistry.bin ]; then
{
mv -f /etc/hamregistry.bin /etc/hamregistry.bak
cp ./hamregistry.bin /etc/hamregistry.bin
}
else
{
rm -f /etc/hamregistry.bin
}
fi
echo installing hamregistry, used for persistant storage
install -o root -g root -m 110 hamregistry /usr/sbin
echo installing ham module
install -o root -g root -m 664 ham.o ${CharModDir}/ham.o
echo installing hamcore module
install -o root -g root -m 664 hamcore.o ${CharModDir}/hamcore.o