Page 2 of 2

Re: Archer c6 - storage full error

Posted: Tue Jan 03, 2023 9:05 am
by ondrahnilicka
It Works!

Buttons are Ok and no "Storage full" message.

But what I did wrong? Could you send me the config file? Or may I use the buildinfo file as the config file to reproduce your build?

Thank you in any case!

Ondrej

Re: Archer c6 - storage full error

Posted: Tue Jan 03, 2023 9:43 am
by Lantis
You can use the buildinfo, but you need to expand it by putting it into the ath79-src/ folder as “.config”, then cd into that folder and run “make defconfig”. You can then copy the resulting .config for safe keeping.

I’m 90% sure your issue is python (as per my initial suspicion). I’ve seen it before.
In your build environment try
“which python”
And
“python -v”

In older ubuntu versions python 2 shipped by default and you needed to install “python-is-python3” to make it the default. You may be experiencing similar?