|
|
各位大虾:
我在网上苦苦寻找了几天,终于找到了我所使用的adsl猫的驱动程序,外加一个说明(如下)我就按照说明开始安装(我的系统是碟中碟版的mdk9.2),系统里没有usr/src/linux-2.4.7-10,我就从网上下载了一个mdk9.2中用的linux-2.4.22内核,放到规定的位置。但是执行到
-Execute the install script. [./install floppy /usr/src/linux-2.4.22]之后,系统就报错(如下)。
小弟是菜鸟,不知如何下手,请各位大虾帮忙看看怎么回事?
安装说明:
ADI
Eagle USB LINUX
The driver in this package supports the following encapsulation:
- RFC1483 – LAN driver
- ROUTED_IP_LLC
- RFC2516 – PPPoE
- RFC2364 – PPPoA
1. Pre Installation
- Linux should be 7.2 with Kernel 2.4.7-10
- Kernel source code should be also install, In order to compile the driver. (Kernel source code is in /usr/src/linux-2.4.7-10)
- Your diskette should contain to folders in root
o /driver
o /pppoa
2. Installing the driver
- Mount the floppy disk with [mount –t vfat /dev/fd0 /mnt/floppy]
- Change directory to mounted driver directory. [cd /mnt/floppy/driver]
- Execute the install script. [./install floppy /usr/src/linux-2.4.7-10]
- In the end you should see “ADI USB ADSL driver installed successfully”
错误:
gcc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall -Wstrict-protot
ypes -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=
2 -I./ADIUTIL -02 -c AdiUsbAdslDriver.o AdiUsbAdslDriver.c
make:gcc:命令未找到
make:*** [AdiUsbAdslDriver.o] 错误 127 |
|