Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-24 Thread deloptes
Leslie Rhorer wrote: > I found the issue. The firmware I needed was bnx2x, not bnx2. Amen!

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-22 Thread Leslie Rhorer
I found the issue. The firmware I needed was bnx2x, not bnx2.

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-22 Thread Leslie Rhorer
Well, this seems odd. I don't see any candidate which looks likely, to me, in /lib/firmware/bnx2: Backup:/lib/firmware/bnx2# la total 636 drwxr-xr-x 2 root root 4096 Feb 19 15:20 . drwxr-xr-x 7 root root 4096 Feb 19 15:20 .. -rw-r--r-- 1 root root 93172 Jun 15 2014

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-21 Thread deloptes
Leslie Rhorer wrote: > It is a stock kernel from the current Debian repository. The firmware was > loaded using `apt-get install firmware-bnx2`. Try to find the firmware that matches - I think the message tells you which version is required. Compare with what you hahve in /lib/firmware Here in

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-21 Thread Leslie Rhorer
It is a stock kernel from the current Debian repository. The firmware was loaded using `apt-get install firmware-bnx2`.

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-20 Thread deloptes
Leslie Rhorer wrote: > [ 20.327836] bnx2x :07:00.0: firmware: failed to load > [ bnx2x/bnx2x-e2-7.8.19.0.fw (-2) 20.327840] bnx2x :07:00.0: Direct > [ firmware load failed with error -2 20.327842] bnx2x :07:00.0: > [ Falling back to user helper 20.328247] bnx2x: > [

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Leslie Rhorer
The motherboard has a built-in Ethernet port.

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Leslie Rhorer
Backup:/# ip link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth2: mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Leslie Rhorer
It's still not working, but the card is in the udev file, and ifconfig -a shows the interface. When I try to bring it up, however, it gives me an error: Backup:/# ifconfig -a eth0 Link encap:Ethernet HWaddr

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Mark Fletcher
On Sun, Feb 19, 2017 at 03:54:32AM -0800, Leslie Rhorer wrote: > I purchased a couple of Asus PEB-10G/57811-1S 10G LAN adapters. I am not > finding any pre-built binaries nor a .deb reporitory for these cards, so I am > attempting t o compile from scratch, but I get the following error during

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Leslie Rhorer
Well, that's good to know, but it's not coming up. I've never added an Ethernet adapter post-install, so I suspect I need to do something, but I am not sure what. I did an lsmod, and the bnx2x module is loaded, but not being used. I loaded the firmware, but I get this error during boot: [

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread deloptes
Leslie Rhorer wrote: > bnx2 https://packages.debian.org/jessie/firmware-bnx2

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread deloptes
Leslie Rhorer wrote: > bnx2 most likely you'll need firmware for it as well

Re: Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Sven Hartge
Leslie Rhorer wrote: > I purchased a couple of Asus PEB-10G/57811-1S 10G LAN adapters. I am > not finding any pre-built binaries nor a .deb reporitory for these > cards, so I am attempting t o compile from scratch, Why? The bnx2 module is available in the default kernel

Error when compiling drivers for Asus PEB-10G/57811-1S

2017-02-19 Thread Leslie Rhorer
I purchased a couple of Asus PEB-10G/57811-1S 10G LAN adapters. I am not finding any pre-built binaries nor a .deb reporitory for these cards, so I am attempting t o compile from scratch, but I get the following error during the make operation: