Skip to main content

Thread: Netxen NC522SFP Card Recognized by lspci but not ifconfig (11.04)


hi all,

have netxen 10gbps network interface trying , running in ubuntu 11.04 (though have tried 11.10 , end same problem). device listed in lspci, not in ifconfig:

code:
lspci -v 03:00.0 ethernet controller: netxen incorporated nx3031 multifunction 1/10-gigabit server adapter (rev 42)     subsystem: hewlett-packard company nc522sfp dual port 10gbe server adapter     physical slot: 4     flags: fast devsel, irq 16     memory @ f8200000 (64-bit, non-prefetchable) [size=2m]     memory @ f6000000 (64-bit, non-prefetchable) [size=32m]     expansion rom @ f8400000 [disabled] [size=64k]     capabilities: <access denied>     kernel modules: netxen_nic  03:00.1 ethernet controller: netxen incorporated nx3031 multifunction 1/10-gigabit server adapter (rev 42)     subsystem: hewlett-packard company nc522sfp dual port 10gbe server adapter     physical slot: 4     flags: fast devsel, irq 16     memory @ f8000000 (64-bit, non-prefetchable) [size=2m]     memory @ f4000000 (64-bit, non-prefetchable) [size=32m]     capabilities: <access denied>     kernel modules: netxen_nic
as can see, card looks it's recognized , netxen_nic module looks loaded. however, not see device listed when running ifconfig -a:
code:
ifconfig -a bond0     link encap:ethernet  hwaddr f4:ce:46:a9:37:8c             inet addr:10.1.1.18  bcast:10.1.1.255  mask:255.255.255.0           inet6 addr: fe80::f6ce:46ff:fea9:378c/64 scope:link           broadcast running master multicast  mtu:1500  metric:1           rx packets:492188 errors:0 dropped:0 overruns:0 frame:0           tx packets:2391408 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:0            rx bytes:41849566 (41.8 mb)  tx bytes:3620317765 (3.6 gb)  eth0      link encap:ethernet  hwaddr f4:ce:46:a9:37:8c             broadcast running slave multicast  mtu:1500  metric:1           rx packets:123071 errors:0 dropped:0 overruns:0 frame:0           tx packets:596971 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000            rx bytes:10466881 (10.4 mb)  tx bytes:903746738 (903.7 mb)           memory:fa580000-fa600000   eth1      link encap:ethernet  hwaddr f4:ce:46:a9:37:8c             broadcast running slave multicast  mtu:1500  metric:1           rx packets:123052 errors:0 dropped:0 overruns:0 frame:0           tx packets:601436 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000            rx bytes:10464728 (10.4 mb)  tx bytes:910505430 (910.5 mb)           memory:fa500000-fa580000   eth2      link encap:ethernet  hwaddr 08:2e:5f:25:dd:6d             inet addr:192.168.1.56  bcast:192.168.1.255  mask:255.255.255.0           inet6 addr: fe80::a2e:5fff:fe25:dd6d/64 scope:link           broadcast running multicast  mtu:1500  metric:1           rx packets:33704 errors:0 dropped:0 overruns:0 frame:0           tx packets:23370 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000            rx bytes:41651175 (41.6 mb)  tx bytes:2789114 (2.7 mb)           interrupt:20 memory:fa700000-fa720000   eth3      link encap:ethernet  hwaddr f4:ce:46:a9:37:8c             broadcast running slave multicast  mtu:1500  metric:1           rx packets:122719 errors:0 dropped:0 overruns:0 frame:0           tx packets:596014 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000            rx bytes:10433029 (10.4 mb)  tx bytes:902296786 (902.2 mb)           memory:fa480000-fa500000   eth4      link encap:ethernet  hwaddr f4:ce:46:a9:37:8c             broadcast running slave multicast  mtu:1500  metric:1           rx packets:123346 errors:0 dropped:0 overruns:0 frame:0           tx packets:596987 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000            rx bytes:10484928 (10.4 mb)  tx bytes:903768811 (903.7 mb)           memory:fa400000-fa480000   lo        link encap:local loopback             inet addr:127.0.0.1  mask:255.0.0.0           inet6 addr: ::1/128 scope:host           loopback running  mtu:16436  metric:1           rx packets:20 errors:0 dropped:0 overruns:0 frame:0           tx packets:20 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:0            rx bytes:1200 (1.2 kb)  tx bytes:1200 (1.2 kb)
i have card on machine 4 network interfaces use bond0 (which works great), along eth2, connected router. seems me based on output lspci should seeing 2 more interfaces here.

looking dmesg looks driver having problems card reason:
code:
dmesg | grep netxen [    1.928121] netxen_nic 0000:03:00.0: pci int -> gsi 16 (level, low) -> irq 16 [    1.928134] netxen_nic 0000:03:00.0: setting latency timer 64 [    1.928558] netxen_nic 0000:03:00.0: 2mb memory map [  202.224025] netxen_nic 0000:03:00.0: error getting board config info. [  202.224457] netxen_nic 0000:03:00.0: pci int disabled [  202.224473] netxen_nic: probe of 0000:03:00.0 failed error -5 [  202.224493] netxen_nic 0000:03:00.1: pci int -> gsi 16 (level, low) -> irq 16 [  202.224510] netxen_nic 0000:03:00.1: setting latency timer 64 [  202.225407] netxen_nic 0000:03:00.1: 2mb memory map [  402.409875] netxen_nic 0000:03:00.1: error getting board config info. [  402.410304] netxen_nic 0000:03:00.1: pci int disabled [  402.410315] netxen_nic: probe of 0000:03:00.1 failed error -5
i cannot find information on these messages dmesg mean. have insight problem may lie, , can go here?

stuck.

hi,

please show:

code:
lspci -nnk | grep -ia2 next  cat /etc/udev/rules.d/70-persistent-net.rules  dmesg | grep next  cat /etc/network/interfaces  lsmod


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Netxen NC522SFP Card Recognized by lspci but not ifconfig (11.04)


Ubuntu

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?