Weiqi Chen

Results 18 comments of Weiqi Chen

Openwrt Version: `OpenWrt 21.02.1 r16325-88151b8303` System Log: ``` Sat Nov 13 20:23:38 2021 daemon.notice netifd: radio1 (4423): Could not find PHY for device 'radio1' Sat Nov 13 20:23:38 2021 daemon.notice...

> https://forum.openwrt.org/t/r6220-could-not-find-phy-for-device-radio0-mt76x2-issue-continues/116665/4 @ligthpower said add these pcie reset pin definition to `mt7621_netgear_r6220.dts` solve the problem. > > ``` > &pcie { > status = "okay"; > > reset-gpios = ,...

I tried imagebuilder 22.03.0-rc4, still no good. ``` root@OpenWrt:~# iw dev phy#0 Interface wlan0 ifindex 8 wdev 0x1 addr cc:40:d0:9c:0c:44 type managed txpower 3.00 dBm multicast TXQ: qsz-byt qsz-pkt flows...

I compiled openwrt by source cdoe. And I noticed that `wireless` is missing from `Network`. Is there some options I not enabled in menuconfig or kernel_menuconfig? Who could help me...

> I compiled openwrt by source cdoe. And I noticed that `wireless` is missing from `Network`. > > Is there some options I not enabled in menuconfig or kernel_menuconfig? Who...

I used this steps to build my image ``` git clone https://git.openwrt.org/openwrt/openwrt.git src cd src git checkout --detach v22.03.0-rc4 #modify: target/linux/ramips/dts/mt7621_netgear_r6220.dts ./scripts/feeds update -a ./scripts/feeds install -a wget https://downloads.openwrt.org/releases/22.03.0-rc4/targets/ramips/mt7621/config.buildinfo -O...

Updated: ```bash make distclean export all_proxy=socks5://rpi-ubuntu:1090 git checkout -- . ./scripts/feeds update -a ./scripts/feeds install -a wget https://downloads.openwrt.org/releases/22.03.0-rc4/targets/ramips/mt7621/config.buildinfo -O .config make -j $(nproc) defconfig make -j $(nproc) download clean world...

> FYI, when the device is switch off and start after a few minutes, 2.4Ghz pcie card works But After time of about between a half of a day and...

I have no idea that how to fix this. If I have solution, I will reply here.