SolidRun / lx2160a_build

Scripts to build basic images for LX2160A COM express type 7 modules
58 stars 47 forks source link

uname -r returns wrong version. #81

Closed kotocom closed 2 months ago

kotocom commented 10 months ago

Whether image came from https://images.solid-run.com/LX2k/lx2160a_build or built at my host, after flashing the HC board, has /lib/modules under correct version, but uname -r gives irrelevant one. Therefore system headers that can be installed won't be treated as system's.

seidlplus commented 7 months ago

I encountered the same issue (with built images at my host): with Ubuntu 20.04 uname -r returns: 5.10.35-00073-ga6ebe8cbeb2 with Ubuntu 22.04 uname -r returns: 5.10.35-00078-ga178fbbeb06

Fixing this problem might also help with my reported question #84