Gentoo Archives: gentoo-ppc-user

From: Marcio Luis Teixeira <marciot@×××××××××××××××.edu>
To: gentooppc-user@g.o
Subject: [gentooppc-user] Re: Gentoo-ppc Newbie Questions
Date: Tue, 08 Oct 2002 09:20:00
Message-Id: 200210080126.50938.marciot@holly.colostate.edu
1 Hi everyone,
2
3 Thanks for all the really thorough replies to my questions. This is great! :)
4 I'm working through each of the solutions one by one and things are going
5 well so far.
6
7 Rather than doing individual replies, I'll reply here once to the major
8 points. Thank you once again for all the help!
9
10 Marcio Luis Teixeira
11
12 -----------
13
14 On Monday 07 October 2002 10:46 am, Kevin Geiss wrote:
15 > I can only help you with number 5. On my webpage I describe exactly
16 > how to get scsi emulation working for the cd drive.
17 >
18 > http://www.desertsol.com/~kevin/ppc
19
20 Wow! Great page! Thanks!
21 -----------
22
23 On Monday 07 October 2002 06:49 am, Todd Heim wrote:
24
25 > alsa-utils is apparently not keyworded "PPC"
26 > you could:
27 > `emerge /usr/portage/media-sound/alsa-utils/alsa-utils-0.9.0_rc3.ebuild`
28 > then, if it works, submit a not back to this list so it can get keyworded.
29
30 I actually emerged 'alsa-utils-0.9.0_rc2.ebuild' for consistency with the
31 version of alsa-libs I had installed. This worked great (actually, I'm still
32 having some issues with the Kmix controls having scrambled lables, but I'll
33 post about that one later -- maybe it's one for the ALSA mailing list :) The
34 good news is that sound works now :)
35
36 Anyhow, a clarification on the CD-ROM issue. The SCSI emulation isn't really
37 necessary, as Todd hinted to in his message.
38
39 The reason I thought it was necessary was that 1) I wasn't used to seeing
40 those error messages at startup 2) for some odd reason a CD-ROM icon does not
41 appear under KDE. But the truth is, 1) and 2) happen whether or not
42 SCSI-emulation is enabled and in either case, I am able to mount the CD-ROM
43 using "mount".
44
45 I do know, however, that using the Gentoo 1.2 ISO, I was unable to mount the
46 CD-ROM at all (I had to wget the tarballs). I'm not sure whether this is
47 relevant or not to the KDE icon issue (it doesn't really matter. As long as I
48 can "mount").
49
50 -----------
51
52 On Tuesday 08 October 2002 03:56 am, Calum Selkirk wrote:
53 > The whole concept of
54 > echoing digits into proc is depreciated in favor of sysctl (see:
55 > /usr/src/linux/Documentation/sysctl/README).
56
57 The docs were a little sparse. I would have expected more of a description of
58 what the values did, but the docs just say that a "knowledge of what all
59 those values mean" is required (huh? I thought that's what the docs were for
60 in the first place). Anyhow, minor quibble :)
61
62 I like the new system a lot better than the echos. An idea: How about having
63 those line in "/etc/sysctl.conf" as a comment, along with a note about what
64 it does? Something like:
65
66 # To enable mouse button emulation on PowerBooks, uncomment the following
67 # lines. This will set the 2nd mouse button to F11 and the third mouse buttons
68 # to F12:
69 #dev.mac_hid.mouse_button_emulation = 1
70 #dev.mac_hid.mouse_button2_keycode = 87
71 #dev.mac_hid.mouse_button3_keycode = 88
72
73 Even though this adds to config file bloat, I think newbies will appreciate
74 it. I don't like typing new stuff into config files and it always get a warm
75 and fuzzy feeling when I see that all I have to do is uncomment some lines in
76 a file. So far I've been quite happy with Gentoo because most of the critical
77 config files (such as networking) have really good self-documenting templates
78 like that.
79
80 > The presence of two ports in the PCMCIA-HOWTO suggest a 3500 or Wallstreet
81 > (whereas the defaults seem to be targeting more recent models).
82
83 Yes. Could those be included as comments as well? It's the warm and fuzzy
84 factor thing again :)
85
86 > Something for the doc's? .. maybe .. but we can
87 > not cover every piece of legacy code out there, and IMO it's best we
88 > move on.
89
90 Well, I see that point. But, on the other hand, there aren't very many Mac
91 models and they are quite consistent. Unlike in the PC world, there is hope
92 in PPC-land in providing docs for all the legacy Macintosh models. Perhaps
93 the docs should included a section on notes for specific machines? Hell, a
94 WikiWeb would be perfect for this sort of thing. Do we have a Gentoo wiki
95 anywhere?
96
97 -----------
98
99 On Tuesday 08 October 2002 03:56 am, you wrote:
100
101 > this would be the pll, mclk, issue (with older kernels not establishing the
102 > correct values for the ATI card). This hit other Powerbook models also
103 > (though much less than it hit the 3500).
104
105 I'm not sure what the 3500 is like -- I have a 3400c. I'm pretty sure I don't
106 have an ATI card. When I do a "cat /proc/pci" I get:
107
108 Bus 0, device 17, function 0:
109 VGA compatible controller: Chips and Technologies F65550 (rev 69).
110 IRQ 24.
111 Non-prefetchable 32 bit memory at 0x81000000 [0x81ffffff].
112
113 Anyhow, whatever the reason, I've had sleep problems with SuSE 7.3 and Gentoo
114 seems to handle it a lot more gracefully.
115
116 -----------
117
118 On Monday 07 October 2002 11:28 am, Joe McMahon wrote:
119
120 > I've gotten the best "login experience" with gdm. xdm and kdm both act
121 > weird.
122
123 On Tuesday 08 October 2002 03:56 am, Calum Selkirk wrote:
124
125 > ALT-E? (maybe you mean ALT-c?) .. no idea about this, i avoid {k,g,x)dm
126 > like the plague ;)
127
128 Yes, it's Alt-E is a shortcut for "Restart X Server" under my version of KDM.
129 Anyhow, I guess the general concensus is that "kdm" is krummy. Ok, I'll
130 consider switching :)