Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
where as Ive been having fun trying to get wifi working (I must say Im typing in instruction without knowing wot it means half the time..lol.)

my last attempt is following this:
'
dhcpcd=YES
wpa_supplicant=YES


/etc/wpa_supplicant.conf:


ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel


network={
ssid="myssid"
psk="mypassword"
}'

..at here:

..but with trying different ways, I keep getting a syntax error at the last closing "}":
' "}" unexpected.'

My brain is feeling fried after trying to sort a prob in Haiku-os ..so the error is very likely right under my nose !!! But tomorrows another day ?
oops - the single quote was my feeble attempt to separate message body text from cli text.
LOL - Guess that didn't work..I need to find a better way of doing that.
 
@barracuda156 I got the installer to boot from an external FW drive. Here is what I did.
  1. Download the ISO file from http://wiki.netbsd.org/ports/macppc/
  2. Plug in the FW drive.
  3. Get the drives disk number from Disk Utility. On mine it is "disk2"
  4. dd the ISO to the external FW drive. On my system it looked like
    Code:
    sudo dd if=NetBSD-10.0-macppc.iso of=/dev/disk2 bs=1m
  5. Plug the FW drive into the machine to receive NetBSD then boot it into open firmware mode.
  6. Run "dev fw ls". In my case the result was
    Code:
    0 > dev fw ls
    ff9d1040: /node@00b8cc143464243
    ff9d1268:    /sbp-2@4008
    ff9d14e0:      /disk@0
    ok
  7. Use that to assemble the boot path.
    Code:
    boot fw/node@00b8cc143464243/sbp-2@4008/disk@0:,ofwboot.xcf netbsd.macppc
I was able to boot fully into the installer. I have not yet tried doing an install as I want to keep my system as is, but I'll back it up and give it a go soon.

Thank you, I will try that.
 
@barracuda156 I got the installer to boot from an external FW drive. Here is what I did.
  1. Download the ISO file from http://wiki.netbsd.org/ports/macppc/
  2. Plug in the FW drive.
  3. Get the drives disk number from Disk Utility. On mine it is "disk2"
  4. dd the ISO to the external FW drive. On my system it looked like
    Code:
    sudo dd if=NetBSD-10.0-macppc.iso of=/dev/disk2 bs=1m
  5. Plug the FW drive into the machine to receive NetBSD then boot it into open firmware mode.
  6. Run "dev fw ls". In my case the result was
    Code:
    0 > dev fw ls
    ff9d1040: /node@00b8cc143464243
    ff9d1268:    /sbp-2@4008
    ff9d14e0:      /disk@0
    ok
  7. Use that to assemble the boot path.
    Code:
    boot fw/node@00b8cc143464243/sbp-2@4008/disk@0:,ofwboot.xcf netbsd.macppc
I was able to boot fully into the installer. I have not yet tried doing an install as I want to keep my system as is, but I'll back it up and give it a go soon.

Does not work for me, unfortunately. First of all, if the command has `netbsd.ppc` or `netbsd` then it fails with no such directory. If I drop it, it tries to boot, but fails then like this:

IMG_3445.jpeg
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.