Guten Tag liebe Community,
meine Frau und ich erstanden für die Arbeit zwei Notebooks PEAQ S130, darauf Windows 10 Home, SModus.
Nach der Installation von Ubuntu Bionic Beaver 18.04 LTS erkennt das erste Notebook die Hardware für das WLAN nicht mehr. Das zweite Notebook ist noch unverändert, kein Linux, nur Windows.
Ziel ist, das WLAN funktionsfähig zu machen.
Suche im Internet und der Versuch, Treiber nachzuinstallieren haben bisher nicht funktioniert. Mein Fähigkeitenlevel ist Anfänger. Ich bemühe mich um eine Darstellung der Infos nach diesen Regeln.
1. Aufbau Netzwerk:
Das Netzwerk kommt von einer UPC-Connect-Box über LAN/Ethernet (UPC wurde kürzlich von T-Mobile gekauft), das WLAN schalten wir bei Bedarf ein. Für die Arbeit und unterwegs benötigen wir aber das WLAN auf den Notebooks, die keine Ethernet-Anschlüsse haben. USB-zu-Ethernet Adapter ist nicht vorhanden.
2. Systemversion:
1 2 3 4 5 | alexander@alexander-Notebook-Slim-S130:~$ uname -a Linux alexander-Notebook-Slim-S130 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux alexander@alexander-Notebook-Slim-S130:~$ lspci -nnk | grep -i net -A2 alexander@alexander-Notebook-Slim-S130:~$ pccardctl info alexander@alexander-Notebook-Slim-S130:~$ |
3. Konfiguration Netzwerk:
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 | alexander@alexander-Notebook-Slim-S130:~$ cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback alexander@alexander-Notebook-Slim-S130:~$ ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 alexander@alexander-Notebook-Slim-S130:~$ ip -4 addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever alexander@alexander-Notebook-Slim-S130:~$ ip -4 route alexander@alexander-Notebook-Slim-S130:~$ ip -4 neigh alexander@alexander-Notebook-Slim-S130:~$ iwconfig lo no wireless extensions. alexander@alexander-Notebook-Slim-S130:~$ nmcli general ; nmcli device ; nmcli Connection STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN nicht verbunden unbekannt aktiviert aktiviert aktiviert aktiviert DEVICE TYPE STATE CONNECTION lo loopback nicht verwaltet -- Fehler: Argument »Connection« wird nicht verstanden. Versuchen Sie stattdessen »--help«. alexander@alexander-Notebook-Slim-S130:~$ ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 39 Okt 25 22:02 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf alexander@alexander-Notebook-Slim-S130:~$ cat /etc/resolv.conf # This file is managed by man:systemd-resolved(8). Do not edit. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "systemd-resolve --status" to see details about the uplink DNS servers # currently in use. # # Third party programs must not access this file directly, but only through the # symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way, # replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 alexander@alexander-Notebook-Slim-S130:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 alexander-Notebook-Slim-S130 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters alexander@alexander-Notebook-Slim-S130:~$ sudo ss -pan 'sport = 53' [sudo] Passwort für alexander: Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port udp UNCONN 3072 0 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=633,fd=12)) tcp LISTEN 0 128 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=633,fd=13)) |
4. Pings zwecks Internetverbindung - habe ich ausgelassen.
5. WLAN eingeschaltet? Treibermodule?
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 | alexander@alexander-Notebook-Slim-S130:~$ rfkill list 0: hci0: Bluetooth Soft blocked: yes Hard blocked: no alexander@alexander-Notebook-Slim-S130:~$ lsmod Module Size Used by vsock_diag 16384 0 vsock 36864 1 vsock_diag sctp_diag 16384 0 sctp 311296 5 sctp_diag libcrc32c 16384 1 sctp dccp_diag 16384 0 dccp 73728 1 dccp_diag tcp_diag 16384 0 udp_diag 16384 0 raw_diag 16384 0 inet_diag 24576 5 raw_diag,dccp_diag,tcp_diag,sctp_diag,udp_diag unix_diag 16384 0 af_packet_diag 16384 0 netlink_diag 16384 0 rfcomm 77824 4 bnep 20480 2 nls_iso8859_1 16384 2 joydev 24576 0 spi_pxa2xx_platform 24576 0 8250_dw 16384 0 hid_multitouch 20480 0 intel_rapl 20480 0 intel_telemetry_pltdrv 20480 0 intel_punit_ipc 16384 1 intel_telemetry_pltdrv intel_telemetry_core 16384 1 intel_telemetry_pltdrv intel_pmc_ipc 20480 1 intel_telemetry_pltdrv x86_pkg_temp_thermal 16384 0 intel_powerclamp 16384 0 coretemp 16384 0 kvm_intel 204800 0 kvm 593920 1 kvm_intel irqbypass 16384 1 kvm intel_cstate 20480 0 intel_rapl_perf 16384 0 snd_soc_skl 90112 0 snd_soc_skl_ipc 65536 1 snd_soc_skl snd_hda_ext_core 24576 1 snd_soc_skl input_leds 16384 0 snd_soc_sst_dsp 32768 1 snd_soc_skl_ipc snd_soc_sst_ipc 16384 1 snd_soc_skl_ipc serio_raw 16384 0 snd_hda_codec_realtek 94208 1 snd_soc_acpi 16384 1 snd_soc_skl snd_hda_codec_generic 73728 1 snd_hda_codec_realtek snd_soc_core 241664 1 snd_soc_skl snd_compress 20480 1 snd_soc_core ac97_bus 16384 1 snd_soc_core snd_pcm_dmaengine 16384 1 snd_soc_core uvcvideo 86016 0 snd_hda_intel 40960 3 videobuf2_vmalloc 16384 1 uvcvideo snd_hda_codec 126976 3 snd_hda_intel,snd_hda_codec_generic,snd_hda_codec_realtek videobuf2_memops 16384 1 videobuf2_vmalloc snd_hda_core 81920 6 snd_hda_intel,snd_hda_codec,snd_hda_ext_core,snd_soc_skl,snd_hda_codec_generic,snd_hda_codec_realtek snd_hwdep 20480 1 snd_hda_codec btusb 45056 0 videobuf2_v4l2 24576 1 uvcvideo rtsx_usb_ms 20480 0 snd_pcm 98304 7 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_ext_core,snd_hda_core,snd_soc_skl,snd_soc_core btrtl 16384 1 btusb videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2 memstick 16384 1 rtsx_usb_ms videodev 184320 3 uvcvideo,videobuf2_core,videobuf2_v4l2 btbcm 16384 1 btusb media 40960 2 uvcvideo,videodev btintel 16384 1 btusb bluetooth 548864 33 btrtl,btintel,bnep,btbcm,rfcomm,btusb snd_seq_midi 16384 0 snd_seq_midi_event 16384 1 snd_seq_midi snd_rawmidi 32768 1 snd_seq_midi ecdh_generic 24576 1 bluetooth idma64 20480 6 virt_dma 16384 1 idma64 snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi intel_lpss_pci 20480 0 intel_lpss 16384 1 intel_lpss_pci snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi snd_timer 32768 2 snd_seq,snd_pcm snd 81920 18 snd_compress,snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_soc_core,snd_pcm mac_hid 16384 0 mei_me 40960 0 int3403_thermal 16384 0 soundcore 16384 1 snd int3400_thermal 16384 0 mei 90112 1 mei_me acpi_thermal_rel 16384 1 int3400_thermal shpchp 36864 0 intel_hid 16384 0 int340x_thermal_zone 16384 1 int3403_thermal tpm_crb 16384 0 sparse_keymap 16384 1 intel_hid sch_fq_codel 20480 1 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 algif_skcipher 16384 0 af_alg 24576 1 algif_skcipher dm_crypt 40960 1 rtsx_usb_sdmmc 28672 0 rtsx_usb 20480 2 rtsx_usb_sdmmc,rtsx_usb_ms mmc_block 36864 6 crct10dif_pclmul 16384 0 crc32_pclmul 16384 0 ghash_clmulni_intel 16384 0 pcbc 16384 0 aesni_intel 188416 2 i915 1617920 16 aes_x86_64 20480 1 aesni_intel crypto_simd 16384 1 aesni_intel glue_helper 16384 1 aesni_intel cryptd 24576 4 crypto_simd,ghash_clmulni_intel,aesni_intel i2c_algo_bit 16384 1 i915 drm_kms_helper 172032 1 i915 syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper sysimgblt 16384 1 drm_kms_helper fb_sys_fops 16384 1 drm_kms_helper drm 401408 6 i915,drm_kms_helper sdhci_pci 32768 0 ahci 36864 0 sdhci 49152 1 sdhci_pci libahci 32768 1 ahci i2c_hid 20480 0 hid 118784 2 i2c_hid,hid_multitouch video 45056 1 i915 pinctrl_geminilake 24576 1 |
6. Eigenschaften WLAN-KArte und Empfang:
1 2 3 4 5 | alexander@alexander-Notebook-Slim-S130:~$ sudo iwlist scan [sudo] Passwort für alexander: lo Interface doesn't support scanning. alexander@alexander-Notebook-Slim-S130:~$ |
Auf dem zweiten Notebook (Windows) funktioniert das WLAN problemlos. Die Systeminfo unter Windows liefert folgendes: (insb Zeile 19+ und 39+)
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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | Name [00000000] Microsoft Kernel Debug Network Adapter Adaptertyp Nicht verfügbar Produkttyp Microsoft Kernel Debug Network Adapter Installiert Ja PNP-Gerätekennung ROOT\KDNIC\0000 Letzte Zurücksetzung 26.10.2018 14:03 Index 0 Dienstname kdnic IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\kdnic.sys (6.1.0.0, 22,50 KB (23 040 Bytes), 12.04.2018 01:33) Name [00000001] Intel(R) Dual Band Wireless-AC 3165 Adaptertyp Ethernet 802.3 Produkttyp Intel(R) Dual Band Wireless-AC 3165 Installiert Ja PNP-Gerätekennung PCI\VEN_8086&DEV_3165&SUBSYS_80108086&REV_81\D4258BFFFFA8376600 Letzte Zurücksetzung 26.10.2018 14:03 Index 1 Dienstname Netwtw04 IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D4:25:8B:A8:3B:D5 Speicheradresse 0xBFFFE000-0xBFFFFFFF IRQ-Kanal IRQ 4294967289 Treiber c:\windows\system32\drivers\netwtw04.sys (19.51.11.2, 8,22 MB (8 614 888 Bytes), 08.06.2018 11:51) Name [00000002] Microsoft Wi-Fi Direct Virtual Adapter Adaptertyp Ethernet 802.3 Produkttyp Microsoft Wi-Fi Direct Virtual Adapter Installiert Ja PNP-Gerätekennung {5D624F94-8850-40C3-A3FA-A4FD2080BAF3}\VWIFIMP_WFD\5&2EBD6A9D&0&11 Letzte Zurücksetzung 26.10.2018 14:03 Index 2 Dienstname vwifimp IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D4:25:8B:A8:3B:D6 Treiber c:\windows\system32\drivers\vwifimp.sys (10.0.17134.1, 43,50 KB (44 544 Bytes), 12.04.2018 01:34) Name [00000003] Bluetooth Device (Personal Area Network) Adaptertyp Nicht verfügbar Produkttyp Bluetooth Device (Personal Area Network) Installiert Ja PNP-Gerätekennung Nicht verfügbar Letzte Zurücksetzung 26.10.2018 14:03 Index 3 Dienstname BthPan IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Name [00000004] Microsoft Wi-Fi Direct Virtual Adapter Adaptertyp Ethernet 802.3 Produkttyp Microsoft Wi-Fi Direct Virtual Adapter Installiert Ja PNP-Gerätekennung {5D624F94-8850-40C3-A3FA-A4FD2080BAF3}\VWIFIMP_WFD\5&2EBD6A9D&0&12 Letzte Zurücksetzung 26.10.2018 14:03 Index 4 Dienstname vwifimp IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D6:25:8B:A8:3B:D5 Treiber c:\windows\system32\drivers\vwifimp.sys (10.0.17134.1, 43,50 KB (44 544 Bytes), 12.04.2018 01:34) Name [00000005] Bluetooth Device (RFCOMM Protocol TDI) Adaptertyp Nicht verfügbar Produkttyp Bluetooth Device (RFCOMM Protocol TDI) Installiert Ja PNP-Gerätekennung Nicht verfügbar Letzte Zurücksetzung 26.10.2018 14:03 Index 5 Dienstname RFCOMM IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Name [00000006] WAN Miniport (SSTP) Adaptertyp Nicht verfügbar Produkttyp WAN Miniport (SSTP) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_SSTPMINIPORT Letzte Zurücksetzung 26.10.2018 14:03 Index 6 Dienstname RasSstp IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\rassstp.sys (10.0.17134.1, 77,00 KB (78 848 Bytes), 12.04.2018 01:34) Name [00000007] WAN Miniport (IKEv2) Adaptertyp Nicht verfügbar Produkttyp WAN Miniport (IKEv2) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_AGILEVPNMINIPORT Letzte Zurücksetzung 26.10.2018 14:03 Index 7 Dienstname RasAgileVpn IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\agilevpn.sys (10.0.17134.1, 105,50 KB (108 032 Bytes), 12.04.2018 01:34) Name [00000008] WAN Miniport (L2TP) Adaptertyp Nicht verfügbar Produkttyp WAN Miniport (L2TP) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_L2TPMINIPORT Letzte Zurücksetzung 26.10.2018 14:03 Index 8 Dienstname Rasl2tp IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\rasl2tp.sys (10.0.17134.1, 104,00 KB (106 496 Bytes), 12.04.2018 01:34) Name [00000009] WAN Miniport (PPTP) Adaptertyp Nicht verfügbar Produkttyp WAN Miniport (PPTP) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_PPTPMINIPORT Letzte Zurücksetzung 26.10.2018 14:03 Index 9 Dienstname PptpMiniport IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\raspptp.sys (10.0.17134.1, 95,00 KB (97 280 Bytes), 12.04.2018 01:34) Name [00000010] WAN Miniport (PPPOE) Adaptertyp Nicht verfügbar Produkttyp WAN Miniport (PPPOE) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_PPPOEMINIPORT Letzte Zurücksetzung 26.10.2018 14:03 Index 10 Dienstname RasPppoe IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar Treiber c:\windows\system32\drivers\raspppoe.sys (10.0.17134.1, 81,00 KB (82 944 Bytes), 12.04.2018 01:34) Name [00000011] WAN Miniport (IP) Adaptertyp Ethernet 802.3 Produkttyp WAN Miniport (IP) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_NDISWANIP Letzte Zurücksetzung 26.10.2018 14:03 Index 11 Dienstname NdisWan IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D2:98:20:52:41:53 Treiber c:\windows\system32\drivers\ndiswan.sys (10.0.17134.1, 188,00 KB (192 512 Bytes), 12.04.2018 01:34) Name [00000012] WAN Miniport (IPv6) Adaptertyp Ethernet 802.3 Produkttyp WAN Miniport (IPv6) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_NDISWANIPV6 Letzte Zurücksetzung 26.10.2018 14:03 Index 12 Dienstname NdisWan IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D6:05:20:52:41:53 Treiber c:\windows\system32\drivers\ndiswan.sys (10.0.17134.1, 188,00 KB (192 512 Bytes), 12.04.2018 01:34) Name [00000013] WAN Miniport (Network Monitor) Adaptertyp Ethernet 802.3 Produkttyp WAN Miniport (Network Monitor) Installiert Ja PNP-Gerätekennung SWD\MSRRAS\MS_NDISWANBH Letzte Zurücksetzung 26.10.2018 14:03 Index 13 Dienstname NdisWan IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Nein DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse D8:67:20:52:41:53 Treiber c:\windows\system32\drivers\ndiswan.sys (10.0.17134.1, 188,00 KB (192 512 Bytes), 12.04.2018 01:34) Name [00000014] Realtek USB FE Family Controller Adaptertyp Nicht verfügbar Produkttyp Realtek USB FE Family Controller Installiert Ja PNP-Gerätekennung Nicht verfügbar Letzte Zurücksetzung 26.10.2018 14:03 Index 14 Dienstname rtux64w10 IP-Adresse Nicht verfügbar IP-Subnetz Nicht verfügbar Standard-IP-Gateway Nicht verfügbar DHCP aktiviert Ja DHCP-Server Nicht verfügbar DHCP-Lease-Gültigkeitsdauer Nicht verfügbar DHCP-Lease-Start Nicht verfügbar MAC-Adresse Nicht verfügbar |
Auf der Suche nach eventuell fehlenden Treibern für Intel(R) Dual Band Wireless-AC 3165 habe ich die Treiber dieser Homepage heruntergeladen und laut Angabe in das Verzeichnis /lib/firmware kopiert (wo sie zuvor tatsächlich nicht vorhanden waren). Secure Boot ist ausgeschaltet. Die Systemeinstellungen finden unter Ubuntu trotzdem keine Hardware. Muss ich das laden von Firmware noch aktivieren?
Meine nächsten Ideen gehen in die Richtung Treibermodule aktualisieren, also Pakete mit stationärem Kabel-Internet-PC herunterladen, auf Notebook übertragen und installieren.
Für Hinweise und Vorschläge bin ich dankbar.
Mit freundlichen Grüßen
Alexander