Do you use XPostFacto for 10.4.11? Or was it installed normally?The setup used is a former G3/300 desktop, revision C, now running a Yikes 400 mhz CPU at 433, with now 768 mb of memory. Machine has some Maxtor 80 gig HD divided in three partitions as follows: 1 gb for OS9 running 9.2.2, 6.7 gb for X with 10.4.11 installed and the rest for random data. Also installed is some Quicksilver pulled Pioneer DVD-RW drive.
Ok, so you're saying the serial lets you see what's going on - whether the card appearing or not appearing.No. I just wantetd to say, the card sadly didn't appear since i am able to get a closer look of the open firmware via serial. But now it has.
Maybe the 115200 bps mode will work. With Open Firmware input and output set to keyboard and screen, enter these commands to do the patch:Sadly didn't really work. Sure it stops working after the commands. But sadly doesn't start working again when i switch the setting.
Code:
dev ttya
84 ' initscc dc + code!
0 ' initscc b4 + code!
unselect-dev
Then set Z-Term to 115200 bps.
Then change the input/io to serial:
Code:
" ttya" io
It's just for speed. But it's also for fun. If we fail at everything else at least we could succeed here and learn something.Is this just for speed? If so, is this necessary? It just works fine so far. Fast enough for me.
When you type the command, is Open Firmware visible on screen or are you typing the command blind since you have onboard graphics disabled?I think i'd prefer not to. So i have to type the command every time.
You can always zap the pram to get defaults back.But otherwise, if i forget to set it back, i will not be able to get into OF anymore without first plugging the connection in.
I think we'll assume there's no HFS+ support. You can do the paste method for entering the lspci command.Says "unable to open the DIR device
On my Power Mac G5, all I have to do is type
dir hd:9,\
. It won't let me exclude the partition part :9
or the path part ,\
The error message
unable to open the DIR device
itself means that it could not call open-dev
on the path that you provided, like this:" ide1/@0:7,\" open-dev
But later you said that dir gives error message
DIR method failed
for ide:,\
and ide1:,\
. So I guess open-dev accepts those.Try these:
" ide1/disk@0" open-dev
" ide1/disk@0:7,\" open-dev
dir ide1/disk@0
dir ide1/disk@0:7,\
One thing that's strange is that there are two disk@0,0 for each ide device.
You can paste the entire thing. The \ comments and hex line don't do anything.But has this to be pasted completely "as is" or just the ": lspci ... ;"-Part without the hex line?
For the pci, there is a 4 port USB card in slot A1, the Radeon 9000 Pro in slot C1 (which doesn't appear in the device tree at the moment) and the GeForce 6200 in slot B1 (which appears as shown but doesn't work).
Onboard video / slot F1 is hidden via probe-list command.
I think we'll want to do tests without Radeon 9000 Pro. Keep the Onboard video disabled.Sure! But sadly i tried so many times and changed so many things (different slots used and combinations with other cards) that i am absolutely unable to give a definitive statement about what finally "made it work". As mentioned above, the actual setup, which at least shows the card as a generic display adapter, has the Radeon 9000 in PCI C1, which does not show up. Next thing i will try is, if the 6200 is still "seen" if i remove the Radeon.
Yes. And even if i gave my best to avoid it, when swapping cards so much times, a poor seating can not be excluded 100%.
Put the 6200 in the slot that you prefer.
Last edited: