geerlingguy / pi-overvolt

Pi Overvolt firmware hack - WARNING: USE AT YOUR OWN RISK!
MIT License
33 stars 1 forks source link

Unable to compile due to Debian not providing include/linux/broadcom #5

Open youmukonpaku1337 opened 2 months ago

youmukonpaku1337 commented 2 months ago

Tried to ./compile.sh, however the broadcom include folder doesn't seem to be provided (on Raspbian with sid repos) in the linux-headers-6.6.31+rpt-common-rpi package, even though apt-file search lists it as one of the packages that provides that folder.

Upon manual download and inspection of that package, linux/broadcom/ is nowhere to be found.

any way to solve this?

geerlingguy commented 2 months ago

This has only been tested on Pi OS Bookworm so far (based on Debian 12)—I'm wondering if other distributions don't include broadcom/bcm stuff by default?