lwfinger / rtl8188eu

Repository for stand-alone RTL8188EU driver.
Other
1.67k stars 592 forks source link

Problem building against kernel 4.10 #200

Open fiete201 opened 7 years ago

fiete201 commented 7 years ago

Hi,

I'm trying to build against kernel 4.10 but getting the following error:

  CC [M]  /home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/os_dep/usb_ops_linux.o
  CC [M]  /home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/os_dep/xmit_linux.o
  LD [M]  /home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.o
  Building modules, stage 2.
  MODPOST 1 modules
WARNING: "strpbrk" [/home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko] undefined!
WARNING: "find_vpid" [/home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko] undefined!
WARNING: "dev_get_by_name" [/home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko] undefined!
WARNING: "down_interruptible" [/home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko] undefined!
WARNING: "kill_pid" [/home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko] undefined!
  CC      /home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.mod.o
  LD [M]  /home/fritz/freichw/dat/ecafe/wlan/rtl8188eu/8188eu.ko
make[1]: Leaving directory '/usr/src/4.10.1-ecafe'

Headers are installed to /usr/include/linux so I dont know exactly why those functions cant be found.

Thanks in advance!

Fritz

dje4321 commented 7 years ago

It compiled successfully. It will continue to compile with warnings just run "sudo make install" to install the driver