Re: FSL P5040 board doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-28 Thread mad skateman
Only a p5020 here so i can't test. Sorry.. Dave Op za 28 sep 2024 09:40 schreef Christian Zigotzky : > On 28 September 2024 at 09:21am, Christian Zigotzky wrote: > > > >> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky > >> wrote: > >>> > >>> Hi All, > >>> > >>> The lastest Git ke

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-02-07 Thread mad skateman
igure out why there is a problem with the buffer space > but unfortunately without any success. Any ideas? Could you please watch > Skateman's video? [1] > > Thanks, > Christian > > [1] https://drive.google.com/file/d/18RhksfcavRJPr86asQDTzrmsN20D0Xim/view > > >

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-02-03 Thread mad skateman
For those interested... i have recorded a video of my X5000 DPAA Ethernet, and the weird problems.. In this Video i am also transfering hundereds of megabytes from my NAS to the X5000. You will also see pings die... mostly after the 12th packet and giving the no buffer space error.. Hopefully someo

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-17 Thread mad skateman
After using the new compiled 4.14 rc8 kernel without PAMU support posted by Christian Zigotzky the X5000 can use the Network interface with some minor issues. I had to give the Eth0 a manual IP due to not responding on DHCP requests. I can ping my Gateway, and even DNS queries work.. But when i

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-16 Thread mad skateman
This makes me really start to wonder if the mainboard producer Varisys/AEON has Purchased MAC`s for these boards at IEEE Uboot system info gives for both MAC adresses the value NULL ... and i have checked the mainboard for any stickers regarding the MAC adresses but there is none.. I also tried t

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-16 Thread mad skateman
Hi, I have been looking deeper into my wireshark packet captures and found something that could be helpfull. I can see that the Ethernet NIC at least does something. ARP BROADCAST traffic is seen. But i also found some packets...which have LG BITs set to 1 .. when i think 0 should be the correct

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-16 Thread mad skateman
Hi, I have been looking deeper into my wireshark packet captures and found something that could be helpfull. I can see using wireshark that the Ethernet NIC at least does something. ARP BROADCAST traffic is seen. But i also found some packets...which have LG BITs set to 1 .. when i think 0 should

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-16 Thread mad skateman
Hi, I have been looking deeper into my wireshark packet captures and found something that could be helpfull. I can see using wireshark that the Ethernet NIC at least does something. ARP BROADCAST traffic is seen. But i also found some packets...which have LG BITs set to 1 .. when i think 0 should

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-16 Thread mad skateman
Hi, I have been looking deeper into my wireshark packet captures and found something that could be helpfull. I can see that the Ethernet NICS at least do something. ARP BROADCAST traffic is seen. But i also found some packets...which have LG BITs set to 1 .. when i think 0 should be the correct v

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-15 Thread mad skateman
Some extra info: When Ubuntu boots, Eth0 (192.168.22.44) is not brought up automaticly.. When i bring up eth0 by hand, its still not active.. root@X5000LNX:/home/skateman# ifconfig eth0 up root@X5000LNX:/home/skateman# ping 192.168.22.44 connect: Network is unreachable When i use mii-tool too K

Re: DPAA Ethernet traffice troubles with Linux kernel

2018-01-15 Thread mad skateman
Hi All, I have been testing with the rc8 kernel as Christian sugested. At this moment still the same issues.. Here some of my finding... A dump of dmesg regarding the FSL_DPAA: [4.597949] libphy: Fixed MDIO Bus: probed [4.599095] libphy: Freescale PowerQUICC MII Bus: probed [4.6091

DPAA Ethernet traffice troubles with Linux kernel

2018-01-10 Thread mad skateman
Hi linux devs, Like mentioned in this thread https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-January/167630.html i also experience the exact same issues. I am also trying to find out why the network traffic is not flowing the way it should (out for example ). My linux knowledge is very basic