Code: Select all
* Starting eth0
* Bringing up eth0
* Configuration not set for eth0 - assuming dhcp
* dhcp
* eth0 does not exist [!!]
What am I missing?
Code: Select all
* Starting eth0
* Bringing up eth0
* Configuration not set for eth0 - assuming dhcp
* dhcp
* eth0 does not exist [!!]
This means that Linux has not been able to activate any network card, with the provided kernel-options you specified.fiskah wrote:That command does not return anything...
Could you explain this a bit? "I saw some onboard driver installed in the kernel" is terrifyingly vague. (I assume you didn't guess "hey there's the word onboard and since my card is onboard..." ?fiskah wrote:Its onboard and I saw some onboard driver installed in the kernel
Code: Select all
spcispci: command not found.spufi wrote:This means that Linux has not been able to activate any network card, with the provided kernel-options you specified.fiskah wrote:That command does not return anything...Could you explain this a bit? "I saw some onboard driver installed in the kernel" is terrifyingly vague. (I assume you didn't guess "hey there's the word onboard and since my card is onboard..." ?fiskah wrote:Its onboard and I saw some onboard driver installed in the kernel)
Anyway, we really would like to see the output of:Code: Select all
spci
fiskah wrote:spci: command not found.fiskah wrote:'s "lspci", somehow the L got deleted
Anyway, you have to emerge 'pciutils first in order to execute this command.No worries, we'll get there, just try to get the output of 'lspci'.fiskah wrote:ill be happy to check my kernel config, but I'm not really sure what I'll have to look for
Here is the output when I've chrooted according to the quickinstall guide, on the livecd:spufi wrote:No worries, we'll get there, just try to get the output of 'lspci'.
Code: Select all
livecd etc # lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)
Code: Select all
odin ~ # dmesg|grep -i net
NET: Registred protocol family 16
audit: initializing netlink sucket (disabled)
NET: Registred protocol family 2
NET: Registred protocol family 1
NET: Registred protocol family 17
That thing, most certainly does use the e100 driver... either that, or you can try eepro100.fiskah wrote:Here is the output when I've chrooted according to the quickinstall guide, on the livecd:spufi wrote:No worries, we'll get there, just try to get the output of 'lspci'.Code: Select all
livecd etc # lspci [...] 01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81) <-- Hello... ;-)
That would probably be because you compiled firewire support in, and firewire is set up before any ethernet drivers, and thus gets eth0.RazielFMX wrote:It also depends on your motherboard. I had this problem on my home PC, for some reason the onboard gigabit ethernet card on my ASUS mb showed up as eth1!
RazielFMX wrote:When you are in the livecd environment (before you chroot), what is the output of ifconfig?
Code: Select all
livecd ~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:07:E9:B6:7A:C9
inet addr:192.168.1.106 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::207:e9ff:feb6:7ac9/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8646 (8.4 Kb) TX bytes:8550 (8.3 Kb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)Code: Select all
livecd ~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:07:E9:B6:7A:C9
inet addr:192.168.1.106 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::207:e9ff:feb6:7ac9/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8646 (8.4 Kb) TX bytes:8550 (8.3 Kb)