Page 1 of 2

Kernel 4.10

Posted: Mon Dec 26, 2016 9:19 pm
by xeno74
The RC1 of kernel 4.10 is available for the X5000.

Link to the kernel 4.10 X1000 thread

Re: Kernel 4.10

Posted: Sat Dec 31, 2016 12:09 pm
by JohnFante
Thank you to Sinan for the 4.10 RC1 kernel :-).

Unfortunately I have the same problem as with the 4.9 kernels above RC5. My R270X videocard is not supported.

My wish for the new year: I kernel with support for my R270X videocard and support for my Asus BT211 bluetooth dongle :-)

Re: Kernel 4.10

Posted: Mon Jan 02, 2017 3:42 pm
by xeno74
Hi All,

Happy New Year!

Here is the first kernel in 2017! :-) It's the RC2 of kernel 4.10 built by Sinan.

New:
Download: Cyrus-4.10-rc2.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC2 of kernel 4.10:

Image

Cheers,
Christian

Re: Kernel 4.10

Posted: Sun Jan 08, 2017 2:02 am
by caseycullen
Thank you for making kernel update available. Could you provide instruction or give me a link to instructions on how to "install" the kernel update?

Re: Kernel 4.10

Posted: Sun Jan 08, 2017 6:07 am
by xeno74
caseycullen wrote:Thank you for making kernel update available. Could you provide instruction or give me a link to instructions on how to "install" the kernel update?
Hi Caseycullen,

Please copy the file uImage to a USB flash drive and boot from.

Booting the ubuntu MATE live USB:

Code: Select all

setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10 mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
fatload usb 0:1 2000000 uRamdisk
bootm 1000000 2000000 1c00000
Booting from an HD:

Code: Select all

setenv bootargs root=/dev/<your Linux partition for example: /dev/sda2> mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
bootm 1000000 - 1c00000
If you can boot the RC2 then it makes sense to copy the kernel modules directory 4.10.0-rc2-X5000-Sinan to /lib/modules.

Cheers,
Christian

Re: Kernel 4.10

Posted: Mon Jan 09, 2017 6:47 pm
by caseycullen
xeno74 wrote:Booting from an HD:

Code: Select all

setenv bootargs root=/dev/<your Linux partition for example: /dev/sda2> mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
bootm 1000000 - 1c00000
If you can boot the RC2 then it makes sense to copy the kernel modules directory 4.10.0-rc2-X5000-Sinan to /lib/modules.

Cheers,
Christian
Thanks! This worked perfectly.

Re: Kernel 4.10

Posted: Thu Jan 12, 2017 1:19 pm
by daz
JohnFante wrote:Thank you to Sinan for the 4.10 RC1 kernel :-).

Unfortunately I have the same problem as with the 4.9 kernels above RC5. My R270X videocard is not supported.

My wish for the new year: I kernel with support for my R270X videocard and support for my Asus BT211 bluetooth dongle :-)
Why doesn't your R9 270X work?

I have a kernel here that boots on mine, you can give that a try. Sorry no BT dongle though.

It's here if you want to give it a spin.
https://app.box.com/s/x0kb7l024htwytcze65f2yf4rwh9gg66

Note, I don't put anywhere near as much in my kernels as Christian does, but you should be able to extract the embedded config and build your own improved version from that.

Regards
Darren

Re: Kernel 4.10

Posted: Sat Jan 14, 2017 8:51 pm
by xeno74
Hi All,

Luigi compiled the RC3 of kernel 4.10 today.

New:
Download: kernel410-3.zip

Screenshot of ubuntu MATE 17.04 PowerPC with the RC3 of kernel 4.10:

Image

Cheers,
Christian

Re: Kernel 4.10

Posted: Mon Jan 16, 2017 2:03 pm
by xeno74
Hi All,

The RC4 of kernel 4.10 is available for testing. :-)

Many thanks to Sinan for compiling the RC4 for the AmigaOne X5000. :-)
Sinan wrote: RC4 for X5K with USB Bluetooth dongle support (currently paired with Philips spakers and streaming music from net :) )

P.S. Turn down the volume if your Bluetooth speaker is making white noise.
New:
Download: 4.10-rc-4-BT.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC4 of kernel 4.10:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.10

Posted: Sat Jan 21, 2017 10:59 am
by JohnFante
xeno74 wrote:Hi All,

The RC4 of kernel 4.10 is available for testing. :-)

Many thanks to Sinan for compiling the RC4 for the AmigaOne X5000. :-)
Sinan wrote: RC4 for X5K with USB Bluetooth dongle support (currently paired with Philips spakers and streaming music from net :) )

P.S. Turn down the volume if your Bluetooth speaker is making white noise.
New:
Download: 4.10-rc-4-BT.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC4 of kernel 4.10:

Image

Please test it.

Thanks,
Christian
Great :-D The RC4 version works on my setup. Still no 3D acceleration on my R9 270X thou. And bluetooth does not work with my dongle but that is not important.

Just a quick question: Should I copy all the included modules somewhere?