Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Petasan kernel build + headers

Pages: 1 2

Hi!

I need the PetaSAN kernel headers to compile extra kernel modules for 4.12.14-12-petasan

Thanks!!

You can find them here

https://drive.google.com/open?id=1kZYfW3MAz2fJKBIy57R4dF9h74SCMoNt

Thank for reply!

Hi admin,

I build new cluster version 2.5.3, all node using Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection

and driver version is 5.1.0-k. I want to update the lastest driver follow the link https://downloadcenter.intel.com/download/14687/Intel-Network-Adapter-Driver-for-PCIe-Intel-10-Gigabit-Ethernet-Network-Connections-Under-Linux-

Can you help me or share linux-headers ?

Thanks!

you can download kernel headers from:

https://drive.google.com/drive/folders/1kZYfW3MAz2fJKBIy57R4dF9h74SCMoNt?usp=sharing

 

Team,

we are trying install the linux-headers and linux-image of drive allowed, but not working.

some one have the how-to or how we can install this for can compile drive of intell SFP+ ?

Regards

Quote from admin on September 9, 2019, 8:21 pm

You can find them here

https://drive.google.com/open?id=1kZYfW3MAz2fJKBIy57R4dF9h74SCMoNt

How we can install this ?

dpkg -i

the package was installed but continue showing message that not working.

ixgbe-5.12.5/src# make install
common.mk:82: *** Kernel header files not in any of the expected locations.
common.mk:83: *** Install the appropriate kernel development package, e.g.
common.mk:84: *** kernel-devel, for building kernel modules and try again. Stop.

not sure, it could depend on what you are trying to install ...ixgbe network driver for kernel 5.12 ? it could be checking for specific kernel version ? you should be able to see the script that is outputing this error from your sources and know what it is checking for. note is not advisable to get driver for a specific kernel version and build it for a different version, specially if it is has different major version of kernel. In some cases you would need to backport any changes manually to the target kernel.

To see the location of where the PetaSAN kernel header deb got installed, you can use dpkg -L  command, you also have the complete kernel source you can download which includes the header and source.

Note that PetaSAN v 3.2 will include kernel 5.14

Pages: 1 2