George Sapkin

Results 102 comments of George Sapkin

The only issues with HTitle + Stylish script is that the window becomes undraggable using the top bar and needs to be dragged using that small bar in the top...

I cannot reproduce it with the official I/O board since it doesn't have Ethernet. And reproducing this on a full Pi doesn't seem relevant (different hardware). What else can I...

We've checked the wiring on our board. We don't have full schematic for RPi3B (AFAIK [they are not open-sourced](https://github.com/raspberrypi/documentation/issues/347)), so we're basing this on Pi1B 2.1 schematic. The difference is...

XI and XO pins of LAN9512 are wired same as in RPiB 2.1 schematic to an external 25 MHz clock source. I'm going to try to connect an unused GPIO...

We've made a few test boards with nRESET connected to GPIO pin 13 and configured that pin as `LAN_RUN` in `dt-blob.bin`. The issue still occurs. Interestingly, when this happens, Wi-Fi...

Looks like it might be related to https://github.com/raspberrypi/linux/issues/2924 We do have multiple Ethernet adapters: 1 from LAN9512 and 2 from the modem.

@xyklex I'm glad to hear it solved your issue. We're stress-testing 4.14.x branch as well to see if it's an improvement.

If this is still relevant, this should just be one commit instead of 2. The main commit needs a better description of what this package does. Please check the [contributing](https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md)...

Could having multiple host packages be an option? Something like `golang-120`, `golang-124`, etc. And each of them would be at the latest hotfix version within that minor version: e.g. `-124`...

Another option could be switching to [binary distribution of Go](https://golang.google.cn/dl/) instead of bootstrapping, like the recent [Node.js change](https://github.com/openwrt/packages/pull/26116). Then introducing a per-package variable like `GO_PKG_VERSION`, that would fetch _any_ version...