View previous topic :: View next topic |
Author |
Message |
Crooksey Apprentice
Joined: 26 Apr 2006 Posts: 239 Location: Vatican City
|
Posted: Thu Oct 25, 2012 3:06 pm Post subject: SIOCSIFFLAGS: No such file or directory |
|
|
Hi Guys,
I Have a
Code: |
04:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
Subsystem: Dell Device [1028:01b3]
Kernel driver in use: bnx2
Kernel modules: bnx2
08:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
Subsystem: Dell Device [1028:01b3]
Kernel driver in use: bnx2
Kernel modules: bnx2
|
Network card, was working fine on sys rescuecd, now booted into Gentoo and my lspci output is now..
Code: |
04:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
Subsystem: Dell Device [1028:01b3]
Kernel driver in use: bnx2
08:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
Subsystem: Dell Device [1028:01b3]
Kernel driver in use: bnx2
|
Running ifconfig -a lists both my network cards, However when I try to run:
Code: |
# ifconfig eth1 up
SIOCSIFFLAGS: No such file or directory |
I dont know where to go from here, If anyone could offer any help/advice, I would be very grateful |
|
Back to top |
|
|
khayyam Watchman
Joined: 07 Jun 2012 Posts: 6227 Location: Room 101
|
Posted: Thu Oct 25, 2012 4:19 pm Post subject: |
|
|
Crooksey ... sounds as though the firmware for the BCM5708 is missing. Not sure if this included in the linux-firmware package or not, or if you need to download this from the broadcom website ...
best ... khay |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sat Nov 03, 2012 3:15 am Post subject: |
|
|
does eth1 exist? or is it labeled as something other than eth1?
IIRC the difference between the one having "kernel modules in use" vs the latter lacking it, is that the latter (your kernel) you likely have them as built-ins, whereas sysrescuecd theyll be loaded as modules
if 'ifconfig <interface> up' throws an error, and you're certain via /proc/net/dev that you have the right device, dmesg should show some indication as to why the failure. _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
Crooksey Apprentice
Joined: 26 Apr 2006 Posts: 239 Location: Vatican City
|
Posted: Tue Nov 06, 2012 6:27 pm Post subject: |
|
|
I had to re-emerge the linux firmware, thanks for help |
|
Back to top |
|
|
dongfengshemaer n00b
Joined: 31 Jan 2012 Posts: 3
|
Posted: Thu Aug 08, 2013 4:09 pm Post subject: linux-firmware is useful |
|
|
emerge linuxc-firmware
can make the linux system bootable with network. |
|
Back to top |
|
|
|