1
Asentaminen ja käyttöönotto / Vs: Ubuntu ja wifi-tikku
« : 27.05.20 - klo:19.29 »En tiedä miksi haluaa yrittää käyttää asennusmediaa lähteenä mutta sen saat poistettua muokkaamalla /etc/apt/sources.list tiedostoa esim laittamalla #-merkin tuon cdrom lähderivin eteen.Tämä ratkesi, kiitos.
Hankin tuon em. wifi-adapterin, ja latasin ajurit netistä, mutta compile-vaiheessa tuli eteen ongelma.
Kun terminaalissa avaan kansion, jossa nuo ajuritiedostot ovat ja noudatan seuraavaa ohjetta:
Lainaus
2.2. Compile the Driver
Use Terminal to go to the driver directory and run the following commands to compile the
driver.Koodia: [Valitse]$ make clean
After compiling, you can see a name of the chip.ko file is stored in the directory of the
$ make
driver.
pukkaa error:
Koodia: [Valitse]
/home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:299:8: error: ‘_timer’ {aka ‘struct timer_list’} has no member named ‘data’
299 | ptimer->data = (unsigned long)cntx;
| ^~
/home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:300:2: error: too few arguments to function ‘_init_timer’
300 | _init_timer(ptimer);
| ^~~~~~~~~~~
.
.
.
/home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:299:8: error: ‘_timer’ {aka ‘struct timer_list’} has no member named ‘data’
299 | ptimer->data = (unsigned long)cntx;
| ^~
/home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:300:2: error: too few arguments to function ‘_init_timer’
300 | _init_timer(ptimer);
.
.
.
make[2]: *** [scripts/Makefile.build:275: /home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.o] Virhe 1
make[1]: *** [Makefile:1719: /home/user/Documents/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047] Virhe 2
make[1]: Poistutaan hakemistosta ”/usr/src/linux-headers-5.4.0-31-generic”
make: *** [Makefile:1828: modules] Virhe 2
Neuvoja?