RTL8812AE WLAN verbindung

Hallo zusammen,

habe schwierigkeiten mit der netis AC1200 pcie Karte eine WLAN Verbindung aufzubauen.
opensuse Leap. Er deaktiviert dies ständig wieder, so daß keine Verbindung zustande kommt.

keine Ahnung wie ich was machen könnte. Angeblich soll die Karte Linux kompatibel sein

alles liebe jens

Poste bitte:

/sbin/lspci -nnk | grep -iA3 net

sowie

uname -a

Ausgabe bitte in Code-Tags posten.

/sbin/lspci -nnk | grep -iA3 net
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
        Subsystem: ASUSTeK Computer Inc. Motherboard [1043:81f8]
        Kernel driver in use: sky2
        Kernel modules: sky2
--
06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812] (rev 01)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812]
        Kernel driver in use: rtl8821ae
        Kernel modules: rtl8821ae
uname -a
Linux linux-pxjs 4.1.27-27-default #1 SMP PREEMPT Fri Jul 15 12:46:41 UTC 2016 (84ae57e) x86_64 x86_64 x86_64 GNU/Linux

hoffe es richtig gemacht zu haben

Hier heißt es vom Hersteller es sei Linux kompatibel

http://www.netis-systems.com/Home/detail/id/97.html

Am Wed, 27 Jul 2016 06:06:02 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

>
> Hier heißt es vom Hersteller es sei Linux kompatibel
>
> 'http://www.netis-systems.com/Home/detail/id/97.html
> (http://www.netis-systems.com/Home/detail/id/97.html)
>
>

Stimmt ja auch.

> 06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
> RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812] (rev 01)
> Subsystem: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless
> Network Adapter [10ec:8812] Kernel driver in use: rtl8821ae Kernel modules:
> rtl8821ae --------------------

Treiber ist vorhanden und geladen (rtl8821ae),

Ein wichtiges Detail für diesen Treiber:

modinfo rtl8821ae
filename: /lib/modules/4.7.0-4.g89a2ada-pae/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko

====== > firmware: rtlwifi/rtl8821aefw.bin <====d

description: Realtek 8821ae 802.11ac PCI wireless
license: GPL
author: Realtek WlanFAE <wlanfae@realtek.com>
srcversion: 2E0BB5F45A608B548F97E0F
alias: pci:v000010ECd00008821svsdbcsci*
alias: pci:v000010ECd00008812svsdbcsci*
depends: rtlwifi,rtl_pci,btcoexist,mac80211
intree: Y
vermagic: 4.7.0-4.g89a2ada-pae SMP preempt mod_unload modversions 686
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: msi:Set to 1 to use MSI interrupts mode (default 1)
(bool)
parm: debug:Set debug level (0-5) (default 0) (int)
parm: disable_watchdog:Set to 1 to disable the watchdog (default 0)
(bool)
parm: int_clear:Set to 0 to disable interrupt clear before set
(default 1)
(bool)

Das Dingen braucht also eine Firmwaredatei.

ls -l /lib/firmware/rtlwifi/rtl8821aefw.bin
-rw-r–r-- 1 root root 28984 10. Dez 2014 /lib/firmware/rtlwifi/rtl8821aefw.bin

Wenn bei obigem ls-Befehl “Datei nicht gefunden” kommt, dann Paket
“kernel-firmware” nachinstallieren und Modul entladen/laden (oder Kiste neu
starten).

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

modinfo rtl8821ae                                                                                                                                                   
filename:       /lib/modules/4.1.27-27-default/kernel/drivers/net/wireless/rtlwifi/rtl8821ae/rtl8821ae.ko
firmware:       rtlwifi/rtl8821aefw.bin
description:    Realtek 8821ae 802.11ac PCI wireless
license:        GPL
author:         Realtek WlanFAE <wlanfae@realtek.com>
srcversion:     5ED8B56DC904E8896309699
alias:          pci:v000010ECd00008821sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008812sv*sd*bc*sc*i*
depends:        rtlwifi,rtl_pci,btcoexist,mac80211
intree:         Y
vermagic:       4.1.27-27-default SMP preempt mod_unload modversions 
signer:         openSUSE Secure Boot Signkey
sig_key:        03:32:FA:9C:BF:0D:88:BF:21:92:4B:0D:E8:2A:09:A5:4D:5D:EF:C8
sig_hashalgo:   sha256
parm:           swenc:Set to 1 for software crypto (default 0)
 (bool)
parm:           ips:Set to 0 to not use link power save (default 1)
 (bool)
parm:           swlps:Set to 1 to use SW control power save (default 0)
 (bool)
parm:           fwlps:Set to 1 to use FW control power save (default 1)
 (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 1)
 (bool)
parm:           debug:Set debug level (0-5) (default 0) (int)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0)
 (bool)
parm:           int_clear:Set to 0 to disable interrupt clear before set (default 1)
 (bool)
ls -l /lib/firmware/rtlwifi/rtl8821aefw.bin
-rw-r--r-- 1 root root 28984 May  4 15:55 /lib/firmware/rtlwifi/rtl8821aefw.bin

Kernel-firmware ist installiert gewesen

und nun?

Am Wed, 27 Jul 2016 09:46:01 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

> und nun?

https://linux-tips-and-tricks.de/de/ueberblick

-> collectNWData

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)


collectNWData.sh V0.7.5.8 2016-05-22/17:35:50 - e8982e6 -iGUI-

This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions

--- Which type of your network connection should be tested?
--- (1) Wireless connection (WLAN)

--- What's the type of networktopology?
--- (2) DSL HW router <---> LinuxClient

--- On which host is the script executed?
--- (1) LinuxClient
--- WLAN SSID to connect to: §§§§§§§§1

--- NWCollect is collecting networkconfiguration information into file collectNWData.txt ...

--- NWEliza is analyzing the system for common network configuration errors ...
!!! CND0120E: Network card wlan0 has no IP address
!!! CND0300E: No dhcp server found on interface wlan0
!!! CND0500W: Channel 11 used by your accesspoint is also used by 2 other access points
!!! CND0360E: Wireless connection tested with an existing wired connection on interface eth0. Unplug the cable and execute the script again
!!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually

--- Go to http://www.linux-tips-and-tricks.de/CND#English to get more detailed instructions 
--- about the error/warning messages and how to fix the problems on your own.

--- If you are unsuccessful then place the contents of file collectNWData.txt in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links) 
--- and then paste the nopaste link on your favorite Linux forum.

