caydenm

Results 15 comments of caydenm

It appears that I was getting a firmware validation error, this was due to it loading rtw8822c_fw.bin for a 8811cu chip which should use rtw8821c_fw.bin if I understand correctly.Digging through...

At this point I am not sure how to proceed to enable 8811cu. Pointers or advice would be really appreciated It appears there is an issue that causes the kernel...

Thank you for the reply and the patch! I am indeed using the development/chipset/rtl8822cu branch and a rtl8811cu, no BT and I believe single antenna. The specific model is a...

I implemented rtw_tx_filldesc_checksum for 8821c. I have now made it even further through the boot process. I now get an error rfe 34 isn't supported.

More progress. I added 34 rfe's that are all the same for 8821c and this seemed to correctly load the firmware and get me to a new and exciting error...

Using https://github.com/torvalds/linux/blob/master/drivers/net/wireless/realtek/rtw88/regd.c for rtw_regd_init_wiphy and rtw_regd_init seemed to fix the issue above. I now have wiphy_register failing with warning on core.c:872. Call trace: wiphy_register [cfg80211] iee80211_register_hw [mac80211] rtw_register_hw [rtw88_core] rtw_usbprobe...

After adding some more logging to cfg80211 it is failing on !have_band where it belives wiphy has nothing for bands 0-3.

I got this to successfully load and show up in iw dev. It seems that openwrts backported mac80211 and cfg80211 wasn't linked in correctly in my make file. Scan and...

The device seems to not be responding to commands. When trying to use it with openwrt I get these errors. There are no errors in dmesg from the device initializing....

Thank you so much for the new branch. The efuses piece seemed so obvious in retrospect! I did some testing today, I found that: - scanning work on both 2.4ghz...