View previous topic :: View next topic |
Author |
Message |
scotepi n00b
Joined: 08 Jun 2005 Posts: 13
|
Posted: Wed Jan 17, 2007 2:42 pm Post subject: Installing Gentoo on Parallels? (Network Driver) |
|
|
I got Gentoo installed and booted fine, but i cant get the network driver working at all. I selected everything that looked related in the kernel but no luck.
Is there any guide somewhere that has the steps to install it on Parallels that i can check with? |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Wed Jan 17, 2007 5:08 pm Post subject: |
|
|
Moved from Installing Gentoo to Networking & Security.
Networking problem, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
deian n00b
Joined: 03 Jan 2004 Posts: 12 Location: NY
|
Posted: Fri Mar 09, 2007 5:59 am Post subject: solved! |
|
|
hey i just got it to work, here is the configuration:
Code: | 10 / 100 Mbit:
...
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_NET_TULIP=y
CONFIG_NET_PCI=y
CONFIG_NE2K_PCI=y
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
...
1000 Mbit
CONFIG_R8169=y |
(i typed that up so don't just copy and paste)
the important one is ne2k_pci, in the install cd if you
or
you will see it loaded. |
|
Back to top |
|
|
scotepi n00b
Joined: 08 Jun 2005 Posts: 13
|
Posted: Sat Mar 10, 2007 4:45 pm Post subject: |
|
|
i ended up just restarting the vm and copying /proc/config.gz and adding all the modules that the live CD loaded (after a few boots i got it narrowed down to about 10) |
|
Back to top |
|
|
|