Gentoo Archives: gentoo-ppc-user

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

Replies

Subject Author
Re: [gentoo-ppc-user] Booting Gentoo 2006.1 on an iMac Charles Trois <charles.trois@×××××××.fr>