Ja gut bei dir ist schnell ich meinte jar
Der scheint ja auch so ein Problem zu haben.
ich hab osmc drauf da konnte ich iperf3 mit apt-get install iperf installieren.
Posts by theincogtion
Registriere dich jetzt, um exklusive Vorteile zu genießen! Als registriertes Mitglied kannst du Inhalte herunterladen und profitierst von einem werbefreien Forum.
Mach mit und werde Teil unserer Community!
Mach mit und werde Teil unserer Community!
-
-
Die Erfahrung machte ich auch, der Router 4m entfernt meint per wlan hängt der PI mit 271 Mbit angebunden, trotzdem ruckelt alles, per 100 Mbit LAN klappt alles prima.
Ergo wer Funk kennt nimmt Kabel, ein Loch in die Wand, Lankabel durch, Freiluftleitung gelegt, nun warte ich auf Installationsmaterial um die Kabel in die Wand zu bringen, ist für mich leichter als alle Linux Schalter zu testen.Hatte ich vergessen zu erwähnen,
wget hab ich auch mal probiert. Mit deinem link:
/dev/null 3%[ ] 3.26M 333KB/s eta 3m 51sUltra langsam. Meine Verbindung ist 100Mbit/s und die kommen auch an.
QuoteDie Erfahrung machte ich auch, der Router 4m entfernt meint per wlan hängt der PI mit 271 Mbit angebunden, trotzdem ruckelt alles, per 100 Mbit LAN klappt alles prima.
Könntest du mal iperf3 testen? das ging komischerweise bei mir in voller Geschwindigkeit. -
Ich habe ein total merkwürdiges Problem das ich mir nicht erklären kann:
Ich benutze das interne Wlan vom RPi 3. Die Verbindung ist gut, router und pi sind nicht weit entfernt.
Sobald ich einen Film schauen will buffert Kodi ohne ende. Ich habe iftop aufgemacht und gesehen, das das Netzwerk super langsam ist (maximal 15Mbit/s meistens deutlich weniger).
Ich habe einen Speedtest mit iperf3 gemacht:Code[ ID] Interval Transfer Bandwidth Retr [ 4] 0.00-10.00 sec 37.7 MBytes 31.6 Mbits/sec 1 sender [ 4] 0.00-10.00 sec 37.5 MBytes 31.4 Mbits/sec receiver
Das sieht ja deutlich besser aus und würde auch absolut für streaming reichen. Also ist mien wlan schonmal nicht schuld wäre meine Folgerung gewesen.
Ich habe nun scp, smb und nfs getestet. Alle sind viel zu langsam.
iperf ist das einzige was diese Geschwindigkeit bringt.Wäre super wenn mir da jemand helfen könnte. Aktuell ist das setup zu langsam für ard/zdf mediathek.
Ich habe auch schon osmc neu installiert und auch mal kodi 17 probiert. Alles mit dem gleichen Problem. -
Ich hab in Kodi immer noch das Problem, das die Umlaute nicht gehen. Hat jemand eine Idee? Sonderzeichen gehen nur wie hier ja schon beschrieben nur halt die Umlaute nicht.
-
Ansatzpunkte:
Dateisystem, auf das die Datei geschrieben wird.
Samba-Konfiguration, unvollständig bzgl. Blockgröße.
Dateisystem = ext4
Samba Config:
Code
Display More# Sample configuration file for the Samba suite for Debian GNU/Linux. # # # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. Samba has a huge number of configurable options most of which # are not shown in this example # # Some options that are often worth tuning have been included as # commented-out examples in this file. # - When such options are commented with ";", the proposed setting # differs from the default Samba behaviour # - When commented with "#", the proposed setting is the default # behaviour of Samba but the option is considered important # enough to be mentioned here # # NOTE: Whenever you modify this file you should run the command # "testparm" to check that you have not made any basic syntactic # errors. #======================= Global Settings ======================= [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = WORKGROUP # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server # wins support = no # WINS Server - Tells the NMBD components of Samba to be a WINS Client # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both ; wins server = w.x.y.z # This will prevent nmbd to search for NetBIOS names through DNS. dns proxy = no #### Networking #### # The specific set of interfaces / networks to bind to # This can be either the interface name or an IP address/netmask; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # Only bind to the named interfaces and/or networks; you must use the # 'interfaces' option above to use this. # It is recommended that you enable this feature if your Samba machine is # not protected by a firewall or is a firewall itself. However, this # option cannot handle dynamic or non-broadcast interfaces correctly. ; bind interfaces only = yes #### Debugging/Accounting #### # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Cap the size of the individual log files (in KiB). max log size = 1000 # If you want Samba to only log through syslog then set the following # parameter to 'yes'. # syslog only = no # We want Samba to log a minimum amount of information to syslog. Everything # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log # through syslog you should set the following parameter to something higher. syslog = 0 # Do something sensible when Samba crashes: mail the admin a backtrace panic action = /usr/share/samba/panic-action %d ####### Authentication ####### # Server role. Defines in which mode Samba will operate. Possible # values are "standalone server", "member server", "classic primary # domain controller", "classic backup domain controller", "active # directory domain controller". # # Most people will want "standalone sever" or "member server". # Running as "active directory domain controller" will require first # running "samba-tool domain provision" to wipe databases and create a # new domain. server role = standalone server # If you are using encrypted passwords, Samba will need to know what # password database type you are using. passdb backend = tdbsam obey pam restrictions = yes # This boolean parameter controls whether Samba attempts to sync the Unix # password with the SMB password when the encrypted SMB password in the # passdb is changed. unix password sync = yes # For Unix password sync to work on a Debian GNU/Linux system, the following # parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for # sending the correct chat script for the passwd program in Debian Sarge). passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . # This boolean controls whether PAM will be used for password changes # when requested by an SMB client instead of the program listed in # 'passwd program'. The default is 'no'. pam password change = yes # This option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user ########## Domains ########### # # The following settings only takes effect if 'server role = primary # classic domain controller', 'server role = backup domain controller' # or 'domain logons' is set # # It specifies the location of the user's # profile directory from the client point of view) The following # required a [profiles] share to be setup on the samba server (see # below) ; logon path = \\%N\profiles\%U # Another common choice is storing the profile in the user's home directory # (this is Samba's default) # logon path = \\%N\%U\profile # The following setting only takes effect if 'domain logons' is set # It specifies the location of a user's home directory (from the client # point of view) ; logon drive = H: # logon home = \\%N\%U # The following setting only takes effect if 'domain logons' is set # It specifies the script to run during logon. The script must be stored # in the [netlogon] share # NOTE: Must be store in 'DOS' file format convention ; logon script = logon.cmd # This allows Unix users to be created on the domain controller via the SAMR # RPC pipe. The example command creates a user account with a disabled Unix # password; please adapt to your needs ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u # This allows machine accounts to be created on the domain controller via the # SAMR RPC pipe. # The following assumes a "machines" group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u # This allows Unix groups to be created on the domain controller via the SAMR # RPC pipe. ; add group script = /usr/sbin/addgroup --force-badname %g ############ Misc ############ # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf.%m # Some defaults for winbind (make sure you're not using the ranges # for something else.) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # Setup usershare options to enable non-root users to share folders # with the net usershare command. # Maximum number of usershare. 0 (default) means that usershare is disabled. ; usershare max shares = 100 # Allow users who've been granted usershare privileges to create # public shares, not just authenticated ones usershare allow guests = yes #======================= Share Definitions ======================= [homes] comment = Home Directories browseable = no # By default, the home directories are exported read-only. Change the # next parameter to 'no' if you want to be able to write to them. read only = yes # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775. create mask = 0700 # Directory creation mask is set to 0700 for security reasons. If you want to # create dirs. with group=rw permissions, set next parameter to 0775. directory mask = 0700 # By default, \\server\username shares can be connected to by anyone # with access to the samba server. # The following parameter makes sure that only "username" can connect # to \\server\username # This might need tweaking when using external authentication schemes valid users = %S # Un-comment the following and create the netlogon directory for Domain Logons # (you need to configure Samba to act as a domain controller too.) ;[netlogon] ; comment = Network Logon Service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # Un-comment the following and create the profiles directory to store # users profiles (see the "logon path" option above) # (you need to configure Samba to act as a domain controller too.) # The path below should be writable by all users so that their # profile directory may be created the first time they log on ;[profiles] ; comment = Users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 # Windows clients look for this share name as a source of downloadable # printer drivers [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no # Uncomment to allow remote administration of Windows print drivers. # You may need to replace 'lpadmin' with the name of the group your # admin users are members of. # Please note that you also need to set appropriate Unix permissions # to the drivers directory for these users to have write rights in it ; write list = root, @lpadmin
-
Niemand?
Kleinere Dateien gehen nur bei großen 3GB Dateien zickt es. -
Ich habe auf dem RPi 1 massiv Probleme mit Samba. Sobald ich einen Kopiervorgang beginne schnellt die Auslastung auf 99% hoch.
In Windows sieht es dann so aus:
Selbst wenn ich hier auf abbrechen klicke bleibt die Auslastung auf 99%
Einen Log Eintrag konnte ich unter /var/log nicht finden. Alle logs (auch unter samba) waren älter als der angestartete Kopiervorgang.
edit: Kopieren per sftp geht, ist halt nur langsamer.
-
Das Menü kommt bei mir schon.
Darin kann ich auswählen ob ich- den Hauptfilm sehen möchte
- das Menü sehen möchte
- Titel einzel auswählen möchte
Bei der Einzelauswahl starten die Filme gar nicht.
-
Alles was nötig war, war die Bibliotheken libaacs und libbdplus zu installieren, beide sind in den offiziellen Repositories enthalten.
Über Das Pop-Up-Menü einfach Videos suchen anklicken, die Index-Datei auswählen und den Film starten, klappt bei mir Prima.Das bekomme ich leider nicht hin.
beide libs sind installiert:Ich habe hier eine bluray zum testen dort bekomme ich die Meldung
"Mindestens eine Datei konnte nicht abgespielt werden. Für mehr Details Logdatei einsehen"
Auf der BD gibt es den Ordner AACS (eventuell nützt diese Info?)Was mache ich falsch?
edit: das ist der Log
Code
Display More10:14:55 13.710979 T:1684341744 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777 10:14:55 13.711146 T:1684341744 NOTICE: UDP: Listening on port 9777 10:15:00 18.945116 T:1778189296 WARNING: CSkinInfo: failed to load skin settings 10:15:05 22.971268 T:1814402032 WARNING: Filesystem is not supported 10:15:43 60.871090 T:1957986864 NOTICE: DVDPlayer: Opening: bluray://%2fmedia%2fBD_TITLE_DISC1%2f/BDMV/PLAYLIST/01027.mpls 10:15:43 60.871330 T:1957986864 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 10:15:43 60.872120 T:1599333360 NOTICE: Creating InputStream 10:15:43 60.972275 T:1599333360 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS 10:15:43 60.972378 T:1599333360 ERROR: CDVDPlayer::OpenInputStream - error opening [bluray://%2fmedia%2fBD_TITLE_DISC1%2f/BDMV/PLAYLIST/01027.mpls] 10:15:43 60.972412 T:1599333360 NOTICE: CDVDPlayer::OnExit() 10:15:43 60.972832 T:1957986864 ERROR: Playlist Player: skipping unplayable item: 0, path [bluray://%2fmedia%2fBD_TITLE_DISC1%2f/BDMV/PLAYLIST/01027.mpls] 10:15:43 60.981808 T:1957986864 NOTICE: CDVDPlayer::CloseFile() 10:15:43 60.981915 T:1957986864 NOTICE: DVDPlayer: waiting for threads to exit 10:15:43 60.981949 T:1957986864 NOTICE: DVDPlayer: finished waiting 10:15:43 60.982014 T:1957986864 NOTICE: CDVDPlayer::CloseFile() 10:15:43 60.982044 T:1957986864 NOTICE: DVDPlayer: waiting for threads to exit 10:15:43 60.982075 T:1957986864 NOTICE: DVDPlayer: finished waiting
edit:
https://wiki.archlinux.org/index.php/Blu-ray#AACS
Man brauch wohl eine KEYDB.cfg
die habe ich auch nur wohin muss ich die ablegen?edit:
ok man muss den Ordner anlegen:
~/.config/aacs und zwar als user osmcLeider habe ich Probleme bei der Wiedergabe: der Ton geht nicht wie er soll es hört sich an wie ein schnelles klickern.
Code
Display More11:10:58 346.986176 T:1493169136 ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529) 11:10:58 346.986298 T:1596974064 NOTICE: Opening stream: 0 source: 256 11:10:58 347.059082 T:1493169136 NOTICE: CDVDPlayerAudio::OutputPacket duplicate 1 packets of duration 10 11:10:58 347.059570 T:1493169136 NOTICE: CDVDPlayerAudio::OutputPacket duplicate 2 packets of duration 10 11:10:58 347.066589 T:1493169136 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 10 11:11:03 351.870422 T:1596974064 NOTICE: Previous line repeats 3 times. 11:11:03 351.870636 T:1596974064 ERROR: CDVDMsgGeneralSynchronize - timeout 11:11:03 351.880829 T:1596974064 NOTICE: Creating Demuxer 11:11:04 352.953949 T:1493169136 ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529) 11:11:04 352.954071 T:1596974064 NOTICE: Opening stream: 0 source: 256 11:11:04 353.112823 T:1493169136 NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 10 11:11:08 356.929352 T:1957319216 NOTICE: Previous line repeats 1 times.
Schöner "Sehschutz und Hörschutz"
Wenn ihr mir mit meinem Audioproblem helfen könnt wär ich euch echt dankbar.
Ich schreib dann auch eine Anleitung zusammen.
Wenn ich direkt den Hauptfilm anstarte habe ich das Problem mit dem Ton nicht. Nur wenn ich über das Menü einen Film öffnen will tritt es auf.
edit:
Tutorial ist geschrieben:
http://usefulvid.com/osmc/Problem mit dem Ton bleibt.
-
Ich nutze das Gerät noch als BitTorrent Sync server, als wetterstation und als openvpn server bzw. acces point mit openvpn weiterleitung.
Wäre auch schön wenn wir beim Thema bleiben könnten -
Ich habe seit drei Tagen das Problem, dass die Siete wohl down ist:
http://svn.stmlabs.com
Wisst ihr was dazu? -
Hallo!
Ich habe diese Anleitung benutzt um einen AP zu konfigurieren:
http://blog.schdefoon.de/?p=726
Der RPi ist über LAN an den Router angeschlossen und ich möchte per Wlan auf den Pi zugreifen und ins internet. Dabei soll dann der ganze Inet Traffic über einen VPN laufen.
Leider habe ich es scheinbar so verbaselt, dass ich über putty keinen Zugriff mehr habe sobald ich folgendes eingebe:
in dem Moment bricht dann die Verbindung ab.Meine Hardware:
TL-WN722NMein Router ist auf 192.168.178.1 und soll als DNS dienen.
meine files schauen so aus:Coderoot@osmc:/mnt/usbhdd# cat /etc/dhcp/dhcpd.conf ddns-update-style none; default-lease-time 86400; max-lease-time 86400; subnet 192.168.10.0 netmask 255.255.255.0 { range 192.168.10.2 192.168.10.9 ; option domain-name-servers 8.8.8.8, 8.8.4.4 ; option domain-name "home"; option routers 192.168.10.1 ; }
Code
Display Moreroot@osmc:~# cat /etc/network/interfaces # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or # /usr/share/doc/ifupdown/examples for more information. auto lo iface lo inet loopback iface eth0 inet dhcp # The wireless interface auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 192.168.178.1 netmask 255.255.255.0 up iptables-restore < /etc/iptables.ipv4.nat
Code
Display Moreroot@osmc:~# cat /etc/hostapd/hostapd.conf interface=wlan0 ssid=ANONspot channel=1 # WPA and WPA2 configuration macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=xxxxx wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP # Hardware configuration driver=ath9k_htc [color=#FF0000]< stimmt die bezeichnung?[/color] hw_mode=g
driver=ath9k_htc < stimmt die bezeichnung?Code
Display Moreroot@osmc:~# lsmod Module Size Used by ext3 205344 1 jbd 87457 1 ext3 bnep 11766 2 bluetooth 375790 5 bnep nfsd 316812 2 xt_conntrack 7529 1 xt_connmark 2043 2 iptable_mangle 1696 1 ipt_MASQUERADE 1212 1 nf_nat_masquerade_ipv4 2884 1 ipt_MASQUERADE iptable_nat 2176 1 nf_conntrack_ipv4 14435 4 nf_defrag_ipv4 1739 1 nf_conntrack_ipv4 nf_nat_ipv4 7390 1 iptable_nat nf_nat 17512 2 nf_nat_ipv4,nf_nat_masquerade_ipv4 nf_conntrack 103030 6 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,xt_connmark,nf_conntrack_ipv4 ip6table_filter 1647 0 ip6_tables 13402 1 ip6table_filter arc4 1921 2 iptable_filter 1706 1 ip_tables 13154 3 iptable_filter,iptable_mangle,iptable_nat x_tables 21353 8 ip6table_filter,ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter,xt_connmark,iptable_mangle,ip6_tables ath9k_htc 69808 0 ath9k_common 17927 1 ath9k_htc ath9k_hw 483671 2 ath9k_common,ath9k_htc ath 23127 3 ath9k_common,ath9k_htc,ath9k_hw mac80211 613132 1 ath9k_htc sg 23367 0 cfg80211 498162 4 ath,ath9k_common,mac80211,ath9k_htc uas 16963 0 rfkill 25348 4 cfg80211,bluetooth uio_pdrv_genirq 3642 0 uio 9968 1 uio_pdrv_genirq fuse 105798 1 ipv6 409945 48
Mein alter Post ist nun im Spoiler ich konnte nun das Problem zumindest einmal lokalisieren:
Code
Display Moreroot@osmc:/etc/hostapd# hostapd -dd /etc/hostapd/mini.conf random: Trying to read entropy from /dev/random Configuration file: /etc/hostapd/mini.conf rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0 nl80211: TDLS supported nl80211: TDLS external setup nl80211: Supported cipher 00-0f-ac:1 nl80211: Supported cipher 00-0f-ac:5 nl80211: Supported cipher 00-0f-ac:2 nl80211: Supported cipher 00-0f-ac:4 nl80211: Supported cipher 00-0f-ac:6 nl80211: Using driver-based off-channel TX nl80211: Use separate P2P group interface (driver advertised support) nl80211: interface wlan0 in phy phy1 nl80211: Set mode ifindex 4 iftype 3 (AP) nl80211: Failed to set interface 4 to mode 3: -16 (Device or resource busy) nl80211: Try mode change after setting interface down nl80211: Set mode ifindex 4 iftype 3 (AP) nl80211: Mode change succeeded while interface is down nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211: Subscribe to mgmt frames with AP handle 0xb73f00e8 nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0xb73f00e8 match= nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0xb73f00e8 match= nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0xb73f00e8 match= nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0xb73f00e8 match= nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0xb73f00e8 match= nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0xb73f00e8 match= nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress) nl80211: Register frame match - hexdump(len=0): [NULL] nl80211: Could not configure driver mode nl80211: Remove monitor interface: refcount=0 nl80211: Remove beacon (ifindex=4) netlink: Operstate: ifindex=4 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP) nl80211: Set mode ifindex 4 iftype 2 (STATION) nl80211: Failed to set interface 4 to mode 2: -16 (Device or resource busy) nl80211: Try mode change after setting interface down nl80211: Set mode ifindex 4 iftype 2 (STATION) nl80211: Mode change succeeded while interface is down nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0 nl80211 driver initialization failed. hostapd_interface_deinit_free(0xb73ee9f0) hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1 hostapd_interface_deinit(0xb73ee9f0) hostapd_bss_deinit: deinit bss wlan0 hostapd_cleanup(hapd=0xb73ef5f8 (wlan0)) hostapd_free_hapd_data: Interface wlan0 wasn't started hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit hostapd_interface_free(0xb73ee9f0) hostapd_interface_free: free hapd 0xb73ef5f8 hostapd_cleanup_iface(0xb73ee9f0) hostapd_cleanup_iface_partial(0xb73ee9f0) hostapd_cleanup_iface: free iface=0xb73ee9f0
Es gibt also ein Problem mit dem Treiber:
nl80211 driver initialization failed.Das passiert wenn ich den Stick einstecke:
[ 320.276046] Console: switching to colour dummy device 80x30
[ 412.122801] usb 1-1.4.1: new high-speed USB device number 8 using dwc_otg
[ 412.243989] usb 1-1.4.1: New USB device found, idVendor=0cf3, idProduct=9271
[ 412.244036] usb 1-1.4.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 412.244056] usb 1-1.4.1: Product: USB2.0 WLAN
[ 412.244075] usb 1-1.4.1: Manufacturer: ATHEROS
[ 412.244090] usb 1-1.4.1: SerialNumber: 12345
[ 412.489416] cfg80211: Calling CRDA to update world regulatory domain
[ 412.829583] usb 1-1.4.1: ath9k_htc: Firmware htc_9271.fw requested
[ 412.843292] usbcore: registered new interface driver ath9k_htc
[ 413.139831] usb 1-1.4.1: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
[ 413.385035] ath9k_htc 1-1.4.1:1.0: ath9k_htc: HTC initialized with 33 credits
[ 413.821221] ath9k_htc 1-1.4.1:1.0: ath9k_htc: FW Version: 1.3
[ 413.821299] ath: EEPROM regdomain: 0x809c
[ 413.821315] ath: EEPROM indicates we should expect a country code
[ 413.821331] ath: doing EEPROM country->regdmn map search
[ 413.821343] ath: country maps to regdmn code: 0x52
[ 413.821358] ath: Country alpha2 being used: CN
[ 413.821371] ath: Regpair used: 0x52
[ 415.014118] ieee80211 phy0: Atheros AR9271 Rev:1
[ 415.014343] cfg80211: Calling CRDA to update world regulatory domainIch hoffe ihr könnt mir weiterhelfen!
:thumbs1: Ich weiß, dass das viel Zeit kostet sich mein Problem anzuschauen deshalb gibts auch eine kleine "Wiedergutmachung" wenn ihr mir helfen könnt. :thumbs1: