我有了这个驱动,是碟上自带的,有两个文件,一个是ESSMODEM.SO(好像是),还有一个是INSTALL,我只是用命令:"./install",不知是否这样安装,只是试一试的心理.但它却给出了这样的"回复"给我 [root@localhost linux]# ./install
./install: line 1: lsmod: command not found
./install: line 2: insmod: command not found
/dev/essmodem
/dev/modem
[root@localhost linux]#
if (lsmod | grep ^esscom); then rmmod esscom; fi
insmod -x esscom.o
if (ls /dev/essmodem); then rm /dev/essmodem -f; fi
mknod /dev/essmodem c 127 1
if (ls /dev/modem); then rm /dev/modem -f; fi
ln -s /dev/essmodem /dev/modem