cilynx
cilynx
If you enable [CONFIG_WIFI_MONITOR](https://github.com/cilynx/rtl88x2bu/blob/master/Makefile#L69) and rebuild the driver, things look promising: ``` rcw@burner:~/Projects/rtl88x2bu$ sudo iw wl[xxxxxxxxxxxxx] set type monitor rcw@burner:~/Projects/rtl88x2bu$ sudo iw dev phy#3 Interface wl[xxxxxxxxxxxxx] ifindex 6 wdev 0x300000001...
Playing around with `kismet`, it fails to create a mon VIF, but successfully falls back to putting the real interface into Monitor Mode without hanging or jacking up the network...
Can you try the latest branch (5.8.7.1_35809.20191129_COEX20191120-7777) and share the full output of attempting to compile if it fails? I have it working (with lots of warnings, but no errors)...
Because everyone who contributes to this repo is a volunteer with many other commitments and I don't think any of us use monitor mode. You're welcome to check out other...
Workaround -- `rmdir *_zoo` in your `lollms-webui/zoos` directory. Next time you run `python app.py`, it'll pull the zoos from their repos. No idea why they aren't pulled by default if...
Yup, this is getting to be SOP. Unfortunately, I'm very limited on cycles these days. This one is "easy", but tedious, to fix. The fix is to go through the...
Not an issue of donations at all -- this is a labor of love for me. I just have a lot of real life commitments and I'm hoping that some...
It would probably be worth your time to ping the OpenWRT folks. If they see some more demand for support for Candyhouse routers, they might be more inclined to work...
This is going to be more difficult to implement than it was under Debian. The Cisco **recovery** binary expects libc.so.6 and ld-linux.so.3, neither of which are around on OpenWRT. I'm...
These will probably be useful: u-boot-1.1.4-candyhouse_021_auto_recovery.patch u-boot-1.1.4-candyhouse_027_128MB_auto_recovery_NAND_WORKAROUND.patch u-boot-1.1.4-candyhouse_032_auto_recovery_page_write.patch