Quallenauge
Quallenauge
I hacked the file mod_mam/mod_mam.lua of prosody 0.10 branch: and add the following lines at the top of it local xmlns_mam0 = "urn:xmpp:mam:0"; local xmlns_mam1 = "urn:xmpp:mam:1"; local xmlns_mam =...
At the time I tried it (4.9 kernel), it was not possible to create and use a valid ubi image. Maybe in the meantime (now we use 4.14) there where...
Short info: I followed your proposed tests, and indeed the tests fail when using the 512 (=default) subpages. Also the U-Boot erase does not change this behavior. (Logs will be...
Hi @arnysch. Thanks for your feedback! Regarding the kernel patch: I think this is the cleanest solution, because it's the driver responsibility which reports the sub-page things to the user...
I'm used to build an image in this manner: ``` rm -rf bin build_dir/target-* staging_dir/target-* tmp ; cat config/eb904xDSL_minimal.in config/eb904xDSL_additional.in >.config && make defconfig && make V=s -j4 2>&1 |...
In short: I personally would also prefer a cfg80211_ops API support. Think of the recently introduced changes of the kernel makes future development (more than needed) tricky (I had to...
Hi there. Sadly the ifconfig doesn't show the switch settings. Also some settings are set within the vendor kernel. At least I was able to connect to the T-DSL VDSL...
I think, exactly as described within the post I previously linked. Newer builds should contain the vdsl firmware, but I haven't tried that. https://app.box.com/s/hvqg535dnubt4r2ontpmtodpvt6ydf00/folder/36913951101
Sorry, I don't develop LuCI so I can't help with this. Maybe a newer version might be better. Also the kind how the switches are connected together isn't and straight...
I just tried to get DSL running, with success. Try the following: `nano /etc/config/network` Add the following ``` config switch_vlan option device 'switch0' option vlan '7' option ports '4t' option...