Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-12-01 Thread Charles Trois
Draeven a écrit : Charles Trois wrote: Charles, Did you do a rc-update add net.eth0 default so that the interface is brought up at boot? You may also want to take a look at this section of the Gentoo Handbook: http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4 I am still

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-12-01 Thread Draeven
Did you remember to emerge a dhcpcd server? If not emerge dhcpcd Draeven Charles Trois wrote: Draeven a écrit : Charles Trois wrote: Charles, Did you do a rc-update add net.eth0 default so that the interface is brought up at boot? You may also want to take a look at this section of

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-12-01 Thread Draeven
I'm sorry, I mean a dhcp client, not a server, the dhcp server should already be on the network. The most popular and easiest client IMHO is dhcpcd. Like I said, emerge dhcpcd HTH Draeven Draeven wrote: Did you remember to emerge a dhcpcd server? If not emerge dhcpcd Draeven Charles

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-23 Thread Draeven
Charles Trois wrote: Charles, Did you do a rc-update add net.eth0 default so that the interface is brought up at boot? You may also want to take a look at this section of the Gentoo Handbook: http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml?part=4 HTH Draeven Draeven a écrit :

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-21 Thread Charles Trois
Matti Bickel a écrit le 11/11/2005 Charles Trois [EMAIL PROTECTED] wrote: Mounting /dev for udev The mount command failed with error: wrong fstype, bad option, bad superblock on udev, or too many mounted file systems Please check if you compiled support for tmpfs in your kernel. The option

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-07 Thread Gerardo Lisboa
Hi, Have you a separate boot partition using a ext2 fs? I found that to be the best way to boot using yaboot. I don't use it mounted on boot time but it is on fstab as /boot. The root fs is then anything you compiled statically on the kernel (or the initrd supports). Best luck. G. 2005/11/7,

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-07 Thread Charles Trois
Gerardo Lisboa a écrit : Hi, Have you a separate boot partition using a ext2 fs? No. The opinions that I read so far are rather against it, so that I did not plan to use one. Thanks all the same for your suggestion; I shall keep it in mind, just in case. Cheers. Charles --

Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver

2005-11-06 Thread Michael Hanselmann
Hello Charles Sorry, I looked wrong before. CC drivers/ide/ppc/pmac.o drivers/ide/ppc/pmac.c: In function 'pmac_ide_setup_dma' 2174 error: '__ide_dma_off_quietly' undeclared 2175 error: '__ide_dma_on' undeclared 2184 error: '__ide_dma_timeout' undeclared You should set