LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 620|回复: 2

安装usb modem 驱动出现如下错误

[复制链接]
发表于 2004-8-22 14:02:13 | 显示全部楼层 |阅读模式

  1. AdiUsbAdslDriver.c: In function `adi_disconnect':
  2. AdiUsbAdslDriver.c:679: warning: implicit declaration of function `del_timer_Rfc62f16d'
  3. AdiUsbAdslDriver.c: In function `adi_user':
  4. AdiUsbAdslDriver.c:1267: warning: implicit declaration of function `vfree_R2fd1d81c'
  5. AdiUsbAdslDriver.c:1348: warning: implicit declaration of function `schedule_R4292364c'
  6. AdiUsbAdslDriver.c: In function `adi_read_proc':
  7. AdiUsbAdslDriver.c:1376: warning: implicit declaration of function `sprintf_R1d26aa98'
  8. AdiUsbAdslDriver.c: In function `adi_start_xmit':
  9. AdiUsbAdslDriver.c:1691: `jiffies_R0da02d67' undeclared (first use in this function)
  10. AdiUsbAdslDriver.c: In function `adi_tx_timeout':
  11. AdiUsbAdslDriver.c:1797: `jiffies_R0da02d67' undeclared (first use in this function)
  12. make[1]: *** [AdiUsbAdslDriver.o] Error 1
  13. make[1]: Leaving directory `/usr/src/eagle-1.0.4/driver'
  14. make: *** [build] Error 2
复制代码

我是RH9 2.4,谢谢帮助!
发表于 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.

是否满足前提条件?
源码包、编译工具是否都安装了?
 楼主| 发表于 2004-8-22 21:50:58 | 显示全部楼层
可是我安装其他的rpm包都很好啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表