Hey don't emerge X again if you already have.. this will not solve your
problem. Basically the Live CD automagically detects your network card
and inserts the proper module. The live CD has all NIC's compiled as
modules in the kernel.. you don't need to do this for your kernel as you
only need to find out what NIC you have and compile this into your kernel.
Then everything will work. To figure this out as root run a:
cat /proc/pci
and you will see a bunch of info on your computer:
</SNIP>
Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM)
Ethernet Controller (rev 65).
IRQ 11.
Master Capable. Latency=66. Min Gnt=8.Max Lat=56.
Non-prefetchable 32 bit memory at 0xc0200000 [0xc0200fff].
I/O at 0x8000 [0x803f].
</SNIP>
this is a snipped output of cat /proc/pci indicating that I have an intel
ethernet card... a quick google search for this guy will tell you that the
proper module is eepro100 under linux (actually I use the intel e100
driver but you get the point). Now rebuild your kernel with this guy
build in or as a module if you prefer and you will be good to go.
Cheers,
Jason
On Tue, 10 Jun 2003 [EMAIL PROTECTED] wrote:
> Meka's suggestion didn't work (thanks anyway, Meka) and I used lsmod
> but none of the modules seemed like they were linked to my ethernet
> card. So, I'm just gonna boot from the cd and chroot to my root
> partition, then emerge X-Windows. Hopefully I'll be able to clear up
> the problem when I boot with a GUI. But if anyone has any other ideas,
> please don't hesitate to suggest them.
>
> - Lukas Fried
>
> On Tuesday, June 10, 2003, at 04:18 PM, Jon Gaudette wrote:
>
> > If Meka's suggestion was not it, are you sure you have the correct
> > network drivers installed (and if a module, enabled)??
> >
> > One tip to get the drivers you need is to boot with the livecd, setup
> > the network, and do an lsmod and see which network drivers you are
> > using. Then, rebuild your kernel with those drivers selected either as
> > a module, or built directly into the kernel.
> >
> > -Jon "GenKiller" Gaudette
> > Digital Drip Webmaster
> >
> > On Tue, 2003-06-10 at 15:59, Lukas Fried wrote:
> >> Hi, all. I was wondering if someone could help me with an annoying
> >> problem I'm having. I successfully installed and booted Gentoo 1.4rc_4
> >> from the LiveCD. During the installation, I had used net-setup to set
> >> eth1 (my one and only ethernet card) to DHCP mode and it worked fine.
> >> I
> >> could use emerge, lynx, and the other network software that boots with
> >> the CD. But when I booted Gentoo from my hard drive after I installed
> >> it, I simply could not emerge my system. I modified /etc/conf.d/net so
> >> that the only uncommented line reads "iface_eth1="dhcp"", used
> >> rc-update to add eth1, and rebooted my system, but it STILL didn't
> >> work. If anybody could help me, it would be greatly appreciated. I
> >> think moving from RedHat to Gentoo will be worth the trouble I've had.
> >> Thanks.
> >>
> >> - sakul87
> >>
> >>
> >> --
> >> [EMAIL PROTECTED] mailing list
> > <signature.asc>
>
>
--
[EMAIL PROTECTED] mailing list