PINE64
Kernel for A64 git - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: Kernel for A64 git (/showthread.php?tid=293)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


RE: Kernel for A64 git - Drakuwa - 08-10-2016

(08-10-2016, 10:34 AM)longsleep Wrote: Should not be a big deal. Please create pull request as well.

Pardon my ignorance, but I'm not quite sure what do you want me to do? If you require me to clone your repository, make the desired changes and create a pull request, I don't know how to do that, at least I don't know where to make the changes so the new modules are included...


RE: Kernel for A64 git - longsleep - 08-20-2016

I just pushed a new awesome Kernel release. It brings a security fix, random MAC addresses for ethernet and additional modules which were requested over the past years. For details, see the first post of this thread.

Get 3.10.102-3-pine64-longsleep-98 from https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/


RE: Kernel for A64 git - RaimundEge - 08-22-2016

the new kernel does not work on Ubuntu.

Is there a way to fall back to a previous kernel ?


RE: Kernel for A64 git - longsleep - 08-22-2016

(08-22-2016, 04:14 PM)RaimundEge Wrote: the new kernel does not work on Ubuntu.

Is there a way to fall back to a previous kernel ?

What do you mean? The kernel of course works with Ubuntu. Please explain. You can install any version of my kernel releases by specifying the full version number as first parameter to the ugrade script.


RE: Kernel for A64 git - nSkaarup - 08-25-2016

Thanks for all the hard work longsleep! Smile

The new kernel release works for Dietpi (At least not experienced any issues yet and my ethernet is still like half duplex gigabit so yay!)


RE: Kernel for A64 git - Terra854 - 09-16-2016

If anyone is interested, I have forked and updated the drm kernel to 3.10.102-3.

Download Link

Source code


RE: Kernel for A64 git - ak_hepcat - 09-17-2016

(09-16-2016, 07:30 AM)Terra854 Wrote: If anyone is interested, I have forked and updated the drm kernel to 3.10.102-3.

Download Link

Source code

Do you have something that describes the differences between longsleep's kernel and your fork?

Just wondering, because i'm a curious cat...


RE: Kernel for A64 git - Terra854 - 09-18-2016

(09-17-2016, 06:04 PM)ak_hepcat Wrote:
(09-16-2016, 07:30 AM)Terra854 Wrote: If anyone is interested, I have forked and updated the drm kernel to 3.10.102-3.

Download Link

Source code

Do you have something that describes the differences between longsleep's kernel and your fork?

Just wondering, because i'm a curious cat...

The only difference is the inclusion of the DRM driver into the kernel. Other than that, it is pretty much the same.


RE: Kernel for A64 git - Detritus - 09-19-2016

(09-18-2016, 02:00 AM)Terra854 Wrote:
(09-17-2016, 06:04 PM)ak_hepcat Wrote:
(09-16-2016, 07:30 AM)Terra854 Wrote: If anyone is interested, I have forked and updated the drm kernel to 3.10.102-3.

Download Link

Source code

Do you have something that describes the differences between longsleep's kernel and your fork?

Just wondering, because i'm a curious cat...

The only difference is the inclusion of the DRM driver into the kernel. Other than that, it is pretty much the same.
Not to be snarky, but you made a .config  change and called it a fork?


RE: Kernel for A64 git - Terra854 - 09-19-2016

(09-19-2016, 04:23 AM)Detritus Wrote:
(09-18-2016, 02:00 AM)Terra854 Wrote:
(09-17-2016, 06:04 PM)ak_hepcat Wrote:
(09-16-2016, 07:30 AM)Terra854 Wrote: If anyone is interested, I have forked and updated the drm kernel to 3.10.102-3.

Download Link

Source code

Do you have something that describes the differences between longsleep's kernel and your fork?

Just wondering, because i'm a curious cat...

The only difference is the inclusion of the DRM driver into the kernel. Other than that, it is pretty much the same.
Not to be snarky, but you made a .config  change and called it a fork?

I would say that it is not a fork per se, it is based on longsleep's pine64drm branch with the latest bits applied to it.