xieyaxiongfly / Atheros_CSI_tool_OpenWRT_src

GNU General Public License v2.0
114 stars 53 forks source link

Modification of kernel gave no errors but the uname doesn't return 4.1.1+ #71

Closed kr689 closed 1 year ago

kr689 commented 1 year ago

I ran all the commands, successfully - no errors, to modify the kernel. After rebooting, when I run uname - r to check the version however, it is still the old generic one. There are no errors to go off so I have no idea what the issue is. Has anyone see this before? I am using Ubuntu 14.04. I get this warning however:

Generating grub configuration file ... Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.

kr689 commented 1 year ago

You can't use the GRUB_HIDDEN_TIMEOUT setting and the GRUB_TIMEOUT setting at the same time. This is true even when the hidden timeout is set to 0.

The problem was solved by commenting out the line in /etc/default/grub: #GRUB_HIDDEN_TIMEOUT=0

Then: sudo update-grub

After this make sure to follow the steps from menuconfig down again.