Multiport Gigabit Card?
#9
(04-30-2020, 06:49 PM)kuleszdl Wrote: Please find attached the kernel log with the crash when the PCIe card is inserted:



I am running the current 5.6 Mainline kernel from Debian unstable.

I found a report about similar issues on the Manjaro forums:

https://forum.manjaro.org/t/freezes-on-r...4/97978/85

I tried limiting the number of CPU cores as suggested there by appending

Code:
maxcpus=1

to the kernel command line. However, this did not work either. I am getting basically the following error now:

Code:
Internal error: synchrononous external abort: 96000210 [#1] SMP


Any ideas?


This is exactly the error described above:
https://forum.pine64.org/showthread.php?...2#pid64622
Quote:It may be the hardware issue, but do note there is an issue with the rk3399 pcie controller that is currently unmitigated.
See the LKML thread here : https://lore.kernel.org/linux-pci/CAMdYz...gmail.com/
Also see this for additional information : https://lkml.org/lkml/2020/4/6/320

TLDR: We found the rk3399 throws either a synchronous error or a SError when a pcie device sends an unknown message.
The error type is determined by which cpu cluster handles the message.
We hijacked the arm64 error handling and processed it ourselves, and that corrects the issue, but it's not a good fix.
In the end, it was determined that significant changes to how arm64 handles pcie errors in the linux kernel need to happen.

There's a hack in the mailing list to disable SError handling (https://lkml.org/lkml/diff/2020/4/27/1041/1) , then you can load the pcie module manually with:
Code:
taskset -c 4 modprobe pcie_rockchip_host


But this is nothing more than a hack, in the end the pcie controller doesn't handle certain error sequences correctly which is a hardware bug.
  Reply


Messages In This Thread
Multiport Gigabit Card? - by jerry110 - 07-28-2018, 11:26 PM
RE: Multiport Gigabit Card? - by Arglebargle - 08-09-2018, 11:57 PM
RE: Multiport Gigabit Card? - by pgwipeout - 04-18-2020, 05:20 AM
RE: Multiport Gigabit Card? - by kuleszdl - 04-22-2020, 07:20 AM
RE: Multiport Gigabit Card? - by pgwipeout - 04-22-2020, 09:14 AM
RE: Multiport Gigabit Card? - by kuleszdl - 04-25-2020, 09:21 AM
RE: Multiport Gigabit Card? - by tllim - 04-29-2020, 11:29 PM
RE: Multiport Gigabit Card? - by kuleszdl - 04-30-2020, 06:49 PM
RE: Multiport Gigabit Card? - by pgwipeout - 05-01-2020, 07:37 AM
RE: Multiport Gigabit Card? - by kuleszdl - 05-01-2020, 01:45 PM
RE: Multiport Gigabit Card? - by pgwipeout - 05-01-2020, 03:12 PM
RE: Multiport Gigabit Card? - by kuleszdl - 05-01-2020, 05:35 PM
RE: Multiport Gigabit Card? - by pgwipeout - 05-01-2020, 07:10 PM
RE: Multiport Gigabit Card? - by kuleszdl - 05-01-2020, 09:01 PM
RE: Multiport Gigabit Card? - by pgwipeout - 05-02-2020, 12:43 PM
RE: Multiport Gigabit Card? - by kuleszdl - 05-02-2020, 03:10 PM
RE: Multiport Gigabit Card? - by pgwipeout - 05-09-2020, 01:25 PM
RE: Multiport Gigabit Card? - by kuleszdl - 05-30-2020, 10:31 AM
RE: Multiport Gigabit Card? - by kuleszdl - 06-11-2020, 12:38 PM
RE: Multiport Gigabit Card? - by kuleszdl - 06-15-2020, 09:14 AM
RE: Multiport Gigabit Card? - by deVillon - 02-26-2021, 11:13 AM
RE: Multiport Gigabit Card? - by kuleszdl - 02-26-2021, 03:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  AW-CM256SM wifi card mtek 4 2,369 10-30-2023, 12:00 PM
Last Post: diederik
  Which SATA card should I use my NAS server RAID5 Louysa 3 914 09-24-2023, 04:40 AM
Last Post: JPT223
  Full Size Bracket for the NVME PCI-E Card publiclewdness 0 1,386 12-31-2021, 12:53 AM
Last Post: publiclewdness
  Rockpro64 Sata Card kills itself jerry110 33 44,469 10-20-2021, 04:36 AM
Last Post: fieni
  Right direction SATA card corax 2 2,992 09-15-2021, 12:46 PM
Last Post: corax
  Industrial memory card m.ekstrom 1 2,445 03-23-2021, 05:55 AM
Last Post: barray
  Carte PCIe bloquant le démarrage du Noyau / PCIe card blocking Kernel boot dml-pc 4 5,019 02-17-2021, 11:35 AM
Last Post: dml-pc
  Won't boot with SATA card rjzak 4 5,776 01-09-2021, 05:56 PM
Last Post: kuleszdl
  case for RockPro64 + PCI-E M.2 NVMe Card? AndyOfLinux 9 12,745 01-05-2021, 05:05 PM
Last Post: kuleszdl
  Cheap 4-port SATA card working with RockPro64 4Gb andyburn 6 10,740 08-10-2020, 08:36 PM
Last Post: zer0sig

Forum Jump:


Users browsing this thread: 1 Guest(s)