Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ifconfig -a shows the interface,ifconfig eth0 up gives error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
slugggerzzz
n00b
n00b


Joined: 07 Mar 2012
Posts: 65
Location: Manchester, UK

PostPosted: Mon Sep 24, 2012 7:47 am    Post subject: ifconfig -a shows the interface,ifconfig eth0 up gives error Reply with quote

I have done a clean install on a IBM server.

Network card is a 'Broadcom Netextreme II (has two Ethernet interfaces)

Using the live CD i found it uses kernel module bnx2.

So i loaded that at boot by entering it in the /etc/conf.d/modules file

On reboot the kernel loaded that module and i can see both interfaces doing a
Code:
ifconfig -a


(the auto network config script failed on boot)

I then tried to bring up the interface manually with
Code:
 ifconfig eth0 up


I then reloaded the kernel module and checked it was loaded using
Code:
lspci -k
and
Code:
lsmod


Has anyone had anything like this before ?
_________________
Slugggerzzz ...
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Sep 24, 2012 6:30 pm    Post subject: Reply with quote

Code:
emerge linux-firmware
will put a bunch of bnx files in /lib/firmware. Whether you in particular need firmware I can not say, but it might be worth exploring. If you add the firmware
Code:
modprobe -r bnx2
modprobe bnx2
/etc/init.d/net.eth0 restart
or
Code:
 reboot
to test
_________________
Defund the FCC.
Back to top
View user's profile Send private message
slugggerzzz
n00b
n00b


Joined: 07 Mar 2012
Posts: 65
Location: Manchester, UK

PostPosted: Tue Oct 02, 2012 10:24 pm    Post subject: Reply with quote

thanks for the reply but still got the same issue.

Anyone have any more suggestions on this ?
_________________
Slugggerzzz ...
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Tue Oct 02, 2012 11:12 pm    Post subject: Reply with quote

yep, show the command result instead of the command itself, do you really think it's of any help seeing you've type ifconfig -a ?
The output of that command, even with errors, gave better infos

and don't assume your nic will be eth0 as you have said your nic hold 2 ether interface, so maybe the one plug-in with the cable is eth1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum