Gentoo Archives: gentoo-ppc-user

From: Charles Trois <charles.trois@×××××××.fr>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Booting Gentoo 2006.1 on an iMac
Date: Wed, 13 Sep 2006 09:57:59
Message-Id: 4507D60D.2070100@wanadoo.fr
In Reply to: Re: [gentoo-ppc-user] Booting Gentoo 2006.1 on an iMac by Joseph Jezak
1 Joseph Jezak a écrit :
2 >
3 > Charles Trois wrote:
4 >> What happens is that, on the final reboot, I see 10 or 15 lines of text
5 >> (is that the Open Firmware part?) that disappear immediately. Then there
6 >> is nothing, and I have to cut the power to go on.
7 >
8 > This sounds an awful lot like you're missing the Framebuffer device
9 > driver. Which iMac do you have exactly? Perhaps try the
10 > Framebuffer/X setup suggested in the PPC FAQ as described here:
11 > http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml#xorg
12 >
13 > - -Joe
14 Many thanks to all who have replied!
15 The problem was indeed one of framebuffer.
16
17 My machine is a G4 iMac with LCD.
18 The video card is a NVIDIA GeForce2 MX.
19 I had to add support for nvidia fb device in the kernel (the handbook
20 states that only the OF device should be used in the case of nvidia, but
21 I obviously misunderstood this).
22
23 This solved my first problem. I got into a further one about udev, which
24 I was able to fix (support for tmpfs was missing).
25
26 And now it is a clock problem. The error message (copied by hand) reads:
27
28 Cannot access the hardware clock... try the --debug option.
29
30 hwclock --debug gives this:
31
32 hwclock: Open of /dev/rtc failed, errno=2: no such file or directory
33 No usable clock interface found
34
35 This is strange, as /dev/rtc exists. On the kernel side there is "yes"
36 to "RTCclass", "sysfs", "proc" and "dev". The RTC to read is "rtc0".
37
38 Any suggestions?
39
40 By the way, enablecdboot did not work because I had written
41 "enable cdboot". My mistake.
42
43 Charles
44
45
46
47 --
48 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] Booting Gentoo 2006.1 on an iMac Joseph Jezak <josejx@g.o>