NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Gentoo install help
New Posts  All Forums:Forum Nav:

Gentoo install help

post #1 of 23
Thread Starter 
hey.

so i want to try gentoo. i downloaded the live cd (universal for amd64) and when i ran it, it froze on "Scanning for ehci-hcd..." , i ran it again, same thing. so then i tried a different live cd (i686 minimum) and got the same problem. any ideas?

and if i do find a way to bypass this problem, what is teh best way to install considering i want to do the LEAST amount of work?

yes, i did check out vidalinux (using anaconda installer) but bitcommet won't d/l it and i can't find any mirrors.
post #2 of 23

Hmm...

Try using some of the different boot options. If you press F2 at the boot: screen when the cd is first loading, you will get a list of the options. You might find more success if you try to boot without loading usb.

Also, try posting on the gentoo forums if you haven't already... it's an amazing community and there are more experienced individuals there who can lend some experience
post #3 of 23
Thread Starter 
i tried different options...no luck.
post #4 of 23
Thread Starter 
hey. so an update on my situation. i am in a middle of a gentoo install right now. i am actualy using the links2 browser right now...everything looks so freaky on this site when it is black and white.. i am telling you man! compiling ATI drivers as we speak, just finished the kernel compile. still need a lot of stuff to do before i go to bed.
post #5 of 23
You had a USB detection problem. Booting the livecd with nousb would have solve that problem. Links is a command-line browser, so it's not supposed to have colors. It's similar to the classic lynx browser, whose sole purpose is to display text. Hence, it renders absolutely the fastest of all. ATI-drivers, and all associated X applications will take a long time to compile- be patient.
post #6 of 23
Thread Starter 
so i just completed all the required tasks. including LILO setup (sorry..grub just doesn't appeal)

i failed in a few things

1) pcmcia-cs doesn't start at boot (even though i did set it up)
2) it doesn't know what partition to mount to boot (even though i think i specified it)
3) my network does not start meaning i can't emerge kde-base and other files

total outcome: good learning experience. still do decide if i want to tweak this to be more useful (at least solve the 3 problems above) OR just ditch it all get get some other distro.
post #7 of 23
abf, you never even posted your hardware specs.

1) Tell us what PCMCIA card you have. You may not need pcmcia-cs. I have a Linksys WAP54G and I never needed it.
2) Post your /etc/fstab file
3) Post your /etc/conf.d/net. Also, are you sure you're just not starting it (eg '/etc/init.d/net.eth0 start')?

Mikhail

P.S. My uber Gentoo thread might help; http://notebookforums.com/showthread.php?t=11755
post #8 of 23
Thread Starter 
my specs:
Uniwill 258KAO
512mb Kingston PC2700
Hitachi 7k60 (3 partitions hda1-ntfs hda5-swap hda6-ext3)
15.4" WXGA
ATI Mobility Radeon 9700 128mb (yes i did do emerge ati-drivers)
Gigabyte GN-WPEAG 54g built in wifi (needs madwifi drivers)
PCMCIA Card: Linsys WPC11 802.11b (uses PrismII)
Slimline 24x CD-RW/DVD
AMD64 3200+ (but i am doing an x86 install...for lack of flash support on 64bit)
And yes, my mobo uses a SIS chipset


don't think i missed anything.
post #9 of 23
Thread Starter 
my fstab file config:

/dev/hda1 / NTFS noauto,noatime 1 1
/dev/hda6 /boot ext3 defaults 0 0
/dev/hda5 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0

none /proc/openprom openpromfs defaults 0 0
none /dev/shm tmpfs defaults 0 0
post #10 of 23
Thread Starter 
in conf.d/net there is only one line that is NOT commented, and it reads

iface_eth0="dhcp"
post #11 of 23
Interesting. Nothing really peculiar. Anyone else?
post #12 of 23
Thread Starter 
i dont know if it matters but i used Stage 3 from a universal live cd 2004.3
post #13 of 23
I found that the initscript for pcmica doesn't start sometimes if you put that into the default runlevel. Try putting that in your boot runlevel, and see if that works.
post #14 of 23
Thread Starter 
Quote:
Originally Posted by jamesshuang
I found that the initscript for pcmica doesn't start sometimes if you put that into the default runlevel. Try putting that in your boot runlevel, and see if that works.
can you give me the comands for that (i hate to think of myself as a linux noob...but i am a gentoo noob for sure)
post #15 of 23
Thread Starter 
bumpy
post #16 of 23
just wondering, why do you have the openprom line in your fstab? Openprom is for only for SPARC users.
post #17 of 23
rc-update del pcmcia-cs
rc-update add pcmcia-cs boot
post #18 of 23
Thread Starter 
ok..went back, made some changes and came back with this:

the good news is that the pcmcia now gets started at boot time, the bad news, it can't connect to network.

this is the output:
cardmgr[9360]: +* Bringing eth0 up via DHCP... /sbin/runscript.sh: line 109: /sbin/dhcpcd: no such file or direcotry
cardmgr[9360]: + [!!]

one thing that really bothers me is that when it starts to boot it doesn't mount the /root partition (/dev/hda6) here is the output:
>>Determining root device...
>>The root block device is unspecified or not detected. Please specify a device to boot, or "shell" for a shell.


i have a packages cd and i wanted to mount my cd drive so i can install some packages (kde..and so forth) but when i do " mount /dev/cdroms/cdrom0" it outputs:
mount: you must specify the filesystem type.

so i went to the file where you specify all of that, checked, and it had "auto" written under <type> column. That is what the gentoo manual told me to do, but it doesn't recognize a command. what should i do about this?

and another networking question. it is clear i have the non-working (yet) wifi card.... i still need to setup eth1 for my wired network (so i can emerge some packages) any help on that?
post #19 of 23
Thread Starter 
ok guys. thanks for the help, but i am a quitter. i gave up on gentoo. i put in an order for vidalinux, so it should be arriving shortly. with vida i am hoping to achieve the greatness of gentoo with the easy installl of using RedHat's anaconda installer.
post #20 of 23
Sorry to hear that
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Gentoo install help