View Single Post
  #1 (permalink)  
Old 28-Dec-2007, 19:07
wanger123
Guest
 
Posts: n/a
Default

Hi all, been a while since I was lurking around the linux forums. I got a powerbook a while ago for work so I stopped using Linux.

But curiosity got the better of me and I just installed OSS 10.3 on a G4 1GHz PowerBook. After a bit of "fiddling", I'm glad to say that it mostly just works.

The major probs were sound and wireless. I fixed the sound by editing /etc/init.d/alsasound and changing line 188 from:

test -d /proc/asound && start_rest to test -d /proc/asound && start_all.

Notice I have just changed start_rest to start_all. This meant I didn't have to keep starting alsa as root and it now works after every restart (yay!!!).

Now as for the wireless. I honestly don't have a good feeling for what I did. But after 24 hours I finally got it working. I have removed network manager completely. I used fwcutter and wl_apsta.o. I also used the traditional ifup approach.

The first time I rebooted after getting it working it didn't work. So I iwconfig > ifdown eth1 (because the if was up but didn't connect for some reason) > ifup eth1. This got it working again and now it connects at every reboot (yay again!!!!). I also have a full speed connection.

The only thing remaining to do is get the 3D acceleration working, but I'm not holding my breath. I notice one user claims to have it working but gave no details as to how!!!!


Anyway thanks for listening to my rambling. Hope this helps convert some more ppc users.

By the way, OSS 10.3 would have to be the most polished distro I've ever seen. It is just beautiful!

cheers

wanger