[Bug 236886] Chelsio T520-BT NIC not detected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 29 18:34:21 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236886

--- Comment #5 from Navdeep Parhar <np at FreeBSD.org> ---
(In reply to peos42 from comment #4)
> After a reboot I have to manually load the kernel module. Why?

You shouldn't have to.  You can autoload it from loader.conf (not recommended
unless you need the driver very early for netboot type stuff) or from rc.conf.

Add this to /etc/rc.conf:
kld_list="if_cxgbe"
If you have a kld_list alredy, add if_cxgbe to the existing list.

Or use ifconfig_cxl<n>=... commands in rc.conf as usual.  ifconfig will
autoload the driver for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list