PINE64
KDE Neon Image - Where can i find the Kernel Source ? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: KDE Neon Image - Where can i find the Kernel Source ? (/showthread.php?tid=7833)



KDE Neon Image - Where can i find the Kernel Source ? - matze79 - 08-11-2019

i run a modified KDE Neon Image on EMMC and want to compile some kernel modules
but i`m not sure what files i should get, is the pine64 kernel the same ?

Ayufan`s Repository is listen some versions.

But i`m not sure what i`m running i have 3.10.105-bsp-1.2 from 27 Oct.

I only need to the Source Code Tarball to compile 3G Modem Drivers.

can anyone point me in the right direction ?

Thanks

Matthias


RE: KDE Neon Image - Where can i find the Kernel Source ? - matze79 - 08-12-2019

https://github.com/longsleep/linux-pine64/releases/tag/3.10.105-0-pine64

this is only for pine64 right ? is there something else for pinebook ?

EDIT:
https://github.com/ayufan-pine64/linux-build/blob/master/kernel/README.md

but this is still not the same kernel running on pinebook :/


RE: KDE Neon Image - Where can i find the Kernel Source ? - e-minguez - 08-12-2019

(08-12-2019, 07:04 AM)matze79 Wrote: https://github.com/longsleep/linux-pine64/releases/tag/3.10.105-0-pine64

this is only for pine64 right ? is there something else for pinebook ?

EDIT:
https://github.com/ayufan-pine64/linux-build/blob/master/kernel/README.md

but this is still not the same kernel running on pinebook :/

As kde neonĀ it is debian/ubuntu based, you just need to install the kernel sources package:

apt-get source <packagename>

And to get the list of installed packages dpkg -i

HTH


RE: KDE Neon Image - Where can i find the Kernel Source ? - matze79 - 08-13-2019

yeah but there is no source package.

i already tried that and modified sources.list.

EDIT:
git clone --depth=1 --branch=my-hacks-1.2-with-drm --single-branch https://github.com/ayufan-pine64/linux-pine64.git linux


But.. i still have no modsyms so full rebuild is needed


RE: KDE Neon Image - Where can i find the Kernel Source ? - matze79 - 08-14-2019

Rebuild kernel with every driver needed, and it works.

i extracted every info i needed from ayufans build scripts.

Maybe if i get the video issue fixed i will upload my emmc image.

Also now spotting OpenHantek, with 3.10 kernel and egl it does work fine with my scope Smile