Multiport Gigabit Card?
#11
(04-22-2020, 09:14 AM)pgwipeout Wrote:
(04-22-2020, 07:20 AM)kuleszdl Wrote: Hi, I tried the following card:

   HP NC360T PCI Express Dual Port Gigabit Server Adapter

It uses the 82571EB chipset. I am using the Debian unstable Kernel and, unfortunately, the kernel panics during boot when the card is plugged in. However, I found a very interesting project that provides a free firmware for quad-cards with the BCM5719 chip (it replaces the blobs in the card itself):

https://github.com/meklort/bcm5719-fw

Also, these cards look MUCH more promising to me as they have just one chip instead of four like most Intel NICs and are rated at 4W maximum (instead of 10W that the Intel quad cards seem to use). I am planning to get one and see how well this works.

Edit - could this be related to the following?:

https://forum.pine64.org/showthread.php?tid=8374

Good Morning,

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.

(05-01-2020, 01:45 PM)kuleszdl Wrote: Thanks a lot @pgwipeout - I had overlooked this.

I applied the hack and also enabled PCIe gen2 mode via the already discussed link-speed change in the dts and ... the kernel boots now with the PCIe card inserted!

Even without the taskset-call all NICs are now recognized (I removed the Mac addresses from the output):

Code:
root@devuan:~# lspci
00:00.0 PCI bridge: Fuzhou Rockchip Electronics Co., Ltd Device 0100
01:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
01:00.1 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
01:00.2 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
01:00.3 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)

root@devuan:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
   inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
   link/ether ***************** brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   link/ether ***************** brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   link/ether ***************** brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   link/ether ***************** brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
   link/ether ***************** brd ff:ff:ff:ff:ff:ff

Power consumption is at 5.3 Watts with one of the four links active. This sounds quite promising, I will now try the other Dualport card I bought previously.

Update: I tried the Intel Dualport-NIC (on HP NC360T), however, the ports don't get recognized automatically.

I wonder if it was the change to PCIe gen 2 that made it work correctly?
Do you notice if it is running at native speed or downgraded under lspci -vvv?
  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,370 10-30-2023, 12:00 PM
Last Post: diederik
  Which SATA card should I use my NAS server RAID5 Louysa 3 915 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,470 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,777 01-09-2021, 05:56 PM
Last Post: kuleszdl
  case for RockPro64 + PCI-E M.2 NVMe Card? AndyOfLinux 9 12,747 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)