# 20231103日記 BCM5751 LinuxをLinuxにいれる ```shell $ lspci 03:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 21) ubuntu@optiplex:~$ sudo lshw -c network -businfo Bus info Device Class Description ========================================================= pci@0000:01:00.0 enp1s0f0np0 network MT27710 Family [ConnectX-4 Lx] pci@0000:01:00.1 enp1s0f1np1 network MT27710 Family [ConnectX-4 Lx] pci@0000:02:00.0 enp2s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller pci@0000:03:00.0 enp3s0 network NetXtreme BCM5751 Gigabit Ethernet PCI Express ubuntu@optiplex:~$ sudo ethtool enp3s0 Settings for enp3s0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Supported FEC modes: Not reported Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Link partner advertised pause frame use: Symmetric Link partner advertised auto-negotiation: Yes Link partner advertised FEC modes: Not reported Speed: 1000Mb/s Duplex: Full Auto-negotiation: on Port: Twisted Pair PHYAD: 1 Transceiver: internal MDI-X: on Supports Wake-on: g Wake-on: d Current message level: 0x000000ff (255) drv probe link timer ifdown ifup rx_err tx_err Link detected: yes ubuntu@optiplex:~$ sudo lspci -s 03:00 -vv 03:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 21) Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM5751 Gigabit Ethernet PCI Express Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- ------------------------------------------------------------------------------- > Scrutiny NIC CLI v227.0.130.0 - Broadcom Inc. (c) 2023 (Bld-61.52.25.90.16.0) > ------------------------------------------------------------------------------- > ERROR: Discovery failed. Unable to discover any supported device(s). sudo ./bnxtnvm list > なにもでない ```