DarumasLegs
DarumasLegs
I do have several folders under /lib/modules/ - could the headers be in the wrong folder? How can I tell, and can I just move them to that folder it...
Oh - sorry - Raspbian. On Sat, Jan 8, 2022 at 11:43 AM Nick ***@***.***> wrote: > I know the kernel version. I want to the distro... Ubuntu, Debian, >...
I’m running a Raspberry Pi 3B+. I believe it’s the regular 32 bit version. On Sat, Jan 8, 2022 at 11:45 AM Nick ***@***.***> wrote: > Did you mean to...
uname -m returned "armv71", so it's 32 bit. I ran what you suggested, and here is what the last line gave us: ***@***.****:*~ $* sudo apt install -y raspberrypi-kernel-headers bc...
By the way, what is the best way to tell if the RPi is using the USB WiFi adapter or the internal WiFi radio? Perhaps running "iw dev" and checking...
Thank you!! On Sat, Jan 8, 2022 at 1:00 PM Nick ***@***.***> wrote: > raspberrypi-kernel-headers is already the newest version > (1:1.20211201~buster-1). > > Hmmm... that tells us the kernel...
If there is anything I can do to help - running any specific commands, etc., please let me know. Thank you! On Sat, Jan 8, 2022 at 1:00 PM Bob...
Here's something I find odd. I am running raspberrypiOS 5.10.17-v7+ #1403, but when I look at /lib/modules/ I don't see a directory that matches. Check this out: ***@***.****:*/lib/modules $* ls...
I ran across this post: https://forums.raspberrypi.com/viewtopic.php?t=289999 It describes how to fix a mismatch between the kernel running and the /lib/modules. I ran the following: > https://forums.raspberrypi.com/viewtopic.php?t=289999 > And now the...