Installing on Debian 12

I was so bummed that I was unable to get this to work. Thank you so much man!

You’re welcome. Glad you got it sorted out :smiley:.

Although it would be good to know what exactly was going on with the Linux Kernel Headers in case somebody else has similar Issues. Was it in a Debian Package with a completely different Name like I thought (similar to Proxmox VE) ?

No actually it wasn’t, it was just me going down the wrong rabbit hole because I wasn’t educated enough on compiling drivers xd

1 Like

What steps did you take exactly to get this installed on truenas? I’d like to do the same but it seems like they have restrictions on installing packages like ‘make’ so I cant even get started.

I’m trying to do the same in Truenas. Everything works fine for the runtime, but I cannot find the way to compile the drivers.

The problem is the build command:

build --config release

that gives the error
line 10: build: command not found

and the module is not compiled. It looks stupid but also googling I could not get anything helpful. Any hint?