Carlos Garcés

Results 75 comments of Carlos Garcés

Just to add more context. amplify.yaml ```yaml version: 1 backend: phases: build: commands: - "nvm use 20" - "npm install -g pnpm" - "pnpm install" - "npx amplify pipeline-deploy --branch...

d3qvt5uw9k572 builds form 1 to 12, all failed without errors.

> Can you download the logs for build 12 from the console and confirm if you are able to observe the OOM error within them? No, I can't observe the...

Cleanup a RTL driver is a lot of work. As reference you can see the evolution of [rtl8723bs](https://github.com/torvalds/linux/tree/master/drivers/staging/rtl8723bs) to land in the linux kernel as staging driver. [805](https://github.com/hadess/rtl8723bs) commits of...

BTW the PR looks fine for me, but should include **Makefile** change to remove `-Wno-unused-variable`

> @CGarces , @cilynx What is your opinion about this PR? Its a huge restructuring, but I really like how things are working with xpad-neo. I don't have an opinion,...

Looks like eth_hw_addr_set has been backported? At Linux 5.10.188 https://elixir.bootlin.com/linux/v5.10.188/source/include/linux/etherdevice.h

The package linux-headers-5.10.0-25-common match with 5.10.191, so is patched. You must manually remove this lines https://github.com/aircrack-ng/rtl8812au/blob/v5.6.4.2/include/drv_types_linux.h#L18-L24 Until I figure out how patch it, the fast solution is set additional `#if`...