Ivan

Results 40 comments of Ivan

Yes, 403 is a problem. You can install app from f-droid repo and try it or describe what I should to do to prove more info. I do not know...

https://github.com/dino/dino/pull/1259 fix issue for me

@ccchen1984 @chunkeey @therealsummoner can you review please. Updates: https://github.com/openwrt/openwrt/pull/10068 PS: WiFi leds does not work, any ideas how to fix it?

May be, have no idea how to check it. Also possible some gpio extender used.

I have try write from 0 to 32 into /sys/kernel/debug/ieee80211/phy0/mt76/led_pin, no reaction.

Part of original bootlog: ``` [ 41.990203] BBPInit() todo [ 41.992904] PHY Init Done! [ 42.008284] tx_pwr_comp_init():NotSupportYet! [ 42.008291] [ 42.008291] led_send_fw_cmd: [ 42.008384] 0205000000240000 [ 42.008384] led_0 map to...

Have no idea how to bench it, may be @b4n know.

Sorry for noise, I wrote a bit compact code for same, which does not call ```nanosleep()``` with zeros on first error. ``` static int pthread_create_eagain(pthread_t *handle, const pthread_attr_t *attr, void...

> I didn't call nanosleep with 0 milliseconds delay, Yes, I was wrong with that. > and the new code introduced an unnecessary 20 milliseconds sleep if all pthread_create failed....