j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
On second thought you and others can still help. The device tree to the 450 MHz blue and white Power Mac G3 would help.
To print out the device tree you will need these items: The blue and white G3, another computer with an ethernet port, and a ethernet crossover cable.
You might be able to substitute the crossover cable with a regular ethernet patch cable if you use another more recent Mac like a MacPro or MacBook Pro.
The other computer can be a Mac or PC.
First connect the cable into each computer's ethernet port.
Start up the blue and white G3 while holding down the command-option-o-f keys. This will bring up Open Firmware. Type in this command to start a telnet server: “ enet:telnet,10.0.0.2” io
On the other computer, make sure its ethernet ip address is set to something like 10.0.0.1. You can do this in the Network pane under System Preferences in Mac OS X. Under Windows you would use something like the Network control panel.
On the other computer, you will also want to open some console and start the telnet command like this: telnet 10.0.0.2
If everything worked, then the blue and white G3's screen will go black and its output will appear on the telnet session.
Type these commands to print the device tree: dev / ls
Also type this command to give us info on the model string: .properties
Yes, the period is there on purpose.
Once you are done with that, the info for the via-cuda and uninorth nodes would help as well. These commands will print out some useful info:
dev via-cuda .properties words
I think this would bring up info on the uninorth node: dev uni-n@f8000000 .properties words
If the dev command doesn't work, it might be because the node might have a @<some hex number> text attached to it. I can help any one who needs help with this issue.
Copy and paste the output from these commands and send them to the mailing list.
Thank you to anyone who can help. This much needed information will really help push the mac99 target along.
On Feb 3, 2013, at 9:03 PM, Programmingkid wrote:
Thanks for the help, but it turns out I needed an early iMac's device tree.
On Feb 3, 2013, at 8:00 PM, Mike Erwin wrote:
For some reason this mail didn't go through...
Mike Erwin musician, naturalist, pixel pusher, hacker extraordinaire
On Sat, Feb 2, 2013 at 7:14 PM, Mike Erwin significant.bit@gmail.com wrote: I have several machines of that vintage. How do I get the device tree? Let me know which ones would be useful.
450MHz blue & white G3 500MHz Powerbook G3 dual 500MHz (I think) graphite G4 a few Quicksilver G4s (my favorite model)
Mike Erwin musician, naturalist, pixel pusher, hacker extraordinaire
On Sat, Feb 2, 2013 at 4:27 PM, Programmingkid programmingkidx@gmail.com wrote: I am investigating the device tree of the mac99 model. It looks like it is wrong. The part that I am concerned with is the via-cuda node. Both my iMac and iBook don't even have a via-cuda. They both have a via-pmu@16000 node. I'm hoping someone has an original blue and white PowerMac G3. I would like the full device tree printout from it. The question I am trying to answer is does any newworld Mac have a via-cuda? If they don't, we know that it should be changed to a via-pmu@16000 node. -- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you
Am 05.02.2013 05:19, schrieb Programmingkid:
On second thought you and others can still help. The device tree to the 450 MHz blue and white Power Mac G3 would help.
To print out the device tree you will need these items: The blue and white G3, another computer with an ethernet port, and a ethernet crossover cable.
You might be able to substitute the crossover cable with a regular ethernet patch cable if you use another more recent Mac like a MacPro or MacBook Pro.
The other computer can be a Mac or PC.
First connect the cable into each computer's ethernet port.
Start up the blue and white G3 while holding down the command-option-o-f keys. This will bring up Open Firmware. Type in this command to start a telnet server: “ enet:telnet,10.0.0.2” io
My PowerMac G3 blue&white 300 MHz has no /packages/telnet node, so unfortunately that doesn't work.
I'd have to burn a Linux CD and try tar'ing /proc/device-tree or so.
Andreas