==================================================================================================================
===== cat /etc/*-_]release || cat /etc/*-_]version =============================================================
/etc/SuSE-release
/etc/os-release
openSUSE 42.1 (x86_64)
VERSION = 42.1
CODENAME = Malachite
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
===== uname -a ===================================================================================================
Linux linux-pxjs 4.1.27-27-default #1 SMP PREEMPT Fri Jul 15 12:46:41 UTC 2016 (84ae57e) x86_64 x86_64 x86_64 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
DHCLIENT_SET_DEFAULT_ROUTE='yes'
NAME=@@@@@@
STARTMODE='auto'
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='psk'
WIRELESS_DEFAULT_KEY=@@@@@@
WIRELESS_ESSID=@@@@@@
WIRELESS_KEY_LENGTH=@@@@@@
WIRELESS_MODE='Managed'
WIRELESS_POWER='yes'
WIRELESS_WPA_PSK=@@@@@@
===== ping tests =================================================================================================
Ping of 8.8.8.8 OK
Ping of www.google.com OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.178.1
nameserver fd00::3681:c4ff:fefa:a0c7
===== cat /etc/hosts =============================================================================================
127.0.0.1    localhost
===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ==================================
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.178.1   0.0.0.0         UG    100    0        0 eth0
192.168.178.0   0.0.0.0         255.255.255.0   U     100    0        0 eth0
2a02:8108:9bbf:dac4:21e:8cff:febe:634b/128  ::                                      U     256    0        0 eth0    
2a02:8108:9bbf:dac4::/64                    ::                                      U     100    0        0 eth0    
2a02:8108:9bbf:dac4::/62                    fe80::3681:c4ff:fefa:a0c7               UG    100    0        0 eth0    
fe80::/64                                   ::                                      U     256    0        0 eth0    
::/0                                        fe80::3681:c4ff:fefa:a0c7               UG    100    0        0 eth0    
ff02::fb/128                                ::                                      UC    0      1        0 eth0    
ff00::/8                                    ::                                      U     256    0        1 eth0    
===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ======================================================
eth0      Link encap:Ethernet  HWaddr ##:##:##:##:##:#1  
          inet addr:192.168.178.108  Bcast:192.168.178.255  Mask:255.255.255.0
          inet6 addr: 2a02:8108:9bbf:dac4:21e:8cff:febe:634b/128 Scope:Global
          inet6 addr: fe80::21e:8cff:febe:634b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:444475 errors:0 dropped:1615 overruns:0 frame:0
          TX packets:252341 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:541779684 (516.6 Mb)  TX bytes:38814090 (37.0 Mb)
          Interrupt:18 
wlan0     Link encap:Ethernet  HWaddr ##:##:##:##:##:#2  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:163881 errors:0 dropped:16 overruns:0 frame:0
          TX packets:117963 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:197586631 (188.4 Mb)  TX bytes:30018364 (28.6 Mb)
===== lspci ======================================================================================================
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
    Subsystem: ASUSTeK Computer Inc. Motherboard [1043:81f8]
    Kernel driver in use: sky2
--
06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812] (rev 01)
    Subsystem: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812]
    Kernel driver in use: rtl8821ae
    Kernel modules: rtl8821ae
===== lsusb | grep -v "root hub" =================================================================================
Bus 006 Device 002: ID 046d:c025 Logitech, Inc. MX500 Optical Mouse
Bus 004 Device 004: ID 046d:c70c Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 004 Device 003: ID 046d:c70b Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 004 Device 002: ID 046d:0b02 Logitech, Inc. C-UV35 [Bluetooth Mini-Receiver] (HID proxy mode)
===== hwinfo (filtered) ==========================================================================================
35: PCI 300.0: 0200 Ethernet controller
  Model: "Marvell 88E8056 PCI-E Gigabit Ethernet Controller"
  Vendor: pci 0x11ab "Marvell Technology Group Ltd."
  Device: pci 0x4364 "88E8056 PCI-E Gigabit Ethernet Controller"
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x81f8 "Motherboard"
  Driver: "sky2"
  Driver Modules: "sky2"
  Device File: eth0
  Link detected: yes
    Driver Status: sky2 is active
    Driver Activation Cmd: "modprobe sky2"
38: PCI 600.0: 0282 WLAN controller
  Model: "Realtek RTL8812AE 802.11ac PCIe Wireless Network Adapter"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8812 "RTL8812AE 802.11ac PCIe Wireless Network Adapter"
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8812 
  Driver: "rtl8821ae"
  Driver Modules: "rtl8821ae"
  Device File: wlan0
  Link detected: no
    Driver Status: rtl8821ae is active
    Driver Activation Cmd: "modprobe rtl8821ae"
===== lsmod (filtered) ===========================================================================================
| af_packet       | arc4            | bnep            | ccm             | cfg80211         |
| ctr             | drm             | drm_kms_helper  | edac_core       | edac_mce_amd     |
| ehci_hcd        | ehci_pci        | hid_generic     | i2c_algo_bit    | i2c_piix4        |
| ip_tables       | k10temp         | kvm             | kvm_amd         | mac80211         |
| ohci_hcd        | ohci_pci        | rfkill          | rtl8821ae       | rtl_pci          |
| rtlwifi         | serio_raw       | sg              | shpchp          | sky2             |
| sp5100_tco      | sr_mod          | ttm             | usb_common      | xhci_hcd         |
| xhci_pci        |
===== iwconfig ===================================================================================================
eth0      no wireless extensions.
wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
===== ls /lib/firmware/*.{fw,ucode,bin} ==========================================================================
| agere_ap_fw.bin         | agere_sta_fw.bin        | ar5523.bin              | ar7010.fw                |
| ar7010_1_1.fw           | ar9170-1.fw             | ar9170-2.fw             | ar9271.fw                |
| ast_dp501_fw.bin        | ath3k-1.fw              | bnx2x-e1-4.8.53.0.fw    | bnx2x-e1-5.2.13.0.fw     |
| bnx2x-e1-5.2.7.0.fw     | bnx2x-e1h-4.8.53.0.fw   | bnx2x-e1h-5.2.13.0.fw   | bnx2x-e1h-5.2.7.0.fw     |
| carl9170-1.fw           | cbfw-3.2.1.1.bin        | cbfw-3.2.3.0.bin        | cbfw-3.2.5.1.bin         |
| ct2fw-3.2.1.1.bin       | ct2fw-3.2.3.0.bin       | ct2fw-3.2.5.1.bin       | ctfw-3.2.1.1.bin         |
| ctfw-3.2.3.0.bin        | ctfw-3.2.5.1.bin        | dvb-fe-xc4000-1.4.1.fw  | dvb-fe-xc5000-1.6.114.fw |
| dvb-fe-xc5000c-4.1.30.7.fw| dvb-usb-dib0700-1.20.fw | dvb-usb-it9135-01.fw    | dvb-usb-it9135-02.fw     |
| dvb-usb-terratec-h5-drxk.fw| f2255usb.bin            | hfi1_dc8051.fw          | hfi1_fabric.fw           |
| hfi1_pcie.fw            | hfi1_sbus.fw            | htc_7010.fw             | htc_9271.fw              |
| intelliport2.bin        | iwlwifi-100-5.ucode     | iwlwifi-1000-3.ucode    | iwlwifi-1000-5.ucode     |
| iwlwifi-105-6.ucode     | iwlwifi-135-6.ucode     | iwlwifi-2000-6.ucode    | iwlwifi-2030-6.ucode     |
| iwlwifi-3160-10.ucode   | iwlwifi-3160-12.ucode   | iwlwifi-3160-13.ucode   | iwlwifi-3160-16.ucode    |
| iwlwifi-3160-7.ucode    | iwlwifi-3160-8.ucode    | iwlwifi-3160-9.ucode    | iwlwifi-3168-21.ucode    |
| iwlwifi-3945-2.ucode    | iwlwifi-4965-2.ucode    | iwlwifi-5000-1.ucode    | iwlwifi-5000-2.ucode     |
| iwlwifi-5000-5.ucode    | iwlwifi-5150-2.ucode    | iwlwifi-6000-4.ucode    | iwlwifi-6000g2a-5.ucode  |
| iwlwifi-6000g2a-6.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6000g2b-6.ucode | iwlwifi-6050-4.ucode     |
| iwlwifi-6050-5.ucode    | iwlwifi-7260-10.ucode   | iwlwifi-7260-12.ucode   | iwlwifi-7260-13.ucode    |
| iwlwifi-7260-16.ucode   | iwlwifi-7260-7.ucode    | iwlwifi-7260-8.ucode    | iwlwifi-7260-9.ucode     |
| iwlwifi-7265-10.ucode   | iwlwifi-7265-12.ucode   | iwlwifi-7265-13.ucode   | iwlwifi-7265-16.ucode    |
| iwlwifi-7265-8.ucode    | iwlwifi-7265-9.ucode    | iwlwifi-7265D-10.ucode  | iwlwifi-7265D-12.ucode   |
| iwlwifi-7265D-13.ucode  | iwlwifi-7265D-16.ucode  | iwlwifi-7265D-21.ucode  | iwlwifi-8000C-13.ucode   |
| iwlwifi-8000C-16.ucode  | iwlwifi-8000C-21.ucode  | iwlwifi-8265-21.ucode   | lbtf_usb.bin             |
| lgs8g75.fw              | mt7601u.bin             | mt7650.bin              | mts_mt9234mu.fw          |
| mts_mt9234zba.fw        | phanfw.bin              | qat_895xcc.bin          | qat_895xcc_mmp.bin       |
| qat_c3xxx.bin           | qat_c3xxx_mmp.bin       | qat_c62x.bin            | qat_c62x_mmp.bin         |
| qat_mmp.bin             | ql2100_fw.bin           | ql2200_fw.bin           | ql2300_fw.bin            |
| ql2322_fw.bin           | ql2400_fw.bin           | ql2500_fw.bin           | rp2.fw                   |
| rsi_91x.fw              | rt2561.bin              | rt2561s.bin             | rt2661.bin               |
| rt2860.bin              | rt2870.bin              | rt3070.bin              | rt3071.bin               |
| rt3090.bin              | rt3290.bin              | rt73.bin                | s2250.fw                 |
| s2250_loader.fw         | s5p-mfc-v6-v2.fw        | s5p-mfc-v6.fw           | s5p-mfc-v7.fw            |
| s5p-mfc-v8.fw           | s5p-mfc.fw              | sdd_sagrad_1091_1098.bin| sms1xxx-hcw-55xxx-dvbt-02.fw |
| sms1xxx-hcw-55xxx-isdbt-02.fw| sms1xxx-nova-a-dvbt-01.fw| sms1xxx-nova-b-dvbt-01.fw| sms1xxx-stellar-dvbt-01.fw |
| tlg2300_firmware.bin    | tr_smctr.bin            | usbdux_firmware.bin     | usbduxfast_firmware.bin  |
| usbduxsigma_firmware.bin| v4l-cx231xx-avcore-01.fw| v4l-cx23418-apu.fw      | v4l-cx23418-cpu.fw       |
| v4l-cx23418-dig.fw      | v4l-cx23885-avcore-01.fw| v4l-cx25840.fw          | vntwusb.fw               |
| wsm_22.bin              |


===== iwlist scanning (filtered) =================================================================================
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=52/70  Signal level=-58 dBm  
                    ESSID:"§§§§§§§§2"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=44/70  Signal level=-66 dBm  
                    ESSID:"§§§§§§§§3"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=44/70  Signal level=-66 dBm  
                    ESSID:"§§§§§§§§4"
                    Channel:52
                    Frequency:5.26 GHz (Channel 52)
                    Quality=42/70  Signal level=-68 dBm  
                    ESSID:"§§§§§§§§3"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=36/70  Signal level=-74 dBm  
                    ESSID:"§§§§§§§§5"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=52/70  Signal level=-58 dBm  
                    ESSID:"§§§§§§§§1"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=52/70  Signal level=-58 dBm  
                    ESSID:"§§§§§§§§4"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=34/70  Signal level=-76 dBm  
                    ESSID:"§§§§§§§§6"
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:YES networkmanager:YES nm-applet:NO
===== ===== egrep -i "^^#].*(persistent|networkmanager)" /etc/sysconfig/network/config ==========================
===== rfkill list wifi ===========================================================================================
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
===== Actual date for bias of following greps ====================================================================
12:19:39 2016-07-27
===== grep -i radio /var/log/syslog | tail -n 5 ==================================================================
/usr/bin/grep: /var/log/syslog: No such file or directory
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
===== tail -n 300 /var/log/syslog | /usr/bin/grep -i firmware | tail -n 10 =======================================
tail: cannot open ‘/var/log/syslog’ for reading: No such file or directory
===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ====
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",  ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#2",  ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",  ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1",  ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
===== egrep -r '(en.*|wl.*|eth|ath|wlan|ra)[0-9]+' /etc/modprobe.*|egrep -v -i '#|blacklist' =====================
/etc/modprobe.d/50-iwl3945.conf:options iwl3945 disable_hw_scan=1
==================================================================================================================
*** NWElizaStates 
PNIN:1 CFR:1 IF:eth0 IM:2 IF:wlan0 IM:1 DI:2 AP:1 FALON:1 NIC:1 cNiC:2:1  NI:2 cNI:2 NIW:wlan0-0 DHCP:2 CM:0 IP6:0 KM:0 0 WLW:eth0 1 RTDT:SuSE  GUI:1 UID:0

Am Wed, 27 Jul 2016 10:26:02 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

> Code:
> --------------------
> ===== iwlist scanning (filtered)
> =================================================================================
> Channel:1 Frequency:2.412 GHz (Channel 1)
> Quality=52/70 Signal level=-58 dBm
> ESSID:"§§§§§§§§2"
> Channel:6
> Frequency:2.437 GHz (Channel 6)
> Quality=44/70 Signal level=-66 dBm
> ESSID:"§§§§§§§§3"
> Channel:6
> Frequency:2.437 GHz (Channel 6)
> Quality=44/70 Signal level=-66 dBm
> ESSID:"§§§§§§§§4"
> Channel:52
> Frequency:5.26 GHz (Channel 52)
> Quality=42/70 Signal level=-68 dBm
> ESSID:"§§§§§§§§3"
> Channel:1
> Frequency:2.412 GHz (Channel 1)
> Quality=36/70 Signal level=-74 dBm
> ESSID:"§§§§§§§§5"
> Channel:11
> Frequency:2.462 GHz (Channel 11)
> Quality=52/70 Signal level=-58 dBm
> ESSID:"§§§§§§§§1"
> Channel:11
> Frequency:2.462 GHz (Channel 11)
> Quality=52/70 Signal level=-58 dBm
> ESSID:"§§§§§§§§4"
> Channel:11
> Frequency:2.462 GHz (Channel 11)
> Quality=34/70 Signal level=-76 dBm
> ESSID:"§§§§§§§§6"
> ===== ndiswrapper -l
> =============================================================================================
> No ndiswrapper module loaded ===== Active processes
> ===========================================================================================
> wpa_supplicant:YES networkmanager:YES nm-applet:NO ===== ===== egrep -i
> “^^#].(persistent|networkmanager)" /etc/sysconfig/network/config
> ========================== ===== rfkill list wifi
> ===========================================================================================
> 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
> ===== Actual date for bias of following greps
> ==================================================================== 12:19:39
> 2016-07-27 ===== grep -i radio /var/log/syslog | tail -n 5
> ================================================================== /usr/bin/grep: /var/log/syslog:
> No such file or directory ===== dmesg | grep -i radio | tail -n5
> ==========================================================================
> ===== tail -n 300 /var/log/syslog | /usr/bin/grep -i firmware |tail -n 10
> ======================================= tail: cannot open ‘/var/log/syslog’
> for reading: No such file or directory ===== egrep
> ‘en|wl|eth|ath|wlan|ra|ppp’ /etc/udev/rules.d/net_persistent /etc/udev/rules.d/persistent-net
> ==== /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM==“net”,
> ACTION==“add”, DRIVERS=="?
”, ATTR{address}=="##:##:##:##:##:#2",
> ATTR{dev_id}==“0x0”, ATTR{type}==“1”, KERNEL==“wlan*”,
> NAME=“wlan0” /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM==“net”,
> ACTION==“add”, DRIVERS=="?", ATTR{address}=="##:##:##:##:##:#1",
> ATTR{dev_id}==“0x0”, ATTR{type}==“1”, KERNEL=="eth
", NAME=“eth0” ===== egrep
> -r ‘(en.|wl.|eth|ath|wlan|ra)[0-9]+’ /etc/modprobe.*|egrep -v -i
> ‘#|blacklist’ ===================== /etc/modprobe.d/50-iwl3945.conf:options
> iwl3945 disable_hw_scan=1
> ==================================================================================================================
> *** NWElizaStates PNIN:1 CFR:1 IF:eth0 IM:2 IF:wlan0 IM:1 DI:2 AP:1 FALON:1
> NIC:1 cNiC:2:1 NI:2 cNI:2 NIW:wlan0-0 DHCP:2 CM:0 IP6:0 KM:0 0 WLW:eth0 1
> RTDT:SuSE GUI:1 UID:0 --------------------
>
>

Naja, eigentlich ist das ein Muster ohne Wert, weil

!!! CND0360E: Wireless connection tested with an existing wired connection on
interface eth0. Unplug the cable and execute the script again

da eine kabelgebundene Verbindung besteht, aber nun gut.

Die Karte an sich funktioniert, sie findet auch Netzwerke.

> wpa_supplicant:YES networkmanager:YES nm-applet:NO ===== ===== egrep -i
> “^^#].*(persistent|networkmanager)” /etc/sysconfig/network/config

und

— /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO=‘dhcp’
DHCLIENT_SET_DEFAULT_ROUTE=‘yes’
NAME=@@@@@@
STARTMODE=‘auto’
WIRELESS_AP_SCANMODE=‘1’

legen einen Verdacht nahe.

Treten sich da NetworkManager und wicked auf den Füßen herum?

Was sagt:

systemctl status NetworkManager wicked wickedd

Sollten beide laufen, dann deaktiviere und stoppe wicked (als root)

systemctl --force disable wicked wickedd

systemctl stop wicked wickedd

systemctl enable --force NetworkManager

systemctl restart NetworkManager

Danach kann die Karte -sofern noch nicht geschehen- über das NetworkManager
applet (weiß gerade nicht, wie das Dingen unter KDE heisst) eingerichtet werden.

Sollte das auch nicht funktionieren, dann nochmal das Script laufen lassen,
aber dieses mal OHNE eingestecktes Netzwerkkabel.

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

systemctl status NetworkManager wicked wickedd
NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled)
   Active: active (running) since Wed 2016-07-27 15:21:02 CEST; 2min 3s ago
 Main PID: 973 (NetworkManager)
   CGroup: /system.slice/NetworkManager.service
           ├─ 973 /usr/sbin/NetworkManager --no-daemon
           └─1295 /sbin/dhclient -d -q -sf /usr/lib/nm-dhcp-helper -pf /var/run/dhclient-wlan0.pid -lf /var/lib/NetworkManager/dhclient-80b24f87-4e03-4c82-8d0d-f083efbf5a33-wla...

Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>    preferred_lft 3600
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>    address 2a02:8108:9bbf:dac4:68d:38ff:fe9c:b8b0
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>    nameserver 'fd00::3681:c4ff:fefa:a0c7'
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  (wlan0): DHCPv6 state changed unknown -> bound, event ID="38:9c:b8:b0|1446121925"
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  Policy set 'JMKio' (wlan0) as default for IPv6 routing and DNS.
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  startup complete
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  (wlan0): DHCPv6 state changed bound -> unknown
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  (wlan0): DHCPv6 state changed unknown -> expire
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  (wlan0): canceled DHCP transaction, DHCP client pid 1497
Jul 27 15:21:20 linux-pxjs NetworkManager[973]: <info>  (wlan0): DHCPv6 state changed expire -> done

wicked.service - wicked managed network interfaces
   Loaded: loaded (/usr/lib/systemd/system/wicked.service; disabled)
   Active: inactive (dead)


wickedd.service - wicked network management service daemon
   Loaded: loaded (/usr/lib/systemd/system/wickedd.service; static)
   Active: inactive (dead)

in der Fritzbox 6490 zeigt es folgendes an

96 / 1 2,4 GHz / n / 20 MHz WPA2, 2 x 2

scheinbar nur im 2,4GHz bereich und mit einem geringem Datendurchsatz bei einer 25 MBit/s Internetleitung

http://speedtest.chip.de/ Ihre Messwerte

                                    **Download**

6,2 Mbit/sØ 3,5 Mbit/s Upload

506,0 Kbit/sØ 409,0 Kbit/s Latenz

45,0 msØ 63,0 ms


collectNWData.sh V0.7.5.8 2016-05-22/17:35:50 - e8982e6 -iGUI-

This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions

--- Which type of your network connection should be tested?
--- (1) Wireless connection (WLAN)

--- What's the type of networktopology?
--- (2) DSL HW router <---> LinuxClient

--- On which host is the script executed?
--- (1) LinuxClient
--- WLAN SSID to connect to: §§§§§§§§1

--- NWCollect is collecting networkconfiguration information into file collectNWData.txt ...

--- NWEliza is analyzing the system for common network configuration errors ...
!!! CND0500W: Channel 11 used by your accesspoint is also used by 1 other access points
!!! CND0230W: IPV6 enabled and may be the reason for network problems
!!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually

--- Go to http://www.linux-tips-and-tricks.de/CND#English to get more detailed instructions 
--- about the error/warning messages and how to fix the problems on your own.

--- If you are unsuccessful then place the contents of file collectNWData.txt in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links) 
--- and then paste the nopaste link on your favorite Linux forum.

==================================================================================================================
===== cat /etc/*-_]release || cat /etc/*-_]version =============================================================
/etc/SuSE-release
/etc/os-release
openSUSE 42.1 (x86_64)
VERSION = 42.1
CODENAME = Malachite
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
===== uname -a ===================================================================================================
Linux linux-pxjs 4.1.27-27-default #1 SMP PREEMPT Fri Jul 15 12:46:41 UTC 2016 (84ae57e) x86_64 x86_64 x86_64 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
DHCLIENT_SET_DEFAULT_ROUTE='yes'
NAME=@@@@@@
STARTMODE='auto'
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='psk'
WIRELESS_DEFAULT_KEY=@@@@@@
WIRELESS_ESSID=@@@@@@
WIRELESS_KEY_LENGTH=@@@@@@
WIRELESS_MODE='Managed'
WIRELESS_POWER='yes'
WIRELESS_WPA_PSK=@@@@@@
===== ping tests =================================================================================================
Ping of 8.8.8.8 OK
Ping of www.google.com OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.178.1
nameserver fd00::3681:c4ff:fefa:a0c7
===== cat /etc/hosts =============================================================================================
127.0.0.1    localhost
===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ==================================
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.178.1   0.0.0.0         UG    600    0        0 wlan0
192.168.178.0   0.0.0.0         255.255.255.0   U     600    0        0 wlan0
2a02:8108:9bbf:dac4:68d:38ff:fe9c:b8b0/128  ::                                      U     256    0        0 wlan0   
2a02:8108:9bbf:dac4::/64                    ::                                      U     600    0        0 wlan0   
2a02:8108:9bbf:dac4::/62                    fe80::3681:c4ff:fefa:a0c7               UG    600    0        0 wlan0   
fe80::/64                                   ::                                      U     256    0        0 wlan0   
::/0                                        fe80::3681:c4ff:fefa:a0c7               UG    600    0        0 wlan0   
ff00::/8                                    ::                                      U     256    0        0 wlan0   
===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ======================================================
eth0      Link encap:Ethernet  HWaddr ##:##:##:##:##:#1  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18 
wlan0     Link encap:Ethernet  HWaddr ##:##:##:##:##:#2  
          inet addr:192.168.178.103  Bcast:192.168.178.255  Mask:255.255.255.0
          inet6 addr: fe80::68d:38ff:fe9c:b8b0/64 Scope:Link
          inet6 addr: 2a02:8108:9bbf:dac4:68d:38ff:fe9c:b8b0/128 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10182 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8422 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:11125350 (10.6 Mb)  TX bytes:2338979 (2.2 Mb)
===== lspci ======================================================================================================
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
    Subsystem: ASUSTeK Computer Inc. Motherboard [1043:81f8]
    Kernel driver in use: sky2
--
06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812] (rev 01)
    Subsystem: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812]
    Kernel driver in use: rtl8821ae
    Kernel modules: rtl8821ae
===== lsusb | grep -v "root hub" =================================================================================
Bus 006 Device 002: ID 046d:c025 Logitech, Inc. MX500 Optical Mouse
Bus 004 Device 004: ID 046d:c70c Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 004 Device 003: ID 046d:c70b Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 004 Device 002: ID 046d:0b02 Logitech, Inc. C-UV35 [Bluetooth Mini-Receiver] (HID proxy mode)
===== hwinfo (filtered) ==========================================================================================
35: PCI 300.0: 0200 Ethernet controller
  Model: "Marvell 88E8056 PCI-E Gigabit Ethernet Controller"
  Vendor: pci 0x11ab "Marvell Technology Group Ltd."
  Device: pci 0x4364 "88E8056 PCI-E Gigabit Ethernet Controller"
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x81f8 "Motherboard"
  Driver: "sky2"
  Driver Modules: "sky2"
  Device File: eth0
  Link detected: no
    Driver Status: sky2 is active
    Driver Activation Cmd: "modprobe sky2"
38: PCI 600.0: 0282 WLAN controller
  Model: "Realtek RTL8812AE 802.11ac PCIe Wireless Network Adapter"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8812 "RTL8812AE 802.11ac PCIe Wireless Network Adapter"
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8812 
  Driver: "rtl8821ae"
  Driver Modules: "rtl8821ae"
  Device File: wlan0
  Link detected: yes
    Driver Status: rtl8821ae is active
    Driver Activation Cmd: "modprobe rtl8821ae"
===== lsmod (filtered) ===========================================================================================
| af_packet       | arc4            | bnep            | ccm             | cfg80211         |
| ctr             | drm             | drm_kms_helper  | edac_core       | edac_mce_amd     |
| ehci_hcd        | ehci_pci        | hid_generic     | i2c_algo_bit    | i2c_piix4        |
| ip_tables       | k10temp         | kvm             | kvm_amd         | mac80211         |
| ohci_hcd        | ohci_pci        | rfkill          | rtl8821ae       | rtl_pci          |
| rtlwifi         | serio_raw       | sg              | shpchp          | sky2             |
| sp5100_tco      | sr_mod          | ttm             | usb_common      | xhci_hcd         |
| xhci_pci        |
===== iwconfig ===================================================================================================

eth0      no wireless extensions.
wlan0     IEEE 802.11abgn  ESSID:"§§§§§§§§1"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: ##:##:##:##:##:#3   
          Bit Rate=144.4 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=54/70  Signal level=-56 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:165   Missed beacon:0
===== ls /lib/firmware/*.{fw,ucode,bin} ==========================================================================
| agere_ap_fw.bin         | agere_sta_fw.bin        | ar5523.bin              | ar7010.fw                |
| ar7010_1_1.fw           | ar9170-1.fw             | ar9170-2.fw             | ar9271.fw                |
| ast_dp501_fw.bin        | ath3k-1.fw              | bnx2x-e1-4.8.53.0.fw    | bnx2x-e1-5.2.13.0.fw     |
| bnx2x-e1-5.2.7.0.fw     | bnx2x-e1h-4.8.53.0.fw   | bnx2x-e1h-5.2.13.0.fw   | bnx2x-e1h-5.2.7.0.fw     |
| carl9170-1.fw           | cbfw-3.2.1.1.bin        | cbfw-3.2.3.0.bin        | cbfw-3.2.5.1.bin         |
| ct2fw-3.2.1.1.bin       | ct2fw-3.2.3.0.bin       | ct2fw-3.2.5.1.bin       | ctfw-3.2.1.1.bin         |
| ctfw-3.2.3.0.bin        | ctfw-3.2.5.1.bin        | dvb-fe-xc4000-1.4.1.fw  | dvb-fe-xc5000-1.6.114.fw |
| dvb-fe-xc5000c-4.1.30.7.fw| dvb-usb-dib0700-1.20.fw | dvb-usb-it9135-01.fw    | dvb-usb-it9135-02.fw     |
| dvb-usb-terratec-h5-drxk.fw| f2255usb.bin            | hfi1_dc8051.fw          | hfi1_fabric.fw           |
| hfi1_pcie.fw            | hfi1_sbus.fw            | htc_7010.fw             | htc_9271.fw              |
| intelliport2.bin        | iwlwifi-100-5.ucode     | iwlwifi-1000-3.ucode    | iwlwifi-1000-5.ucode     |
| iwlwifi-105-6.ucode     | iwlwifi-135-6.ucode     | iwlwifi-2000-6.ucode    | iwlwifi-2030-6.ucode     |
| iwlwifi-3160-10.ucode   | iwlwifi-3160-12.ucode   | iwlwifi-3160-13.ucode   | iwlwifi-3160-16.ucode    |
| iwlwifi-3160-7.ucode    | iwlwifi-3160-8.ucode    | iwlwifi-3160-9.ucode    | iwlwifi-3168-21.ucode    |
| iwlwifi-3945-2.ucode    | iwlwifi-4965-2.ucode    | iwlwifi-5000-1.ucode    | iwlwifi-5000-2.ucode     |
| iwlwifi-5000-5.ucode    | iwlwifi-5150-2.ucode    | iwlwifi-6000-4.ucode    | iwlwifi-6000g2a-5.ucode  |
| iwlwifi-6000g2a-6.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6000g2b-6.ucode | iwlwifi-6050-4.ucode     |
| iwlwifi-6050-5.ucode    | iwlwifi-7260-10.ucode   | iwlwifi-7260-12.ucode   | iwlwifi-7260-13.ucode    |
| iwlwifi-7260-16.ucode   | iwlwifi-7260-7.ucode    | iwlwifi-7260-8.ucode    | iwlwifi-7260-9.ucode     |
| iwlwifi-7265-10.ucode   | iwlwifi-7265-12.ucode   | iwlwifi-7265-13.ucode   | iwlwifi-7265-16.ucode    |
| iwlwifi-7265-8.ucode    | iwlwifi-7265-9.ucode    | iwlwifi-7265D-10.ucode  | iwlwifi-7265D-12.ucode   |
| iwlwifi-7265D-13.ucode  | iwlwifi-7265D-16.ucode  | iwlwifi-7265D-21.ucode  | iwlwifi-8000C-13.ucode   |
| iwlwifi-8000C-16.ucode  | iwlwifi-8000C-21.ucode  | iwlwifi-8265-21.ucode   | lbtf_usb.bin             |
| lgs8g75.fw              | mt7601u.bin             | mt7650.bin              | mts_mt9234mu.fw          |
| mts_mt9234zba.fw        | phanfw.bin              | qat_895xcc.bin          | qat_895xcc_mmp.bin       |
| qat_c3xxx.bin           | qat_c3xxx_mmp.bin       | qat_c62x.bin            | qat_c62x_mmp.bin         |
| qat_mmp.bin             | ql2100_fw.bin           | ql2200_fw.bin           | ql2300_fw.bin            |
| ql2322_fw.bin           | ql2400_fw.bin           | ql2500_fw.bin           | rp2.fw                   |
| rsi_91x.fw              | rt2561.bin              | rt2561s.bin             | rt2661.bin               |
| rt2860.bin              | rt2870.bin              | rt3070.bin              | rt3071.bin               |
| rt3090.bin              | rt3290.bin              | rt73.bin                | s2250.fw                 |
| s2250_loader.fw         | s5p-mfc-v6-v2.fw        | s5p-mfc-v6.fw           | s5p-mfc-v7.fw            |
| s5p-mfc-v8.fw           | s5p-mfc.fw              | sdd_sagrad_1091_1098.bin| sms1xxx-hcw-55xxx-dvbt-02.fw |
| sms1xxx-hcw-55xxx-isdbt-02.fw| sms1xxx-nova-a-dvbt-01.fw| sms1xxx-nova-b-dvbt-01.fw| sms1xxx-stellar-dvbt-01.fw |
| tlg2300_firmware.bin    | tr_smctr.bin            | usbdux_firmware.bin     | usbduxfast_firmware.bin  |
| usbduxsigma_firmware.bin| v4l-cx231xx-avcore-01.fw| v4l-cx23418-apu.fw      | v4l-cx23418-cpu.fw       |
| v4l-cx23418-dig.fw      | v4l-cx23885-avcore-01.fw| v4l-cx25840.fw          | vntwusb.fw               |
| wsm_22.bin              |
===== iwlist scanning (filtered) =================================================================================
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=56/70  Signal level=-54 dBm  
                    ESSID:"§§§§§§§§1"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=54/70  Signal level=-56 dBm  
                    ESSID:"§§§§§§§§2"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=38/70  Signal level=-72 dBm  
                    ESSID:"§§§§§§§§3"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=46/70  Signal level=-64 dBm  
                    ESSID:"§§§§§§§§4"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=44/70  Signal level=-66 dBm  
                    ESSID:"§§§§§§§§2"
                    Channel:52
                    Frequency:5.26 GHz (Channel 52)
                    Quality=43/70  Signal level=-67 dBm  
                    ESSID:"§§§§§§§§4"
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:YES networkmanager:YES nm-applet:NO
===== ===== egrep -i "^^#].*(persistent|networkmanager)" /etc/sysconfig/network/config ==========================
===== rfkill list wifi ===========================================================================================
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
===== Actual date for bias of following greps ====================================================================
15:28:31 2016-07-27
===== grep -i radio /var/log/syslog | tail -n 5 ==================================================================
/usr/bin/grep: /var/log/syslog: No such file or directory
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
===== tail -n 300 /var/log/syslog | /usr/bin/grep -i firmware | tail -n 10 =======================================
tail: cannot open ‘/var/log/syslog’ for reading: No such file or directory
===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ====
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",  ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#2",  ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",  ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1",  ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
===== egrep -r '(en.*|wl.*|eth|ath|wlan|ra)[0-9]+' /etc/modprobe.*|egrep -v -i '#|blacklist' =====================
/etc/modprobe.d/50-iwl3945.conf:options iwl3945 disable_hw_scan=1
==================================================================================================================
*** NWElizaStates 
PNIN:1 CFR:1 IF:eth0 IM:2 IF:wlan0 IM:1 DI:2 AP:1 FALON:1 NIC:0 cNiC:2:0  NI:0 cNI:0 PNG:0 DNS:0 MTU:0 NISS:0 IP6:1 KM:0 0 WLW:0 RTDT:SuSE GUI:1  UID:0 

Am Wed, 27 Jul 2016 13:46:02 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

> Code:
> --------------------
> eth0 no wireless extensions.
> wlan0 IEEE 802.11abgn ESSID:"§§§§§§§§1"
> Mode:Managed Frequency:2.462 GHz Access Point: ##:##:##:##:##:#3
> Bit Rate=144.4 Mb/s Tx-Power=20 dBm
> Retry short limit:7 RTS thr=2347 B Fragment thr:off
> Encryption key:off
> Power Management:off
> Link Quality=54/70 Signal level=-56 dBm
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:165 Missed beacon:0

Immerhin funktioniert die Karte doch jetzt, oder wie soll ich das hier aus dem
ersten Post verstehen?

> Er deaktiviert dies ständig wieder, so daß keine
> Verbindung zustande kommt.

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

im 2,4GHz Bereich scheint es zu funktionieren.

Zuvor hatte ich in den Einstellungen, BSSID die MAC Adresse vom 5GHz der Fritzbox eingetragen gehabt, seit dem es leer ist, baut er eine Verbindung auf zum 2,4 GHz.

Kann man dieses auch für den 5GHz Bereich erreichen, ist schließlich eine dual Band WLAN Karte mit ac bis zu 860 MBit/s?

Am Wed, 27 Jul 2016 16:06:01 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

> im 2,4GHz Bereich scheint es zu funktionieren.
>

Immerhin, , je nach Qualität des Treibers kann es bei neueren Karten halt noch
“Hakeln”. Realtek ist da nicht das Übelste aber auch nicht das Beste was
Unterstützung der Linuxwelt anbetrifft.

Kurze Anmerkung: Ein hier aktiver Nutzer (Larry Finger) ist übrigens zur Zeit
einer der Hauptentwickler für neuere Realtektreiber unter Linux, das aber nur am
Rande.

> Zuvor hatte ich in den Einstellungen, BSSID die MAC Adresse vom 5GHz der
> Fritzbox eingetragen gehabt, seit dem es leer ist, baut er eine
> Verbindung auf zum 2,4 GHz.
>

Dann würde ich Folgendes daraus schließen:

  1. Per default wird 2.4 statt 5 GHz verwendet

  2. Wenn es nach Umstellen auf die BSSID (MAC-Adresse) des 5GHz APs nicht mehr
    funktioniert, dann hat der Treiber da zumindest zur Zeit noch Defizite, es kann
    sogar sein, daß dieses Feature -da im Treiber selbst noch nicht ausgereift-
    deaktiviert ist. Und wenn ich an die Zeiten zurück denke, in denen “Draft-N”
    der “heiße, neue Scheiß” war, da gab es auch nicht selten “lustige” Probleme je
    nach Kombination Router/Client, bei AC könnte das Ganze Theater auch wieder
    losgehen. Soll heißen, es muß nicht zwingend der Treiber sein, auch wenn das
    gar nicht unwahrscheinlich ist.

> Kann man dieses auch für den 5GHz Bereich erreichen, ist schließlich
> eine dual Band WLAN Karte mit ac bis zu 860 MBit/s?

Versuch macht kluch, zwinge die Karte die BSSID des 5GHz APs zu nutzen und
schau, was passiert.

Wenn es dann keine Verbindung gibt, dann sieht es erst mal schlecht aus.

Ach ja, noch was, wichtig bei WLAN ist das “bis zu” bei Angaben einer Bitrate,
WLAN ist immer shared medium und diese Werte erreicht man auch praktisch eher
selten, auch wenn einem vielleicht irgendein Tool meint, es wäre so.

Und last but not least, vielleicht hätte ich noch was zum (gefahrlosen) Testen,
ohne Erfolgsgarantie (womit wir wieder bei Larry Finger und seinen
Coder-Fähigkeiten wären).

AK

Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

Wäre eine andere Karte besser gewesen und wenn ja welche?

hatte zuvor versucht danach zu googelt fand nur für ubuntu eine Liste, ist ja auch Linux

Am Wed, 27 Jul 2016 16:56:01 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

> Wäre eine andere Karte besser gewesen und wenn ja welche?
>

Schwierig, wenn es um “die Karte” geht, aber zumindest kann man ein paar
Hersteller von Chipsätzen (und das bedeutet leider nicht oft auch “Hersteller”
im Sinne von Marke, unter der die Karte verkauft wird), nennen.

Aber auch das ist keine Konstante, bis vor einem Jahr hätte ich da Atheros
(jetzt Qualcomm) und Intel an erster Stelle genannt. Intel gilt meiner Meinung
nach heute noch, aber bei Qualcomm/Atheros sind einige Entwicklungen der
letzten Zeit nicht so wirklich erfreulich, ich hatte da auch mal was verlinkt,
wo ein Kernelentwickler das erklärt.

https://forums.opensuse.org/showthread.php/513951-Qualcomm-QCA6174-geht-nicht

Ob die dort erwähnten USB-Chipsätze von Mediatek (früher Ralink) eine gute Wahl
sind/sein werden, ist auch nicht so ganz klar, zusammen mit Realtek war das
bisher eigentlich immer eher “nicht schlecht aber vor allem billig”.

Broadcom war auch eine Weile ein Kandidat, vor allem nachdem sie nach einer
Ewigkeit des “wir bieten nur proprietäre Treiber für ein paar Chipsätze in
Routern an und ansonsten scheißen wir auf Linux” anfingen auch mal Quellcode
freizugeben, aber das scheint mittlerweile auch so langsam aber sicher
einzuschlafen.

WLAN-Unterstützung im Sinne von “Einstöpseln - geht” unter Linux ist um Längen
besser als noch vor 5 Jahren, aber bei neuen Features/Standards braucht
man je nach Hersteller/Chipsatz etwas Geduld.

Deshalb auch habe ich auch Intel genannt, die haben ein -nach aussen hin
sichtbares- Entwicklerteam für Linuxtreiber, da muss man also meist nicht so
lange warten, aber auch da bestätigen Ausnahmen die Regel.

Ich selbst habe/hatte bisher in meinen Klapprechnern immer entweder Intel
oder Atheros und war auch immer sehr zufrieden, aber ganz neue Hardware istbei
mir zur Zeit nicht, meine Kisten sind 6 bzw. 8 Jahre alt.

Für Notfälle habe ich noch einen uralten USB-Stöpsel von mitRealtek-Chipsatz,
aber den kann man nicht als Vergleich nehmen, da nur b/g und zu einer Zeit
gekauft, als der zugehörige Treiber noch nicht mal offiziell im Kernel
war.

> hatte zuvor versucht danach zu googelt fand nur für ubuntu eine Liste,
> ist ja auch Linux
>

Jo, da spielt die Distro keine Rolle, maximal die Version des Treibers,was
meist -aber nicht immer- der Kernelversion entspricht, und genau deshalb noch
mal kurz der Hinweis “ich hätte da was zum Testen”.

Interresse?

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

Es kommt auch noch auf die Firmware des Routers an, bei z.B.openwrt wird teilweise auch draft-n heruntergeschaltet auf 65MBit…

was heißt das zum Testen? von Larry Finger?

Es kommt auch noch auf die Firmware des Routers an, bei z.B.openwrt wird teilweise auch draft-n heruntergeschaltet auf 65MBit…

Die Fritz!Box 6490 Cabel bekommt seine Firmware von Kabel Deutschland Vodafone und die wiederum von AVM, ist gerade in der Version 6.50

Am Wed, 27 Jul 2016 17:46:02 GMT
schrieb Sauerland <Sauerland@no-mx.forums.microfocus.com>:

> Es kommt auch noch auf die Firmware des Routers an, bei z.B.openwrt wird
> teilweise auch draft-n heruntergeschaltet auf 65MBit…
>
>

Ah ja, wusste ich jetzt auch nicht, passt aber zu meiner Aussage von oben, daß
man da unter Linux eher etwas konservativ vorgeht.
Bei den Treibern für einen Router ist man da wahrscheinlich noch ein wenig
vorsichtiger, denn wenn ein Treiber auf einem Client “wackelt”, hat nur dereine
Client Probleme, ist der Treiber auf dem Router buggy, dann haben alle
Clients Probleme.

AK


Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)

Am Wed, 27 Jul 2016 18:06:02 GMT
schrieb jmkio <jmkio@no-mx.forums.microfocus.com>:

>
> was heißt das zum Testen? von Larry Finger?
>

Jepp, der Code kommt von hier:

https://github.com/lwfinger/rtlwifi_new

Und passende Pakete für openSUSE gibt es in meinem Repository:

http://download.opensuse.org/repositories/home:/Akoellh:/Kernelmodules/

Aus einem der vorigen Posts sieht man das hier:

===== uname -a

Linux linux-pxjs 4.1.27-27-default #1 SMP PREEMPT Fri Jul 15 12:46:41 UTC 2016
(84ae57e) x86_64 x86_64 x86_64 GNU/Linux

Und damit kommt man auf

http://download.opensuse.org/repositories/home:/Akoellh:/Kernelmodules/openSUSE_Leap_42.1_Update/x86_64/rtlwifi_new-kmp-default-0.6.git20160701_k4.1.27_27-1.4.x86_64.rpm

Schnellanleitung fürs Terminal:

cd /tmp

wget -c
http://download.opensuse.org/repositories/home:/Akoellh:/Kernelmodules/openSUSE_Leap_42.1_Update/x86_64/rtlwifi_new-kmp-default-0.6.git20160701_k4.1.27_27-1.4.x86_64.rpm

su -c “rpm -Uvh
rtlwifi_new-kmp-default-0.6.git20160701_k4.1.27_27-1.4.x86_64.rpm ;
modprobe -r rtl8821ae ; modprobe rtl8821ae”

Und dann mal sehen, ob diese aktuellere Treiberversion besser ist.

Falls ja kann man das entsprechende Repo einrichten, falls nicht schmeisst man
das Paket wieder runter.

AK

Never attribute to malice that which can be adequately explained by stupidity.
(R.J. Hanlon)