Results 1 to 3 of 3

Thread: Issues with ASUS USB-AC53 Nano driver compilation

  1. #1
    Join Date
    Jul 2018
    Beans
    2

    Unhappy Issues with ASUS USB-AC53 Nano driver compilation

    Code:
    xerxesbeat@hitachiin:~/Downloads/5.2.4_20170919$ make
    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-29-generic/build M=/home/xerxesbeat/Downloads/5.2.4_20170919  modules
    make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic'
    Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
      CC [M]  /home/xerxesbeat/Downloads/5.2.4_20170919/core/rtw_cmd.o
    In file included from /home/xerxesbeat/Downloads/5.2.4_20170919/include/osdep_service.h:47:0,
                     from /home/xerxesbeat/Downloads/5.2.4_20170919/include/drv_types.h:27,
                     from /home/xerxesbeat/Downloads/5.2.4_20170919/core/rtw_cmd.c:17:
    /home/xerxesbeat/Downloads/5.2.4_20170919/include/osdep_service_linux.h: In function ‘_init_timer’:
    /home/xerxesbeat/Downloads/5.2.4_20170919/include/osdep_service_linux.h:282:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
      ptimer->data = (unsigned long)cntx;
            ^~
    /home/xerxesbeat/Downloads/5.2.4_20170919/include/osdep_service_linux.h:283:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
      init_timer(ptimer);
      ^~~~~~~~~~
      _init_timer
    cc1: some warnings being treated as errors
    scripts/Makefile.build:332: recipe for target '/home/xerxesbeat/Downloads/5.2.4_20170919/core/rtw_cmd.o' failed
    make[2]: *** [/home/xerxesbeat/Downloads/5.2.4_20170919/core/rtw_cmd.o] Error 1
    Makefile:1552: recipe for target '_module_/home/xerxesbeat/Downloads/5.2.4_20170919' failed
    make[1]: *** [_module_/home/xerxesbeat/Downloads/5.2.4_20170919] Error 2
    make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
    Makefile:1801: recipe for target 'modules' failed
    make: *** [modules] Error 2
    any ideas?

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Issues with ASUS USB-AC53 Nano driver compilation


  3. #3
    Join Date
    Jul 2018
    Beans
    2

    Re: Issues with ASUS USB-AC53 Nano driver compilation

    that it did. Thanks

    !Solved

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •