Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: live cd, ip fail
Date: Sat, 07 Jul 2007 12:46:56
Message-Id: 200707071337.18168.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Re: live cd, ip fail by Thufir
1 On Saturday 07 July 2007 12:39, Thufir wrote:
2
3 I am not familiar with your setup so this is just some generic troubleshooting
4 to see what gives.
5
6 > livecd ~ # /sbin/dhcpcd
7 > Error, timed out waiting for a valid DHCP server response
8
9 This is telling us that your default card is not getting an IP address back
10 from the router. I am assuming that this is because you do not have a cat5
11 cable connecting you to the router and you rely on the wireless adapter,
12 which in turn has not been configured?
13
14 > livecd ~ # ifconfig
15 > eth0 Link encap:Ethernet HWaddr 00:0D:88:37:FA:22
16
17 Do you know which device this MAC address belongs to? lshw should show you.
18
19 It seems that only one device is configured (eth0). Knowing which device
20 (wired or wireless) is mapped to eth0 would help the whole process.
21
22 OK you have two adaptors:
23 > 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI
24 > Fast Ethernet (rev 91)
25
26 > 00:09.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
27
28 I don't know which one is a wireless and which one is a wired NIC (from a
29 quick google they both look like wired PCI cards to me).
30
31 > livecd ~ # lsmod
32 > Module Size Used by
33
34 > sis900 20992 0
35 > 8139too 22912 0
36 > mii 7168 2 sis900,8139too
37
38 Modules have been installed.
39
40 > livecd ~ # dmesg | grep -i net
41 > Intel(R) PRO/1000 Network Driver - version 7.2.9-k4
42 > 8139too Fast Ethernet driver 0.9.28
43 This does not have a configured interface.
44
45 > eth1: SiS 900 PCI Fast Ethernet at 0xb000, IRQ 22, 00:16:ec:23:af:88.
46 > 8139too Fast Ethernet driver 0.9.28
47 > eth1: SiS 900 PCI Fast Ethernet at 0xb000, IRQ 22, 00:16:ec:23:af:88.
48 This one does and it is eth1.
49
50 When you run /sbin/dhcpcd eth1 what do you get?
51
52 You may also want to try iwconfig eth0, or iwconfig eth1 in case either are
53 wireless adaptors. If none of your PCI cards are wireless you may want to
54 modprobe -r 8139too since it is not being recognised anyway, re- modprobe -v
55 sis900 and check what is shown under ifconfig as a recognised NIC device.
56
57 Hope this helps.
58 --
59 Regards,
60 Mick

Replies

Subject Author
Re: [gentoo-user] Re: live cd, ip fail Thufir <hawat.thufir@×××××.com>