|
发表于 2004-8-22 17:08:55
|
显示全部楼层
As required meadow, the sources of the Linux Kernel must be installed, you have to detain compilation and link tools (gcc) and, of course, USB ports must be recognized. The lsmod command has to return the presence of modules usbcore and usb-uhci. If it is not the case, use the insmod command to load them. Finally, you must have your account and password that your ADSL access provider gave you.
Afterward, all commands are executed as root user. If Kernel sources are not installed on your system, you must get them. For example, with 2.4.20-20.9 version (type uname -a in order to obtain your own version), you must download the kernel-source-2.4.20-20.9.i386.rpm package (38 960 035 bytes). In order to install kernel sources, type the command rpm -Uvh kernel-source-2.4.20-20.9.i386.rpm from directory where you recorded this package.
When your kernel sources are on your system, a directory like /usr/src/linux-2.4.20-20.9 should have to exist. A symbolic link /usr/src/linux-2.4 references this directory. Then you must create the symbolic link /usr/src/linux which also references this directory. Type the command ln -sn /usr/src/linux-2.4.20-9 /usr/src/linux.
是否满足前提条件?
源码包、编译工具是否都安装了? |
|