


Code: Select all
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
[b]00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)[/b]
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Quadro FX 570M (rev a1)
[b]03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)[/b]
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
15:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
15:00.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 11)
15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)
15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)
Code: Select all
modprobe -r e1000
modprobe e1000e

Ok, I do see eth0 when I boot up the disc and type ifconfig, so it isn't a module problem from your statement above.kalos wrote:Right when you boot up the minimal installation disc, and type ifconfig, it should notice your NIC. It might not have an address, but it should show eth0. If it doesn't, and only says information about lo, THEN you would need to modprobe. Otherwise, if it sees eth0, your problem lies with the connection itself, not the module.
I am using a pretty basic home network. I have Verizon DSL(the basic plan) as my ISP. I have a Westel model 6100 modem hooked up to a Trendnet TEW-432BRP wireless g router, which are both hooked up to my 1 desktop machine. Other than that I don't have a firewall box or any proxy stuff to worry about. In order to install gentoo I am just unplugging the wired Cat -5 cable from the back of my desktop and putting it into my laptop, very simple. Just to double check, I just plugged in the Cat-5 cable back into my desktop and the router and modem seem fine, I am typing this message from my wired NIC in my desktop. I am sorry I am not really sure what PPPoE is, though I have heard of the term in the past. Please let me know what other information I can provide for you.kalos wrote:How do you connect to the internet? Are you behind a router? Do you use PPPoE? Please provide as much information as possible and we can surely work through the problem.

Thank you so much, I am sure I will probably have to take you up on your offer once I get though this stage.d2_racing wrote:When you will have a working box, I can help you with your Wireless configuration.
The driver Iwl4965 works like the Iwl3945, so in time we will configure your Wifi card like you want.


Code: Select all
eth0 Link encap: Ethernet HWaddr <some address>
UPBROADCAST MULTICAST MTU: 1500 metric: 1
Rx packets: 0 errors:0 dropped:0 overruns: 0 frame:0
Tx packets: 0 errors:0 dropped:0 overruns: 0 frame:0
collisions: 0 txqueuelen: 1000
Rx Bytes: 0 (0.0b) Tx Bytes: 0 (0.0b)
Base address: 0x1840 Memory: fe200000-fe220000
lo Link encap: Local Loopback
inet addr: 127.0.0.1 Mask: 255.0.0.0
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 frame:0 carrier: 0
collisions: 0 txqueuelen: 0
Rx Bytes: 0 (0.0b) Tx Bytes: 0 (0.0b)
Code: Select all
dhcpcd eth0Code: Select all
routeCode: Select all
grep GATEWAY /var/lib/dhcpcd/dhcpcd-eth0.infoCode: Select all
ipconfig /all
Code: Select all
Error, eth0: dhcpcd already running on pid 18292 (/var/run/dhcpcd-eth0.pid)

Code: Select all
dhcpcd -r eth0
ifconfig eth0 192.168.1.63 broadcast 192.168.1.255 netmask 255.255.255.0 up
# just a random suffix that shouldn't collide
route add default gw 192.168.1.1

I booted into the Kubuntu AMDx64 8.04.1 Live CD that I have. I plugged in my ethernet cable from the desktop to my laptop and Kubuntu saw I had plugged in my cable(very nice) but I still did not get an ip address. Knetwork manager showed all zeros for my IP address and I tried to get out to the web using Konqueror an had no luck. I also typed in ifconfig to see what I would get back. Among the other entries I have, I have 2 entries, one for eth0 and one for eth0: avahi. I have no clue what eth0: avahi is, but in any event I still was not able to get an IP from the routerkalos wrote:Try booting into any LiveCD that you might have (Ubuntu, Mint, PCLOS, et cetera) and check to see if you have a working internet connection. It is possible (and quite easy) to install Gentoo from within a live environment like that, via the terminal.

Code: Select all
arp -aCode: Select all
192.168.1.1 <iface type> <router's MAC>Code: Select all
arp -d 192.168.1.1This means that the device cannot be totally dead and the driver works at least minimally (there is electricity in the port and it gets relayed to the kernel).The Fire Snake wrote:Kubuntu saw I had plugged in my cable
This will be handled later if needed (shouldn't be). /etc/resolv.conf is practically just a DNS cache. It's not needed now, but only when you start crying howThe Fire Snake wrote:In the documentation it mentions that I should edit the /etc/resolv.conf file and enter data for the nameserver1 and nameserver2.
Code: Select all
Error, eth0: dhcpcd already running on pid 18292 (/var/run/dhcpcd-eth0.pid) Code: Select all
pkill dhcpcd
dhcpcd eth0
Code: Select all
wget <tarball url>