|
11.12.2020 | 3513 | Kernel | Bug Report | Very Low | Medium | Wifi disconnects on LinkSys WRT3200ACM | Trunk | Unconfirmed |
Task Description
Having issues where Wifi clients lose connectivity after a while. Might be related to activity and load, but this is reproducible in a few minutes when doing web browsing with a Android phone (Android 10). Turning wifi off/on the phone clears the issue. Also happens with Linux laptop (Ubuntu) and other devices.
The problem started several months ago (after upgrade to 19.07.4). Went back to 19.07.3 and still have the problem.
There is no indication of any problem in the kernel log.
Hardware: Linksys WRT3200ACM ARMv7 Processor rev 1 (v7l)
Software: OpenWrt 19.07.3 r11063-85e04e9f46 / LuCI openwrt-19.07 branch git-20.136.49537-fb2f363
|
|
23.11.2019 | 2625 | Base system | Bug Report | Very Low | Low | WiFi clients are isolated on WRT1900acs v2 running 19.0... | Trunk | Unconfirmed |
Task Description
I did an upgrade on a WRT1900acs v2 router (my backup router) that was running 18.06.4 (I think) via LuCI using the image “openwrt-19.07.0-rc1-mvebu-cortexa9-linksys_wrt1900acs-squashfs-sysupgrade.bin” keeping the old configuration. Everything seemed good except the clients could not connect or ping each other. The router could reach/ping the clients. This was the case whether or not “Isolate Clients” is set in the LuCI Wireless → Edit → Advanced Settings.
I noticed that if I connect an ethernet wire to one of the clients (a Raspberry Pi) and hook it to the router that I could connect/ping the Pi using either the IP associated with the ethernet connection or the IP associated with the WiFi connection from another client. When I disconnect the ethernet on the Pi I can no longer connect to the Pi’s wireless IP address.
I decided to reinstall 19.07.0-rc1 to see where the isolated client behavior starts. After I reinstalled 19.07.0-rc1 I restored the configuration using LuCI System → Backup / Flash Firmware → Restore Backup. After it rebooted it was working, clients were not isolated. I installed a few packages that I wanted, here’s the list:
ca-bundle_20190110-1_all.ipk ca-certificates_20190110-1_all.ipk kmod-tun_4.14.151-1_arm_cortex-a9_vfpv3.ipk liblzo2_2.10-2_arm_cortex-a9_vfpv3.ipk libmbedtls12_2.16.3-1_arm_cortex-a9_vfpv3.ipk libopenssl1.1_1.1.1d-2_arm_cortex-a9_vfpv3.ipk libustream-mbedtls20150806_2019-11-05-c9b66682-2_arm_cortex-a9_vfpv3.ipk openvpn-mbedtls_2.4.7-2_arm_cortex-a9_vfpv3.ipk
Everything still working. I wanted WPA3 so I removed wpad-basic and installed
wpad-openssl_2019-08-08-ca8c2bd2-1_arm_cortex-a9_vfpv3.ipk
Everything still working. I changed the 5 Ghz wifi from WPA2-SPK to WPA3-SAE. Everything still working. I changed the 2.4 Ghz wifi from WPA2-SPK to WPA2-SPK/WPA3-SAE mixed. This is when it stopped working. I don’t know if this last step actually caused the problem since setting both wifi networks back to WPA2-SPK and rebooting (and unplugging for 5 minutes) does not fix the problem, clients are still isolated. Pretty much all clients are on the 2.4 Ghz network.
Here are a couple bits of diagnostic which may or may not be helpful:
————→ when everything is working (clients not isolated):
# cat /sys/devices/virtual/net/eth0.1/brport/hairpin_mode 0
# cat /sys/devices/virtual/net/eth0.1/brport/isolated 0
# cat /var/run/hostapd-phy0.conf driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=US ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 channel=36
tx_queue_data2_burst=2.0 ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40] vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=42 ieee80211ac=1 vht_capab=[RXLDPC][SHORT-GI-80][SU-BEAMFORMER][SU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][MAX-A-MPDU-LEN-EXP7]
interface=wlan0 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 wpa_passphrase=XXXXXXXXXX auth_algs=1 wpa=2 wpa_pairwise=CCMP ssid=folly_5g bridge=br-lan wpa_disable_eapol_key_retries=0 wpa_key_mgmt=WPA-PSK okc=0 disable_pmksa_caching=1 bssid=62:38:e0:12:78:f3
# cat /var/run/hostapd-phy1.conf driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=US ieee80211d=1 hw_mode=g beacon_int=100 channel=7
ieee80211n=1 ht_coex=0 ht_capab=[LDPC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40]
interface=wlan1 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 wpa_passphrase=XXXXXXXXXX auth_algs=1 wpa=2 wpa_pairwise=CCMP ssid=folly bridge=br-lan wpa_disable_eapol_key_retries=0 wpa_key_mgmt=WPA-PSK okc=0 disable_pmksa_caching=1 bssid=62:38:e0:12:78:f2
————→ when it’s not working (clients isolated)
# cat /sys/devices/virtual/net/eth0.1/brport/hairpin_mode 0
# cat /sys/devices/virtual/net/eth0.1/brport/isolated 0
# cat /var/run/hostapd-phy0.conf driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=US ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 channel=36
tx_queue_data2_burst=2.0 ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40] vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=42 ieee80211ac=1 vht_capab=[RXLDPC][SHORT-GI-80][SU-BEAMFORMER][SU-BEAMFORMEE][RX-ANTENNA-PATTERN ][TX-ANTENNA-PATTERN][RX-STBC-1][MAX-A-MPDU-LEN-EXP7]
interface=wlan0 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 sae_require_mfp=1 wpa_passphrase=XXXXXXXXXX auth_algs=1 wpa=2 wpa_pairwise=CCMP ssid=folly_5g bridge=br-lan wpa_disable_eapol_key_retries=0 wpa_key_mgmt=SAE okc=1 ieee80211w=2 group_mgmt_cipher=AES-128-CMAC bssid=62:38:e0:12:78:f3
# cat /var/run/hostapd-phy1.conf driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=US ieee80211d=1 hw_mode=g beacon_int=100 channel=7
ieee80211n=1 ht_coex=0 ht_capab=[LDPC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40]
interface=wlan1 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 wpa_passphrase=XXXXXXXXXX auth_algs=1 wpa=2 wpa_pairwise=CCMP ssid=folly bridge=br-lan wpa_disable_eapol_key_retries=0 wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256 okc=0 disable_pmksa_caching=1 ieee80211w=1 group_mgmt_cipher=AES-128-CMAC bssid=62:38:e0:12:78:f2
|
|
11.02.2017 | 499 | Base system | Bug Report | Very Low | Low | WiFi client mode leaves router inaccessible if upstream... | Trunk | Unconfirmed |
Task Description
This bug was originally reported to the OpenWrt team and there is a discussion of it in their mailing list. Luiz Angelo Daros de Luca suggested reporting here (and switching to LEDE, which I will do).
I have a TP-Link TL-MR3020 v1.9 with Chaos Calmer 15.05.01. I’m using it to provide a WiFi access point to my phone/tablet while I travel, and it’s acting as a WiFi client for the various hostels I visit.
If you configure it as a wifi client with a wwan interface using the LuCI scan/join wizard, and then you configure a wifi access point on the same radio, the router works as expected and when you connect to the router’s AP, you get Internet via the client connection.
However, if you move out of range of the network the router is a client of, or if it goes down, when you power off the OpenWrt router and power back on, the access point won’t come up.
The AP will only come up if the client network you configured is also working; so you have no way to connect to the router over wifi, and no way to reconfigure the router, if that client network is down or out of range.
This is a particular problem for a travel router because it will often move it out of range of the original upstream network, and you may only have a wifi-capable device with which to reconfigure it.
The Ethernet port on the router does remain active, so I can tell it does actually boot. It’s just the radio that doesn’t come up. I managed to get back in range of a network once, and the router worked as expected.
It doesn’t matter whether the AP or client connection are configured first or second on the radio interface, and, unticking “bring up on boot” for the wwan interface has no effect on the behaviour.
Steps to reproduce: Connect the router to a wifi network as a client using the Join wizard. Add a wifi master-mode access point on the same radio interface. Verify you can access the Internet by joining the router’s new master AP. Reboot the router with the original network it was a client of turned off. Notice the router’s AP you configured never comes up.
Expected behaviour: The master access point of the router should always come up, regardless of the availability of the client network.
The OpenWRT team will not fix it, but had some explanation as to why it is happening. IMO, it’s still a very frustrating bug and most users would expect the behaviour I did.
|
|
18.07.2020 | 3236 | Base system | Bug Report | Very Low | Low | WiFi button not properly working | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on - all devices supporting WiFi on/off button
- Software versions of OpenWrt/LEDE release, packages, etc.- current trunk and earlier(rfkill git code is 4 years old)
- Steps to reproduce - press WiFI button to enable(works), press it again to disable WiFI - does not work./etc/config/wireless gets properly updates to disable the wifi but the final wifi up command is no ot allowing the real disable.
There is a Bug in WiFI button handling script, the proposed fix is below:
https://github.com/openwrt/openwrt/blob/master/package/base-files/files/etc/rc.button/rfkill
Line 30: wifi up has to be only: wifi
|
|
25.02.2020 | 2856 | Base system | Bug Report | Very Low | High | Wifi "dies" (hostapd drops all clients) on some ar71xx ... | openwrt-19.07 | New |
Task Description
This issue is very strange, i don’t even know if it’s just faulty hardware but i have it happening on multiple devices now
Most affected hardware
For the last one, which is running 19.07 i found on the system log
Tue Feb 25 07:38:58 2020 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED [redacted mac1]
Tue Feb 25 07:38:58 2020 daemon.info hostapd: wlan0: STA [redacted mac1] IEEE 802.11: disassociated due to inactivity
Tue Feb 25 07:38:59 2020 daemon.info hostapd: wlan0: STA [redacted mac1] IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Tue Feb 25 07:41:32 2020 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED [redacted mac2]
Tue Feb 25 07:41:32 2020 daemon.info hostapd: wlan0: STA [redacted mac2] IEEE 802.11: disassociated due to inactivity
Tue Feb 25 07:41:33 2020 daemon.info hostapd: wlan0: STA [redacted mac2] IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Tue Feb 25 07:42:49 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 07:49:55 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 07:55:02 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 08:00:15 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 08:05:25 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 08:10:44 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
Tue Feb 25 08:16:00 2020 daemon.notice hostapd: wlan0: AP-STA-POLL-OK [redacted mac3]
|
|
02.05.2020 | 3061 | Base system | Bug Report | Very Low | Low | Wi-Fi: Cannot set country code on AVM FRITZ 1750E | Trunk | Unconfirmed |
Task Description
It is not possible to set the country code on both 2.4 and 5 GHz.
Device: AVM FRITZ!WLAN REPEATER 1750E (target ath79 generic) Software version: OpenWrt SNAPSHOT r13136-ad27c133eb Steps to reproduce:
Console: Execute iw reg set DE and then iw reg get, and see how “global” sets to “DE” but phy#1 and phy#0 remain on “US”.
LuCI: Sign in to LuCI, go to Network>Wireless (click Edit and then the “Advanced” tab) try to change the country code on either Wi-Fi device/frequency to “DE” and see how it resets to “driver default” after apply, which seems to be “US”.
|
|
02.05.2020 | 3062 | Base system | Bug Report | Very Low | Low | Wi-Fi 5GHz: Cannot use some channels on AVM FRITZ 1750E | Trunk | Unconfirmed |
Task Description
It is not possible to use some channels with OpenWrt on this particular device, which are known to work with the stock firmware.
Device: AVM FRITZ!WLAN REPEATER 1750E (target ath79 generic) Software version: OpenWrt SNAPSHOT r13136-ad27c133eb Steps to reproduce:
Try to set the 5GHz Wi-Fi channel to 100 (some others affected as well), and see how transmit power falls to 0 dBm and Wi-Fi does not seem to work.
Possibly related issue: https://bugs.openwrt.org/index.php?do=details&task_id=3061
|
|
31.08.2018 | 1827 | Base system | Bug Report | Very Low | High | why has uci no package which depends on? | All | Unconfirmed |
Task Description
Hi, today I did a bad thing, which only could happen, because uci have no package which depends on: I uninstalled which my currently developed clean script uci package and after reboot the router doesnt came up again :D
But why is this main package no refereed anywhere?
Regards, Thomas
|
|
30.05.2018 | 1569 | Base system | Bug Report | Very Low | Low | Why comment out firewall rules when we can disable them... | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on
1U Xeon D-1518 server
- Software versions of OpenWrt/LEDE release, packages, etc.
x86_64, master, r5968, firewall
- Steps to reproduce
Looking at /etc/config/firewall I see:
# port redirect of remapped ssh port (22001) on wan
#config redirect
# option src wan
# option src_dport 22001
# option dest lan
# option dest_port 22
# option proto tcp
but would like to see:
# port redirect of remapped ssh port (22001) on wan
config redirect
option src wan
option src_dport 22001
option dest lan
option dest_port 22
option proto tcp
option enabled false
instead. Note the “option enabled false” line.
|
|
22.05.2020 | 3114 | Base system | Bug Report | Very Low | Medium | When using CLIENT+AP with 5GHZ on same radio, AP doesn'... | openwrt-19.07 | Unconfirmed |
Task Description
Workaround is to set the channel on the AP to an arbitrary channel other than ‘auto’. It’s still auto since it has to be the same channel as the client uses, but at least now it shows up. Verified the issue on 19.07.3 with both Xiaomi MIR3G and Netgear WNDR3700v5, both MT7621 based.
|
|
12.09.2019 | 2492 | Toolchain | Build Failure | Very Low | Medium | When building an image from an imagebuilder the build f... | Trunk | Unconfirmed |
Task Description
When building an image (from git commit 81764319637f408623ed9f4bae3f0d149b010f07) from already built imagebuilder for ar71xx target, the build fails at the end (after “Finalizing root filesystem”) because of missing ‘mips-openwrt-linux-musl’. I searched the original build directory in openwrt tree and this lib seems to be to find (among others) in:
./staging_dir/toolchain-mips_24kc_gcc-8.3.0_musl/mips-openwrt-linux-musl
but for some reason is not saved into the imagebuilder image.
This is the message from the end of imagebuilder build.
Finalizing root filesystem...
...
Enabling urandom_seed
Enabling urngd
/home/risa/openwrt/openwrt-imagebuilder-ar71xx-generic.Linux-x86_64/staging_dir/host/bin/find: '/home/risa/openwrt/openwrt-imagebuilder-ar71xx-generic.Linux-x86_64/staging_dir/target-mips_24kc_musl/root-ar71xx': No such file or directory
/home/risa/openwrt/openwrt-imagebuilder-ar71xx-generic.Linux-x86_64/staging_dir/host/bin/find: '/home/risa/openwrt/openwrt-imagebuilder-ar71xx-generic.Linux-x86_64/staging_dir/target-mips_24kc_musl/root-ar71xx': No such file or directory
Traceback (most recent call last):
File "/home/risa/openwrt/openwrt-imagebuilder-ar71xx-generic.Linux-x86_64/staging_dir/host/bin/mklibs", line 426, in <module>
inode = os.stat(prog)[ST_INO]
FileNotFoundError: [Errno 2] No such file or directory: 'mips-openwrt-linux-musl'
make[2]: *** [Makefile:163: prepare_rootfs] Error 1
make[1]: *** [Makefile:119: _call_image] Error 2
make: *** [Makefile:197: image] Error 2
|
|
21.03.2017 | 649 | Base system | Bug Report | Very Low | Low | WDS not working on ath9k-htc | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on: Any device with an wifi USB adapter with the chipset AR9271 (TPLink WN722N in my case). - Software versions of LEDE release, packages, etc: Latest trunk LEDE versions. - Steps to reproduce
Configure the USB AR9271 adapter as WDS AP, try to associate any other router as WDS Client (in my case the WDS Client is a TPLink WR741ND router, also compiled with latest trunk). They both associate correctly, but there is no connection between them.
Here is a hostapd log on the WDS AP:
Mon Mar 20 14:05:00 2017 daemon.notice hostapd: wlan1: interface state ENABLED->DISABLED
Mon Mar 20 14:05:00 2017 daemon.notice hostapd: wlan1: AP-STA-DISCONNECTED 94:0c:6d:b0:f4:ac
Mon Mar 20 14:05:00 2017 daemon.notice hostapd: wlan1: AP-DISABLED
Mon Mar 20 14:05:00 2017 daemon.notice hostapd: wlan1: CTRL-EVENT-TERMINATING
Mon Mar 20 14:05:00 2017 daemon.notice hostapd: nl80211: deinit ifname=wlan1 disabled_11b_rates=0
Mon Mar 20 14:05:01 2017 daemon.err hostapd: Configuration file: /var/run/hostapd-phy1.conf
Mon Mar 20 14:05:02 2017 daemon.notice hostapd: wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Mar 20 14:05:02 2017 daemon.err hostapd: Using interface wlan1 with hwaddr e8:de:27:a4:58:21 and ssid "EB1DJ"
Mon Mar 20 14:05:02 2017 daemon.notice hostapd: wlan1: interface state COUNTRY_UPDATE->ENABLED
Mon Mar 20 14:05:02 2017 daemon.notice hostapd: wlan1: AP-ENABLED
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: authentication OK (open system)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-AUTHENTICATE.indication(94:0c:6d:b0:f4:ac, OPEN_SYSTEM)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-DELETEKEYS.request(94:0c:6d:b0:f4:ac)
Mon Mar 20 14:05:03 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: authenticated
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: association OK (aid 1)
Mon Mar 20 14:05:03 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: associated (aid 1)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-ASSOCIATE.indication(94:0c:6d:b0:f4:ac)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-DELETEKEYS.request(94:0c:6d:b0:f4:ac)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: binding station to interface 'wlan1'
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: event 1 notification
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: start authentication
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.1X: unauthorizing port
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: sending 1/4 msg of 4-Way Handshake
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: EAPOL-Key timeout
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: sending 1/4 msg of 4-Way Handshake
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: received EAPOL-Key frame (2/4 Pairwise)
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: sending 3/4 msg of 4-Way Handshake
Mon Mar 20 14:05:03 2017 daemon.err hostapd: nl80211: EAPOL TX: No message of desired type
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: ignore retransmitted EAPOL-Key 2/4 Pairwise - SNonce did not change
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: EAPOL-Key timeout
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: sending 3/4 msg of 4-Way Handshake
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: received EAPOL-Key frame (4/4 Pairwise)
Mon Mar 20 14:05:03 2017 daemon.notice hostapd: wlan1: AP-STA-CONNECTED 94:0c:6d:b0:f4:ac
Mon Mar 20 14:05:03 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.1X: authorizing port
Mon Mar 20 14:05:03 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac RADIUS: starting accounting session 7797AE68AEE646F3
Mon Mar 20 14:05:03 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: pairwise key handshake completed (RSN)
Tue Mar 21 09:58:59 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: authentication OK (open system)
Tue Mar 21 09:58:59 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac WPA: event 0 notification
Tue Mar 21 09:58:59 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-AUTHENTICATE.indication(94:0c:6d:b0:f4:ac, OPEN_SYSTEM)
Tue Mar 21 09:58:59 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac MLME: MLME-DELETEKEYS.request(94:0c:6d:b0:f4:ac)
Tue Mar 21 09:58:59 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: authenticated
Tue Mar 21 09:58:59 2017 daemon.debug hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: association OK (aid 1)
Tue Mar 21 09:58:59 2017 daemon.info hostapd: wlan1: STA 94:0c:6d:b0:f4:ac IEEE 802.11: associated (aid 1)
I think the error Mon Mar 20 14:05:03 2017 daemon.err hostapd: nl80211: EAPOL TX: No message of desired type has something to do with WDS not working?.
If there is any other info, tests etc you require feel free to ask.
|
|
05.02.2019 | 2101 | Base system | Bug Report | Very Low | High | WDS bridge and PPPoE MTU problem | All | Unconfirmed |
Task Description
Device: Netgear R7800 This issue is not present with original Netgear firmware and is not present with LEDE 17 (older kernel).
Preface: I have very strange issue with interfaces MTU and it looks to be introduced with newer kernel (4.14).
My network is attached as a png: 1. my ISP uses VDSL, i just have a PPPoE (MTU=1492) on the ethernet interface through the ISP modem 2. all other internal clients and routers interfaces have MTU=1500
Ping from R7800 to 1.1.1.1 with 2000 packet size and fragmentation allowed = success Ping from ArcherC7v2 to R7800 with 2000 packet size and fragmentation allowed = success Ping from PC1 to R7800 with 2000 packet size and fragmentation allowed = success Ping from PC2 to R7800 with 2000 packet size and fragmentation allowed = success Ping from PC1 to 1.1.1.1 with 2000 packet size and fragmentation allowed = failure Ping from PC2 to 1.1.1.1 with 2000 packet size and fragmentation allowed = success
Now the fun part: Ping from PC1 to 1.1.1.1 with 1473 packet size and fragmentation allowed = failure Ping from PC1 to 1.1.1.1 with 1472 packet size (1492-20) and fragmentation allowed = success
It seems a WDS (4addr) problem combined with PPPoE being at MTU=1492 at this point, but: Ping from ArcherC7v2 to 1.1.1.1 with 2000 packet size and fragmentation allowed = success
I’ve messed up with MTU on all the interfaces, the only thing that fix the issue is setting the br-lan interface of the R7800 to MTU=1491, as soon as the bridge has MTU>1491 the pings fail.
R7800 network config
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 6t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5 0t'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option stp '1'
option mtu '1500'
option ifname 'eth1.1'
config interface 'TIM_FTTC'
option proto 'pppoe'
option ifname 'eth0.2'
option username '***'
option password '***'
option ipv6 'auto'
option metric '1'
option peerdns '0'
option keepalive '5 6'
R7800 wireless config
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'soc/1b500000.pci/pci0000:00/0000:00:00.0/0000:01:00.0'
option htmode 'VHT80'
option channel '136'
option txpower '23'
option country 'US'
option legacy_rates '0'
option noscan '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option ssid '***'
option encryption 'psk2+ccmp'
option key '***'
option wps_pushbutton '0'
option network 'lan'
option wds '1'
ArcherC7v2 network config
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 6t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5 0t'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.2'
option netmask '255.255.255.0'
option stp '1'
option mtu '1500'
option ifname 'eth1.1'
ArcherC7v2 wireless config
config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:01/0000:01:00.0'
option htmode 'VHT80'
option txpower '23'
option country 'US'
option legacy_rates '0'
option noscan '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'sta'
option wds '1'
option ssid '***'
option encryption 'psk2+ccmp'
option key '***'
option wps_pushbutton '0'
option network 'lan'
WAN zone on firewall on R7800 has
option mtu_fix '1'
|
|
25.07.2019 | 2407 | Base system | Bug Report | Very Low | Low | wdr3600 5ghz wireless keeps cutting out | Trunk | Unconfirmed |
Task Description
Supply the following if possible:
- Device problem occurs on TL WDR3600 v1
- Software versions of OpenWrt/LEDE release, packages, etc. Powered by LuCI Master (git-19.204.23774-bd44189) / OpenWrt SNAPSHOT r10574-273b803623 (also tried with 18.06.01 & 02 & 04) Atheros AR9580
- Steps to reproduce
Set up Wireless 5g to Canada, N mode, auto channel, auto power, 20 Mhz width.
wireless wlan1 will not associate.
root@OpenWrt:~# iwinfo wlan1 info wlan1 ESSID: “Wrigley5”
Access Point: E8:DE:27:FF:9F:99
Mode: Master Channel: 149 (5.745 GHz)
Tx-Power: 19 dBm Link Quality: unknown/70
Signal: unknown Noise: -95 dBm
Bit Rate: unknown
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11an
Hardware: 168C:0033 168C:A120 [Atheros AR9580]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1
|
|
27.05.2020 | 3130 | Kernel | Bug Report | Very Low | Medium | WARNING: CPU: 0 PID: 2865 at net/core/flow_dissector.c:... | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on
Linksys EA8500
- Software versions of OpenWrt/LEDE release, packages, etc.
OpenWrt SNAPSHOT r13373-e8fbb98c6d
- Steps to reproduce
Run dmesg and look for this exception stack. The system appears to run normally after boot.
[ 43.556644] ————[ cut here ]———— [ 43.556725] WARNING: CPU: 0 PID: 2865 at net/core/flow_dissector.c:942 skb_flow_dissect+0×448/0x156c [ 43.560479] Modules linked in: ath10k_pci ath10k_core ath mac80211 iptable_nat ipt_REJECT cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_recent xt_policy xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_helper xt_esp xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connbytes xt_comment xt_TCPMSS xt_REDIRECT xt_MASQUERADE xt_LOG xt_HL xt_FLOWOFFLOAD xt_DSCP xt_CT xt_CLASSIFY nf_reject_ipv4 nf_nat nf_log_ipv4 nf_flow_table_hw nf_flow_table nf_conntrack_rtcache nf_conntrack_netlink nf_conncount iptable_raw iptable_mangle iptable_filter ipt_ah ipt_ECN ip_tables compat br_netfilter fuse act_connmark nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 sch_tbf sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_tcindex cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred ledtrig_usbport ledtrig_heartbeat xt_set ip_set_list_set ip_set_hash_netportnet ip_set_hash_netport ip_set_hash_netnet ip_set_hash_netiface ip_set_hash_net ip_set_hash_mac [ 43.560909] ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ip ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set nfnetlink nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ifb ipcomp6 xfrm6_tunnel esp6 ah6 xfrm4_tunnel ipcomp esp4 ah4 tunnel6 tunnel4 tun xfrm_user xfrm_ipcomp af_key xfrm_algo vfat fat ntfs nls_utf8 nls_iso8859_1 nls_cp437 sha1_generic md5 echainiv des_generic libdes cbc authenc usb_storage leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_qcom ohci_platform ohci_hcd phy_qcom_dwc3 ahci fsl_mph_dr_of ehci_platform ehci_fsl sd_mod ahci_platform libahci_platform libahci libata scsi_mod ehci_hcd gpio_button_hotplug ext4 mbcache jbd2 exfat(C) crc32c_generic [ 43.702907] CPU: 0 PID: 2865 Comm: charon Tainted: G C 5.4.42 #0 [ 43.725016] Hardware name: Generic DT based system [ 43.732162] [<c030f954>] (unwind_backtrace) from [<c030b96c>] (show_stack+0×14/0×20) [ 43.737012] [<c030b96c>] (show_stack) from [<c08c61e0>] (dump_stack+0×94/0xa8) [ 43.744922] [<c08c61e0>] (dump_stack) from [<c031e7c0>] (warn+0xb4/0xd0) [ 43.751944] [<c031e7c0>] (warn) from [<c031e82c>] (warn_slowpath_fmt+0×50/0×90) [ 43.758805] [<c031e82c>] (warn_slowpath_fmt) from [<c075aa10>] (skb_flow_dissect+0×448/0x156c) [ 43.766357] [<c075aa10>] (skb_flow_dissect) from [<c075bfd0>] (skb_get_hash_perturb+0x6c/0x1ac) [ 43.775380] [<c075bfd0>] (skb_get_hash_perturb) from [<bf63dc80>] (ieee80211_reserve_tid+0xb50/0xf74 [mac80211]) [ 43.784311] [<bf63dc80>] (ieee80211_reserve_tid [mac80211]) from [<bf642154>] (ieee80211_tx_prepare_skb+0x23c/0×294 [mac80211]) [ 43.794456] [<bf642154>] (ieee80211_tx_prepare_skb [mac80211]) from [<bf643e6c>] (ieee80211_tx_pending+0xc4/0×294 [mac80211]) [ 43.805544] [<bf643e6c>] (ieee80211_tx_pending [mac80211]) from [<c0322740>] (tasklet_action_common.constprop.3+0×74/0x10c) [ 43.816879] [<c0322740>] (tasklet_action_common.constprop.3) from [<c0302298>] (do_softirq+0×130/0x2d4) [ 43.827812] [<c0302298>] (do_softirq) from [<c0322948>] (do_softirq.part.2+0×48/0×58) [ 43.837524] [<c0322948>] (do_softirq.part.2) from [<c0322a30>] (local_bh_enable_ip+0xd8/0xe8) [ 43.845354] [<c0322a30>] (__local_bh_enable_ip) from [<c08974e4>] (packet_poll+0×84/0×118) [ 43.854038] [<c08974e4>] (packet_poll) from [<c0740fcc>] (sock_poll+0×98/0xc0) [ 43.862370] [<c0740fcc>] (sock_poll) from [<c04647b0>] (do_sys_poll+0x2f0/0×558) [ 43.869576] [<c04647b0>] (do_sys_poll) from [<c046552c>] (sys_poll+0×24/0×120) [ 43.877118] [<c046552c>] (sys_poll) from [<c0301000>] (ret_fast_syscall+0×0/0×54) [ 43.884136] Exception stack(0xd8fabfa8 to 0xd8fabff0) [ 43.891708] bfa0: 00000000 00000000 b6920c40 00000006 ffffffff 00000000 [ 43.896756] bfc0: 00000000 00000000 012b4470 000000a8 b6920ce8 b6f3a8a4 b6920c40 b6920cbc [ 43.904896] bfe0: b6920c00 b6920bf0 b6f8d5cc b6f8caa4 [ 43.913185] —[ end trace 36ce985abed2ad7b ]—
|
|
03.12.2020 | 3486 | Kernel | Bug Report | Very Low | Low | WARNING: ath10k-4.19/htt_rx.c:1206 0xbf3b1be0 [ath10k_c... | openwrt-19.07 | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on: Netgear R7800
- Software versions of OpenWrt/LEDE release, packages, etc: cat /etc/*-release NAME=”OpenWrt” VERSION=”19.07.3” ID=”openwrt” ID_LIKE=”lede openwrt” PRETTY_NAME=”OpenWrt 19.07.3” VERSION_ID=”19.07.3” HOME_URL=”https://openwrt.org/” BUG_URL=”https://bugs.openwrt.org/” SUPPORT_URL=”https://forum.openwrt.org/” BUILD_ID=”r11063-85e04e9f46” OPENWRT_BOARD=”ipq806x/generic” OPENWRT_ARCH=”arm_cortex-a15_neon-vfpv4” OPENWRT_TAINTS=”” OPENWRT_DEVICE_MANUFACTURER=”OpenWrt” OPENWRT_DEVICE_MANUFACTURER_URL=”https://openwrt.org/” OPENWRT_DEVICE_PRODUCT=”Generic” OPENWRT_DEVICE_REVISION=”v0” OPENWRT_RELEASE=”OpenWrt 19.07.3 r11063-85e04e9f46”
- Steps to reproduce: Cannot, sorry. It happened in the night, after a few months of uptime. I can only analyze it post factum.
I have this in the dmesg log:
[ 4778.037462] ath10k_pci 0001:01:00.0: Invalid VHT mcs 15 peer stats [25912.740536] conntrack: generic helper won’t handle protocol 47. Please consider loading the specific helper module. [63498.886948] ath10k_pci 0001:01:00.0: Invalid peer id 13 or peer stats buffer, peer: (null) sta: (null) [290864.886375] ————[ cut here ]———— [290864.886409] WARNING: CPU: 0 PID: 0 at /builder/shared-workdir/build/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2019-09-09-5e8cd86f/ath10k-4.19/htt_rx.c:1206 0xbf3b1be0 [ath10k_core@bf394000+0×57000] [290864.890588] Modules linked in: pppoe ppp_async ath10k_pci ath10k_core ath pppox ppp_generic nf_conntrack_ipv6 mac80211 iptable_nat ipt_REJECT ipt_MASQUERADE cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_recent xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_helper xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connbytes xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_HL xt_FLOWOFFLOAD xt_DSCP xt_CT xt_CLASSIFY slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_flow_table_hw nf_flow_table nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache iptable_raw iptable_mangle iptable_filter ipt_ECN ip_tables crc_ccitt compat sch_cake nf_conntrack sch_tbf sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_tcindex cls_route [290864.961841] cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred ledtrig_usbport nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ifb tun leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_of_simple ohci_platform ohci_hcd phy_qcom_dwc3 ahci ehci_platform sd_mod ahci_platform libahci_platform libahci libata scsi_mod ehci_hcd gpio_button_hotplug [290864.998007] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.14.180 #0 [290865.020175] Hardware name: Generic DT based system [290865.026256] Function entered at [<c030f1c4>] from [<c030b390>] [290865.031028] Function entered at [<c030b390>] from [<c07c09c4>] [290865.036931] Function entered at [<c07c09c4>] from [<c031f878>] [290865.042834] Function entered at [<c031f878>] from [<c031f964>] [290865.048734] Function entered at [<c031f964>] from [<bf3b1be0>] [290865.054681] Function entered at [<bf3b1be0>] from [<bf3b31e0>] [290865.060543] Function entered at [<bf3b31e0>] from [<bf3b39d0>] [290865.066444] Function entered at [<bf3b39d0>] from [<bf3ef758>] [290865.072359] Function entered at [<bf3ef758>] from [<c06a9798>] [290865.078250] Function entered at [<c06a9798>] from [<c03015c8>] [290865.084152] Function entered at [<c03015c8>] from [<c0323e2c>] [290865.090055] Function entered at [<c0323e2c>] from [<c03629d8>] [290865.095959] Function entered at [<c03629d8>] from [<c0301488>] [290865.101859] Function entered at [<c0301488>] from [<c030bf8c>] [290865.107763] Exception stack(0xc0a01f48 to 0xc0a01f90) [290865.113675] 1f40: 00000001 00000000 00000000 c0315100 ffffe000 c0a03cb8 [290865.118894] 1f60: c0a03c6c 00000000 00000000 c092ea28 00000000 00000000 c0a01f90 c0a01f98 [290865.127132] 1f80: c030854c c0308550 60000013 ffffffff [290865.135368] Function entered at [<c030bf8c>] from [<c0308550>] [290865.140489] Function entered at [<c0308550>] from [<c0358828>] [290865.146306] Function entered at [<c0358828>] from [<c0358b70>] [290865.152206] Function entered at [<c0358b70>] from [<c0900c54>] [290865.158207] —[ end trace e3efdf73eb89c8f9 ]— [2515308.545406] ath10k_pci 0001:01:00.0: failed to increase tx pending count: -16, dropping
...then the last line repeats about a hundred times.
Clients cannot connect to 2.4GHz network.
# iwinfo wlan0 ESSID: “redacted5”
Access Point: DC:EF:09:DE:BD:B2
Mode: Master Channel: 36 (5.180 GHz)
Tx-Power: 23 dBm Link Quality: 52/70
Signal: -58 dBm Noise: -108 dBm
Bit Rate: 753.4 MBit/s
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11nac
Hardware: 168C:0046 168C:CAFE [Qualcomm Atheros QCA9984]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy0
wlan1 ESSID: “redacted24”
Access Point: DC:EF:09:DE:BD:B3
Mode: Master Channel: 11 (2.462 GHz)
Tx-Power: 30 dBm Link Quality: unknown/70
Signal: unknown Noise: -101 dBm
Bit Rate: unknown
Encryption: mixed WPA/WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11bgn
Hardware: 168C:0046 168C:CAFE [Qualcomm Atheros QCA9984]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1
|
|
20.04.2020 | 3023 | Base system | Bug Report | Very Low | Medium | Warning CPU | openwrt-19.07 | Unconfirmed |
Task Description
Device: Mikrotik RB750Gr3 Software: OpenWrt 19.07.2 (with no default package updates yet) Installed Packages: installed_packages.txt (attached) How to reproduce: Unknown Consequence: None. The device continues to operate normally.
I have removed personal information and some garbage from the log files.
Compass.
|
|
31.01.2020 | 2789 | Kernel | Bug Report | Very Low | Low | WAN-LAN leakage during boot on Asus RT-N11P | All | Unconfirmed |
Task Description
On Asus RT-N11P (MT7620N) not work properly DHCP. Zero-day bug. Affected all firmwares from 18.06.0 to 19.07.1. No additional packages used.
Steps to reproduce:
1: Reboot router when any OS fully loaded. 2: After reboot router give through DHCP internal ip my ISP. 3: No internet connection.
If restart OS network, router give normal ip. But if again reboot router then the problem is repeated. Its a bug MT7620N but official router firmware have solution to bypass it and DHCP gives normal ip. For now, to bypass the bug, I use manual entry in OS network settings:
Addres 192.168.1.127 Netmask 255.255.255.0 Gateway 192.168.1.1 DNS 192.168.1.1
|
|
04.08.2020 | 3271 | Base system | Bug Report | Very Low | Low | WAN-eth1 restarts constantly and stops completely after... | Trunk | Unconfirmed |
Task Description
I have a TP-link Archer C60 v1 that has a serious problem of constant disconnections every few minutes (approx 4 to 1 hour). It seems to be random, or something I’m not seeing.
Device info.
Report in the OpenWrt forum here and here.
The problem happens with official or own compilations.
root@archer_c60:~# dmesg
[ 0.000000] Linux version 5.4.52 (franco@ubuntu) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r14025-009e62c92c)) #0 Mon Aug 3 21:34:34 2020
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[ 0.000000] MIPS: machine is TP-Link Archer C60 v1
[ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] Normal zone: 144 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16240
[ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 57348K/65536K available (4786K kernel code, 186K rwdata, 1112K rodata, 1204K init, 196K bss, 8188K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x518 with crng_init=0
[ 0.000000] CPU clock: 775.000 MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns
[ 0.000006] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns
[ 0.008216] Calibrating delay loop... 385.02 BogoMIPS (lpj=770048)
[ 0.046713] pid_max: default: 32768 minimum: 301
[ 0.051703] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.059420] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.071423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.081738] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[ 0.089029] pinctrl core: initialized pinctrl subsystem
[ 0.095494] NET: Registered protocol family 16
[ 0.129728] clocksource: Switched to clocksource MIPS
[ 0.136186] NET: Registered protocol family 2
[ 0.141534] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.150415] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.158508] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.165952] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.172784] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.179723] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.187384] NET: Registered protocol family 1
[ 0.192033] PCI: CLS 0 bytes, default 32
[ 0.199601] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[ 0.212506] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.218699] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.242820] pinctrl-single 1804002c.pinmux: 544 pins, size 68
[ 0.249924] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 0.257292] printk: console [ttyS0] disabled
[ 0.261885] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
[ 0.270991] printk: console [ttyS0] enabled
[ 0.280058] printk: bootconsole [early0] disabled
[ 0.299004] spi-nor spi0.0: gd25q64 (8192 Kbytes)
[ 0.303934] 5 fixed-partitions partitions found on MTD device spi0.0
[ 0.310502] Creating 5 MTD partitions on "spi0.0":
[ 0.315464] 0x000000000000-0x000000010000 : "u-boot"
[ 0.321473] 0x000000010000-0x000000020000 : "mac"
[ 0.327179] 0x000000020000-0x0000007e0000 : "firmware"
[ 0.336503] 2 uimage-fw partitions found on MTD device firmware
[ 0.342670] Creating 2 MTD partitions on "firmware":
[ 0.347820] 0x000000000000-0x0000001e8769 : "kernel"
[ 0.353783] 0x0000001e8769-0x0000007c0000 : "rootfs"
[ 0.359694] mtd: device 4 (rootfs) set to be root filesystem
[ 0.367266] 1 squashfs-split partitions found on MTD device rootfs
[ 0.373704] 0x000000720000-0x0000007c0000 : "rootfs_data"
[ 0.380120] 0x0000007e0000-0x0000007f0000 : "tplink"
[ 0.386169] 0x0000007f0000-0x000000800000 : "art"
[ 0.393638] libphy: Fixed MDIO Bus: probed
[ 0.730817] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
[ 1.133724] random: fast init done
[ 1.370090] libphy: ag71xx_mdio: probed
[ 1.374808] libphy: ar8xxx-mdio: probed
[ 1.383022] switch0: Atheros AR8229 rev. 1 switch registered on mdio.0
[ 1.443277] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[ 1.453133] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
[ 1.459652] i2c /dev entries driver
[ 1.465629] NET: Registered protocol family 10
[ 1.475565] Segment Routing with IPv6
[ 1.479506] NET: Registered protocol family 17
[ 1.484184] 8021q: 802.1Q VLAN Support v1.8
[ 1.489239] PCI host bridge /ahb/pcie-controller@18250000 ranges:
[ 1.495606] MEM 0x0000000012000000..0x0000000013ffffff
[ 1.501011] IO 0x0000000000000000..0x0000000000000000
[ 1.506568] PCI host bridge to bus 0000:00
[ 1.510837] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
[ 1.517948] pci_bus 0000:00: root bus resource [io 0x0000]
[ 1.523714] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 1.530731] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.538945] pci 0000:00:00.0: [168c:0056] type 00 class 0x028000
[ 1.545205] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 1.552347] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.558929] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 1.565815] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[ 1.893261] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:04 [uid=004dd042, driver=Generic PHY]
[ 1.903527] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 1.916678] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.930630] Freeing unused kernel memory: 1204K
[ 1.935329] This architecture does not have kernel memory protection.
[ 1.941979] Run /sbin/init as init process
[ 2.603251] init: Console is alive
[ 2.607070] init: - watchdog -
[ 3.857698] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.901414] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.919321] init: - preinit -
[ 4.761647] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.866893] random: jshn: uninitialized urandom read (4 bytes read)
[ 5.008869] random: jshn: uninitialized urandom read (4 bytes read)
[ 5.761280] eth0: link up (1000Mbps/Full duplex)
[ 5.769806] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 5.781838] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
[ 5.821133] urandom_read: 4 callbacks suppressed
[ 5.821140] random: procd: uninitialized urandom read (4 bytes read)
[ 10.086330] jffs2: notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 21 of xdatum (9 unchecked, 1 orphan) and 32 of xref (1 dead, 0 orphan) found.
[ 10.104253] mount_root: switching to jffs2 overlay
[ 10.139301] overlayfs: upper fs does not support tmpfile.
[ 10.151067] urandom-seed: Seeding with /etc/urandom.seed
[ 10.238894] eth0: link down
[ 10.259802] procd: - early -
[ 10.262927] procd: - watchdog -
[ 10.866830] procd: - watchdog -
[ 10.870377] procd: - ubus -
[ 10.915048] random: ubusd: uninitialized urandom read (4 bytes read)
[ 10.924763] random: ubusd: uninitialized urandom read (4 bytes read)
[ 10.932683] procd: - init -
[ 11.661864] kmodloader: loading kernel modules from /etc/modules.d/*
[ 11.758839] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 11.875205] Mirror/redirect action on
[ 11.900395] u32 classifier
[ 11.903248] input device check on
[ 11.907032] Actions configured
[ 11.942370] Loading modules backported from Linux version v5.8-rc2-0-g48778464bb7d
[ 11.950239] Backport generated by backports.git v5.8-rc2-1-0-g7a69429b
[ 12.015183] wireguard: WireGuard 1.0.20200729 loaded. See www.wireguard.com for information.
[ 12.023954] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 12.125541] urngd: v1.0.2 started.
[ 12.154690] xt_time: kernel timezone is -0000
[ 12.432978] ath10k 5.4 driver, optimized for CT firmware, probing pci device: 0x56.
[ 12.441047] ath10k_mac_create, priv_size: 804 hw: (ptrval) hw->priv: (ptrval)
[ 12.454450] random: crng init done
[ 12.470492] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 12.477291] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 14.858841] ath10k_pci 0000:00:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000
[ 14.868416] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 14.888430] ath10k_pci 0000:00:00.0: firmware ver 10.4b-ct-9888-fW-013-d81f62d97 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 937128b4
[ 15.223010] ath10k_pci 0000:00:00.0: failed to fetch board data for bus=pci,bmi-chip-id=0,bmi-board-id=20 from ath10k/QCA9888/hw2.0/board-2.bin
[ 15.237129] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id 0:20 crc32 8971a1b4
[ 17.273475] ath10k_pci 0000:00:00.0: unsupported HTC service id: 1536
[ 17.283350] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 17.291138] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
[ 17.321246] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 17.332536] ath10k_pci 0000:00:00.0: wmi print 'free: 114524 iram: 12628 sram: 29508'
[ 17.566737] ath10k_pci 0000:00:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 17.648824] ath: EEPROM regdomain sanitized
[ 17.648834] ath: EEPROM regdomain: 0x64
[ 17.648837] ath: EEPROM indicates we should expect a direct regpair map
[ 17.648854] ath: Country alpha2 being used: 00
[ 17.648857] ath: Regpair used: 0x64
[ 17.732561] ath: EEPROM regdomain sanitized
[ 17.732571] ath: EEPROM regdomain: 0x64
[ 17.732574] ath: EEPROM indicates we should expect a direct regpair map
[ 17.732593] ath: Country alpha2 being used: 00
[ 17.732596] ath: Regpair used: 0x64
[ 17.744788] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 17.746726] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=2
[ 17.784311] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 29.726074] eth0: link up (1000Mbps/Full duplex)
[ 29.744030] br-lan: port 1(eth0.1) entered blocking state
[ 29.749664] br-lan: port 1(eth0.1) entered disabled state
[ 29.755551] device eth0.1 entered promiscuous mode
[ 29.760547] device eth0 entered promiscuous mode
[ 29.773858] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 29.845863] br-lan: port 1(eth0.1) entered blocking state
[ 29.851467] br-lan: port 1(eth0.1) entered forwarding state
[ 30.753814] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 32.003594] eth1: link up (100Mbps/Full duplex)
[ 32.028748] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 32.790926] ath: EEPROM regdomain: 0x8020
[ 32.795121] ath: EEPROM indicates we should expect a country code
[ 32.801425] ath: doing EEPROM country->regdmn map search
[ 32.806913] ath: country maps to regdmn code: 0x3b
[ 32.811867] ath: Country alpha2 being used: AR
[ 32.816462] ath: Regpair used: 0x3b
[ 32.820066] ath: regdomain 0x8020 dynamically updated by user
[ 32.826071] ath: EEPROM regdomain: 0x8020
[ 32.830223] ath: EEPROM indicates we should expect a country code
[ 32.836514] ath: doing EEPROM country->regdmn map search
[ 32.841998] ath: country maps to regdmn code: 0x3b
[ 32.846944] ath: Country alpha2 being used: AR
[ 32.851530] ath: Regpair used: 0x3b
[ 32.855135] ath: regdomain 0x8020 dynamically updated by user
[ 35.621539] br-lan: port 2(2G_ap) entered blocking state
[ 35.627088] br-lan: port 2(2G_ap) entered disabled state
[ 35.632889] device 2G_ap entered promiscuous mode
[ 36.767071] IPv6: ADDRCONF(NETDEV_CHANGE): 2G_ap: link becomes ready
[ 36.773915] br-lan: port 2(2G_ap) entered blocking state
[ 36.779457] br-lan: port 2(2G_ap) entered forwarding state
[ 39.593566] ath10k_pci 0000:00:00.0: unsupported HTC service id: 1536
[ 39.600391] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 39.608239] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
[ 39.638423] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 39.649793] ath10k_pci 0000:00:00.0: wmi print 'free: 114524 iram: 12628 sram: 29508'
[ 39.962495] ath10k_pci 0000:00:00.0: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 40.056094] br-lan: port 3(5G_ap) entered blocking state
[ 40.061668] br-lan: port 3(5G_ap) entered disabled state
[ 40.067470] device 5G_ap entered promiscuous mode
[ 40.592976] ath10k_pci 0000:00:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 42.454916] IPv6: ADDRCONF(NETDEV_CHANGE): 5G_ap: link becomes ready
[ 42.461871] br-lan: port 3(5G_ap) entered blocking state
[ 42.467408] br-lan: port 3(5G_ap) entered forwarding state
[ 71.382406] ath10k_pci 0000:00:00.0: Invalid VHT mcs 15 peer stats
[ 341.666028] eth1: link down
[ 344.483336] eth1: link up (100Mbps/Full duplex)
[ 344.491658] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 578.229353] ath10k_pci 0000:00:00.0: htt tx: fixing invalid VHT TX rate code 0xff
[ 592.368021] eth1: link down
[ 594.703887] eth1: link up (100Mbps/Full duplex)
[ 594.714352] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 731.949888] eth1: link down
[ 734.221962] eth1: link up (100Mbps/Full duplex)
[ 734.227213] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 820.236857] eth1: link down
[ 822.605965] eth1: link up (100Mbps/Full duplex)
[ 822.610905] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 826.702190] eth1: link down
[ 829.102014] eth1: link up (100Mbps/Full duplex)
[ 829.107387] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 1649.347796] eth1: link down
[ 1651.621462] eth1: link up (100Mbps/Full duplex)
[ 1651.626465] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 1841.056988] eth1: link down
[ 1843.456817] eth1: link up (100Mbps/Full duplex)
[ 1843.461740] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2180.413149] eth1: link down
[ 2182.718570] eth1: link up (100Mbps/Full duplex)
[ 2182.724457] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2198.078586] eth1: link down
[ 2200.350082] eth1: link up (100Mbps/Full duplex)
[ 2200.355326] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 2767.640586] eth1: link down
[ 2769.913486] eth1: link up (100Mbps/Full duplex)
[ 2769.918880] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 3632.176061] eth1: link down
[ 3634.929548] eth1: link up (100Mbps/Full duplex)
[ 3634.947194] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 4204.358095] eth1: link down
[ 4206.821967] eth1: link up (100Mbps/Full duplex)
[ 4206.826885] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 4285.669868] eth1: link down
[ 4288.549039] eth1: link up (100Mbps/Full duplex)
[ 4288.553962] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 4437.028463] eth1: link down
[ 4439.299787] eth1: link up (100Mbps/Full duplex)
[ 4439.305020] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 5146.874710] eth1: link down
[ 5149.368670] eth1: link up (100Mbps/Full duplex)
[ 5149.374116] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 5381.813951] eth1: link down
[ 5384.055038] eth1: link up (100Mbps/Full duplex)
[ 5384.059934] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 5642.100393] eth1: link down
[ 5644.373038] eth1: link up (100Mbps/Full duplex)
[ 5644.378482] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 7494.721193] eth1: link down
[ 7497.344721] eth1: link up (100Mbps/Full duplex)
[ 7497.349853] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 7498.367589] eth1: link down
[ 7501.023786] eth1: link up (100Mbps/Full duplex)
[ 7501.033810] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 7768.284460] eth1: link down
[ 7770.555910] eth1: link up (100Mbps/Full duplex)
[ 7770.560802] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8019.384339] eth1: link down
[ 8021.625385] eth1: link up (100Mbps/Full duplex)
[ 8021.630736] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8403.572058] eth1: link down
[ 8405.813090] eth1: link up (100Mbps/Full duplex)
[ 8405.818007] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8527.667165] eth1: link down
[ 8529.907650] eth1: link up (100Mbps/Full duplex)
[ 8529.914523] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 8880.112215] eth1: link down
[ 8882.383496] eth1: link up (100Mbps/Full duplex)
[ 8882.388796] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 9199.819312] eth1: link down
[ 9202.091975] eth1: link up (100Mbps/Full duplex)
[ 9202.096881] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 9356.713628] eth1: link down
[ 9358.954413] eth1: link up (100Mbps/Full duplex)
[ 9358.959717] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 9633.414597] eth1: link down
[ 9635.687330] eth1: link up (100Mbps/Full duplex)
[ 9635.692245] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 9684.873413] eth1: link down
[ 9687.110800] eth1: link up (100Mbps/Full duplex)
[ 9687.116036] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[10674.234523] eth1: link down
[10676.505354] eth1: link up (100Mbps/Full duplex)
[10676.510427] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[10983.699927] eth1: link down
[10985.941798] eth1: link up (100Mbps/Full duplex)
[10985.946692] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[11115.987273] eth1: link down
[11118.227019] eth1: link up (100Mbps/Full duplex)
[11118.231935] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[11258.511665] eth1: link down
[11260.752903] eth1: link up (100Mbps/Full duplex)
[11260.757818] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[12051.270601] eth1: link down
[12053.542580] eth1: link up (100Mbps/Full duplex)
[12053.547634] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[12224.548043] eth1: link down
[12226.820838] eth1: link up (100Mbps/Full duplex)
[12226.826133] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[13093.116349] eth1: link down
[13095.388099] eth1: link up (100Mbps/Full duplex)
[13095.393036] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[13237.723403] eth1: link down
[13239.994531] eth1: link up (100Mbps/Full duplex)
[13239.999449] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[13480.631361] eth1: link down
[13482.903933] eth1: link up (100Mbps/Full duplex)
[13482.908827] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[14079.986670] eth1: link down
[14082.865153] eth1: link up (100Mbps/Full duplex)
[14082.875799] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[14136.142960] eth1: link down
[14138.480152] eth1: link up (100Mbps/Full duplex)
[14138.485048] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[14326.892801] eth1: link down
[14329.165044] eth1: link up (100Mbps/Full duplex)
[14329.170437] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[15205.698224] eth1: link down
[15208.034072] eth1: link up (100Mbps/Full duplex)
[15208.038993] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[16868.939213] eth1: link down
[16871.691530] eth1: link up (100Mbps/Full duplex)
[16871.696502] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[17219.845264] eth1: link down
[17222.085945] eth1: link up (100Mbps/Full duplex)
[17222.091188] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[17266.116135] eth1: link down
[17268.358170] eth1: link up (100Mbps/Full duplex)
[17268.363287] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[18608.757159] eth1: link down
[18610.998442] eth1: link up (100Mbps/Full duplex)
[18611.003804] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[18764.595469] eth1: link down
[18766.836763] eth1: link up (100Mbps/Full duplex)
[18766.841656] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[20083.683566] eth1: link down
[20085.924491] eth1: link up (100Mbps/Full duplex)
[20085.929635] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[20258.977467] eth1: link down
[20261.250149] eth1: link up (100Mbps/Full duplex)
[20261.255096] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[20799.867102] eth1: link down
[20800.905538] eth1: link up (100Mbps/Full duplex)
[20801.403850] eth1: link down
[20803.739123] eth1: link up (100Mbps/Full duplex)
[20803.744597] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[20860.057661] eth1: link down
[20862.298378] eth1: link up (100Mbps/Full duplex)
[20862.303274] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[21054.806768] eth1: link down
[21057.335858] eth1: link up (100Mbps/Full duplex)
[21057.340763] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[21401.394255] eth1: link down
[21403.667456] eth1: link up (100Mbps/Full duplex)
[21403.673375] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[21526.544502] eth1: link down
[21528.785624] eth1: link up (100Mbps/Full duplex)
[21528.790873] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[22750.558286] eth1: link down
[22752.991528] eth1: link up (100Mbps/Full duplex)
[22752.996798] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[23049.946588] eth1: link down
[23052.667230] eth1: link up (100Mbps/Full duplex)
[23052.672628] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[23937.424784] eth1: link down
[23939.918740] eth1: link up (100Mbps/Full duplex)
[23939.923699] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[24151.883187] eth1: link down
[24154.155689] eth1: link up (100Mbps/Full duplex)
[24154.160921] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[24189.994240] eth1: link down
[24192.267137] eth1: link up (100Mbps/Full duplex)
[24192.272514] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[24815.876173] eth1: link down
[24818.146255] eth1: link up (100Mbps/Full duplex)
[24818.151147] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[24919.520764] eth1: link down
[24921.760804] eth1: link up (100Mbps/Full duplex)
[24921.765696] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[25562.774798] eth1: link down
[25565.047734] eth1: link up (100Mbps/Full duplex)
[25565.053118] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[25785.204201] eth1: link down
[25787.476678] eth1: link up (100Mbps/Full duplex)
[25787.481822] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[26773.733380] eth1: link down
[26776.714562] eth1: link up (100Mbps/Full duplex)
[26776.730903] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[26790.085415] eth1: link down
[26792.678448] eth1: link up (100Mbps/Full duplex)
[26792.697842] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[27487.164577] eth1: link down
[27489.660947] eth1: link up (100Mbps/Full duplex)
[27489.668112] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[28290.895944] eth1: link down
[28293.425287] eth1: link up (100Mbps/Full duplex)
[28293.437604] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[28658.059181] eth1: link down
[28660.812898] eth1: link up (100Mbps/Full duplex)
[28660.826712] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[28743.785857] eth1: link down
[28746.187045] eth1: link up (100Mbps/Full duplex)
[28746.191940] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[28782.025579] eth1: link down
[28784.266545] eth1: link up (100Mbps/Full duplex)
[28784.271471] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[30246.613459] eth1: link down
[30249.014683] eth1: link up (100Mbps/Full duplex)
[30249.019603] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[32144.537910] eth1: link down
[32147.131202] eth1: link up (100Mbps/Full duplex)
[32147.149670] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[38872.203135] eth1: link down
[38873.247956] eth1: link up (100Mbps/Full duplex)
[38873.695232] eth1: link down
[38876.139641] eth1: link up (100Mbps/Full duplex)
[38876.144565] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[39186.470864] eth1: link down
[39189.224149] eth1: link up (100Mbps/Full duplex)
[39189.238760] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[40019.293485] eth1: link down
[40022.302813] eth1: link up (100Mbps/Full duplex)
[40022.317265] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[41084.176732] eth1: link down
[41087.250081] eth1: link up (100Mbps/Full duplex)
[41087.260597] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[43065.688340] eth1: link down
[43066.762455] eth1: link up (100Mbps/Full duplex)
[43066.780405] eth1: link down
[43068.953581] eth1: link up (100Mbps/Full duplex)
[43068.964050] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[45176.735987] eth1: link down
[45177.813318] eth1: link up (100Mbps/Full duplex)
[45177.929459] eth1: link down
[45180.003569] eth1: link up (100Mbps/Full duplex)
[45180.015357] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[47273.319242] eth1: link down
[47275.708534] eth1: link up (100Mbps/Full duplex)
[47275.718181] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[47301.574020] eth1: link down
[47304.040059] eth1: link up (100Mbps/Full duplex)
[47304.045503] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[47480.355611] eth1: link down
[47481.427781] eth1: link up (100Mbps/Full duplex)
[47481.447013] eth1: link down
[47483.556901] eth1: link up (100Mbps/Full duplex)
[47483.567363] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[53730.071248] eth1: link down
[53731.096636] eth1: link up (100Mbps/Full duplex)
[53732.239828] eth1: link down
[53734.649205] eth1: link up (100Mbps/Full duplex)
[53734.654139] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[54051.443072] ath10k_pci 0000:00:00.0: Cannot communicate with firmware, previous wmi cmds: 36967:13437256 36967:13437239 36965:13436981 40859:13436981, jiffies: 13438016, attempting to fake crash and restart firmware, dev-flags: 0x42
[54051.464514] ath10k_pci 0000:00:00.0: failed to send wmi nop: -143
[54051.470856] ath10k_pci 0000:00:00.0: could not request stats (type -268435456 ret -143 specifier 1)
[54051.589474] ath10k_pci 0000:00:00.0: firmware crashed! (guid n/a)
[54051.595832] ath10k_pci 0000:00:00.0: qca9888 hw2.0 target 0x01000000 chip_id 0x00000000 sub 0000:0000
[54051.605430] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[54051.625558] ath10k_pci 0000:00:00.0: firmware ver 10.4b-ct-9888-fW-013-d81f62d97 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 937128b4
[54051.655549] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id 0:20 crc32 8971a1b4
[54051.663289] ath10k_pci 0000:00:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[54051.684158] ath10k_pci 0000:00:00.0: failed to get memcpy hi address for firmware address 4: -16
[54051.693254] ath10k_pci 0000:00:00.0: failed to read firmware dump area: -16
[54051.700454] ath10k_pci 0000:00:00.0: in crash-regs-harder
[54052.859201] ath10k_pci 0000:00:00.0: in crash-regs-harder, firmware did not provide indicator: 0x2
[54052.868542] ath10k_pci 0000:00:00.0: Copy Engine register dump:
[54052.874710] ath10k_pci 0000:00:00.0: [00]: 0x0004a000 5 5 3 3
[54052.881383] ath10k_pci 0000:00:00.0: [01]: 0x0004a400 21 21 91 92
[54052.888060] ath10k_pci 0000:00:00.0: [02]: 0x0004a800 63 63 62 63
[54052.894737] ath10k_pci 0000:00:00.0: [03]: 0x0004ac00 20 16 20 16
[54052.901405] ath10k_pci 0000:00:00.0: [04]: 0x0004b000 4791 4791 57 17
[54052.908248] ath10k_pci 0000:00:00.0: [05]: 0x0004b400 19 19 50 51
[54052.914919] ath10k_pci 0000:00:00.0: [06]: 0x0004b800 25 25 25 25
[54052.921580] ath10k_pci 0000:00:00.0: [07]: 0x0004bc00 0 1 0 1
[54052.928247] ath10k_pci 0000:00:00.0: [08]: 0x0004c000 0 0 127 0
[54052.934918] ath10k_pci 0000:00:00.0: [09]: 0x0004c400 0 0 0 0
[54052.941579] ath10k_pci 0000:00:00.0: [10]: 0x0004c800 0 0 0 0
[54052.948244] ath10k_pci 0000:00:00.0: [11]: 0x0004cc00 0 0 0 0
[54052.955045] ath10k_pci 0000:00:00.0: failed to get memcpy hi address for firmware address 8: -28
[54052.964224] ath10k_pci 0000:00:00.0: failed to dump debug log area: -28
[54054.231779] ath10k_pci 0000:00:00.0: failed to send pdev bss chan info request: -143
[54054.283727] ath10k_pci 0000:00:00.0: failed to set beacon mode for vdev 0: -143
[54054.291449] ath10k_pci 0000:00:00.0: failed to set dtim period for vdev 0: -143
[54054.299559] ath10k_pci 0000:00:00.0: failed to recalculate rts/cts prot for vdev 0: -143
[54054.308003] ath10k_pci 0000:00:00.0: failed to set cts protection for vdev 0: -143
[54054.315853] ath10k_pci 0000:00:00.0: failed to set preamble for vdev 0: -143
[54054.323152] ath10k_pci 0000:00:00.0: failed to set mgmt tx rate -143
[54057.534308] ath10k_pci 0000:00:00.0: removing peer, cleanup-all, deleting: peer e80ddcc2 vdev: 0 addr: 50:c7:bf:75:81:af
[54057.545794] ath10k_pci 0000:00:00.0: failed to read hi_board_data address: -28
[54057.710699] ieee80211 phy0: Hardware restart was requested
[54059.808138] ath10k_pci 0000:00:00.0: unsupported HTC service id: 1536
[54059.815390] ath10k_pci 0000:00:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[54059.823264] ath10k_pci 0000:00:00.0: msdu-desc: 2500 skid: 32
[54059.853446] ath10k_pci 0000:00:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[54059.864797] ath10k_pci 0000:00:00.0: wmi print 'free: 114524 iram: 12628 sram: 29508'
[54060.177482] ath10k_pci 0000:00:00.0: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[54060.387955] ath10k_pci 0000:00:00.0: device successfully recovered
[56380.150084] eth1: link down
[56382.455362] eth1: link up (100Mbps/Full duplex)
[56382.460915] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[57573.479020] eth1: link down
[57575.848305] eth1: link up (100Mbps/Full duplex)
[57575.857942] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[62279.278882] eth1: link down
[62282.093972] eth1: link up (100Mbps/Full duplex)
[62282.106792] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[62566.921643] eth1: link down
[62569.642374] eth1: link up (100Mbps/Full duplex)
[62569.647702] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[64258.228833] eth1: link down
[64260.469184] eth1: link up (100Mbps/Full duplex)
[64260.475349] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[64432.498472] eth1: link down
[64434.770921] eth1: link up (100Mbps/Full duplex)
[64434.776356] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[64681.582940] eth1: link down
[64683.855712] eth1: link up (100Mbps/Full duplex)
[64683.860607] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[67376.940335] eth1: link down
[67379.277635] eth1: link up (100Mbps/Full duplex)
[67379.294109] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[68199.649623] eth1: link down
[68201.958955] eth1: link up (100Mbps/Full duplex)
[68201.969490] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[68440.734545] eth1: link down
[68443.103654] eth1: link up (100Mbps/Full duplex)
[68443.110942] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[68926.670978] eth1: link down
[68928.765150] eth1: link up (100Mbps/Full duplex)
[68928.783506] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[69076.342428] eth1: link down
[69078.711358] eth1: link up (100Mbps/Full duplex)
[69078.716498] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[69122.741131] eth1: link down
[69125.815266] eth1: link up (100Mbps/Full duplex)
[69125.822898] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[69135.124950] eth1: link down
[69137.334553] eth1: link up (100Mbps/Full duplex)
[69137.340172] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[69379.154014] eth1: link down
[69381.426908] eth1: link up (100Mbps/Full duplex)
[69381.432153] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
root@archer_c60:~# logread | grep udhcpc
Tue Aug 4 14:00:10 2020 daemon.notice netifd: wan (11433): udhcpc: received SIGTERM
Tue Aug 4 14:00:10 2020 daemon.notice netifd: wan (11433): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 14:00:10 2020 daemon.notice netifd: wan (11433): udhcpc: sending release
Tue Aug 4 14:00:10 2020 daemon.notice netifd: wan (11433): udhcpc: entering released state
Tue Aug 4 14:00:12 2020 daemon.notice netifd: wan (12732): udhcpc: started, v1.31.1
Tue Aug 4 14:00:12 2020 daemon.notice netifd: wan (12732): udhcpc: sending discover
Tue Aug 4 14:00:15 2020 daemon.notice netifd: wan (12732): udhcpc: sending discover
Tue Aug 4 14:00:15 2020 daemon.notice netifd: wan (12732): udhcpc: sending select for 190.244.135.61
Tue Aug 4 14:00:15 2020 daemon.notice netifd: wan (12732): udhcpc: lease of 190.244.135.61 obtained, lease time 11197
Tue Aug 4 14:04:19 2020 daemon.notice netifd: wan (12732): udhcpc: received SIGTERM
Tue Aug 4 14:04:19 2020 daemon.notice netifd: wan (12732): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 14:04:19 2020 daemon.notice netifd: wan (12732): udhcpc: sending release
Tue Aug 4 14:04:19 2020 daemon.notice netifd: wan (12732): udhcpc: entering released state
Tue Aug 4 14:04:21 2020 daemon.notice netifd: wan (13989): udhcpc: started, v1.31.1
Tue Aug 4 14:04:21 2020 daemon.notice netifd: wan (13989): udhcpc: sending discover
Tue Aug 4 14:04:21 2020 daemon.notice netifd: wan (13989): udhcpc: sending select for 190.244.135.61
Tue Aug 4 14:04:21 2020 daemon.notice netifd: wan (13989): udhcpc: lease of 190.244.135.61 obtained, lease time 10951
Tue Aug 4 14:49:14 2020 daemon.notice netifd: wan (13989): udhcpc: received SIGTERM
Tue Aug 4 14:49:14 2020 daemon.notice netifd: wan (13989): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 14:49:14 2020 daemon.notice netifd: wan (13989): udhcpc: sending release
Tue Aug 4 14:49:14 2020 daemon.notice netifd: wan (13989): udhcpc: entering released state
Tue Aug 4 14:49:17 2020 daemon.notice netifd: wan (15789): udhcpc: started, v1.31.1
Tue Aug 4 14:49:17 2020 daemon.notice netifd: wan (15789): udhcpc: sending discover
Tue Aug 4 14:49:17 2020 daemon.notice netifd: wan (15789): udhcpc: sending select for 190.244.135.61
Tue Aug 4 14:49:17 2020 daemon.notice netifd: wan (15789): udhcpc: lease of 190.244.135.61 obtained, lease time 19655
Tue Aug 4 15:02:57 2020 daemon.notice netifd: wan (15789): udhcpc: received SIGTERM
Tue Aug 4 15:02:57 2020 daemon.notice netifd: wan (15789): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:02:57 2020 daemon.notice netifd: wan (15789): udhcpc: sending release
Tue Aug 4 15:02:57 2020 daemon.notice netifd: wan (15789): udhcpc: entering released state
Tue Aug 4 15:03:00 2020 daemon.notice netifd: wan (17240): udhcpc: started, v1.31.1
Tue Aug 4 15:03:00 2020 daemon.notice netifd: wan (17240): udhcpc: sending discover
Tue Aug 4 15:03:00 2020 daemon.notice netifd: wan (17240): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:03:00 2020 daemon.notice netifd: wan (17240): udhcpc: lease of 190.244.135.61 obtained, lease time 18833
Tue Aug 4 15:06:58 2020 daemon.notice netifd: wan (17240): udhcpc: received SIGTERM
Tue Aug 4 15:06:58 2020 daemon.notice netifd: wan (17240): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:06:58 2020 daemon.notice netifd: wan (17240): udhcpc: sending release
Tue Aug 4 15:06:58 2020 daemon.notice netifd: wan (17240): udhcpc: entering released state
Tue Aug 4 15:07:01 2020 daemon.notice netifd: wan (18540): udhcpc: started, v1.31.1
Tue Aug 4 15:07:01 2020 daemon.notice netifd: wan (18540): udhcpc: sending discover
Tue Aug 4 15:07:01 2020 daemon.notice netifd: wan (18540): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:07:01 2020 daemon.notice netifd: wan (18540): udhcpc: lease of 190.244.135.61 obtained, lease time 18592
Tue Aug 4 15:15:04 2020 daemon.notice netifd: wan (18540): udhcpc: received SIGTERM
Tue Aug 4 15:15:04 2020 daemon.notice netifd: wan (18540): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:15:04 2020 daemon.notice netifd: wan (18540): udhcpc: sending release
Tue Aug 4 15:15:04 2020 daemon.notice netifd: wan (18540): udhcpc: entering released state
Tue Aug 4 15:15:07 2020 daemon.notice netifd: wan (20037): udhcpc: started, v1.31.1
Tue Aug 4 15:15:07 2020 daemon.notice netifd: wan (20037): udhcpc: sending discover
Tue Aug 4 15:15:10 2020 daemon.notice netifd: wan (20037): udhcpc: sending discover
Tue Aug 4 15:15:10 2020 daemon.notice netifd: wan (20037): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:15:10 2020 daemon.notice netifd: wan (20037): udhcpc: lease of 190.244.135.61 obtained, lease time 600
Tue Aug 4 15:17:34 2020 daemon.notice netifd: wan (20037): udhcpc: received SIGTERM
Tue Aug 4 15:17:34 2020 daemon.notice netifd: wan (20037): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:17:34 2020 daemon.notice netifd: wan (20037): udhcpc: sending release
Tue Aug 4 15:17:34 2020 daemon.notice netifd: wan (20037): udhcpc: entering released state
Tue Aug 4 15:17:36 2020 daemon.notice netifd: wan (21065): udhcpc: started, v1.31.1
Tue Aug 4 15:17:36 2020 daemon.notice netifd: wan (21065): udhcpc: sending discover
Tue Aug 4 15:17:37 2020 daemon.notice netifd: wan (21065): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:17:37 2020 daemon.notice netifd: wan (21065): udhcpc: lease of 190.244.135.61 obtained, lease time 453
Tue Aug 4 15:18:21 2020 daemon.notice netifd: wan (21065): udhcpc: received SIGTERM
Tue Aug 4 15:18:21 2020 daemon.notice netifd: wan (21065): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:18:21 2020 daemon.notice netifd: wan (21065): udhcpc: sending release
Tue Aug 4 15:18:21 2020 daemon.notice netifd: wan (21065): udhcpc: entering released state
Tue Aug 4 15:18:23 2020 daemon.notice netifd: wan (21840): udhcpc: started, v1.31.1
Tue Aug 4 15:18:23 2020 daemon.notice netifd: wan (21840): udhcpc: sending discover
Tue Aug 4 15:18:23 2020 daemon.notice netifd: wan (21840): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:18:23 2020 daemon.notice netifd: wan (21840): udhcpc: lease of 190.244.135.61 obtained, lease time 406
Tue Aug 4 15:18:33 2020 daemon.notice netifd: wan (21840): udhcpc: received SIGTERM
Tue Aug 4 15:18:33 2020 daemon.notice netifd: wan (21840): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:18:33 2020 daemon.notice netifd: wan (21840): udhcpc: sending release
Tue Aug 4 15:18:33 2020 daemon.notice netifd: wan (21840): udhcpc: entering released state
Tue Aug 4 15:18:35 2020 daemon.notice netifd: wan (22614): udhcpc: started, v1.31.1
Tue Aug 4 15:18:35 2020 daemon.notice netifd: wan (22614): udhcpc: sending discover
Tue Aug 4 15:18:35 2020 daemon.notice netifd: wan (22614): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:18:35 2020 daemon.notice netifd: wan (22614): udhcpc: lease of 190.244.135.61 obtained, lease time 395
Tue Aug 4 15:21:52 2020 daemon.notice netifd: wan (22614): udhcpc: sending renew to 172.20.2.226
Tue Aug 4 15:21:52 2020 daemon.notice netifd: wan (22614): udhcpc: lease of 190.244.135.61 obtained, lease time 21600
Tue Aug 4 15:22:37 2020 daemon.notice netifd: wan (22614): udhcpc: received SIGTERM
Tue Aug 4 15:22:37 2020 daemon.notice netifd: wan (22614): udhcpc: unicasting a release of 190.244.135.61 to 172.20.2.226
Tue Aug 4 15:22:37 2020 daemon.notice netifd: wan (22614): udhcpc: sending release
Tue Aug 4 15:22:37 2020 daemon.notice netifd: wan (22614): udhcpc: entering released state
Tue Aug 4 15:22:39 2020 daemon.notice netifd: wan (23460): udhcpc: started, v1.31.1
Tue Aug 4 15:22:39 2020 daemon.notice netifd: wan (23460): udhcpc: sending discover
Tue Aug 4 15:22:39 2020 daemon.notice netifd: wan (23460): udhcpc: sending select for 190.244.135.61
Tue Aug 4 15:22:39 2020 daemon.notice netifd: wan (23460): udhcpc: lease of 190.244.135.61 obtained, lease time 21553
root@archer_c60:~# opkg list-installed
6to4 - 13
ath10k-firmware-qca9888-ct - 2020-04-24-2
base-files - 225-r14025-009e62c92c
busybox - 1.31.1-1
cgi-io - 19
ddns-scripts - 2.7.8-21
dnsmasq - 2.82-3
dropbear - 2020.80-1
firewall - 2020-07-25-e9b90dfa-1
fstools - 2020-06-17-d34ea8eb-1
fwtool - 2019-11-12-8f7fe925-1
getrandom - 2019-12-31-0e34af14-4
hostapd-common - 2020-06-08-5a8b3662-3
htop - 2.2.0-3
ip-tiny - 5.7.0-2
ip6tables - 1.8.4-1
iperf3 - 3.7-1
iptables - 1.8.4-1
iptables-mod-conntrack-extra - 1.8.4-1
iptables-mod-ipopt - 1.8.4-1
iw - 5.4-1
iwinfo - 2020-06-03-2faa20e5-1
jshn - 2020-07-11-f4e9bf73-1
jsonfilter - 2018-02-04-c7e938d6-1
kernel - 5.4.52-1-a3b0c799c80449fa80b53cf0e54c74e1
kmod-ath - 5.4.52+5.8-rc2-1-1
kmod-ath10k-ct-smallbuffers - 5.4.52+2020-06-30-edfbf916-1
kmod-ath9k - 5.4.52+5.8-rc2-1-1
kmod-ath9k-common - 5.4.52+5.8-rc2-1-1
kmod-cfg80211 - 5.4.52+5.8-rc2-1-1
kmod-gpio-button-hotplug - 5.4.52-3
kmod-hwmon-core - 5.4.52-1
kmod-ifb - 5.4.52-1
kmod-ip6tables - 5.4.52-1
kmod-ipt-conntrack - 5.4.52-1
kmod-ipt-conntrack-extra - 5.4.52-1
kmod-ipt-core - 5.4.52-1
kmod-ipt-ipopt - 5.4.52-1
kmod-ipt-nat - 5.4.52-1
kmod-ipt-offload - 5.4.52-1
kmod-ipt-raw - 5.4.52-1
kmod-iptunnel - 5.4.52-1
kmod-iptunnel4 - 5.4.52-1
kmod-ledtrig-default-on - 5.4.52-1
kmod-ledtrig-heartbeat - 5.4.52-1
kmod-ledtrig-netdev - 5.4.52-1
kmod-ledtrig-timer - 5.4.52-1
kmod-mac80211 - 5.4.52+5.8-rc2-1-1
kmod-nf-conntrack - 5.4.52-1
kmod-nf-conntrack6 - 5.4.52-1
kmod-nf-flow - 5.4.52-1
kmod-nf-ipt - 5.4.52-1
kmod-nf-ipt6 - 5.4.52-1
kmod-nf-nat - 5.4.52-1
kmod-nf-reject - 5.4.52-1
kmod-nf-reject6 - 5.4.52-1
kmod-sched-cake - 5.4.52-1
kmod-sched-cake-virtual - 5.4.52+2020-07-24-48979385-1
kmod-sched-core - 5.4.52-1
kmod-sit - 5.4.52-1
kmod-udptunnel4 - 5.4.52-1
kmod-udptunnel6 - 5.4.52-1
kmod-wireguard - 5.4.52+1.0.20200729-1
libblobmsg-json - 2020-07-11-f4e9bf73-1
libc - 1.1.24-2
libelf1 - 0.179-1
libgcc1 - 8.4.0-2
libip4tc2 - 1.8.4-1
libip6tc2 - 1.8.4-1
libiwinfo-lua - 2020-06-03-2faa20e5-1
libiwinfo20200105 - 2020-06-03-2faa20e5-1
libjson-c5 - 0.14-1
libjson-script - 2020-07-11-f4e9bf73-1
liblua5.1.5 - 5.1.5-7
liblucihttp-lua - 2019-07-05-a34a17d5-1
liblucihttp0 - 2019-07-05-a34a17d5-1
libmbedtls12 - 2.16.6-1
libncurses6 - 6.2-1
libnl-tiny - 2019-10-29-0219008c-1
libopenssl1.1 - 1.1.1g-1
libpcre - 8.44-2
libpthread - 1.1.24-2
librt - 1.1.24-2
libubox20191228 - 2020-07-11-f4e9bf73-1
libubus-lua - 2020-02-05-171469e3-1
libubus20191227 - 2020-02-05-171469e3-1
libuci20130104 - 2020-04-24-ec8d3233-3
libuclient20160123 - 2020-06-17-c6609861-1
libustream-mbedtls20200215 - 2020-03-13-5e1bc342-1
libxtables12 - 1.8.4-1
logd - 2019-12-31-0e34af14-4
lua - 5.1.5-7
luci - git-20.216.62430-9acc7d8
luci-app-ddns - git-20.216.62430-9acc7d8
luci-app-firewall - git-20.216.62430-9acc7d8
luci-app-opkg - git-20.216.62430-9acc7d8
luci-app-sqm - 1.4.0
luci-app-wireguard - git-20.216.62430-9acc7d8
luci-base - git-20.216.62430-9acc7d8
luci-compat - git-20.216.62430-9acc7d8
luci-i18n-base-en - git-20.216.62430-9acc7d8
luci-i18n-base-es - git-20.216.62430-9acc7d8
luci-i18n-ddns-en - git-20.216.62430-9acc7d8
luci-i18n-ddns-es - git-20.216.62430-9acc7d8
luci-i18n-firewall-en - git-20.216.62430-9acc7d8
luci-i18n-firewall-es - git-20.216.62430-9acc7d8
luci-i18n-opkg-en - git-20.216.62430-9acc7d8
luci-i18n-opkg-es - git-20.216.62430-9acc7d8
luci-i18n-sqm-en - git-20.216.62430-9acc7d8
luci-i18n-sqm-es - git-20.216.62430-9acc7d8
luci-i18n-wireguard-en - git-20.216.62430-9acc7d8
luci-i18n-wireguard-es - git-20.216.62430-9acc7d8
luci-lib-base - git-20.216.62430-9acc7d8
luci-lib-ip - git-20.216.62430-9acc7d8
luci-lib-ipkg - git-20.216.62430-9acc7d8
luci-lib-jsonc - git-20.216.62430-9acc7d8
luci-lib-nixio - git-20.216.62430-9acc7d8
luci-mod-admin-full - git-20.216.62430-9acc7d8
luci-mod-network - git-20.216.62430-9acc7d8
luci-mod-status - git-20.216.62430-9acc7d8
luci-mod-system - git-20.216.62430-9acc7d8
luci-proto-ipv6 - git-20.216.62430-9acc7d8
luci-proto-ppp - git-20.216.62430-9acc7d8
luci-proto-wireguard - git-20.216.62430-9acc7d8
luci-ssl - git-20.216.62430-9acc7d8
luci-theme-argon - 2.2.1
luci-theme-bootstrap - git-20.216.62430-9acc7d8
luci-theme-openwrt-2020 - git-20.216.62430-9acc7d8
mtd - 25
nano - 5.0-1
netifd - 2020-06-06-51e9fb81-1
odhcp6c - 2020-03-28-f575351c-16
odhcpd - 2020-06-21-5da52992-4
openwrt-keyring - 2019-07-25-8080ef34-1
opkg - 2020-05-07-f2166a89-1
procd - 2020-07-30-2ae5cbcf-1
px5g-mbedtls - 9
rpcd - 2020-05-26-078bb57e-1
rpcd-mod-file - 2020-05-26-078bb57e-1
rpcd-mod-iwinfo - 2020-05-26-078bb57e-1
rpcd-mod-luci - 20191114
rpcd-mod-rrdns - 20170710
sqm-scripts - 1.4.0-8
swconfig - 12
tc - 5.7.0-2
terminfo - 6.2-1
uboot-envtools - 2020.04-1
ubox - 2019-12-31-0e34af14-4
ubus - 2020-02-05-171469e3-1
ubusd - 2020-02-05-171469e3-1
uci - 2020-04-24-ec8d3233-3
uclient-fetch - 2020-06-17-c6609861-1
uhttpd - 2020-06-03-939c281c-1
uhttpd-mod-ubus - 2020-06-03-939c281c-1
urandom-seed - 2
urngd - 2020-01-21-c7f7b6b6-1
usign - 2020-05-23-f1f65026-1
wget - 1.20.3-4
wireguard-tools - 1.0.20200513-1
wireless-regdb - 2020.04.29-1
wpad-basic - 2020-06-08-5a8b3662-3
zlib - 1.2.11-3
Supply the following if possible: - Device problem occurs on - Software versions of OpenWrt/LEDE release, packages, etc. - Steps to reproduce
|
|
09.03.2017 | 612 | Base system | Bug Report | Very Low | High | WAN to LAN leakage on MT7620 devices | Trunk | Unconfirmed |
Task Description
I am currently testing two MT7620 devices - the ZBT WE826 and the Sanlinking D240. During the first seconds of the boot, I see that packets leak between the WAN and LAN ports. Typically, this results in clients receiving a DHCP reply from my upstream router, rendering the clients without connectivity when the switch is properly initialized. I have also tested with the default firmware and do not see this behavior. Also, if I stop the devices in the bootloader, then packets do not leak until I resume boot again.
In order to try to solve this bug, I have tried to port some (at least to me) missing steps from the bootloader switch code and to the mt7620 switch driver in LEDE. This did not have an effect, at least not on the packet leak. A work-around I have found is to update u-boot and remove the input delay, so that the device will boot immediately. However, this is quite cumbersome to install and not very reliable. I suspect my luck with this work-around is more due to the timing of the DHCP clients in Ubuntu and Windows 10.
Does anyone have any idea as to what could be wrong and where to start looking?
Thanks in advance for any help.
|
|
07.10.2018 | 1883 | Base system | Bug Report | Very Low | High | WAN interface VLAN not working on AVM FRITZ!Box 4040 | Trunk | Unconfirmed |
Task Description
WAN interface of AVM FRITZ!Box 4040 is on eth1. To gain internet connectivity the ISP requires VLAN tagging with ID 7. But while I can send packets through interface eth1, I cannot through eth1.7.
Affected device: https://openwrt.org/toh/hwdata/avm/avm_fritz_box_4040 Affected versions: All I have tested, that is: 18.06.1 and the snapshot available today.
I haven’t seen any disturbing firewall rules and it still doesn’t work after flushing iptables completely.
Steps to reproduce:
- flash OpenWrt 18.06.1 to FRITZ!Box 4040 - change WAN ifname to eth1.7 - connect WAN port to laptop or monitoring device with Wireshark or similar - send something via eth1.7, e.g. ping, but dhcp or pppd are sending stuff anyway
What happens:
Monitoring device does not see pings, dhcp, pppoe or other packets that go through eth1.7. It received when sending via eth1 directly (untagged). When sniffing via tcpdump on the router, it looks like the packets are send, but they are actually not going over the wire.
What should happen:
VLAN tagged packets are send properly (so PPPoE discovery succeeds in the end).
It was advised to open this bug report in the following forum thread. There is also some more information including configuration dumps. https://forum.openwrt.org/t/vlan-configuration-for-telekom/21841
|
|
09.08.2020 | 3280 | Base system | Bug Report | Very Low | Critical | Wan interface and sometimes lan interfaces randomly go ... | Trunk | Unconfirmed |
Task Description
- Versions where bug is present: OpenWRT snapshots, tested with r13938 and r18039.
- Affected device: D-Link DIR-878 and likely others from its family.
- What does it do and shouldn’t do: the ethernet interfaces randomly get switched on/off, dropping the link and resetting the connection. Troubleshooting has already been thoroughly conducted to rule out other causes, see below. This is critical severity because makes OpenWRT unusable in these devices.
- Steps to reproduce: – flash the snapshot image on a D-Link DIR-878; – configure the WAN (tested with PPPoE and DHCP protocols) and LAN interfaces (tested with Static and DHCP protocols) - using all interfaces will increase the likelihood that at least one of them will present the behaviour; – wait an indefinite but reasonable (< 2h for all instances so far) amount of time; – the interface will randomly be put down and then up a couple seconds later, and it will be randomly looping up/down states at random amounts of time.
- Troubleshooting already conducted: full and detailed troubleshooting history is present at this forum thread. Please let me know if I can provide further information.
- Additional info: some people are having WiFi issues with MT7621 family devices that might be related to this one if they share a common cause, such as a possible race condition in the drivers;
|
|
18.08.2018 | 1794 | Base system | Bug Report | Very Low | Low | W8970 - ADSL stops working after some time | Trunk | Unconfirmed |
Task Description
Hi,
I have installed Openwrt 18.06.0 on my TD-W8970 device. There is a problem that randomly, after average 2-5 days pppoe wan connection just stops working.
DSL is synchronized: Annex: A Line Mode: G.992.5 (ADSL2+) Line State: UP [0×801: showtime_tc_sync] (...) Power Management Mode: L0 - Synchronized
No “leave showtime” message, kernel log is clean, system log is full of pppd restarting messages. Pppd keeps restarting and timeouts.
The only solution is to reboot machine, it always helps. How to debug and diagnose the problem?
|
|
30.08.2020 | 3311 | Base system | Bug Report | Very Low | Low | vlan(NETWORK -> SWITCH) menu missing on luci -> mt7621(... | Trunk | Unconfirmed |
Task Description
vlan menu missing on luci → mt7621(ZBT3526) - trunk
that was on 2020-01 working ? why is it now gone ? also in /etc/config, there are no entries for vlan
i compared to the old version from 20020-01 ..
and there is 1 file missing: (or more ?) # cat /lib/network/switch.sh
#!/bin/sh # Copyright (C) 2009 OpenWrt.org
setup_switch_dev() {
local name
config_get name "$1" name
name="${name:-$1}"
[ -d "/sys/class/net/$name" ] && ip link set dev "$name" up
swconfig dev "$name" load network
}
setup_switch() {
config_load network
config_foreach setup_switch_dev switch
}
|
|
14.10.2016 | 227 | Base system | Bug Report | Medium | High | VLAN support mismatch between preinit and default netwo... | Trunk | Researching |
Task Description
PPPoE is broken on WRT1900ACS
Upgraded from Lede r578 to latest Lede r1814 and PPPOE doesn’t work anymore altough the pppd version and PPPoE version are the same: - Linksys WRT1900ACS - LEDE reboot r1814
pppd debug log:
Plugin rp-pppoe.so loaded. RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7 Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Timeout waiting for PADO packets Unable to complete PPPoE Discovery Plugin rp-pppoe.so loaded. RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7 Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name]
While on the same hardware running LEDE r578, the PPPoE module works as expected:
Plugin rp-pppoe.so loaded. RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7 Send PPPOE Discovery V1T1 PADI session 0×0 length 4 dst ff:ff:ff:ff:ff:ff src c2:56:27:ca:d7:d4 [service-name] Recv PPPOE Discovery V1T1 PADO session 0×0 length 40 dst c2:56:27:ca:d7:d4 src a0:f3:e4:34:d8:21 [service-name] [AC-name acc-aln1.hac] [AC-cookie 75 58 37 a5 ba 3c e4 a5 2a 61 bb 23 92 5c 1b dc] Send PPPOE Discovery V1T1 PADR session 0×0 length 24 dst a0:f3:e4:34:d8:21 src c2:56:27:ca:d7:d4 [service-name] [AC-cookie 75 58 37 a5 ba 3c e4 a5 2a 61 bb 23 92 5c 1b dc] Recv PPPOE Discovery V1T1 PADS session 0x30b length 4 dst c2:56:27:ca:d7:d4 src a0:f3:e4:34:d8:21 [service-name] PADS: Service-Name: ‘’ PPP session is 779 Connected to a0:f3:e4:34:d8:21 via interface eth0 using channel 2 Using interface pppoe-wan Connect: pppoe-wan ←→ eth0 sent [LCP ConfReq id=0×1 <mru 1492> <magic 0xc6952556>] rcvd [LCP ConfReq id=0×66 <mru 1492> <auth chap MD5> <magic 0x4cc73648>] sent [LCP ConfAck id=0×66 <mru 1492> <auth chap MD5> <magic 0x4cc73648>] rcvd [LCP ConfAck id=0×1 <mru 1492> <magic 0xc6952556>] sent [LCP EchoReq id=0×0 magic=0xc6952556] rcvd [CHAP Challenge id=0×1 <7131a44524d1de8f1cd1061cac6d8c071d8bfe7351bc4ea7bd08f56684428475f229ba177a192696ebab32>, name = “acc-aln1.hac”] sent [CHAP Response id=0×1 <4bb1a418b298790b128ad4d7ef3109ad>, name = “bthomehub@btbroadband.com”] rcvd [LCP EchoRep id=0×0 magic=0x4cc73648] rcvd [CHAP Success id=0×1 “CHAP authentication success”] CHAP authentication succeeded: CHAP authentication success CHAP authentication succeeded peer from calling number A0:F3:E4:34:D8:21 authorized sent [IPCP ConfReq id=0×1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>] sent [IPV6CP ConfReq id=0×1 <addr fe80::c595:37d1:3987:1929>] rcvd [IPV6CP ConfReq id=0x7b <addr fe80::0221:05ff:feb4:8824>] sent [IPV6CP ConfAck id=0x7b <addr fe80::0221:05ff:feb4:8824>] rcvd [IPCP ConfReq id=0×38 <addr 172.16.12.12>] sent [IPCP ConfAck id=0×38 <addr 172.16.12.12>] rcvd [IPCP ConfNak id=0×1 <addr 81.146.2.155> <ms-dns1 81.139.57.100> <ms-dns2 81.139.56.100>] sent [IPCP ConfReq id=0×2 <addr 81.146.2.155> <ms-dns1 81.139.57.100> <ms-dns2 81.139.56.100>] rcvd [IPV6CP ConfAck id=0×1 <addr fe80::c595:37d1:3987:1929>] local LL address fe80::c595:37d1:3987:1929 remote LL address fe80::0221:05ff:feb4:8824 Script /lib/netifd/ppp-up started (pid 2646) rcvd [IPCP ConfAck id=0×2 <addr 81.146.2.155> <ms-dns1 81.139.57.100> <ms-dns2 81.139.56.100>] local IP address 81.146.2.155 remote IP address 172.16.12.12 primary DNS address 81.139.57.100 secondary DNS address 81.139.56.100 ppp.log secondary DNS address 81.139.56.100 Script /lib/netifd/ppp-up started (pid 2653) Script /lib/netifd/ppp-up finished (pid 2646), status = 0×9 Script /lib/netifd/ppp-up finished (pid 2653), status = 0×9
|
|
06.08.2020 | 3273 | Kernel | Bug Report | Very Low | High | VLAN isolation failed on ipq40xx (GL-B1300) | Trunk | Unconfirmed |
Task Description
ipq40xx GL-B1300 OpenWrt snapshot
It seems that recent snapshots broke vlan isolation, I guess https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=9da2b567605b0964d921b9ca4f0c9886db4f636d should be responsible.
More information on https://forum.openwrt.org/t/vlan-isolation-failed-on-ipq40xx-gl-b1300
|
|
05.02.2018 | 1328 | Base system | Bug Report | Very Low | Low | VGV7510KW22 / o2 Box 6431: Spurious reboots and etherne... | Trunk | Unconfirmed |
Task Description
Device: VGV7510KW22 / o2 Box 6431
Software version: OpenWrt SNAPSHOT r5944-ad4232e Linux version 4.9.77 (buildbot@slashdirt-03) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5944-ad4232e) ) #0 SMP Thu Jan 25 10:00:48 2018
Environment: Additional packages: asterisk13-chan-lantiq, strongswan
Steps to reproduce: From time to time, the box will reboot spuriously. Uptimes vary, between 12 hours and 2 weeks. After such a reboot, some of the ethernet ports do not detect a link anymore. Unplugging and replugging the ethernet cable into the same port does not help, and the kernel will only notice a link if I plug the ethernet cable into another port. Sometimes, the ethernet port loses link even without a reboot. Syslog is logged to an external server via UDP and does not show any error message prior to the spurious reboot.
Workaround: Performing a manual reboot after the spurious reboot fixes the ethernet link loss.
Possibly relevant difference between dmesg on a spurious and normal reboot:
--- dmesg-normal-reboot.txt.notimestamps 2018-02-05 11:42:10.656203272 +0100
+++ dmesg-spurious-reboot.txt.notimestamps 2018-02-05 11:40:47.264201277 +0100
@@ -30,8 +30,8 @@
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
-Writing ErrCtl register=00014098
-Readback ErrCtl register=00014098
+Writing ErrCtl register=00014090
+Readback ErrCtl register=00014090
Memory: 55392K/63488K available (4334K kernel code, 178K rwdata, 1324K rodata, 1252K init, 244K bss, 8096K reserved, 0K cma-reserved)
SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Hierarchical RCU implementation.
@@ -123,12 +123,14 @@
libphy: Fixed MDIO Bus: probed
libphy: lantiq,xrx200-mdio: probed
ICPlus IP101A/G 0:01: attached PHY driver [ICPlus IP101A/G] (mii_bus:phy_addr=0:01, irq=-1)
-Intel XWAY PHY22F (xRX integrated) 0:11: attached PHY driver [Intel XWAY PHY22F (xRX integrated)] (mii_bus:phy_addr=0:11, irq=-1)
-Intel XWAY PHY22F (xRX integrated) 0:12: attached PHY driver [Intel XWAY PHY22F (xRX integrated)] (mii_bus:phy_addr=0:12, irq=-1)
-random: fast init done
+lantiq,xrx200-net 1e108000.eth eth0 (uninitialized): no PHY found
+xrx200-mdio: probing phy of port 2 failed
+lantiq,xrx200-net 1e108000.eth eth0 (uninitialized): no PHY found
+xrx200-mdio: probing phy of port 3 failed
Intel XWAY PHY22F (xRX integrated) 0:13: attached PHY driver [Intel XWAY PHY22F (xRX integrated)] (mii_bus:phy_addr=0:13, irq=-1)
+random: fast init done
Intel XWAY PHY22F (xRX integrated) 0:14: attached PHY driver [Intel XWAY PHY22F (xRX integrated)] (mii_bus:phy_addr=0:14, irq=-1)
-ltq-cputemp cputemp@0: Current CPU die temperature: 54.0 °C
+ltq-cputemp cputemp@0: Current CPU die temperature: 52.5 °C
wdt 1f8803f0.watchdog: Init done
NET: Registered protocol family 10
NET: Registered protocol family 17
@@ -139,7 +141,6 @@
This architecture does not have kernel memory protection.
init: Console is alive
init: - watchdog -
-lantiq,xrx200-net 1e108000.eth eth0: port 2 got link
kmodloader: loading kernel modules from /etc/modules-boot.d/*
dwc2 1e101000.ifxhcd: requested GPIO 509
dwc2 1e101000.ifxhcd: DWC OTG Controller
@@ -151,12 +152,12 @@
hub 1-0:1.0: 1 port detected
kmodloader: done loading kernel modules from /etc/modules-boot.d/*
init: - preinit -
-jffs2: notice: (440) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
+IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
+jffs2: notice: (436) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
mount_root: switching to jffs2 overlay
urandom-seed: Seeding with /etc/urandom.seed
procd: - early -
procd: - watchdog -
-lantiq,xrx200-net 1e108000.eth eth0: port 2 lost link
procd: - watchdog -
procd: - ubus -
procd: - init -
@@ -207,19 +208,19 @@
device eth0 entered promiscuous mode
IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
IPv6: ADDRCONF(NETDEV_UP): eth0.13: link is not ready
-lantiq,xrx200-net 1e108000.eth eth0: port 2 got link
-IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
-br-lan: port 1(eth0.1) entered blocking state
-br-lan: port 1(eth0.1) entered forwarding state
-IPv6: ADDRCONF(NETDEV_CHANGE): eth0.13: link becomes ready
-IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
+random: crng init done
PTM 1.0.27 PTM (E1) firmware version 0.30
ifxmips_ptm: PTM init succeed
IPv6: ADDRCONF(NETDEV_UP): dsl0: link is not ready
IPv6: ADDRCONF(NETDEV_UP): dsl0.7: link is not ready
-random: crng init done
enter showtime
IPv6: ADDRCONF(NETDEV_CHANGE): dsl0: link becomes ready
IPv6: ADDRCONF(NETDEV_CHANGE): dsl0.7: link becomes ready
enter showtime
pppoe-wan: renamed from ppp0
|
|
15.09.2019 | 2498 | Kernel | Bug Report | Very Low | Medium | Using "wifi" causes soft reboot after a certain kernel ... | Trunk | Unconfirmed |
Task Description
Device: Xiaomi Mi Router 3g OpenWrt: SNAPSHOT r10890-7d542dc804 mt76: 4.14.140+2019-08-22-2a0edbb4-1 Full list of installed packages
Some time during the normal operation “ieee80211_ctstoself_get” warning happens which and I seemingly lose the ability to use 5ghz AP from my tablet(on my phone it’s perfectly fine). If I try to restart APs via “wifi” Oops in hostapd happens and take the router with it to soft reboot. Attached 2 recent crashlogs.
|
|
10.04.2020 | 2991 | Base system | Bug Report | Very Low | Low | Userland-only tarball to populate chroot | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on
ath79/mips
- Software versions of OpenWrt/LEDE release, packages, etc.
19.07.2
- Steps to reproduce
Would be nice to have generic userland tarball also for less popular arches, for experiments involving a USB drive and facing the 'net
|
|
03.06.2017 | 825 | Documentation | Bug Report | Very Low | Low | User guide does not mention "config hostrecord" section... | Trunk | Unconfirmed |
Task Description
The dhcp configuration file is documented in the user guide at: https://lede-project.org/docs/user-guide/dhcp_configuration and https://lede-project.org/docs/user-guide/dns_configuration but neither page mentions the “config hostrecord” section type of the dhcp configuration file. This section type was first proposed here: https://lists.openwrt.org/pipermail/openwrt-devel/2013-June/020358.html and it was added to openwrt here: https://dev.openwrt.org/changeset/36943 and it’s in the lede source here: https://github.com/lede-project/source/blob/master/package/network/services/dnsmasq/files/dnsmasq.init#L658
|
|
09.03.2018 | 1424 | Base system | Bug Report | Very Low | Low | usbmode sits in loop after install | Trunk | Unconfirmed |
Task Description
- Name the tree/revision/version
OpenWrt Snapshot r6397-7cc9914
- Name the affected device
Huawei ME909s-120 LTE Card (12d1:15c1) on a PC Engines APU2 (amd64) in MBIM Mode.
- What does it do that it should not do / what does it not do that it should do
usbmode sits in a loop right after installation, doesn’t switch the Modem in MBMI mode and thus no /dev/cdc-wdm0 device is created and prints constantly:
[ 59.838090] usb 1-1.3: usbfs: process 6946 (usbmode) did not claim interface 1 before use [ 60.048534] usb 1-1.3: usbfs: interface 1 claimed by usbfs while ‘usbmode’ sets config #0 [ 60.131996] usb 1-1.3: usbfs: process 7032 (usbmode) did not claim interface 1 before use [ 60.342459] usb 1-1.3: usbfs: interface 1 claimed by usbfs while ‘usbmode’ sets config #0
- Steps to reproduce
Install usb-modeswitch on OpenWrt Snapshot r6397-7cc9914
- What you have already done to workaround/fix the problem
Tried LEDE 17.01.4 r3560-79f57e422d without success, but messages are only printed once after “usbmode -s” is called, also there isn’t a cdc-wdm0 device created.
- Any additional info you thinks is important
This HW config is working fine with cdc_mbim on Debian with a 4.9 Kernel and their usb-modeswitch implementation.
|
|
08.12.2018 | 1988 | Base system | Feature Request | Very Low | Low | usbmode doesn't support HuaweiAltMode from USB_ModeSwit... | Trunk | Unconfirmed |
Task Description
USB_ModeSwitch v2.5.1 added a new option called HuaweiAltMode that isn’t present in usbmode yet. It would be great if this could be ported to usbmode as well, please.
|
|
16.03.2020 | 2904 | Base system | Bug Report | Very Low | Low | usb-storage fails to load in pre-init | openwrt-19.07 | Unconfirmed |
Task Description
As per forum post:
https://forum.openwrt.org/t/usb-storage-fail-to-load-in-preinit/54903
Basically, installed openwrt, added external root, all looks correctly configured, but after reboot external root fails to mount. searching in the logs we can see that usb-storage is only loaded after pre-init, but it is listed in /etc/modprobe-boot.d/ ... checking /rom/etc/modules-boot.d/ it is not there.
Either something is missing in the https://openwrt.org/docs/guide-user/additional-software/extroot_configuration to add the usb-storage to the pre-init, or something is broken that makes pre-init fail to load usb-storage when it should.
The same setup worked fine with a older openwrt version (15.01 IIRC)
Supply the following if possible: - Device problem occurs on asus wl-500w
- Software versions of OpenWrt/LEDE release, packages, etc. OpenWrt 19.07.1, r10911-c155900f66
- Steps to reproduce Install openwrt add external root manually mount to confirm setup reboot external root not mounted nor switched to, logs show that usb-storage is only loaded after normal root is mounted manual mount still works
|
|
05.09.2016 | 160 | Base system | Bug Report | Very Low | Low | usb-serial (pl2303) failures on mt7621 dlink dir860l-b1 | Trunk | Unconfirmed |
Task Description
git describe
reboot-1497-ga810e77
with diffconfig:
CONFIG_TARGET_ramips=y
CONFIG_TARGET_ramips_mt7621=y
CONFIG_TARGET_ramips_mt7621_DEVICE_dir-860l-b1=y
CONFIG_DEVEL=y
CONFIG_BUILD_LOG=y
CONFIG_PACKAGE_ip=y
CONFIG_PACKAGE_kmod-usb-core=y
CONFIG_PACKAGE_kmod-usb-ohci=y
CONFIG_PACKAGE_kmod-usb-ohci-pci=y
CONFIG_PACKAGE_kmod-usb-serial=y
CONFIG_PACKAGE_kmod-usb-serial-ftdi=y
CONFIG_PACKAGE_kmod-usb-serial-pl2303=y
CONFIG_PACKAGE_kmod-usb2=y
CONFIG_PACKAGE_kmod-usb2-pci=y
CONFIG_PACKAGE_kmod-usb3=y
CONFIG_PACKAGE_screen=y
screen starts, but doesn’t work. The usb-relevant dmesg’s are:
[ 4.550000] usbcore: registered new interface driver usbfs
[ 4.560000] usbcore: registered new interface driver hub
[ 4.570000] usbcore: registered new device driver usb
[ 4.580000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.620000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.670000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[ 4.720000] hub 1-0:1.0: USB hub found
[ 4.740000] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[ 4.760000] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.770000] hub 2-0:1.0: USB hub found
[ 5.260000] usb 1-1: new full-speed USB device number 2 using xhci-mtk
[ 5.410000] usb 1-1: no of_node; not parsing pinctrl DT
[ 10.150000] usbcore: registered new interface driver usbserial
[ 10.160000] usbcore: registered new interface driver usbserial_generic
[ 10.180000] usbserial: USB Serial support registered for generic
[ 10.220000] usbcore: registered new interface driver ftdi_sio
[ 10.240000] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 10.260000] usbcore: registered new interface driver pl2303
[ 10.270000] usbserial: USB Serial support registered for pl2303
[ 10.290000] pl2303 ttyUSB0: no of_node; not parsing pinctrl DT
[ 10.290000] usb 1-1: pl2303 converter now attached to ttyUSB0
[ 871.510000] pl2303 ttyUSB0: pl2303_get_line_request - failed: -145
[ 871.620000] pl2303 ttyUSB0: pl2303_set_line_request - failed: -145
[ 871.840000] pl2303 ttyUSB0: pl2303_set_control_lines - failed: -145
Screen also throws an error (which gets blanked out, but is captured by the serial console):
# screen /dev/ttyUSB0 115200
/dev/null/utmp: Not a directory
|
|
22.08.2018 | 1804 | Kernel | Bug Report | Very Low | Medium | usb support failed | rt305x | huawei hg255d | All | Unconfirmed |
Task Description
Device:huawei HG255d https://openwrt.org/toh/huawei/hg255d
Software versions: OpenWrt 18.06.1 r7258-5eb055306f Installed: All required usb drivers listed on Installing and troubleshooting USB Drivers.
Problem: Can not connect to usb device with all usb drivers installed. Both lede17 Openwrt18 have the problem.
|
|
10.04.2020 | 2992 | Kernel | Bug Report | Very Low | Medium | USB problem on bcm6318 | All | Unconfirmed |
Task Description
Hi I’m using openwrt on bcm63xx bcm6318 sagemcom F@ST 2704N V1. the router is actually V1.1 (16MB flash , 64MB RAM). trying to connect a usb wifi dongle as AP
root@Openwrt:~# lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
wlan1 Link encap:Ethernet HWaddr 7C:DD:90:48:2A:D2
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::7edd:90ff:fe48:2ad2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:955 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:184246 (179.9 KiB)
the problem is that there’s no connectivity at all , I can connect to the AP (only without encryption ) and the ssid doesn’t always show on my mobile phone. the usb port is working fine , I tried mounting a usb flash drive with no problem. also the adapter is working , I tried it on Orange pi , Raspberrypi , bcm6328 , all with openwrt installed on them and didn’t have any problem . I guess it is something related to bcm6318 or its architecture code . the onboard broadcom pci wifi is working . I suspected that its a power problem so I added an external usb power , but with same issues. also I tried openwrt 19 ,18 ,17 with same problem. I’m also using two bcm6328 routers as point to point wifi 5ghz link with Ralink RT5572 chipset ( rt2800usb driver ) withouyt any problem. dmesg is filled with :
[ 1269.191198] rt2800usb_tx_sta_fifo_read_completed: 13054 callbacks suppressed
[ 1269.191239] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.208421] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.218373] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.228285] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.238151] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.248029] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.257902] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.267793] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.278183] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
[ 1269.287995] ieee80211 phy1: rt2800usb_tx_sta_fifo_read_completed: Warning - TX status read failed -32
using rmmod to remove rt2800usb module results in kernel crash /sometimes hang and sometimes panic and reboot.
steps to reproduce: -boot the router with usb wifi dongle -configure it as access point and enable it - dmesg log starts to fill and adapter is not working
|
|
20.04.2017 | 727 | Base system | Bug Report | Very Low | Low | USB not working on TL-WDR4900 v1.x | Trunk | Unconfirmed |
Task Description
USB ports are empty but hub is deteched periodically.
dmesg | grep -i usb [ 0.029483] usbcore: registered new interface driver usbfs [ 0.029537] usbcore: registered new interface driver hub [ 0.029580] usbcore: registered new device driver usb [ 2.075954] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver [ 2.104850] fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1 [ 2.138024] fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00 [ 2.144048] hub 1-0:1.0: USB hub found [ 2.535450] usb 1-1: new high-speed USB device number 2 using fsl-ehci [ 2.728493] hub 1-1:1.0: USB hub found [ 3.511480] usb 1-1: USB disconnect, device number 2 [ 3.814034] usb 1-1: new high-speed USB device number 3 using fsl-ehci [ 3.952117] hub 1-1:1.0: USB hub found [ 4.484403] usb 1-1: USB disconnect, device number 3 [ 4.730021] usb 1-1: new high-speed USB device number 4 using fsl-ehci [ 4.868111] hub 1-1:1.0: USB hub found [ 5.265649] usb 1-1: USB disconnect, device number 4 [ 5.510021] usb 1-1: new high-speed USB device number 5 using fsl-ehci [ 6.098025] usb 1-1: device not accepting address 5, error -71 [ 6.398018] usb 1-1: new high-speed USB device number 7 using fsl-ehci
[ 986.577885] usb 1-1: USB disconnect, device number 124 [ 986.821924] usb 1-1: new high-speed USB device number 125 using fsl-ehci [ 986.960029] hub 1-1:1.0: USB hub found [ 991.933221] usb 1-1: USB disconnect, device number 125 [ 992.177825] usb 1-1: new high-speed USB device number 126 using fsl-ehci [ 992.315980] hub 1-1:1.0: USB hub found [ 1001.763764] usb 1-1: USB disconnect, device number 126 [ 1002.009660] usb 1-1: new high-speed USB device number 127 using fsl-ehci [ 1002.159774] hub 1-1:1.0: USB hub found [ 1006.033730] usb 1-1: USB disconnect, device number 127 [ 1006.281597] usb 1-1: new high-speed USB device number 2 using fsl-ehci [ 1006.419736] hub 1-1:1.0: USB hub found [ 1009.824073] usb 1-1: USB disconnect, device number 2 [ 1010.076110] usb 1-1: new high-speed USB device number 3 using fsl-ehci
cat /sys/kernel/debug/usb/devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1 B: Alloc= 0/800 us ( 0%), #Int= 1, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev= 4.04 S: Manufacturer=Linux 4.4.61 ehci_hcd S: Product=Freescale On-Chip EHCI Host Controller S: SerialNumber=fsl-ehci.0 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 88 Spd=480 MxCh= 4 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=05e3 ProdID=0608 Rev=85.36 S: Product=USB2.0 Hub C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=256ms
lsusb -v
Bus 001 Device 090: ID 05e3:0608 Genesys Logic, Inc. Hub Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x05e3 Genesys Logic, Inc.
idProduct 0x0608 Hub
bcdDevice 85.36
iManufacturer 0
iProduct 1 USB2.0 Hub
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 4
wHubCharacteristic 0x00e9
Per-port power switching
Per-port overcurrent protection
TT think time 32 FS bits
Port indicators
bPwrOn2PwrGood 50 * 2 milli seconds
bHubContrCurrent 100 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0×0001
Self Powered
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 4.04
iManufacturer 3 Linux 4.4.61 ehci_hcd
iProduct 2 Freescale On-Chip EHCI Host Controller
iSerial 1 fsl-ehci.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 1
wHubCharacteristic 0x0009
Per-port power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 10 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0503 highspeed power enable connect
Device Status: 0×0001
Self Powered
|
|
12.07.2017 | 901 | Base system | Bug Report | Very Low | Low | USB not working on MikroTik hAP ac | Trunk | Unconfirmed |
Task Description
Only affecting hAP ac / RB962UiGS-5HacT2HnT
Tested with LEDE trunk in April, no relevant commits to device since.
GPIO to control USB power works, and USB controller appears in dmesg on boot. Upon connecting any device, it is not recognised and there are no kernel messages. Same devices work (albeit via internal hub) on Archer C7 v2 using same SoC.
Bug independently verified by another user, not a hardware defect with a single unit.
I am aware of the irony that I contributed the support for this device, and reported USB as working. I was only looking for the controller to be recognised and neglected to test with an actual USB device until after this was merged. My bad. Logging as a bug so that anyone who finds it not working can at least see a record and know to direct their blame towards me :)
|
|
20.01.2019 | 2066 | Kernel | Bug Report | Very Low | Medium | USB doesn't work on openwrt-18.06.1 & lede-17.01.4 | All | Unconfirmed |
Task Description
Hello, it’s my first issue here. My hardware: ALFA Network W502U / R36 Problem: USB port doesn’t work. It works on openwrt-15.05, but does not work on lede-17.01.4 & openwrt-18.06.1. I tried all I could find on google, but no successes.
All bellow done using: OpenWrt 18.06.1, r7258-5eb055306f
I don’t know how to do diagnostics properly, but here is what I already did:
root@OpenWrt:~# lsusb -t Segmentation fault root@OpenWrt:~# lsusb unable to initialize libusb: -99 root@OpenWrt:~# opkg list-installed | grep usb kmod-usb-core - 4.14.63-1 kmod-usb-ehci - 4.14.63-1 kmod-usb-storage - 4.14.63-1 kmod-usb-uhci - 4.14.63-1 kmod-usb2 - 4.14.63-1 libusb-1.0 - 1.0.22-1 usbutils - 007-9 root@OpenWrt:~# lsusb unable to initialize libusb: -99 root@OpenWrt:~# lsusb -t Segmentation fault root@OpenWrt:~#
Maybe this can help: root@OpenWrt:~# dmesg [ 0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 Thu Aug 16 07:51:15 20 18 [ 0.000000] SoC Type: Ralink RT3350 id:1 rev:2 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc) [ 0.000000] MIPS: machine is ALFA Networks W502U [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 byt es [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0×0000000000000000-0x0000000001ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0×0000000000000000-0x0000000001ffffff] [ 0.000000] Initmem setup node 0 [mem 0×0000000000000000-0x0000000001ffffff] [ 0.000000] On node 0 totalpages: 8192 [ 0.000000] free_area_init_node: node 0, pgdat 803eaeb0, node_mem_map 8100004 0 [ 0.000000] Normal zone: 64 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 8192 pages, LIFO batch:0 [ 0.000000] random: get_random_bytes called from 0x803ee72c with crng_init=0 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8128 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jff s2 [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Writing ErrCtl register=00065de0 [ 0.000000] Readback ErrCtl register=00065de0 [ 0.000000] Memory: 27964K/32768K available (3419K kernel code, 172K rwdata, 424K rodata, 200K init, 210K bss, 4804K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 320MHz [ 0.000000] timer_probe: no matching timers found [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_i dle_ns: 11945377789 ns [ 0.000019] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 13421 772796ns [ 0.007898] Calibrating delay loop... 212.58 BogoMIPS (lpj=1062912) [ 0.094000] pid_max: default: 32768 minimum: 301 [ 0.099003] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.105607] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.122218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns [ 0.132051] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.138273] pinctrl core: initialized pinctrl subsystem [ 0.146792] NET: Registered protocol family 16 [ 0.160804] Can’t analyze schedule() prologue at 80352ab0 [ 0.213659] rt2880_gpio 10000600.gpio: registering 24 gpios [ 0.219347] rt2880_gpio 10000600.gpio: registering 24 irq handlers [ 0.236791] clocksource: Switched to clocksource MIPS [ 0.244339] NET: Registered protocol family 2 [ 0.250848] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.257890] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.264159] TCP: Hash tables configured (established 1024 bind 1024) [ 0.270926] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.276710] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.283640] NET: Registered protocol family 1 [ 0.295590] rt-timer 10000100.timer: maximum frequency is 3255Hz [ 0.303509] Crashlog allocated RAM at address 0x1f00000 [ 0.313920] workingset: timestamp_bits=30 max_order=13 bucket_order=0 [ 0.332748] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.338615] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT Y) © 2001-2006 Red Hat, Inc. [ 0.380470] io scheduler noop registered [ 0.384301] io scheduler deadline registered (default) [ 0.390769] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.403784] console [ttyS0] disabled [ 0.407515] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 6666666) is a Palmchip BK-3103 [ 0.417412] console [ttyS0] enabled [ 0.424364] bootconsole [early0] disabled [ 0.433566] cacheinfo: Failed to find cpu0 device node [ 0.438911] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.446463] 1f000000.cfi: Found 1 x16 devices at 0×0 in 16-bit bank. Manufact urer ID 0x0000c2 Chip ID 0x0022cb [ 0.456743] Amd/Fujitsu Extended Query Table at 0×0040 [ 0.462002] Amd/Fujitsu Extended Query version 1.1. [ 0.467163] number of CFI chips: 1 [ 0.488329] 4 fixed-partitions partitions found on MTD device 1f000000.cfi [ 0.495300] Creating 4 MTD partitions on “1f000000.cfi”: [ 0.500855] 0×000000000000-0×000000030000 : “u-boot” [ 0.508096] 0×000000030000-0×000000040000 : “u-boot-env” [ 0.515425] 0×000000040000-0×000000050000 : “factory” [ 0.522776] 0×000000050000-0×000000800000 : “firmware” [ 0.542321] 2 uimage-fw partitions found on MTD device firmware [ 0.548525] 0×000000050000-0x00000019e790 : “kernel” [ 0.555519] 0x00000019e790-0×000000800000 : “rootfs” [ 0.562562] mtd: device 5 (rootfs) set to be root filesystem [ 0.568501] 1 squashfs-split partitions found on MTD device rootfs [ 0.574802] 0x0000003c0000-0×000000800000 : “rootfs_data” [ 0.583610] libphy: Fixed MDIO Bus: probed [ 0.591353] rt3050-esw 10110000.esw: link changed 0×01 [ 0.609880] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0 100000, irq 5 [ 0.619526] rt2880_wdt 10000120.watchdog: Initialized [ 0.627610] NET: Registered protocol family 10 [ 0.642865] Segment Routing with IPv6 [ 0.646978] NET: Registered protocol family 17 [ 0.651634] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.664823] 8021q: 802.1Q VLAN Support v1.8 [ 0.681284] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 0.691413] Freeing unused kernel memory: 200K [ 0.695918] This architecture does not have kernel memory protection. [ 1.619412] init: Console is alive [ 1.623555] init: - watchdog - [ 2.396830] random: fast init done [ 2.722565] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.890829] kmodloader: done loading kernel modules from /etc/modules-boot.d/ * [ 2.910041] init: - preinit - [ 4.382680] 8021q: adding VLAN 0 to HW filter on device eth0 [ 4.672961] random: procd: uninitialized urandom read (4 bytes read) [ 8.115618] jffs2: notice: (324) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 4 of xdatum (3 unchecked, 1 orphan) and 32 of xref (1 dead, 0 orphan) found. [ 8.134525] mount_root: switching to jffs2 overlay [ 8.190331] overlayfs: upper fs does not support tmpfile. [ 8.206092] urandom-seed: Seeding with /etc/urandom.seed [ 8.442557] procd: - early - [ 8.445811] procd: - watchdog - [ 9.256926] procd: - watchdog - [ 9.261065] procd: - ubus - [ 9.415882] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.427196] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.434866] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.444910] procd: - init - [ 10.363541] kmodloader: loading kernel modules from /etc/modules.d/* [ 10.493682] usbcore: registered new interface driver usbfs [ 10.499804] usbcore: registered new interface driver hub [ 10.505524] usbcore: registered new device driver usb [ 10.542139] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver [ 10.640628] SCSI subsystem initialized [ 10.679912] ehci-platform: EHCI generic platform driver [ 10.696730] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 10.732456] Loading modules backported from Linux version wt-2017-11-01-0-gfe 248fc2c180 [ 10.740697] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 10.756445] ip_tables: (C) 2000-2006 Netfilter Core Team [ 10.782367] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) [ 10.925284] usbcore: registered new interface driver usb-storage [ 10.976219] xt_time: kernel timezone is -0000 [ 11.101389] PPP generic driver version 2.4.2 [ 11.112322] NET: Registered protocol family 24 [ 11.161352] usbcore: registered new interface driver rtl8187 [ 11.203176] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device “factory " [ 11.210710] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 2872, rev 0200 d etected [ 11.218641] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected [ 11.227089] ieee80211 phy0: Selected rate control algorithm ‘minstrel_ht’ [ 11.399574] kmodloader: done loading kernel modules from /etc/modules.d/* [ 13.487575] urandom_read: 5 callbacks suppressed [ 13.487592] random: jshn: uninitialized urandom read (4 bytes read) [ 31.034969] 8021q: adding VLAN 0 to HW filter on device eth0 [ 31.128839] br-lan: port 1(eth0.1) entered blocking state [ 31.134327] br-lan: port 1(eth0.1) entered disabled state [ 31.140711] device eth0.1 entered promiscuous mode [ 31.145584] device eth0 entered promiscuous mode [ 31.247802] br-lan: port 1(eth0.1) entered blocking state [ 31.253292] br-lan: port 1(eth0.1) entered forwarding state [ 31.259544] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 32.027373] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 39.584842] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 39.605642] br-lan: port 2(wlan0) entered blocking state [ 39.611182] br-lan: port 2(wlan0) entered disabled state [ 39.617552] device wlan0 entered promiscuous mode [ 40.719820] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 40.726761] br-lan: port 2(wlan0) entered blocking state [ 40.732315] br-lan: port 2(wlan0) entered forwarding state [ 76.772365] random: crng init done [ 83.214660] do_page_fault(): sending SIGSEGV to lsusb for invalid read access from 00000000 [ 83.223256] epc = 00406f3d in lsusb[400000+11000] [ 83.228069] ra = 00406f19 in lsusb[400000+11000] [ 1235.373340] do_page_fault(): sending SIGSEGV to lsusb for invalid read access from 00000000 [ 1235.381999] epc = 00406f3d in lsusb[400000+11000] [ 1235.386822] ra = 00406f19 in lsusb[400000+11000]
|
|
07.04.2018 | 1473 | Other | Bug Report | Very Low | Low | USB connects then disconnects later in boot | Trunk | Waiting on reporter |
Task Description
The Device that this problem occurs on is Netgear WNDR3700v3. I’m using 17.01.04 release of openwrt. Long story made short, the issue is that USB connects, then later in startup of the router it disconnects and when fully booted it can’t be seen using ‘fdisk -l’ nor can it be mounted (/dev/sda1)...
Installed packages are the ones included in the build + usb-core and its dependencies.
To reproduce this issue:
1.Do standard setup the router ( setup wan, setup lan, switch wifi on). 2.Install packages required for usb functionality. 3.Insert usb and reboot.
You will see during boot that usb light flashes few times and then after boot stops flashing/working. That can be confirmed by dmesg.
[ 0.000000] Linux version 4.4.92 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3104-41de9a2) ) #0 Tue Oct 17 17:46:20 2017
[ 0.000000] CPU0 revision is: 00019740 (MIPS 74Kc)
[ 0.000000] bcm47xx: Using bcma bus
[ 0.000000] bcma: bus0: Found chip with id 0x4716, rev 0x01 and package 0x0A
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 8034e4c0, node_mem_map 81000000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: noinitrd console=ttyS0,115200
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 60940K/65536K available (2979K kernel code, 134K rwdata, 368K rodata, 156K init, 294K bss, 4596K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:128
[ 0.000000] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x1F, class 0x0)
[ 0.000000] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x11, class 0x0)
[ 0.000000] bcma: bus0: Core 2 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x00, class 0x0)
[ 0.000000] bcma: bus0: Core 3 found: MIPS 74K (manuf 0x4A7, id 0x82C, rev 0x01, class 0x0)
[ 0.000000] bcma: bus0: Core 4 found: USB 2.0 Host (manuf 0x4BF, id 0x819, rev 0x04, class 0x0)
[ 0.000000] bcma: bus0: Core 5 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0E, class 0x0)
[ 0.000000] bcma: bus0: Core 6 found: DDR1/DDR2 Memory Controller (manuf 0x4BF, id 0x82E, rev 0x01, class 0x0)
[ 0.000000] bcma: bus0: Core 7 found: Internal Memory (manuf 0x4BF, id 0x80E, rev 0x07, class 0x0)
[ 0.000000] bcma: bus0: Core 8 found: I2S (manuf 0x4BF, id 0x834, rev 0x00, class 0x0)
[ 0.000000] bcma: bus0: Found rev 5 PMU (capabilities 0x11242C05)
[ 0.000000] bcma: bus0: Found serial flash
[ 0.000000] bcma: bus0: Found M25P64 serial flash (size: 8192KiB, blocksize: 0x10000, blocks: 128)
[ 0.000000] bcma: bus0: Early bus registered
[ 0.000000] MIPS: machine is Unknown Board
[ 0.000000] bcm47xx: Setting up vectored interrupts
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7963585194 ns
[ 0.000015] sched_clock: 32 bits at 240MHz, resolution 4ns, wraps every 8947848189ns
[ 0.000083] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080)
[ 0.070033] pid_max: default: 32768 minimum: 301
[ 0.070283] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.070311] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.074095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.074144] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.075341] NET: Registered protocol family 16
[ 0.076346] Can't analyze schedule() prologue at 800077c8
[ 0.095859] clocksource: Switched to clocksource MIPS
[ 0.097957] NET: Registered protocol family 2
[ 0.099548] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.099608] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.099647] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.099818] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.099865] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.100398] NET: Registered protocol family 1
[ 0.100494] PCI: CLS 0 bytes, default 32
[ 0.515000] bcma: bus0: Using SPROM revision 8 provided by platform.
[ 0.515042] bcma: bus0: PMU resource config unknown or not needed for device 0x4716
[ 0.517109] bcma: bus0: Workarounds unknown or not needed for device 0x4716
[ 0.517134] bcma: bus0: Initializing MIPS core...
[ 0.517163] bcma: bus0: set_irq: core 0x0812, irq 3 => 3
[ 0.517186] bcma: bus0: set_irq: core 0x082d, irq 4 => 4
[ 0.517207] bcma: bus0: set_irq: core 0x0819, irq 5 => 5
[ 0.517229] bcma: bus0: set_irq: core 0x0820, irq 6 => 6
[ 0.517249] bcma: bus0: set_irq: core 0x0800, irq 2 => 2
[ 0.517269] bcma: bus0: set_irq: core 0x0834, irq 2 => 2
[ 0.517284] bcma: bus0: IRQ reconfiguration done
[ 0.517300] bcma: core 0x0800, irq : 2(S)* 3 4 5 6 D I
[ 0.517350] bcma: core 0x0812, irq : 2(S) 3* 4 5 6 D I
[ 0.517392] bcma: core 0x082d, irq : 2(S) 3 4* 5 6 D I
[ 0.517433] bcma: core 0x082c, irq : 2(S) 3 4 5 6 D I*
[ 0.517475] bcma: core 0x0819, irq : 2(S) 3 4 5* 6 D I
[ 0.517517] bcma: core 0x0820, irq : 2(S) 3 4 5 6* D I
[ 0.517558] bcma: core 0x082e, irq : 2(S) 3 4 5 6 D* I
[ 0.517599] bcma: core 0x080e, irq : 2(S) 3 4 5 6 D I*
[ 0.517639] bcma: core 0x0834, irq : 2(S)* 3 4 5 6 D I
[ 0.517683] bcma: bus0: PCIEcore in host mode found
[ 0.701176] PCI host bridge to bus 0000:00
[ 0.701231] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0bffffff]
[ 0.701260] pci_bus 0000:00: root bus resource [io 0x0100-0x07ff]
[ 0.701289] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[ 0.701318] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 0.701400] pci 0000:00:00.0: [14e4:4716] type 00 class 0x060000
[ 0.701443] bcma: PCI: Fixing up bridge 0000:00:00.0
[ 0.701464] bcma: PCI: Fixing up device 0000:00:00.0
[ 0.701528] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.701568] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
[ 0.701674] pci 0000:00:00.0: supports D1 D2
[ 0.702056] pci 0000:00:00.1: [14e4:0000] type 00 class 0x060000
[ 0.702103] bcma: PCI: Fixing up bridge 0000:00:00.1
[ 0.702124] bcma: PCI: Fixing up device 0000:00:00.1
[ 0.702187] pci 0000:00:00.1: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.702227] pci 0000:00:00.1: reg 0x18: [mem 0x00000000-0x07ffffff 64bit]
[ 0.702325] pci 0000:00:00.1: supports D1 D2
[ 0.702763] pci 0000:00:01.0: [14e4:4331] type 00 class 0x028000
[ 0.702894] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 0.702991] bcma: PCI: Fixing up addresses 0000:00:01.0
[ 0.703037] pci 0000:00:01.0: BAR 0: assigned [mem 0x08000000-0x08003fff 64bit]
[ 0.703200] pci 0000:00:01.0: supports D1 D2
[ 0.703605] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.705142] bcma: bus0: Bus registered
[ 0.706323] Crashlog allocated RAM at address 0x3f00000
[ 0.737420] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.737451] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.742243] io scheduler noop registered
[ 0.742278] io scheduler deadline registered (default)
[ 0.742710] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.747752] console [ttyS0] disabled
[ 0.767993] serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 2, base_baud = 1250000) is a U6_16550A
[ 1.271345] console [ttyS0] enabled
[ 1.383454] 7 bcm47xxpart partitions found on MTD device bcm47xxsflash
[ 1.390163] Creating 7 MTD partitions on "bcm47xxsflash":
[ 1.395669] 0x000000000000-0x000000040000 : "boot"
[ 1.404675] 0x000000040000-0x0000007e0000 : "firmware"
[ 1.412942] 0x0000007e0000-0x0000007f0000 : "board_data"
[ 1.421384] 0x0000007f0000-0x000000800000 : "nvram"
[ 1.429424] 0x00000004001c-0x00000004091c : "loader"
[ 1.437592] 0x00000004091c-0x000000166000 : "linux"
[ 1.445531] 0x000000166000-0x0000007e0000 : "rootfs"
[ 1.453634] mtd: device 6 (rootfs) set to be root filesystem
[ 1.459556] 1 squashfs-split partitions found on MTD device rootfs
[ 1.465900] 0x0000003a0000-0x0000007e0000 : "rootfs_data"
[ 1.477763] libphy: Fixed MDIO Bus: probed
[ 1.482172] bgmac_bcma bcma0:2: Found PHY addr: 30 (NOREGS)
[ 1.491131] libphy: bcma_mdio mii bus: probed
[ 1.495592] bgmac_bcma bcma0:2: Support for Roboswitch not implemented
[ 1.656300] b53_common: found switch: BCM53115, rev 8
[ 1.662752] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
[ 1.669147] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds)
[ 1.677188] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[ 1.682952] bcma: PCI: Fixing up device 0000:00:01.0
[ 1.688087] bcma: change PCIe max read request size from 512 to 128
[ 1.694521] bcma: bus1: Found chip with id 0x4331, rev 0x02 and package 0x08
[ 1.701786] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
[ 1.710541] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1D, class 0x0)
[ 1.719387] bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x13, class 0x0)
[ 1.727658] bcma: bus1: Found rev 10 PMU (capabilities 0x108C260A)
[ 1.727690] bcma: bus1: SPROM offset 0x800
[ 1.851848] bcma: bus1: Invalid SPROM read from the PCIe card, trying to use fallback SPROM
[ 2.046785] bcma: bus1: Using SPROM revision 9 provided by platform.
[ 2.046829] bcma: bus1: PMU resource config unknown or not needed for device 0x4331
[ 2.057502] bcma: bus1: Bus registered
[ 2.063308] NET: Registered protocol family 10
[ 2.072711] NET: Registered protocol family 17
[ 2.077480] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 2.090356] 8021q: 802.1Q VLAN Support v1.8
[ 2.104187] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
[ 2.112500] Freeing unused kernel memory: 156K
[ 3.754063] init: Console is alive
[ 3.758057] init: - watchdog -
[ 4.878998] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 5.017988] usbcore: registered new interface driver usbfs
[ 5.023754] usbcore: registered new interface driver hub
[ 5.029472] usbcore: registered new device driver usb
[ 5.042546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.051645] ehci-platform: EHCI generic platform driver
[ 5.057233] ehci-platform ehci-platform.0: EHCI Host Controller
[ 5.063363] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[ 5.071819] ehci-platform ehci-platform.0: irq 5, io mem 0x18004000
[ 5.095922] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[ 5.104198] hub 1-0:1.0: USB hub found
[ 5.108771] hub 1-0:1.0: 2 ports detected
[ 5.117596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 5.126043] ohci-platform: OHCI generic platform driver
[ 5.131512] ohci-platform ohci-platform.0: Generic Platform OHCI controller
[ 5.138753] ohci-platform ohci-platform.0: new USB bus registered, assigned bus number 2
[ 5.147160] ohci-platform ohci-platform.0: irq 5, io mem 0x18009000
[ 5.211640] hub 2-0:1.0: USB hub found
[ 5.216336] hub 2-0:1.0: 2 ports detected
[ 5.224214] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.242340] init: - preinit -
[ 5.608070] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 5.864264] random: procd: uninitialized urandom read (4 bytes read, 10 bits of entropy available)
[ 5.889247] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.865937] bgmac_bcma bcma0:2 eth0: Link is Up - 1Gbps/Full - flow control off
[ 7.873468] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.273926] jffs2: notice: (342) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 10.303649] mount_root: loading kmods from internal overlay
[ 10.724352] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 11.373272] SCSI subsystem initialized
[ 11.419230] uhci_hcd: USB Universal Host Controller Interface driver
[ 11.454632] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 11.462745] scsi host0: usb-storage 1-1:1.0
[ 11.468012] usbcore: registered new interface driver usb-storage
[ 11.475786] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 11.882238] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[ 11.892225] block: extroot: not configured
[ 11.897883] mount_root: switching to jffs2 overlay
[ 11.912369] urandom-seed: Seeding with /etc/urandom.seed
[ 12.092045] procd: - early -
[ 12.095211] procd: - watchdog -
[ 12.831439] scsi 0:0:0:0: Direct-Access FLASH Drive SM_USB20 3000 PQ: 0 ANSI: 0 CCS
[ 12.845660] sd 0:0:0:0: [sda] 3932160 512-byte logical blocks: (2.01 GB/1.88 GiB)
[ 12.866047] sd 0:0:0:0: [sda] Write Protect is off
[ 12.871009] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 12.872568] sd 0:0:0:0: [sda] No Caching mode page found
[ 12.878114] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 12.900092] sda: sda1 sda2
[ 12.912389] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 13.408590] procd: - watchdog -
[ 13.413238] procd: - ubus -
[ 13.575271] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.589064] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.599754] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.609582] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.621827] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.631285] random: ubusd: uninitialized urandom read (4 bytes read, 49 bits of entropy available)
[ 13.641747] random: ubusd: uninitialized urandom read (4 bytes read, 51 bits of entropy available)
[ 13.652513] random: ubusd: uninitialized urandom read (4 bytes read, 51 bits of entropy available)
[ 13.664938] procd: - init -
[ 14.978977] kmodloader: loading kernel modules from /etc/modules.d/*
[ 14.994949] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 15.021509] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
[ 15.029742] Backport generated by backports.git backports-20160324-13-g24da7d3c
[ 15.042765] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 15.063214] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
[ 15.125836] xt_time: kernel timezone is -0000
[ 15.219516] PPP generic driver version 2.4.2
[ 15.229060] NET: Registered protocol family 24
[ 15.251342] b43-phy0: Broadcom 4716 WLAN found (core revision 17)
[ 15.258525] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 5
[ 15.264740] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 7, Version 0
[ 15.273031] b43-phy1: Broadcom 4331 WLAN found (core revision 29)
[ 15.279362] bcma: bus1: Switched to core: 0x812
[ 15.286208] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 15.306006] b43-phy1: Found PHY: Analog 9, Type 7 (HT), Revision 1
[ 15.312319] b43-phy1: Found Radio: Manuf 0x17F, ID 0x2059, Revision 0, Version 1
[ 15.319890] b43-phy1 warning: 5 GHz band is unsupported on this PHY
[ 15.340847] Broadcom 43xx driver loaded [ Features: NL ]
[ 15.350173] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 15.476055] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 17.239669] random: jshn: uninitialized urandom read (4 bytes read, 81 bits of entropy available)
[ 27.045316] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 27.094907] device eth0.1 entered promiscuous mode
[ 27.099903] device eth0 entered promiscuous mode
[ 27.140638] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 27.388545] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
[ 28.346008] bgmac_bcma bcma0:2 eth0: Link is Up - 1Gbps/Full - flow control off
[ 28.353541] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 28.530202] br-lan: port 1(eth0.1) entered forwarding state
[ 28.536077] br-lan: port 1(eth0.1) entered forwarding state
[ 28.541946] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
[ 28.616063] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 30.535925] br-lan: port 1(eth0.1) entered forwarding state
[ 32.126060] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 32.134511] usb 1-1: USB disconnect, device number 2
[ 32.437880] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 32.478559] device wlan0 entered promiscuous mode
[ 32.546447] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 32.553223] br-lan: port 2(wlan0) entered forwarding state
[ 32.559023] br-lan: port 2(wlan0) entered forwarding state
[ 34.555927] br-lan: port 2(wlan0) entered forwarding state
[ 37.215918] random: nonblocking pool is initialized
|
|
18.11.2018 | 1958 | Packages | Bug Report | Medium | Low | uqmi: unicode characters in SMS confuse uqmi | Trunk | New |
Task Description
When using uqmi –get-message the message ends up truncated in case it contains unicode characters like german umlauts.
|
|
27.05.2020 | 3129 | Base system | Bug Report | Very Low | Critical | UQMI won’t connect with Private APN | Trunk | Unconfirmed |
Task Description
UQMI won’t connect with Private APN Hey Folks,
I have a Problem with the QMI protocol.
I bought a private ip from my ISP and can’t connect with the private APN, only the dynamic IP APN works.
With ModemManager the connection to my Private APN works as expected, so no fault on ISP side. With crosscompile Quectel-cm to OpenWRT, the connection with qmi protocol to my Private APN works as expected, so no fault on ISP side.
|
|
12.11.2018 | 1946 | Packages | Bug Report | Very Low | Low | uqmi --set-data-format does nothing | Trunk | Unconfirmed |
Task Description
Investigating commands.c file I’ve found that cmd_ctl_set_data_format_prepare (executed on –set-data-format option) sends zeroed ‘struct qmi_ctl_set_data_format_request sreq’ (command.c lines 149 to 163) to the modem so that operation does not affect modem’s behavior any way.
|
|
26.04.2020 | 3051 | Packages | Bug Report | Very Low | High | UPnP not working | All | Unconfirmed |
Task Description
Device: Linksys WRT1900ACSv2 Software versions: v19.07.9 and v19.07.2 Current Openwrt firmware: OpenWrt SNAPSHOT r13046-df27e949fb / LuCI Master git-20.113.57176-dc1d2ce Affected Packages: miniupnpd, luci-app-upnp
I have flashed two versions of OpenWrt v19.07.2, one compiled by myself and the other using the official stable release from the website. On both versions I have then installed the latest version of the LuCI-app-UPnP which includes the miniupnpd daemon.
The problem is UPnP seems to very intermittent of how it picks up the ports from the devices. Some devices and applications show up under the `Active UPnP Redirects` and some don’t at all. My primary testing device is my Sony PS3 and PS4 which requires UPnP to open up ports for an optimal online gaming experience. A common port that I reply on is UDP 3074 that is used by Call of Duty games to achieve open NAT type.
When I was running OpenWrt v18.06.5 at the time in 2019 everything worked perfectly including UPnP. When v19.07.0 was officially released for stable use, I noticed I was getting moderate NAT type within my games. With this in mind I checked the luci-upnp app and noticed that my PS4’s IP address/hostname and the corresponding UDP 3074 was not listed. Sometimes I could get the PS4 to be picked up via the Sony PlayStation network test which would open up UDP port 9308 on LuCI-app-UPnP.
I have opened a couple of OpenWrt forum threads discussing UPnP not working:
The only working version of miniupnpd/luci-app-upnp seems to be miniupnpd 2.1-1 which I have had working on all the v19.07.* firmwares. OpenWrt v19.07.0 shipped with miniupnpd 2.1.20190408-2 and this was the point where it broke. Recently testing with the newer v19.07.2 firmware the miniupnpd has been updated to version 2.1.20191006 and this is the same story whereby the PS3/PS4 can’t be picked up.
Interestingly I did some experimenting and took the files, patches and makefile from the master trunk, replaced `PKG_VERSION:-2.1.20191006` with `PKG_VERSION:-2.1.20200329` in the `makefile` (which is the very latest version of the MiniUPnP daemon source code found at https://miniupnp.tuxfamily.org/files), compiled v19.07.2 and flashed it to my router. I then did a Sony PlayStation network test on my PS4 and UDP port 9308 was listed under `Active UPnP Redirects`. I then proceeded onto Call of Duty Modern Warfare (2019) and UDP port 3074 also appeared! However, I still had moderate NAT type which meant the firewall wasn’t opening up somewhere. After clicking the `Delete` button on the LuCI UPnP page and opening the port manually on the firewall the game did give me open NAT type as expected. Weirdly though, the UPnP listing came back which has never happened any time I’ve used OpenWrt with manual port forwards. In other words if I open a port manually in the firewall UPnP will never list same port and destination device in the `Active UPnP Redirects` list.
|
|
20.01.2021 | 3581 | Kernel | Bug Report | Very Low | Critical | Upload speed regression when connected 100Mbps Lan cabl... | openwrt-19.07 | Unconfirmed |
Task Description
OpenWRT 19.07.6 And Trunk
When connected 100 Mbps cable into WAN port i have upload speed regression (Speedtest and iperf3)
Regression on 1 Gbs Lan, 2.4 and 5GHz clients. If i changed lan port on lan card to 100Mbs FD - no regression оn this client, but i see it on other 1Gbs lan cliens and wireless.
There is no upload speed regression when connected 1Gbs cable into Wan port. There is no probem on stock firmware
Rus.
Деградация скорости отдачи на проводных гигабитных клиентах и на Wifi ,если в Wan порт подключен 100 мегабитный кабель. Если на конкретном проводном клиенте переключить порт на 100 Мбит полный дуплекс-регрессия на нем пропадает, но сохраняется на Wifi. Деградация скорости не наблюдается при подключении гигабитного кабеля в Wan порт. На стоке проблемы нет.
|
|
04.02.2017 | 463 | Base system | Bug Report | Very Low | Low | up/down on a usbnet interfaces fails to reassign ULA ad... | Trunk | Unconfirmed |
Task Description
Supply the following if possible: - Device problem occurs on: anything running usbnet - Software versions of LEDE release, packages, etc: head - Steps to reproduce:
Install the usbnet package, enable a usb0 device in /etc/config/network
(in my case this is a c.h.i.p, but most hackerboards except the pi do usbnet)
config interface ‘usb0’
option ifname 'usb0'
option proto 'static'
option ipaddr '172.26.97.200'
option netmask '255.255.255.255'
option ip6assign '64'
option ip6class 'local'
So long as the chip beats the router to booting, this gives it an ipv4 and ipv6 ULA out of the pool.
Reboot the device on the other side. The kernel deregisters and registers the usbnet driver, and netifd assigns the ipv4 address again.
However the ip6 subnet that was assigned from the ula does not come back. Haven’t tried it with a public address.
ifup/ifdown does not work and the ifstatus usb0 does not show any ipv6 addresses assigned.
|
|
30.12.2020 | 3545 | Base system | Bug Report | Very Low | High | unusable channels 13, 12 & auto on raspberry pi 3b & ze... | openwrt-19.07 | Unconfirmed |
Task Description
Channels 13, 12 and auto are unusuable despite a valid CRDA selection (PL).
Lack of functional support for channels 13 & 12 where those are legally available renders OpenWrt unusable as AP/client on raspberry pi 3 & zero w. Both share the same BRCM 43430 driver.
Auto selection is also crippled: Wed Dec 30 04:16:49 2020 daemon.warn hostapd: wlan0: IEEE 802.11 Configured channel (0) not found from the channel list of current mode (1) IEEE 802.11g Wed Dec 30 04:16:49 2020 daemon.warn hostapd: wlan0: IEEE 802.11 Hardware does not support configured channel
Both would be a showstopper. OpenWrt on such platforms is often picked for its AP capabilities.
+ iw reg get
global
country PL: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(5725 - 5875 @ 80), (N/A, 13), (N/A)
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
+ uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
wireless.radio0.legacy_rates='0'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT20'
wireless.radio0.channel='11'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='my_ssid'
wireless.default_radio0.wpa_disable_eapol_key_retries='1'
wireless.default_radio0.key='my_key'
wireless.default_radio0.hidden='1'
wireless.default_radio0.encryption='psk2'
+ uci set 'wireless.radio0.channel=13'
+ uci commit wireless
+ sleep 1
+ logread -f
+ logger start testing channel 13
+ wifi
Wed Dec 30 04:16:41 2020 user.notice root: start testing channel 13
+ sleep 3
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: interface state ENABLED->DISABLED
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED MAC_ADDRESS_WAS_HERE
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED MAC_ADDRESS_WAS_HERE
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED MAC_ADDRESS_WAS_HERE
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Wed Dec 30 04:16:41 2020 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Wed Dec 30 04:16:41 2020 daemon.notice netifd: Network device 'wlan0' link is down
Wed Dec 30 04:16:41 2020 daemon.notice netifd: Interface 'lan' has link connectivity loss
Wed Dec 30 04:16:42 2020 daemon.notice netifd: radio0 (8589): command failed: No error information (-524)
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:42 2020 daemon.notice netifd: Interface 'lan' is now down
Wed Dec 30 04:16:42 2020 daemon.notice netifd: Interface 'lan' is disabled
Wed Dec 30 04:16:42 2020 daemon.notice netifd: radio0 (8612): command failed: No error information (-524)
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna 0xffffffff 0xffffffff
Wed Dec 30 04:16:42 2020 daemon.notice netifd: radio0 (8612): command failed: Not supported (-95)
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna_gain 0
Wed Dec 30 04:16:42 2020 daemon.notice netifd: radio0 (8612): command failed: I/O error (-5)
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw phy phy0 set distance 0
Wed Dec 30 04:16:42 2020 daemon.notice netifd: radio0 (8612): command failed: Too many open files in system (-23)
Wed Dec 30 04:16:42 2020 user.notice mac80211: Failed command: iw phy phy0 interface add wlan0 type __ap
Wed Dec 30 04:16:42 2020 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Dec 30 04:16:42 2020 kern.info kernel: [ 8810.101885] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Wed Dec 30 04:16:42 2020 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Wed Dec 30 04:16:42 2020 daemon.err hostapd: Using interface wlan0 with hwaddr MAC_ADDRESS_WAS_HERE and ssid "my_ssid"
Wed Dec 30 04:16:42 2020 daemon.err hostapd: Failed to set beacon parameters
Wed Dec 30 04:16:42 2020 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Wed Dec 30 04:16:42 2020 daemon.err hostapd: Interface initialization failed
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->DISABLED
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:42 2020 daemon.err hostapd: wlan0: Unable to setup interface.
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: interface state DISABLED->DISABLED
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Wed Dec 30 04:16:42 2020 daemon.err hostapd: hostapd_free_hapd_data: Interface wlan0 wasn't started
Wed Dec 30 04:16:42 2020 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Wed Dec 30 04:16:42 2020 kern.err kernel: [ 8810.195905] ieee80211 phy0: brcmf_cfg80211_start_ap: Set Channel failed: chspec=4109, -52
Wed Dec 30 04:16:43 2020 daemon.notice hostapd: ELOOP: remaining socket: sock=22 eloop_data=0x7fb0bb4e60 user_data=0 handler=0x41d078
Wed Dec 30 04:16:43 2020 daemon.notice netifd: radio0 (8612): WARNING (wireless_add_process): executable path /usr/sbin/wpad does not match process 8118 path ()
Wed Dec 30 04:16:43 2020 daemon.notice netifd: radio0 (8612): Device setup failed: HOSTAPD_START_FAILED
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8225]: exiting on receipt of SIGTERM
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: started, version 2.80 cachesize 150
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: DNS service limited to local subnets
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain test
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain onion
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain localhost
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain local
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain invalid
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain bind
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain lan
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: reading /tmp/resolv.conf.auto
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain test
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain onion
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain localhost
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain local
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain invalid
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain bind
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using local addresses only for domain lan
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using nameserver IP_ADDRESS_WAS_HERE#53
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: using nameserver IP_ADDRESS_WAS_HERE#53
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: read /etc/hosts - 4 addresses
Wed Dec 30 04:16:43 2020 daemon.info dnsmasq[8765]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
+ logger end testing channel 13
Wed Dec 30 04:16:44 2020 user.notice root: end testing channel 13
+ kill '%1'
+ pkill -9 logread
+ set -x
+ uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
wireless.radio0.legacy_rates='0'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT20'
wireless.radio0.channel='13'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='my_ssid'
wireless.default_radio0.wpa_disable_eapol_key_retries='1'
wireless.default_radio0.key='my_key'
wireless.default_radio0.hidden='1'
wireless.default_radio0.encryption='psk2'
+ uci set 'wireless.radio0.channel=12'
+ uci commit wireless
+ sleep 1
+ logread -f
+ logger start testing channel 12
Wed Dec 30 04:16:45 2020 user.notice root: start testing channel 12
+ wifi
+ sleep 3
Wed Dec 30 04:16:45 2020 daemon.notice netifd: radio0 (8783): command failed: No error information (-524)
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:45 2020 daemon.notice netifd: radio0 (8803): command failed: No error information (-524)
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna 0xffffffff 0xffffffff
Wed Dec 30 04:16:45 2020 daemon.notice netifd: radio0 (8803): command failed: Not supported (-95)
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna_gain 0
Wed Dec 30 04:16:45 2020 daemon.notice netifd: radio0 (8803): command failed: I/O error (-5)
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw phy phy0 set distance 0
Wed Dec 30 04:16:45 2020 daemon.notice netifd: radio0 (8803): command failed: Too many open files in system (-23)
Wed Dec 30 04:16:45 2020 user.notice mac80211: Failed command: iw phy phy0 interface add wlan0 type __ap
Wed Dec 30 04:16:45 2020 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Dec 30 04:16:45 2020 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Wed Dec 30 04:16:45 2020 daemon.err hostapd: Using interface wlan0 with hwaddr MAC_ADDRESS_WAS_HERE and ssid "my_ssid"
Wed Dec 30 04:16:45 2020 kern.info kernel: [ 8813.087454] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Wed Dec 30 04:16:45 2020 daemon.err hostapd: Failed to set beacon parameters
Wed Dec 30 04:16:45 2020 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Wed Dec 30 04:16:45 2020 daemon.err hostapd: Interface initialization failed
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->DISABLED
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:45 2020 daemon.err hostapd: wlan0: Unable to setup interface.
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: interface state DISABLED->DISABLED
Wed Dec 30 04:16:45 2020 kern.err kernel: [ 8813.180327] ieee80211 phy0: brcmf_cfg80211_start_ap: Set Channel failed: chspec=4108, -52
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Wed Dec 30 04:16:45 2020 daemon.err hostapd: hostapd_free_hapd_data: Interface wlan0 wasn't started
Wed Dec 30 04:16:45 2020 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Wed Dec 30 04:16:46 2020 daemon.notice hostapd: ELOOP: remaining socket: sock=22 eloop_data=0x7fa178be60 user_data=0 handler=0x41d078
Wed Dec 30 04:16:46 2020 daemon.notice netifd: radio0 (8803): WARNING (wireless_add_process): executable path /usr/sbin/wpad does not match process 8118 path ()
Wed Dec 30 04:16:46 2020 daemon.notice netifd: radio0 (8803): Device setup failed: HOSTAPD_START_FAILED
+ logger end testing channel 12
Wed Dec 30 04:16:48 2020 user.notice root: end testing channel 12
+ kill '%1'
+ pkill -9 logread
+ set -x
+ uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
wireless.radio0.legacy_rates='0'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT20'
wireless.radio0.channel='12'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='my_ssid'
wireless.default_radio0.wpa_disable_eapol_key_retries='1'
wireless.default_radio0.key='my_key'
wireless.default_radio0.hidden='1'
wireless.default_radio0.encryption='psk2'
+ uci set 'wireless.radio0.channel=auto'
+ uci commit wireless
+ sleep 1
+ logread -f
+ logger start testing channel auto
Wed Dec 30 04:16:49 2020 user.notice root: start testing channel auto
+ wifi
+ sleep 3
Wed Dec 30 04:16:49 2020 daemon.notice netifd: radio0 (8880): command failed: No error information (-524)
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:49 2020 daemon.notice netifd: radio0 (8900): command failed: No error information (-524)
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna 0xffffffff 0xffffffff
Wed Dec 30 04:16:49 2020 daemon.notice netifd: radio0 (8900): command failed: Not supported (-95)
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna_gain 0
Wed Dec 30 04:16:49 2020 daemon.notice netifd: radio0 (8900): command failed: I/O error (-5)
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw phy phy0 set distance 0
Wed Dec 30 04:16:49 2020 daemon.notice netifd: radio0 (8900): command failed: Too many open files in system (-23)
Wed Dec 30 04:16:49 2020 user.notice mac80211: Failed command: iw phy phy0 interface add wlan0 type __ap
Wed Dec 30 04:16:49 2020 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: ACS: Automatic channel selection started, this may take a bit
Wed Dec 30 04:16:49 2020 kern.info kernel: [ 8817.154489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Wed Dec 30 04:16:49 2020 kern.err kernel: [ 8817.166683] ieee80211 phy0: brcmf_run_escan: error (-52)
Wed Dec 30 04:16:49 2020 kern.err kernel: [ 8817.173057] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
Wed Dec 30 04:16:49 2020 kern.err kernel: [ 8817.184908] ieee80211 phy0: brcmf_run_escan: error (-52)
Wed Dec 30 04:16:49 2020 kern.err kernel: [ 8817.191232] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-52)
Wed Dec 30 04:16:49 2020 daemon.err hostapd: ACS: Failed to request initial scan
Wed Dec 30 04:16:49 2020 daemon.warn hostapd: wlan0: IEEE 802.11 Configured channel (0) not found from the channel list of current mode (1) IEEE 802.11g
Wed Dec 30 04:16:49 2020 daemon.warn hostapd: wlan0: IEEE 802.11 Hardware does not support configured channel
Wed Dec 30 04:16:49 2020 daemon.err hostapd: Could not select hw_mode and channel. (-3)
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->DISABLED
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:49 2020 daemon.err hostapd: wlan0: Unable to setup interface.
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: interface state DISABLED->DISABLED
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: AP-DISABLED
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Wed Dec 30 04:16:49 2020 daemon.err hostapd: hostapd_free_hapd_data: Interface wlan0 wasn't started
Wed Dec 30 04:16:49 2020 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Wed Dec 30 04:16:50 2020 daemon.notice netifd: radio0 (8900): WARNING (wireless_add_process): executable path /usr/sbin/wpad does not match process 8118 path ()
Wed Dec 30 04:16:50 2020 daemon.notice netifd: radio0 (8900): Device setup failed: HOSTAPD_START_FAILED
+ logger end testing channel auto
Wed Dec 30 04:16:52 2020 user.notice root: end testing channel auto
+ kill '%1'
+ pkill -9 logread
+ set -x
+ uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11g'
wireless.radio0.path='platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
wireless.radio0.legacy_rates='0'
wireless.radio0.country='PL'
wireless.radio0.htmode='HT20'
wireless.radio0.channel='auto'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='my_ssid'
wireless.default_radio0.wpa_disable_eapol_key_retries='1'
wireless.default_radio0.key='my_key'
wireless.default_radio0.hidden='1'
wireless.default_radio0.encryption='psk2'
+ uci set 'wireless.radio0.channel=11'
+ uci commit wireless
+ sleep 1
+ logread -f
+ logger start testing channel 11
Wed Dec 30 04:16:53 2020 user.notice root: start testing channel 11
+ wifi
+ sleep 3
Wed Dec 30 04:16:53 2020 daemon.notice netifd: radio0 (8970): command failed: No error information (-524)
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:53 2020 daemon.notice netifd: radio0 (8990): command failed: No error information (-524)
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw dev wlan0 del
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna 0xffffffff 0xffffffff
Wed Dec 30 04:16:53 2020 daemon.notice netifd: radio0 (8990): command failed: Not supported (-95)
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw phy phy0 set antenna_gain 0
Wed Dec 30 04:16:53 2020 daemon.notice netifd: radio0 (8990): command failed: I/O error (-5)
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw phy phy0 set distance 0
Wed Dec 30 04:16:53 2020 daemon.notice netifd: radio0 (8990): command failed: Too many open files in system (-23)
Wed Dec 30 04:16:53 2020 user.notice mac80211: Failed command: iw phy phy0 interface add wlan0 type __ap
Wed Dec 30 04:16:53 2020 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Wed Dec 30 04:16:53 2020 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Dec 30 04:16:53 2020 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Wed Dec 30 04:16:53 2020 daemon.err hostapd: Using interface wlan0 with hwaddr MAC_ADDRESS_WAS_HERE and ssid "my_ssid"
Wed Dec 30 04:16:53 2020 kern.info kernel: [ 8821.268054] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Wed Dec 30 04:16:53 2020 kern.info kernel: [ 8821.429792] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Wed Dec 30 04:16:53 2020 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->ENABLED
Wed Dec 30 04:16:53 2020 daemon.notice hostapd: wlan0: AP-ENABLED
Wed Dec 30 04:16:53 2020 daemon.notice netifd: Network device 'wlan0' link is up
Wed Dec 30 04:16:53 2020 daemon.notice netifd: Interface 'lan' is enabled
Wed Dec 30 04:16:53 2020 daemon.notice netifd: Interface 'lan' is setting up now
Wed Dec 30 04:16:53 2020 daemon.notice netifd: Interface 'lan' is now up
Wed Dec 30 04:16:53 2020 daemon.notice netifd: Interface 'lan' has link connectivity
Wed Dec 30 04:16:54 2020 user.notice firewall: Reloading firewall due to ifup of lan (wlan0)
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[8765]: exiting on receipt of SIGTERM
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: started, version 2.80 cachesize 150
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: DNS service limited to local subnets
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq-dhcp[9156]: DHCP, IP range IP_ADDRESS_WAS_HERE -- IP_ADDRESS_WAS_HERE, lease time 12h
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain test
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain onion
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain localhost
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain local
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain invalid
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain bind
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain lan
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: reading /tmp/resolv.conf.auto
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain test
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain onion
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain localhost
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain local
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain invalid
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain bind
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using local addresses only for domain lan
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using nameserver IP_ADDRESS_WAS_HERE#53
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: using nameserver IP_ADDRESS_WAS_HERE#53
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: read /etc/hosts - 4 addresses
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq[9156]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Wed Dec 30 04:16:55 2020 daemon.info dnsmasq-dhcp[9156]: read /etc/ethers - 0 addresses
+ logger end testing channel 11
Wed Dec 30 04:16:56 2020 user.notice root: end testing channel 11
+ kill '%1'
+ pkill -9 logread
+ iw list
Wiphy phy0
max # scan SSIDs: 10
max scan IEs length: 2048 bytes
max # sched scan SSIDs: 0
max # match sets: 0
max # scan plans: 1
max scan plan interval: -1
max scan plan iterations: 0
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Available Antennas: TX 0 RX 0
Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO
* P2P-device
Band 1:
Capabilities: 0x1020
HT20
Static SM Power Save
RX HT20 SGI
No RX STBC
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 16 usec (0x07)
HT TX/RX MCS rate indexes supported: 0-7
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (20.0 dBm)
* 2472 MHz [13] (20.0 dBm)
* 2484 MHz [14] (disabled)
valid interface combinations:
* #{ managed } <= 1, #{ P2P-device } <= 1, #{ P2P-client, P2P-GO } <= 1,
total <= 3, #channels <= 2
* #{ managed } <= 1, #{ AP } <= 1, #{ P2P-client } <= 1, #{ P2P-device } <= 1,
total <= 4, #channels <= 1
Supported extended features:
* [ 4WAY_HANDSHAKE_STA_PSK ]: 4-way handshake with PSK in station mode
* [ 4WAY_HANDSHAKE_STA_1X ]: 4-way handshake with 802.1X in station mode
+ iwlist wlan0 channel
wlan0 13 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
|
|
25.10.2017 | 1113 | Kernel | Bug Report | Very Low | Medium | Unknown symbol zlib_inflate | All | Unconfirmed |
Task Description
I’ve experienced a strange issue with zlib_inflate on x84_64 system. There is no zlib_inflate-related symbols at /proc/kallsyms and modules like btrfs couldn’t be loaded.
17.01 branch and the current master branch, both are affected.
Steps to reproduce: 1. Use attached config file (zlib_inflate-test-config). It’s almost default but I’ve set CONFIG_PACKAGE_kmod-fs-btrfs=y and some other options. 2. Compile LEDE:
make defconfig && make -j $(nproc)
3. Run qemu:
qemu-system-x86_64 -curses -kernel bin/targets/x86/64/lede-x86-64-ramfs.bzImage
4. Try to load btrfs module:
root@LEDE:/# modprobe btrfs
[ 23.345891] btrfs: Unknown symbol zlib_inflateInit2 (err 0)
[ 23.347096] btrfs: Unknown symbol zlib_inflate (err 0)
[ 23.347673] btrfs: Unknown symbol zlib_inflate_workspacesize (err 0)
[ 23.348293] btrfs: Unknown symbol zlib_inflateEnd (err 0)
It’s not btrfs related but any module with zlib_inflate in it’s dependency list.
|
|
15.12.2019 | 2676 | Base system | Bug Report | Very Low | Low | Unexpected realpath behaviour | openwrt-19.07 | Unconfirmed |
Task Description
There is a problem with creating chrooted SFTP access using OpenSSH package. However, it seems that the problem isn’t with the package, rather with realpath function of OpenWRT. The whole description of the problem was already provided in forum, here I only copy the part of the log file:
Nov 29 10:06:27 OpenWrt internal-sftp[12557]: realpath "."
Nov 29 10:06:27 OpenWrt internal-sftp[12557]: debug3: request 46352: sent status 2
Nov 29 10:06:27 OpenWrt internal-sftp[12557]: sent status No such file
Tested on both 18.06.5 and 19.07.0-rc1 with the same result.
|
|
11.06.2019 | 2315 | Base system | Bug Report | Very Low | Low | Unaligned Instructions on AR71XX Targets | Trunk | Unconfirmed |
Task Description
To reproduce install wpad-openssl-mesh Enable wireless mesh
echo 2 > /sys/kernel/debug/mips/unaligned_action && sleep 10 && echo 0 > /sys/kernel/debug/mips/unaligned_action
Kernel Stack Trace
[ 344.065508] Call Trace:
[ 344.068111] [<870d9b7c>] mesh_rx_plink_frame+0xed0/0x139c [mac80211]
[ 344.074626] Code: 96c40002 9646000c 00451026 <96c30004> 9645000e 00862026 00441025 00651826 00431025
[ 344.084628]
[ 344.086166] CPU: 0 PID: 5 Comm: kworker/u2:0 Not tainted 4.14.123 #0
[ 344.092833] Workqueue: phy1 ieee80211_ibss_leave [mac80211]
[ 344.098609] task: 87c25600 task.stack: 87c3a000
[ 344.103319] $ 0 : 00000000 00000001 00000000 00000000
[ 344.108656] $ 4 : 00000000 0000c46e 000067a5 00000000
[ 344.114057] $ 8 : 86e25464 00000001 00000004 873811e8
[ 344.119433] $12 : ffffffff 00000000 00b00000 00000000
[ 344.124806] $16 : 804f0000 8773f078 87315460 8773f082
[ 344.130155] $20 : 8773f094 8773f0a9 000000b3 870e89e8
[ 344.135485] $24 : 804ef040 870de528
[ 344.140915] $28 : 87c3a000 87c3bcb8 870e8a14 870da454
[ 344.146279] Hi : 0004e2ca
[ 344.149300] Lo : b0250b0d
[ 344.152383] epc : 870da988 mesh_rx_path_sel_frame+0x658/0xb08 [mac80211]
[ 344.159527] ra : 870da454 mesh_rx_path_sel_frame+0x124/0xb08 [mac80211]
[ 344.166543] Status: 1100dc03 KERNEL EXL IE
[ 344.170825] Cause : 00800010 (ExcCode 04)
[ 344.174894] BadVA : 8773f0a9
[ 344.177829] PrId : 0001974c (MIPS 74Kc)
[ 344.181881] Modules linked in: ath9k ath9k_common pppoe ppp_async l2tp_ppp ath9k_hw ath qmi_wwan pptp pppox ppp_mppe ppp_generic nf_conntrack_ipv6 mac80211 iptable_nat ipt_REJECT ipt_MASQUERADE cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_recent xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_helper xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connbytes xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY wireguard usbnet slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_netlink iptable_raw iptable_mangle iptable_filter ipt_ECN ip_tables crc_ccitt compat cdc_wdm sch_cake nf_conntrack sch_tbf sch_ingress sch_htb sch_hfsc
[ 344.254146] em_u32 cls_u32 cls_tcindex cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred ledtrig_usbport cryptodev xt_set ip_set_list_set ip_set_hash_netportnet ip_set_hash_netport ip_set_hash_netnet ip_set_hash_netiface ip_set_hash_net ip_set_hash_mac ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ip ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set nfnetlink nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ip_gre gre ifb l2tp_netlink l2tp_core udp_tunnel ip6_udp_tunnel ip_tunnel tun shortcut_fe_ipv6 shortcut_fe algif_skcipher algif_hash af_alg sha1_generic ecb authenc ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common mii aead cryptomgr crypto_null
[ 344.326861] crypto_hash
[ 344.329502] Process kworker/u2:0 (pid: 5, threadinfo=87c3a000, task=87c25600, tls=00000000)
[ 344.338022] Stack : 0000002f 870ac7f0 00000000 20000009 00000000 00000000 00000000 00000041
[ 344.346622] 8717a780 804f0000 87315460 00000041 87380bc0 870b2d30 8717a780 8717a780
[ 344.355242] 000000a0 00000000 00000000 802d09dc 8773f092 00000021 00000000 00000000
[ 344.363839] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 344.372380] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 344.380888] ...
[ 344.383382] Call Trace:
[ 344.386011] [<870da988>] mesh_rx_path_sel_frame+0x658/0xb08 [mac80211]
[ 344.392801] [<870d5bb4>] ieee80211_mesh_rx_queued_mgmt+0x15c/0x164 [mac80211]
[ 344.400279] [<87097164>] ieee80211_ibss_leave+0x80c/0x1888 [mac80211]
[ 344.406922] [<870d5cd0>] ieee80211_mesh_work+0x114/0x2cc [mac80211]
[ 344.413498] [<8009d280>] process_one_work+0x1f8/0x428
[ 344.418706] [<8009d630>] worker_thread+0x180/0x548
[ 344.423692] [<800a3a04>] kthread+0x134/0x13c
[ 344.428075] [<80066db8>] ret_from_kernel_thread+0x14/0x1c
[ 344.433622] Code: 26950015 2695001b 964508a0 <96a20000> 96a40002 964608a2 00451026 96a30004 964508a4
[ 344.443591]
[ 344.445124] CPU: 0 PID: 5 Comm: kworker/u2:0 Not tainted 4.14.123 #0
[ 344.451809] Workqueue: phy1 ieee80211_ibss_leave [mac80211]
[ 344.457609] task: 87c25600 task.stack: 87c3a000
[ 344.462251] $ 0 : 00000000 00000001 0000c46e 00000000
[ 344.467638] $ 4 : 00000000 0000c46e 000067a5 00000000
[ 344.472982] $ 8 : 86e25464 00000001 00000004 873811e8
[ 344.478319] $12 : ffffffff 00000000 00b00000 00000000
[ 344.483642] $16 : 804f0000 8773f078 87315460 8773f082
[ 344.489022] $20 : 8773f094 8773f0a9 000000b3 870e89e8
[ 344.494355] $24 : 804ef040 870de528
[ 344.499779] $28 : 87c3a000 87c3bcb8 870e8a14 870da454
[ 344.505182] Hi : 0004e2ca
[ 344.508135] Lo : b0250b0d
[ 344.511216] epc : 870da98c mesh_rx_path_sel_frame+0x65c/0xb08 [mac80211]
[ 344.518315] ra : 870da454 mesh_rx_path_sel_frame+0x124/0xb08 [mac80211]
[ 344.525377] Status: 1100dc03 KERNEL EXL IE
[ 344.529667] Cause : 00800010 (ExcCode 04)
[ 344.533773] BadVA : 8773f0ab
[ 344.536702] PrId : 0001974c (MIPS 74Kc)
[ 344.540711] Modules linked in: ath9k ath9k_common pppoe ppp_async l2tp_ppp ath9k_hw ath qmi_wwan pptp pppox ppp_mppe ppp_generic nf_conntrack_ipv6 mac80211 iptable_nat ipt_REJECT ipt_MASQUERADE cfg80211 xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_recent xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_helper xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connbytes xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY wireguard usbnet slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_netlink iptable_raw iptable_mangle iptable_filter ipt_ECN ip_tables crc_ccitt compat cdc_wdm sch_cake nf_conntrack sch_tbf sch_ingress sch_htb sch_hfsc
[ 344.613009] em_u32 cls_u32 cls_tcindex cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred ledtrig_usbport cryptodev xt_set ip_set_list_set ip_set_hash_netportnet ip_set_hash_netport ip_set_hash_netnet ip_set_hash_netiface ip_set_hash_net ip_set_hash_mac ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ip ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set nfnetlink nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ip_gre gre ifb l2tp_netlink l2tp_core udp_tunnel ip6_udp_tunnel ip_tunnel tun shortcut_fe_ipv6 shortcut_fe algif_skcipher algif_hash af_alg sha1_generic ecb authenc ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common mii aead cryptomgr crypto_null
[ 344.685675] crypto_hash
[ 344.688299] Process kworker/u2:0 (pid: 5, threadinfo=87c3a000, task=87c25600, tls=00000000)
[ 344.696835] Stack : 0000002f 870ac7f0 00000000 20000009 00000000 00000000 00000000 00000041
[ 344.705438] 8717a780 804f0000 87315460 00000041 87380bc0 870b2d30 8717a780 8717a780
[ 344.714011] 000000a0 00000000 00000000 802d09dc 8773f092 00000021 00000000 00000000
[ 344.722611] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 344.731207] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 344.739750] ...
|