sudomakemeacake
Anmeldungsdatum: 7. Oktober 2018
Beiträge: Zähle...
|
Ich habe jetzt allen ernstes den PC zum Router geschleppt und dort alles aufgebaut. Aufgrund meines Setups viel Arbeit. Habe über Umwege die WLAN Treiber installiert, aber jedes Mal beim Hochfahren dauert es EWIG bis eine Verbindung aufgebaut wird und auch dann nur, wenn ich das WLAN immer wieder neu aktiviere. Das kanns ja nicht sein, dachte ich mir, also habe ich die Treiber direkt vom Hersteller erneut probiert. Wollte quasi einfach die offiziellen Treiber drüber installieren, da ich keine Ahnung habe wie ich die alten weg bekomme. Ich gab "sudo make" ein und anstatt mir eine Datei zu erzeugen die ich dann installieren kann, kommt nur eine Fehlermeldung. Hier das Log: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64 | Product-Name:~/Schreibtisch/8812au$ sudo make
[sudo] Passwort für :
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
----- extra_cflags=-DCONFIG_IOCTL_CFG80211=1 -DRTW_USE_CFG80211_STA_EVENT=1 -O1 -Wno-unused-variable -Wno-unused-value -Wno-unused-label -Wno-unused-parameter -Wno-unused-function -Wno-unused -I/include -I/platform -DCONFIG_RTL8812A -DCONFIG_MP_INCLUDED -DCONFIG_POWER_SAVING -DCONFIG_TRAFFIC_PROTECT -DCONFIG_LOAD_PHY_PARA_FROM_FILE -DREALTEK_CONFIG_PATH="" -DCONFIG_RTW_ADAPTIVITY_EN=0 -DCONFIG_RTW_ADAPTIVITY_MODE=0 -DCONFIG_BR_EXT '-DCONFIG_BR_EXT_BRNAME=br0' -DCONFIG_LITTLE_ENDIAN
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-36-generic/build M=/home/NAME/Schreibtisch/8812au modules
make[1]: Verzeichnis „/usr/src/linux-headers-4.15.0-36-generic“ wird betreten
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
CC [M] /home/NAME/Schreibtisch/8812au/core/rtw_cmd.o
In file included from /home/NAME/Schreibtisch/8812au/include/osdep_service.h:41:0,
from /home/NAME/Schreibtisch/8812au/include/drv_types.h:32,
from /home/NAME/Schreibtisch/8812au/core/rtw_cmd.c:22:
/home/NAME/Schreibtisch/8812au/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/NAME/Schreibtisch/8812au/include/osdep_service_linux.h:265:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
ptimer->data = (unsigned long)cntx;
^~
/home/NAME/Schreibtisch/8812au/include/osdep_service_linux.h:266:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
In file included from /home/NAME/Schreibtisch/8812au/include/drv_types.h:32:0,
from /home/NAME/Schreibtisch/8812au/core/rtw_cmd.c:22:
/home/NAME/Schreibtisch/8812au/include/osdep_service.h: In function ‘thread_enter’:
/home/NAME/Schreibtisch/8812au/include/osdep_service.h:343:2: error: implicit declaration of function ‘allow_signal’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
allow_signal(SIGTERM);
^~~~~~~~~~~~
do_signal
/home/NAME/Schreibtisch/8812au/include/osdep_service.h: In function ‘flush_signals_thread’:
/home/NAME/Schreibtisch/8812au/include/osdep_service.h:353:6: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration]
if (signal_pending (current))
^~~~~~~~~~~~~~
timer_pending
/home/NAME/Schreibtisch/8812au/include/osdep_service.h:355:3: error: implicit declaration of function ‘flush_signals’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
flush_signals(current);
^~~~~~~~~~~~~
do_signal
In file included from /home/NAME/Schreibtisch/8812au/include/drv_types.h:95:0,
from /home/NAME/Schreibtisch/8812au/core/rtw_cmd.c:22:
/home/NAME/Schreibtisch/8812au/include/hal_com.h: At top level:
/home/NAME/Schreibtisch/8812au/include/hal_com.h:412:13: error: ‘file_path’ redeclared as different kind of symbol
extern char file_path[PATH_LENGTH_MAX];
^~~~~~~~~
In file included from ./include/linux/compat.h:18:0,
from ./include/linux/ethtool.h:17,
from ./include/linux/netdevice.h:41,
from /home/NAME/Schreibtisch/8812au/include/osdep_service_linux.h:35,
from /home/NAME/Schreibtisch/8812au/include/osdep_service.h:41,
from /home/NAME/Schreibtisch/8812au/include/drv_types.h:32,
from /home/NAME/Schreibtisch/8812au/core/rtw_cmd.c:22:
./include/linux/fs.h:2867:14: note: previous declaration of ‘file_path’ was here
extern char *file_path(struct file *, char *, int);
^~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/NAME/Schreibtisch/8812au/core/rtw_cmd.o' failed
make[2]: *** [/home/NAME/Schreibtisch/8812au/core/rtw_cmd.o] Error 1
Makefile:1551: recipe for target '_module_/home/NAME/Schreibtisch/8812au' failed
make[1]: *** [_module_/home/NAME/Schreibtisch/8812au] Error 2
make[1]: Verzeichnis „/usr/src/linux-headers-4.15.0-36-generic“ wird verlassen
Makefile:1635: recipe for target 'modules' failed
make: *** [modules] Error 2
|
Was läuft hier falsch?
|
praseodym
Supporter
Anmeldungsdatum: 9. Februar 2009
Beiträge: 22076
|
Was ist mit dem Paket rtl8812au-dkms? Einfach aus der Paketverwaltung oder über Terminal installieren
|
sudomakemeacake
(Themenstarter)
Anmeldungsdatum: 7. Oktober 2018
Beiträge: 113
|
Genau den hab ich installiert. Wie gesagt, es ist jedes Mal ein Glückspiel wenn ich den Rechner neu hochfahre. Mir wäre es halt wichtig zu wissen wie ich den Make Befehl sauber hin bekomme, falls ich neu aufsetzen muss. (Siehe mein anderer Thread von wegen PC umstellen)
|
Lidux
Anmeldungsdatum: 18. April 2007
Beiträge: 14945
|
Hallo sudomakemeacake, Wenn du das Paket rtl8812au-dkms installiert hast dann wären Informationen hilfreich. Z.B. lsmod
iwconfig
ifconfig
sudo iwlist scan
sudo iwlist chan Gruss Lidux
|
sudomakemeacake
(Themenstarter)
Anmeldungsdatum: 7. Oktober 2018
Beiträge: 113
|
Hier die Infos. Das Interwebs setzt auch immer wieder aus und das WLAN Symbol ist aktuell ein Fragezeichen. 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171 | NAME@NAME-System-Product-Name:~$ lsmod
Module Size Used by
nvidia_uvm 757760 2
snd_hda_codec_hdmi 49152 1
binfmt_misc 20480 1
nvidia_drm 40960 1
nvidia_modeset 1114112 8 nvidia_drm
nvidia 14364672 583 nvidia_modeset,nvidia_uvm
snd_hda_codec_realtek 106496 1
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
drm_kms_helper 172032 1 nvidia_drm
snd_hda_intel 40960 4
edac_mce_amd 28672 0
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
drm 401408 4 nvidia_drm,drm_kms_helper
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
kvm 598016 0
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 98304 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
rtl8812au 1359872 0
irqbypass 16384 1 kvm
crct10dif_pclmul 16384 0
ipmi_devintf 20480 0
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
pcbc 16384 0
snd_rawmidi 32768 1 snd_seq_midi
ipmi_msghandler 53248 2 nvidia,ipmi_devintf
fb_sys_fops 16384 1 drm_kms_helper
eeepc_wmi 16384 0
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
cfg80211 622592 1 rtl8812au
joydev 24576 0
input_leds 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
asus_wmi 28672 1 eeepc_wmi
syscopyarea 16384 1 drm_kms_helper
aesni_intel 188416 0
aes_x86_64 20480 1 aesni_intel
crypto_simd 16384 1 aesni_intel
sparse_keymap 16384 1 asus_wmi
glue_helper 16384 1 aesni_intel
video 45056 1 asus_wmi
wmi_bmof 16384 0
cryptd 24576 3 crypto_simd,ghash_clmulni_intel,aesni_intel
k10temp 16384 0
snd 81920 19 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_pcm
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
soundcore 16384 1 snd
ccp 73728 0
shpchp 36864 0
mac_hid 16384 0
sch_fq_codel 20480 6
parport_pc 36864 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 28672 0
x_tables 40960 1 ip_tables
autofs4 40960 2
uas 24576 0
usb_storage 69632 1 uas
hid_generic 16384 0
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
i2c_piix4 24576 0
nvme 32768 0
r8169 86016 0
ahci 36864 1
mii 16384 1 r8169
nvme_core 61440 1 nvme
libahci 32768 1 ahci
wmi 24576 2 asus_wmi,wmi_bmof
gpio_amdpt 16384 0
gpio_generic 20480 1 gpio_amdpt
NAME@NAME-System-Product-Name:~$ iwconfig
enp6s0 no wireless extensions.
wlx7c8bca1e485b IEEE 802.11bgn ESSID:"Majula" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: 8C:59:C3:1C:6A:15
Bit Rate:144.4 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=65/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
NAME@NAME-System-Product-Name:~$ ifconfig
Der Befehl 'ifconfig' wurde nicht gefunden, kann aber installiert werden mit:
sudo apt install net-tools
NAME@NAME-System-Product-Name:~$ ipconfig
Der Befehl 'ipconfig' wurde nicht gefunden, meinten Sie:
Befehl 'ifconfig' aus dem deb net-tools
Befehl 'iwconfig' aus dem deb wireless-tools
Befehl 'iconfig' aus dem deb ipmiutil
Versuche: sudo apt install <deb name>
NAME@NAME-System-Product-Name:~$ sudo iwlist scan
[sudo] Passwort für NAME:
enp6s0 Interface doesn't support scanning.
wlx7c8bca1e485b Scan completed :
Cell 01 - Address: 8C:59:C3:1C:6A:15
ESSID:"Majula"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:144 Mb/s
Extra:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DDAF0050F204104A00011010440001021041000100103B00010310470010650EA84052AA5D79BE53A459ECAEBF241021000A414442204974616C6961102300065656323232301024001C504931363336363439303154303030303236302D56563232323076321042001C504931363336363439303154303030303236302D56563232323076321054000800060013C804000110110006565632323230100800020000103C0001011049000600372A000120
Quality=100/100 Signal level=62/100
Extra:fm=0003
lo Interface doesn't support scanning.
NAME@NAME-System-Product-Name:~$ sudo iwlist chan
enp6s0 no frequency information.
wlx7c8bca1e485b 32 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
Channel 36 : 5.18 GHz
Channel 40 : 5.2 GHz
Channel 44 : 5.22 GHz
Channel 48 : 5.24 GHz
Channel 52 : 5.26 GHz
Channel 56 : 5.28 GHz
Channel 60 : 5.3 GHz
Channel 64 : 5.32 GHz
Channel 100 : 5.5 GHz
Channel 104 : 5.52 GHz
Channel 108 : 5.54 GHz
Channel 112 : 5.56 GHz
Channel 116 : 5.58 GHz
Channel 120 : 5.6 GHz
Channel 124 : 5.62 GHz
Channel 128 : 5.64 GHz
Channel 132 : 5.66 GHz
Channel 136 : 5.68 GHz
Channel 140 : 5.7 GHz
Current Frequency:2.412 GHz (Channel 1)
lo no frequency information.
|
|