HinTak / seeed-voicecard

This is an enhancement fork with the explicit aim of supporting current shipping Raspbian/Ubuntu kernels without requiring downgrading. Please donate at https://hintak.github.io/ if it works for you. Use vX.Y branch for kernel version vX.Y
GNU General Public License v3.0
201 stars 78 forks source link

about kernel : kernel 6.5.0-1005-raspi cannot be found #27

Closed nicktao9 closed 5 months ago

nicktao9 commented 7 months ago

Error! Your kernel headers for kernel 6.5.0-1005-raspi cannot be found at /lib/modules/6.5.0-1005-raspi/build or /lib/modules/6.5.0-1005-raspi/source.

USE: Linux ubuntu 6.5.0-1005-raspi #7-Ubuntu SMP PREEMPT_DYNAMIC Sun Oct 8 08:06:18 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux v6.1 and v6.5 do not work

HinTak commented 5 months ago

For ubuntu, you need to do sudo apt-get install -y linux-headers-raspi to get the kernel headers. This is part of the install.sh script. (Read it...)