LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Ubuntu 18.04. Driver for USB Wifi AC 12000 dual-band (https://www.linuxquestions.org/questions/linux-hardware-18/ubuntu-18-04-driver-for-usb-wifi-ac-12000-dual-band-4175628850/)

Felipe 05-02-2018 08:34 AM

Ubuntu 18.04. Driver for USB Wifi AC 12000 dual-band
 
Hello:
I've installed Ubuntu 18.04.
But unable to install driver for AC 1200 Dual-Band usb 3.0 Adapter.
When try to compile driver (cd included with wifi adapter) I receive this error:

Quote:

make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-20-generic/build M=/root/tmp/driver/rtl88x2BU_WiFi_linux_v5.1.7_19806.20161025_BTCOEX2 0161024-3333 modules
make[1]: se entra en el directorio '/usr/src/linux-headers-4.15.0-20-generic'
CC [M] /root/tmp/driver/rtl88x2BU_WiFi_linux_v5.1.7_19806.20161025_BTCOEX2 0161024-3333/core/rtw_cmd.o
In file included from /root/tmp/driver/rtl88x2BU_WiFi_linux_v5.1.7_19806.20161025_BTCOEX2 0161024-3333/include/basic_types.h:80:0,
from /root/tmp/driver/rtl88x2BU_WiFi_linux_v5.1.7_19806.20161025_BTCOEX2 0161024-3333/include/drv_types.h:31,
from /root/tmp/driver/rtl88x2BU_WiFi_linux_v5.1.7_19806.20161025_BTCOEX2 0161024-3333/core/rtw_cmd.c:22:
./include/linux/types.h:17:9: error: unknown type name ‘__kernel_ino_t’
typedef __kernel_ino_t ino_t;
^~~~~~~~~~~~~~
./include/linux/types.h:18:9: error: unknown type name ‘__kernel_mode_t’
typedef __kernel_mode_t mode_t;
^~~~~~~~~~~~~~~
./include/linux/types.h:21:9: error: unknown type name ‘__kernel_off_t’
typedef __kernel_off_t off_t;
^~~~~~~~~~~~~~
./include/linux/types.h:22:9: error: unknown type name ‘__kernel_pid_t’
typedef __kernel_pid_t pid_t;
---

jefro 05-02-2018 01:39 PM

I almost never consider using the supplied sources.

Better tell us what chipset it uses maybe or make and model at least.

This may be the package that will work. https://packages.ubuntu.com/xenial/k...rtl8812au-dkms

Ztcoracat 05-02-2018 03:36 PM

These are wifi dongles that work with Linux.

http://www.wirelesshack.org/top-linu...-adapters.html

https://ubuntuforums.org/showthread.php?t=2319478
https://ubuntuforums.org/showthread.php?t=2265150

https://www.google.com/search?client...82.5U7F9ONGhjE

Felipe 05-04-2018 12:33 PM

Downloaded this driver and now it works.

https://github.com/cilynx/rtl88x2bu

Thanks

Ztcoracat 05-04-2018 02:35 PM

Quote:

Originally Posted by Felipe (Post 5850739)
Downloaded this driver and now it works.

https://github.com/cilynx/rtl88x2bu

Thanks

That's good news. Congrads.

Don't forget to mark your thread SOLVED.


All times are GMT -5. The time now is 02:24 AM.