Kernel 4.16

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.16

Post by xeno74 »

Skateman wrote: Is there a possibility that there is Radeon Hardware support with those new Firmwares? (for my R 250)
I will test it anyway tonight.
The Radeon R7 250 should work but without hardware 3D acceleration.

-- Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 861
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 4.16

Post by Skateman »

@Xeno74

Iptables... ?

Just thinking out loud.... due to the network related issues... could the Iptables firewall within Ubuntu have something to do with this?

If i do an iptables -F to see the rules... this is the outcome..

root@X5000LNX:/home/skateman# iptables -L
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.16-a6_A-EON_A1-X5000-10668-g3527799-dirty/modules.dep.bin'
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.16-a6_A-EON_A1-X5000-10668-g3527799-dirty
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
Skateman
Posts: 861
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 4.16

Post by Skateman »

Nope its not IPtables blocking traffic...

Completely uninstalled IPtables... but the DPAA ethernet issues stay...
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.16

Post by xeno74 »

Skateman wrote:Nope its not IPtables blocking traffic...

Completely uninstalled IPtables... but the DPAA ethernet issues stay...
Thank you for testing.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.16

Post by xeno74 »

Hi All,

I compiled the alpha7 for the X5000 and X1000 yesterday.

New:
Issue:
  • The QorIQ DPAA Ethernet driver works but unfortunately it losts the connection after a while.
Download: vmlinux-4.16-alpha7-AmigaOne_X1000_X5000.tar.gz

Screenshot of Lubuntu 16.04.3 Netbook version LTS PowerPC with the new kernel 4.16-alpha7:

Image

Please test the alpha7.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 861
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 4.16

Post by Skateman »

DPAA Ethernet issues with the X5000 seem to have something to do with the ARP table ..

The ARP output ..

With a working connection my output is like this:

root@X5000LNX:/home/skateman# arp -n
Address HWtype HWaddress Flags Mask Iface
192.168.22.66 ether 08:5b:0e:fd:db:6a C eth3

When traffic has died... its like this

root@X5000LNX:/home/skateman# arp -n
Address HWtype HWaddress Flags Mask Iface
192.168.22.222 (incomplete) eth3
192.168.22.66 (incomplete) eth3

As you can see.. the Arp table is losing the HWtype and HW Mac address...

Anyone ..?? :-)
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.16

Post by xeno74 »

Skateman wrote: As you can see.. the Arp table is losing the HWtype and HW Mac address...

Anyone ..?? :-)
Hi Skateman,

Thanks a lot for your report. I think you have found the problem. Could you please post your results on the following mailing lists?
Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 861
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 4.16

Post by Skateman »

First things first :-)

Tonight i have to burn a new (old) Uboot version and insert this in my X5000. (thanks to instructions send by Amigakit)
When done i can extract the original MAC addresses from the hardware.
When done i can use my original MACs in the newer versions of Uboot.

I cannot live with not having my Original HWbased Mac addresses
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.16

Post by xeno74 »

Skateman wrote:First things first :-)

Tonight i have to burn a new (old) Uboot version and insert this in my X5000. (thanks to instructions send by Amigakit)
When done i can extract the original MAC addresses from the hardware.
When done i can use my original MACs in the newer versions of Uboot.

I cannot live with not having my Original HWbased Mac addresses
You’re right. Maybe the old U-Boot version solves the issues and you don’t need to send your results to the mailing lists.

— Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 861
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Kernel 4.16

Post by Skateman »

xeno74 wrote:
Skateman wrote: As you can see.. the Arp table is losing the HWtype and HW Mac address...

Anyone ..?? :-)
Hi Skateman,

Thanks a lot for your report. I think you have found the problem. Could you please post your results on the following mailing lists?
Thanks,
Christian
So i have got my Original hardware mac addresses for my AmigaOne X5000 :-) unfortunately this did not solve the problem yet.

I have send my ARP findings to the PowerPC dev mailing list... (as you might have noticed already )

To be continued ..
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Post Reply