This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Chelsio 40Gbps NIC not detected
-
digitalis99
- Starter

- Posts: 15
- Joined: 21 Aug 2015 02:00
- Status: Offline
Chelsio 40Gbps NIC not detected
I'm trying to install N4F 10.2 on a box with a Chelsio T580-LP-CR adapter in it. It's compatible with FreeBSD 10.2, according to their site, and it uses the cxgbe(4) driver. After installation, when I go to configure the NIC's, no adapter shows in the list. Auto-detect does nothing. Ahh...not sure what to do next. Any pointers?
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
see the man page
https://www.freebsd.org/cgi/man.cgi?que ... ormat=html
To load the driver as a module at boot time, place the following lines in
loader.conf(5):
t4fw_cfg_load="YES"
t5fw_cfg_load="YES"
if_cxgbe_load="YES"
https://www.freebsd.org/cgi/man.cgi?que ... ormat=html
To load the driver as a module at boot time, place the following lines in
loader.conf(5):
t4fw_cfg_load="YES"
t5fw_cfg_load="YES"
if_cxgbe_load="YES"
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
-
digitalis99
- Starter

- Posts: 15
- Joined: 21 Aug 2015 02:00
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
Thanks. I added those lines to /boot/loader.conf, as well as an additional line for a dual port 10Gbps Intel NIC in the same system. I rebooted the system, but still no network interfaces at all show up. Is there a good way to debug this to find out if the driver module is loaded at boot?
-
digitalis99
- Starter

- Posts: 15
- Joined: 21 Aug 2015 02:00
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
I answered a bit of my own question. I enabled some 1Gbps adapters on the system just so I could work in the GUI. I added those three lines to loader.conf via the GUI as well, just for kicks. I rebooted the machine and looked at the system log. It claimed the first two drivers were already loaded (t4fw and t5fw), I assume because there were definitions in loader.conf and loader.conf.local. There was no mention of cxgbe, though. I'm assuming that means the driver can't find suitable hardware?
If so, that would be a bummer, because I expressly bought that card so I could get it to work in N4F.
If so, that would be a bummer, because I expressly bought that card so I could get it to work in N4F.
- daoyama
- Developer

- Posts: 394
- Joined: 25 Aug 2012 09:28
- Location: Japan
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
What mother board do you use?
if_cxgbe is builtin driver in NAS4Free 10.2 series.
If you can not see the device, first check with pciconf -lv.
If you have another PCIe slots, try to change the slot and remove all other cards.
Note that non-server grade mother board might have trouble due to BIOS.
if_cxgbe is builtin driver in NAS4Free 10.2 series.
If you can not see the device, first check with pciconf -lv.
If you have another PCIe slots, try to change the slot and remove all other cards.
Note that non-server grade mother board might have trouble due to BIOS.
NAS4Free 10.2.0.2.2115 (x64-embedded), 10.2.0.2.2258 (arm), 10.2.0.2.2258(dom0)
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
-
digitalis99
- Starter

- Posts: 15
- Joined: 21 Aug 2015 02:00
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
The system is a Dell R720xd with 7 PCIe slots, so it should be capable. I can move the card around as a test. I'll grab the pciconf info as well.
-
digitalis99
- Starter

- Posts: 15
- Joined: 21 Aug 2015 02:00
- Status: Offline
Re: Chelsio 40Gbps NIC not detected
Thanks for the pointers about pciconf. I ran that, and didn't see the adapter listed anywhere in the output. I moved the card to another slot, and POOF, it showed up on the next boot. Whodathunkit?