小编Zen*_*eno的帖子

安装无线驱动程序时出错

我有一个无线加密狗,我正在尝试从这里安装他们的 Linux 驱动程序。

当我运行时install.sh(我只有 CLI),我收到这些错误。我怎样才能让它工作?这是一台 64 位机器。

/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c: In function ârtw_proc_init_oneâ:
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3: error: implicit declaration of function âcreate_proc_entryâ [-Werror=implicit-function-declaration]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
   ^
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11: warning: assignment makes pointer from integer without a cast [enabled by default]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
           ^
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3: error: implicit declaration of function âcreate_proc_read_entryâ [-Werror=implicit-function-declaration]
   entry = create_proc_read_entry("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev);
   ^
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9: warning: assignment makes pointer from integer without a cast [enabled by default]
   entry = create_proc_read_entry("ver_info", S_IFREG | …
Run Code Online (Sandbox Code Playgroud)

compiling wireless

7
推荐指数
2
解决办法
5892
查看次数

Edimax EW-7811Un 是否有标准的 WiFi 驱动程序?

我有这个 WiFI 加密狗(Edimax EW-7811Un)

有没有我可以用来让它工作的 Ubuntu 包?如果没有,我怎样才能让这个 WiFi 工作?

wireless drivers

6
推荐指数
2
解决办法
4万
查看次数

标签 统计

wireless ×2

compiling ×1

drivers ×1