View Full Version : [ubuntu] iBook G3 Working Tutorial
mellflores1
April 2nd, 2009, 09:27 PM
Work in Progress
As it says above, this is a work-in-progress. It will be updated when I find something new.
I do not take credit for getting this to work. Most of the things that didn't work before now work thanks to the Ubuntu developers.
Tested on Ubuntu 9.04 Jaunty Jackalope Beta. Should work on 9.04 and above.
Tested on iBook G3. 500 MhZ. 384 MB RAM. 8 MB VRAM.
Keyboard-Works
Keyboard Brightness/Volume Control-
Screen-Works
Sleep-Works (doesn't sleep when closed. must select from menu.)
USB-Works
Firewire-N/A
Ethernet-N/A
Sound-Works
Mic-Doesn't work
WiFi-Works
Trackpad-Works (F12 for right-click)
Installation
Download Ubuntu PowerPC. (http://cdimage.ubuntu.com/ports/releases/jaunty/beta/)
I used the LiveCD but the alternate install should work fine to.
Burn it to a CD and boot your iBook from it.(Press C after you hear the startup chime.
Press TAB key.
Type in
live-nosplash-powerpc (or something similar to that. should be on the second line all the way to the left.)
Be patient, it takes a while.
Don't do anything until you are on the Ubuntu Desktop.
If your screen is in the top, left corner and there's two of the same thing, don't panic.
To fix the screen you can either do it while still running the LiveCD(what I did) or wait until you have installed it to your HD.
The instructions below in the Screen Resolution section works for both methods.
Make sure you can hear sound (should hear drums when entering desktop)
On the top bar, press the little button that looks like a cell-phone signal.
Connect to a network to test if WiFi is working.
If everything is working fine, install Ubuntu.
There is an option for Macintosh keyboards.
I used the whole disk since it's only 10gb but those of you who replaced the HD can set up a separate partition.
Go through with the install.
Reboot.
Getting everything to work
Screen Resolution
If your screen is small and in the top, left corner of the screen with the exact same thing under it, follow the instructions below.
Run the following command in the terminal. It will shut down X Windows.
sudo /etc/init.d/gdm stopOnce it is closed type in the following codes:
If the method doesn't work for you the first time, redo it but this time enter the following code
sudo dpkg-reconfigure xserver-xorgand go through it.
Now enter the code below
sudo nano /etc/X11/xorg.confThen, edit it to match this:
Section "Device"
Identifier "ATI Rage 128"
Driver "r128"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 60-60
VertRefresh 43-117
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSectionThe method above was posted on this thread (http://ubuntuforums.org/showthread.php?t=780235) by chriz74 (http://ubuntuforums.org/member.php?u=570112).
To start X Windows again, enter
sudo /etc/init.d/gdm startNow you should have the desktop in 1024x768!:p
To be continued....when i have time...
anandrajny
April 18th, 2009, 02:46 PM
I've the same Ibook G3 500mhz and 640mb RAM and I've made it work too on 9.04.
I just used the alternate installation CD. The installation was so smooth. It used to be a little bit more complicated with 8.04 and 8.10.
Is it just my imagination or something else but I think the computer is faster with Jaunty. The sound works out of the box. All the basics works. Ethernet, My Airport Express like card from a third party vendor that I bought from Ebay. External USB mouse.
Haven't tried the more complicated ones. Like Keyboard backlight, CPU scaling etc.
The only problem is with the obvious graphics showing up in 800x600 split into 2 computer screen.
My old xorg.conf used in 8.04 worked just fine with a minor alteration under driver. It used to be "ati" but it didnt' work anymore. I changed it to "fbdev" and it worked. My working xorg.conf is as below.
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev" #(It was "ati" before)
BusID "PCI:0:16:0"
Option "UseFBDev" "false"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 58-62
VertRefresh 75-117
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
JGreenidge
April 18th, 2009, 06:17 PM
Greetings!
Though I'm a non-techie with a 900mHz G3 14" iBook, I'd be happy to contribute to this forum topic anyway I can! Your already listed points are straight on!
My main issues right now is the uncontrollable backlight and that Jaunty keeps the drive spinning and heats up the unit till the fan revs up and never backs down. To me a energy saver "cut drive when not required" mode is needed.
Good job!
Geekless Jim
stream303
April 18th, 2009, 10:24 PM
You guys are doing a great job for the ppc-G3 owners with those nice reports.
For cpu-frequency scaling, in my mind just installing cpudyn from the repos should do the trick, rather than relying on the default on-demand which usually requires a modification to the config file to get it to work.
For me, cpudyn is the right choice if you want frequency scaling since it has a very low-latency switch - you do anything and it immediately goes into full-speed, and then backs down very quickly as well. Some might say that it is best to just let the cpu run as fast as it can all the time so it will go back to sleep faster, but if you desire frequency scaling, cpudyn is my choice for single-cpu ppc boxes.
And since Jaunty is still rc-status, be sure to run top or install HTOP and see if there are any runaway processes eating up the cpu time. This has happened to me in the past only on my G4 iBook with Network Manager, although they say that has been fixed. It is still a good idea to check top or htop every once in awhile.
Keep up the good reports - and that nice xorg.conf posting for Jaunty!
anandrajny
April 19th, 2009, 12:55 AM
Dear Mellflores1,
I would be grateful if you could let me know the instructions and code of your working keyboard backlight. It's very confusing to me what they've written in other places. I've tried it before on 8.04 and 8.10 and it didn't work out.
Thanks in advance.
anandrajny
April 19th, 2009, 01:05 AM
Dear JGreenidge,
Anybody that could install or have the guts to try and install an ancient ibook with the newest version Linux OS like Ubuntu which an average person is dreadful of, and even worse, a Release Candidate, is a techie guy in my dictionary. So, whether you like it or not, you are a geek too. LOL.
There are like 100,000 tech geniuses in the Linux community but since we are the first ones to take the risk and spend time in the Jaunty & Ibook Department on this forum, we are the masters of this thread.
Greetings!
Though I'm a non-techie with a 900mHz G3 14" iBook, I'd be happy to contribute to this forum topic anyway I can! Your already listed points are straight on!
My main issues right now is the uncontrollable backlight and that Jaunty keeps the drive spinning and heats up the unit till the fan revs up and never backs down. To me a energy saver "cut drive when not required" mode is needed.
Good job!
Geekless Jim
kavon89
April 19th, 2009, 02:45 AM
Thank you so much for this tutorial. I'm downloading Xubuntu 9.04 Release Candidiate and I'll try to remember to post what works and doesn't etc.
JGreenidge
April 19th, 2009, 12:54 PM
Dear JGreenidge,
Anybody that could install or have the guts to try and install an ancient ibook with the newest version Linux OS like Ubuntu which an average person is dreadful of, and even worse, a Release Candidate, is a techie guy in my dictionary. So, whether you like it or not, you are a geek too. LOL.
Naw, you give me WAY too much credit! I simply followed the directions of installing Ubuntu to a "T" as described those on some Ubuntu PPC page. That's why I don't understand why so many seem to have trouble just installing the CD. Maybe I fluked out, I dunno. Like I won't touch Terminal on my own like a hot potato till I find someone's proven lead. Like getting the HD spun down and the heat off and getting the F-keys to work for the screen backlight. I think the secret to getting more people happy into Ubuntu are clear concise step-by-step instructions that don't treat the newbie like a rocket scientist, and one shouldn't have to go treasure hunting all over the web for such enlightenment! That's why I hope this topic remains the watering hole for the PPC Ubuntu newbie who simply wants a break from Tiger and Panther -- my main reason resurrecting my iBook with Ubuntu.
Another hang; Now I do have Tiger on another partition on my iBook but no Ubuntu desktop icons, but do see Tiger icons on Ubuntu's desktop. It's be a nice way to access files from each OS if I can do this.
Truly Geekless Jim
anandrajny
April 21st, 2009, 12:30 AM
Work in Progress
As it says above, this is a work-in-progress. It will be updated when I find something new.
I do not take credit for getting this to work. Most of the things that didn't work before now work thanks to the Ubuntu developers.
Tested on Ubuntu 9.04 Jaunty Jackalope Beta. Should work on 9.04 and above.
Tested on iBook G3. 500 MhZ. 384 MB RAM. 8 MB VRAM.
Keyboard-Works
Keyboard Brightness/Volume Control-
Screen-Works
Sleep-Works (doesn't sleep when closed. must select from menu.)
USB-Works
Firewire-N/A
Ethernet-N/A
Sound-Works
Mic-Doesn't work
WiFi-Works
Trackpad-Works (F12 for right-click)
Installation
Download Ubuntu PowerPC. (http://cdimage.ubuntu.com/ports/releases/jaunty/beta/)
I used the LiveCD but the alternate install should work fine to.
Burn it to a CD and boot your iBook from it.(Press C after you hear the startup chime.
Press TAB key.
Type in
live-nosplash-powerpc (or something similar to that. should be on the second line all the way to the left.)
Be patient, it takes a while.
Don't do anything until you are on the Ubuntu Desktop.
If your screen is in the top, left corner and there's two of the same thing, don't panic.
To fix the screen you can either do it while still running the LiveCD(what I did) or wait until you have installed it to your HD.
The instructions below in the Screen Resolution section works for both methods.
Make sure you can hear sound (should hear drums when entering desktop)
On the top bar, press the little button that looks like a cell-phone signal.
Connect to a network to test if WiFi is working.
If everything is working fine, install Ubuntu.
There is an option for Macintosh keyboards.
I used the whole disk since it's only 10gb but those of you who replaced the HD can set up a separate partition.
Go through with the install.
Reboot.
Getting everything to work
Screen Resolution
If your screen is small and in the top, left corner of the screen with the exact same thing under it, follow the instructions below.
Run the following command in the terminal. It will shut down X Windows.
sudo /etc/init.d/gdm stopOnce it is closed type in the following codes:
If the method doesn't work for you the first time, redo it but this time enter the following code
sudo dpkg-reconfigure xserver-xorgand go through it.
Now enter the code below
sudo nano /etc/X11/xorg.confThen, edit it to match this:
Section "Device"
Identifier "ATI Rage 128"
Driver "r128"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 60-60
VertRefresh 43-117
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSectionThe method above was posted on this thread (http://ubuntuforums.org/showthread.php?t=780235) by chriz74 (http://ubuntuforums.org/member.php?u=570112).
To start X Windows again, enter
sudo /etc/init.d/gdm startNow you should have the desktop in 1024x768!:p
To be continued....when i have time...
Dear Mellflores1,
I would be grateful if you could let me know the instructions and code of your working keyboard backlight. It's very confusing to me what they've written in other places. I've tried it before on 8.04 and 8.10 and it didn't work out.
Thanks in advance.
cyberdork33
April 21st, 2009, 02:24 AM
Dear Mellflores1,
I would be grateful if you could let me know the instructions and code of your working keyboard backlight. It's very confusing to me what they've written in other places. I've tried it before on 8.04 and 8.10 and it didn't work out.
Thanks in advance.
The iBook G3 doesn't have a keyboard backlight.
anandrajny
April 21st, 2009, 03:32 AM
The iBook G3 doesn't have a keyboard backlight.
No wonder I've never been able to make it work. LOL!
anandrajny
April 21st, 2009, 03:36 AM
Okay guys. One more problem.
I somehow messed up my Ubuntu 9.04 PowerPC software sources list.
Can someone please post the default sources.list for me or is there a way with CLI to restore back the original sources.list?
Greatly appreciated.
raysaunders
April 21st, 2009, 03:59 PM
Thanks for the sort-out on the Monitor resolution. Much appreciated.
As far as sound capture is concerned, the iBook's own Mic picks up sound using Sound Recorder as long as I do NOT have the default "CD Quality, Lossy (.ogg type)" selected in the "Record as:" menu.
I just installed Ubuntu Netbook Remix on top and apart from an unfortunate black pointer instead of the default white pointer, it all seems to work pretty seamlessly. Unfortunately, it's not possible to change the faulty pointer in Appearance preference panel so I suppose it is a bug.
Had to hunt around here to remind myself that F12 acts as the right-click!
Otherwise, I may have (finally) found a usable modern system with which to breath new life into these old iBook G3 laptops that I have stored at the back of the cupboard.
JGreenidge
April 21st, 2009, 04:32 PM
No wonder I've never been able to make it work. LOL!
I do believe somewhere on-line (heard it on MacInTouch I think) of instructions on how to rig your G3 to have one.
Geekless Jim
JGreenidge
April 21st, 2009, 04:44 PM
Thanks for the sort-out on the Monitor resolution. Much appreciated.
Had to hunt around here to remind myself that F12 acts as the right-click!
Is there anyway to re-assign that F-12 right-click function to use a Command or Option key along with your mouse click instead?
Still looking for a means of using F keys to control screen backlight and turn off/idle hard-drive.
Geekless Jim
stream303
April 21st, 2009, 07:42 PM
This might be interesting for controlling the backlight / sleep functions - if it works on the G3:
http://www.shallowsky.com/linux/x-screen-blanking.html
I'm still playing around with it on my G5. I guess one could remap a key to a shell script or single commandline maybe...
cyberdork33
April 21st, 2009, 09:55 PM
Is there anyway to re-assign that F-12 right-click function to use a Command or Option key along with your mouse click instead?
Still looking for a means of using F keys to control screen backlight and turn off/idle hard-drive.
Some info here might be helpful:
http://ubuntuforums.org/forumdisplay.php?f=328
moocow1452
April 23rd, 2009, 12:14 AM
A couple of days ago, I downloaded the daily build of 9.04 to do necromancy of an old G3 for my sister. Got a select and install package error at 85%, but retrying fixed that easily enough. The problem comes in that it refuses to login to the username/password, and insists that the combination is incorrect. Tried it multiple times with mutiple passwords, no dice. Any Ideas?
cyberdork33
April 23rd, 2009, 02:13 AM
A couple of days ago, I downloaded the daily build of 9.04 to do necromancy of an old G3 for my sister. Got a select and install package error at 85%, but retrying fixed that easily enough. The problem comes in that it refuses to login to the username/password, and insists that the combination is incorrect. Tried it multiple times with mutiple passwords, no dice. Any Ideas?
Someone was having an issue like this before. The installer wasn't making the password set correctly. You can boot into recovery mode (which gives you a root console) and you can set the passwd for your using there.
jodawe
April 23rd, 2009, 08:39 PM
Thanks very much for this tutorial. Setting up Jaunty on my g3 500mhz was a breeze.
Has anyone successfully got a media player to playback divx files? I've tried vlc, mplayer and totem with no luck.
moocow1452
April 23rd, 2009, 09:06 PM
Someone was having an issue like this before. The installer wasn't making the password set correctly. You can boot into recovery mode (which gives you a root console) and you can set the passwd for your using there.
Thanks, I couldn't access failsafe mode, but a new .ISO did the trick.
kylepp
May 1st, 2009, 05:54 PM
I can't seem to get suspend/sleep or hibernate working in 9.04, although it sounds for the above posts that it should work out of the box. Any ideas? I also don't have the normal gnome power manager applet in my menu bar.
(ibook2 G3 700 mhz, 384 mb RAM)
Thanks
stream303
May 1st, 2009, 07:57 PM
Suspend and sleep have always been problems on ppc, beyond those of even normal pc's. So don't pull your hair out trying to get it working - ati and nvidia haven't released any ppc docs to Linux devs as far as I know.
Most attempts that I've tried can get the system to sleep, but you just won't wake up. :)
anandrajny
May 4th, 2009, 12:21 AM
I think the screen light can be controlled by fn+F1 and fn+F2. The volume control and the eject buttons work for me as well if I press them together with fn key. My machine is IBOOK G3 500mhz.
Is there anyway to re-assign that F-12 right-click function to use a Command or Option key along with your mouse click instead?
Still looking for a means of using F keys to control screen backlight and turn off/idle hard-drive.
Geekless Jim
anandrajny
May 4th, 2009, 12:24 AM
I'm on a IBOOK G3 500mhz machine.
My suspend works just fine and wakes up just fine. For me personally, 9.04 is the best that happened to PowerPC. Everything works just right out of the box. The PowerPC team has outdone themselves.
Suspend and sleep have always been problems on ppc, beyond those of even normal pc's. So don't pull your hair out trying to get it working - ati and nvidia haven't released any ppc docs to Linux devs as far as I know.
Most attempts that I've tried can get the system to sleep, but you just won't wake up. :)
anandrajny
May 23rd, 2009, 02:57 PM
Thanks very much for this tutorial. Setting up Jaunty on my g3 500mhz was a breeze.
Has anyone successfully got a media player to playback divx files? I've tried vlc, mplayer and totem with no luck.
Yeah. Mine doesn't play any video either which includes, wmv, divx, xvid etc. I've installed vlc,mplayer and so on.
It used to work on 8.04 and 8.10. It's sad.
vijaym
May 26th, 2009, 08:51 AM
Here's the thing.
My g3 ibook with an Airport card - using the orinoco driver.
Installed 9.04 and gnome
Would not do the WPA wireless thing. The only options tended to be WEP.
found assistance and guidance on this link.
http://wiki.debian.org/orinoco
Now WPA wireless works
JGreenidge
June 3rd, 2009, 11:36 AM
Here's the thing.
My g3 ibook with an Airport card - using the orinoco driver.
Installed 9.04 and gnome
Would not do the WPA wireless thing. The only options tended to be WEP.
found assistance and guidance on this link.
http://wiki.debian.org/orinoco
Now WPA wireless works
Please help me out here! I'm not a geek! I heard for ages that you can't have WPA on a G3 iBook! I read your Debian link and it's all Greek to me! Can anyone offer step by step instructions on how to do this? Not just for me, but the home school next door just getting into Ubuntu!
I'm still trying to find a way to handle the screen brightness under Ubuntu other than pre-setting it in Tiger, abd forget the sleep thing! Ubuntu is SOOO close now to being fringe perfect anf just misses the mark with these drawbacks!
Geekless Jim!
Martron2020
June 12th, 2009, 10:33 AM
thanks a bunch for the xorg.conf info! 1st time linux user on g3 500 iBook.
I used an app called sidetrack in OSX, added sidescrolling to the trackpad. is there something like that for ubuntu?
moocow1452
June 14th, 2009, 04:17 AM
Quick question guys, I have a Linksys G wifi usb stick, #wusb54gc, and am trying to get it to work with a g3 ibook with 9.04. Any ideas, cause I am completely hopeless with hardware accesories.
ant2ne
June 25th, 2009, 03:33 AM
Someone was having an issue like this before. The installer wasn't making the password set correctly. You can boot into recovery mode (which gives you a root console) and you can set the passwd for your using there.IT was me. http://ubuntuforums.org/showthread.php?t=1068532 And you never answered me before, how do I boot into recovery mode with yaboot instead of grub?
ant2ne
June 25th, 2009, 02:10 PM
Well I did another install and this one worked. I didn't get locked out this time. Of course, I selected auto login which I may want to change in the future.
One thing I need to get fixed, there is no WPA on my wireless connection options. I did get WPA to work with wicd (http://forums.debian.net/viewtopic.php?t=36050&highlight=ibook), back when I booted debian. Now that I use ubuntu, I'd rather get it to work with the already included ubuntu connection utility. Anyone have any luck with that?
ant2ne
June 27th, 2009, 01:40 PM
it seems the orinoco driver (http://wiki.debian.org/orinoco#supported-airport) is broken. I performed the steps. Using the driver from the git and by downloading the attachment of the orinoco-devel message both drivers did put WPA into the list of choices, but the ibook would no longer connect to any wireless networks.
sudo rm /lib/firmware/agere_sta_fw.bin did not restore the default WEP connection
:confused:
edwith
June 29th, 2009, 03:25 AM
Thanks Guys followed you"re lead. now have it up and running in full screen on a g3powerbook pismo 400mhz with 384 ram.
used 9.04 Ubuntu ppc regular. only change I made was to use gedit instead of nano and while X11 was running and saved.
reboot brought it in for me. I used the r128 driver not the fb.
Thanks again!
ant2ne
June 29th, 2009, 02:16 PM
See post 33 of this thread http://ubuntuforums.org/showpost.php?p=7525577&postcount=33
caalamus
July 18th, 2009, 06:42 AM
YES!
I have this exact problem with screen reso!
trying to adjust in the preferences results in things getting worse and requires reinstall (for novices like myself at least)
...will try fix when I get home!
My 500Mhz G3 iBook, dual usb, running 640mb of RAM with firewire 400 & an original airpot card uses the eject button for right click...
I'll also try holding FN to use eject as eject!
Yous have made my day!!!
...or night as it were :]
Now how about "Jack" in Ubuntu 9.04 (or XUbuntu) so I can start recording???
(so happy!!!)
caalamus
July 19th, 2009, 04:16 AM
o.k.
Fn+Eject works like a charm.
:]
The rest, not so much.
I tried the string of code on the first page... for fixing screen resolution.
After:
sudo /etc/init.d/gdm stop
...my screen goes black, which as I understand is supposed to happen.
There is a flashing cursor top left... but it is entirely non responsive. I can't type!
If I try:
sudo dpkg-reconfigure xserver-xorg
or:
sudo /etc/init.d/gdm stop
&
sudo dpkg-reconfigure xserver-xorg
together, I get this help file... blue and grey. It's about reconfiguring xserver-xorg... but that's it... dead end & nothing to edit.
Totally out of my league!
HELP PLEASE!!!
:[
I was so excited.
caalamus
August 4th, 2009, 04:13 PM
I figured it out...
once you get to that grey and blue screen, configuring xserver yada yada yada... you can't proceed using enter or return. You use escape... or at least I had to.
See below
Screen Resolution
If your screen is small and in the top, left corner of the screen with the exact same thing under it, follow the instructions below.
Run the following command in the terminal. It will shut down X Windows.
Code:
sudo /etc/init.d/gdm stop
(which may result in an inoperative blank screen. reboot and go to the next step )
Once it is closed type in the following codes:
If the method doesn't work for you the first time, redo it but this time enter the following code
Code:
sudo dpkg-reconfigure xserver-xorg
and go through it.
(which requires configuring settings for keyboard layout and confused the bejesus out of me since I got stuck on the same screen till I realized it was necessary to use escape, not enter or return to continue to the next step )
Now enter the code below
Code:
sudo nano /etc/X11/xorg.conf
Then, edit it to match this:
Code:
Section "Device"
Identifier "ATI Rage 128"
Driver "r128"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 60-60
VertRefresh 43-117
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
The method above was posted on this thread by chriz74.
To start X Windows again, enter
Code:
sudo /etc/init.d/gdm start
WORKS LIKE A CHARM!
caalamus
August 4th, 2009, 04:15 PM
now how about my non responsive cd drive?
rjcalifornia
August 7th, 2009, 04:42 AM
How about the fact I can't watch Divx or AVI videos?
Note: I installed the ubuntu-restricted
Horusrogue
September 7th, 2009, 10:55 PM
How about the fact I can't watch Divx or AVI videos?
Note: I installed the ubuntu-restricted
Running xubuntu 9.04.
Slightly different fixes for the fluxbox gui resolution wise.
Right click was EJECT...the mac battery ran out (oops, wall charger went into powerless socket) and now I HAVE to use FN+f12 to get right click.
Won't eject dvd, but a simple TERMINAL command "eject" does it perfectly.
Sound and network work out of box. Brightness up and down work with function keys.
WILL NOT PLAY FLASH online for some reason.
Will NOT PLAY DIVX with anything. Totem, (vlc crashes for EVERYTHING including audio), mplayer. Whats the catch?
I have ffmpeg.
Does the external monitor work? I guess thats a fluxbox issue I have to resolve.
USB works fine too.
rjcalifornia
September 8th, 2009, 04:07 AM
Running xubuntu 9.04.
Slightly different fixes for the fluxbox gui resolution wise.
Right click was EJECT...the mac battery ran out (oops, wall charger went into powerless socket) and now I HAVE to use FN+f12 to get right click.
Won't eject dvd, but a simple TERMINAL command "eject" does it perfectly.
Sound and network work out of box. Brightness up and down work with function keys.
WILL NOT PLAY FLASH online for some reason.
Will NOT PLAY DIVX with anything. Totem, (vlc crashes for EVERYTHING including audio), mplayer. Whats the catch?
I have ffmpeg.
Does the external monitor work? I guess thats a fluxbox issue I have to resolve.
USB works fine too.
Hey, I had the same problems with Ubuntu. I find myself now using Kubuntu Jaunty Jackalope, and it plays everything and more. 3gp, mkv, mov and mp4 are supported by Xine for Kubuntu. For some reason, it doesn't work under Ubuntu Jaunty Jackalope. Besides that, repositories on kubuntu doesn't expires like in Ubuntu...
Oh, and it looks AWESOME! Right out of the box. No need to download something, it just looks great. Ubuntu looks old compared to Kubuntu Jaunty Jackalope. Plasma Dashboard it's just great.
ant2ne
September 8th, 2009, 04:20 AM
Hey, I had the same problems with Ubuntu. I find myself now using Kubuntu Jaunty Jackalope,.... What about WPA? I'd switch to kubuntu for WPA.
rjcalifornia
September 8th, 2009, 04:28 AM
What about WPA? I'd switch to kubuntu for WPA.
Sorry, don't know anything about that. I don't have a wireless adapter for my ibook g3.....
Horusrogue
September 8th, 2009, 11:42 PM
Hey, I had the same problems with Ubuntu. I find myself now using Kubuntu Jaunty Jackalope, and it plays everything and more. 3gp, mkv, mov and mp4 are supported by Xine for Kubuntu. For some reason, it doesn't work under Ubuntu Jaunty Jackalope. Besides that, repositories on kubuntu doesn't expires like in Ubuntu...
Oh, and it looks AWESOME! Right out of the box. No need to download something, it just looks great. Ubuntu looks old compared to Kubuntu Jaunty Jackalope. Plasma Dashboard it's just great.
And it runs great? I only have the 256 MB model.
Are you suggesting I switch? Will the performance be similar between Fluxbox and the Kubuntu default gui? Likely not.
But you are saying videos should play....
Also: Does anyone know how to switch to an external monitor? I tried a tutorial about that with ATI chipsets..but it did not work.
I have the cord that converts the mini-vga? Or whatever to normal vga. It works ON BOOTUP but when the OS loads..nothing.
I keep trying to use XRANDR...but how would I do it? I have added a monitor section in my xorg.conf....
rjcalifornia
September 9th, 2009, 12:57 AM
And it runs great? I only have the 256 MB model.
Are you suggesting I switch? Will the performance be similar between Fluxbox and the Kubuntu default gui? Likely not.
But you are saying videos should play....
Also: Does anyone know how to switch to an external monitor? I tried a tutorial about that with ATI chipsets..but it did not work.
I have the cord that converts the mini-vga? Or whatever to normal vga. It works ON BOOTUP but when the OS loads..nothing.
I keep trying to use XRANDR...but how would I do it? I have added a monitor section in my xorg.conf....
oh... 256 MB... I have 640 MB, and yes, it runs great, better than Ubuntu..... I thought it was going to be slow and exasperating, but it turned out that it's not that heavy....
Probably you should stick with Xubuntu or Debian Lenny :(
Horusrogue
September 9th, 2009, 01:15 AM
oh... 256 MB... I have 640 MB, and yes, it runs great, better than Ubuntu..... I thought it was going to be slow and exasperating, but it turned out that it's not that heavy....
Probably you should stick with Xubuntu or Debian Lenny :(
Would anyone know if Kubuntu with the Fluxbox gui would simply fix the video issue and yet run just as fast?
micomarata
September 26th, 2009, 04:09 PM
Need Help on my ibook g3. i just download the ubuntu 9.04 powerpc. i follow the instruction of chriz74 and after i fished all the procedures mg ibook requires a username and password? and its always counting in 10sec? any idea whats the username and password? and can some one give me help installing my ubuntu on my ibook? ASAP....
:(
Horusrogue
September 27th, 2009, 12:52 PM
Need Help on my ibook g3. i just download the ubuntu 9.04 powerpc. i follow the instruction of chriz74 and after i fished all the procedures mg ibook requires a username and password? and its always counting in 10sec? any idea whats the username and password? and can some one give me help installing my ubuntu on my ibook? ASAP....
:(
Is this the 500 model?
Username and password? Maybe something like root and root or admin/admin?
Installation? Simply boot off cd/dvd (was for me) by holding down the C key (I think it was)
Choose the linux distro and yea....installation from there should be fariyl basic (as far as OS installs go).
I would RECOMMEND Xubuntu 9.04 vs straight out ubuntu (unless you do a server install and then add on a gui of your choice) because it runs well enough initially on = or < 256 mb memory machines to set up an EVEN LIGHTER gui desktop.
micomarata
September 28th, 2009, 01:37 AM
i just finished downloaded the ubuntu alternate cd 9.04 and same problem? i can't get pass on the username and password screen? no more counting from 10 sec.? i remember in the installation procedure the installation procedure requires for my full name? then a username and password and so i punch my username and password and the after a few minutes the installation finished. and it reboot. now the log in screen appear? need more help please....
Horusrogue
September 28th, 2009, 07:31 PM
i just finished downloaded the ubuntu alternate cd 9.04 and same problem? i can't get pass on the username and password screen? no more counting from 10 sec.? i remember in the installation procedure the installation procedure requires for my full name? then a username and password and so i punch my username and password and the after a few minutes the installation finished. and it reboot. now the log in screen appear? need more help please....
You can always enter the information (login) afterwards. If you are having password issue simply enter no password and set it later.
Again, WHICH MODEL are you installing on?
micomarata
September 29th, 2009, 12:52 PM
model: ibook g3 m6411 i think this is the model? so u mean i need to reinstall the ubuntu again?
BothEyesShut
September 30th, 2009, 04:48 PM
:P
This tutorial definitely worked for me. Got an old iBook G3 Dual USB with that tiny 12" screen looking pretty beautiful and running like a champ.
*NOTE: that /X11/ directory is not to be confused with /x11/.
Thanks, OP!
Horusrogue
October 2nd, 2009, 02:06 AM
:P
This tutorial definitely worked for me. Got an old iBook G3 Dual USB with that tiny 12" screen looking pretty beautiful and running like a champ.
*NOTE: that /X11/ directory is not to be confused with /x11/.
Thanks, OP!
CAN YOU PLAY DIVX/XVID avi files?
I cannot and I installed xubuntu (works alright..mostly) and it does not.
Horusrogue
October 2nd, 2009, 02:07 AM
model: ibook g3 m6411 i think this is the model? so u mean i need to reinstall the ubuntu again?
If you cannot log in do not set a password or username if you can during install.
How much memory?
ant2ne
October 3rd, 2009, 03:13 PM
*NOTE: that /X11/ directory is not to be confused with /x11/. nix is case sensitive. myfile.txt is not the same as Myfile.txt or MYFILE.TXT. You get used to it. It does make samba sharing interesting.
Does anyone know if there is a working flash for the ppc yet. I've got a bunch of macs waiting for ubuntu, but i want to play hulu (requires adobe flash) and youtube (gnash might work) and stuff.
mdonovan
October 4th, 2009, 05:12 PM
Hi.
Has anyone got any idea how to get a PPC mozilla plugin for Flash ?
Or which Flash player to use to get websites using Flash to work under Mozilla ?
I have Xubuntu up and running on my G3 iBook (http://blog.mdonovan.co.uk/2009/07/at-last-xubuntu-on-my-g3-ibook.html) and all I think I am missing now is this Flash ability. Any ideas appreciated. Thanks.
Horusrogue
October 5th, 2009, 05:16 AM
Hi.
Has anyone got any idea how to get a PPC mozilla plugin for Flash ?
Or which Flash player to use to get websites using Flash to work under Mozilla ?
I have Xubuntu up and running on my G3 iBook (http://blog.mdonovan.co.uk/2009/07/at-last-xubuntu-on-my-g3-ibook.html) and all I think I am missing now is this Flash ability. Any ideas appreciated. Thanks.
Nothing I have tried yet works.
Also you can use the eject button with a keymap-remap. USE synaptic to find it.
Can you run movies? Divx? Xvid?
micomarata
October 6th, 2009, 11:46 AM
If you cannot log in do not set a password or username if you can during install.
How much memory?
standard is 64mb and i put another 64mb total of 128 mb. so do i need to reinstall the ubuntu again?
micomarata
October 7th, 2009, 12:20 PM
i just finished again installing for 5X ubuntu altenate cd. the problem still the same? i stuck on username/ password screen. i tried all the password and username (admin/admin, root/root, username/password) stiil i cn't pass the logins.
can someone HELP ME PLEASE!!!!!!!!!!!!!!!!:(
B_Free
October 7th, 2009, 04:58 PM
Is this a PPC machine? Does the login have a count down just below the password box? If so, just let the time expire. It should just automatically log you in. It won't hurt trying.
avtolle
October 8th, 2009, 09:15 PM
To the best of my knowledge, there is no ppc flash and thus no plugin for the same.
micomarata
October 9th, 2009, 03:56 AM
i use a ibook g3 with 15gig og hdd. i use the alternate cd powerpc no more countdown below. still i cnt pass throught the username/ppassword screen. incorrect username and password. i even try to put nothing upon installation on username and password. still no luck. PLEASE!!!!!! help me. im not dat techy on linux. hope you guys understand. :(](*,)
imET
October 9th, 2009, 10:59 PM
First off thanks to OP, I managed to instal Xubuntu jaunty on a
iBook G3 500MHz 640MB RAM, 10GB drive. The splash screen with the progress bar
is still split in two parts, the lower section is about 1/5th of the screen,
even though the login screen is not split. (I didn't do autologin) I can live with that.
What I want to know is, how can I speed up the loading of the desktop.
It takes more than 2 minutes to show the desktop after logging in, but once logged in
everything seems ok.
rjcalifornia
October 12th, 2009, 07:31 AM
i use a ibook g3 with 15gig og hdd. i use the alternate cd powerpc no more countdown below. still i cnt pass throught the username/ppassword screen. incorrect username and password. i even try to put nothing upon installation on username and password. still no luck. PLEASE!!!!!! help me. im not dat techy on linux. hope you guys understand. :(](*,)
how about using kubuntu instead??:guitar:
ant2ne
October 14th, 2009, 04:14 AM
how about using kubuntu instead??:guitar:*sigh*
i use a ibook g3 with 15gig og hdd. i use the alternate cd powerpc no more countdown below. still i cnt pass throught the username/ppassword screen. incorrect username and password. i even try to put nothing upon installation on username and password. still no luck. PLEASE!!!!!! help me. im not dat techy on linux. hope you guys understand. :(](*,)I had similar problem when installing latest debian on iBook. It took three tries before it installed. Try again, and be certain that the password you use doesn't include any funky characters. Regardless what others say, I know that the character ! and @ in a password can cause problems. So set a simple user name and a simple password.
goatkeeper
October 14th, 2009, 05:20 AM
Hi, just downloaded Jaunty on my iBook the other day. Thanks to you guys the video problem got solved first thing. The install went smoothly; I could have slept through it. I never expected it to be that easy. I have everything I need for the immediate future. But two things, one perhaps rather dumb. How do you get the CD tray to open now that f12 is the control click without using the low tech paper clip in the hole? And yes, also, the little book seems to run hotter than under Tiger, and I know it shouldn't. Heat is the enemy. I'll try suggestions above if it seems to get out of control. Thank you. To be rid of Apple forever except for the beautiful hardware is a load off my back!
rjcalifornia
October 15th, 2009, 04:43 AM
Hi, just downloaded Jaunty on my iBook the other day. Thanks to you guys the video problem got solved first thing. The install went smoothly; I could have slept through it. I never expected it to be that easy. I have everything I need for the immediate future. But two things, one perhaps rather dumb. How do you get the CD tray to open now that f12 is the control click without using the low tech paper clip in the hole? And yes, also, the little book seems to run hotter than under Tiger, and I know it shouldn't. Heat is the enemy. I'll try suggestions above if it seems to get out of control. Thank you. To be rid of Apple forever except for the beautiful hardware is a load off my back!
open terminal:
then type
eject
or....
right click on desktop, create a new "link to application" and on the "application" tab, and where it says "command" type "eject"
rpras
October 26th, 2009, 02:43 AM
Just wanted to report that I successfully installed Jaunty on my iBook (600mhz/dual usb/snow/Airport).
I followed the instructions posted here and got everything to work.
Sound worked out-of-the-box.
Screen resolution needed fix following the method described in the first post. The splash screen during boot is still 640x480 and mirrored. I think I'll edit the boot options to specify "nosplash."
Airport did give me some WPA problems. I needed to download the firmware mentioned here: http://wiki.debian.org/orinoco. Just unzipped the file and placed the firmware file after renaming it in the /lib/firmware folder. This method seemed to enable WPA. However, connecting to my Netgear WGR 614 v6 router was very flaky. Random drops and multiple attempts before Airport would connect. I had to install wicd networking manager. No drops since then.
Touchpad tapping and dragging works -- I had to enable them, though. You need to have powerpc-utils installed and then just "sudo trackpad show" to see what options are enabled by default. Use "sudo trackpad tap" to enable tapping and "sudo trackpad drag" to enable dragging (credit: http://ubuntuforums.org/showthread.php?t=211797). To make these setting survive booting, see http://ubuntuforums.org/showthread.php?t=488853.
Now if I could figure out how to make the trackpad do a right-click.
I love ubuntu and these forums! Have a 64-bit version running on my quad-core Q6600 machine. But running it on the iBook is just too sweet.
Thanks.
ant2ne
October 26th, 2009, 09:49 PM
Airport did give me some WPA problems. I needed to download the firmware mentioned here: http://wiki.debian.org/orinoco. Just unzipped the file and placed the firmware file after renaming it in the /lib/firmware folder. This method seemed to enable WPA. However, connecting to my Netgear WGR 614 v6 router was very flaky. Random drops and multiple attempts before Airport would connect. I had to install wicd networking manager. No drops since then.
Now we are talking. I'm ready to break out the iBook and get WPA working on it!!
moocow1452
October 27th, 2009, 02:35 AM
I apperciate your guys work, but with the Final Release coming out in a week, what's the word on Karmic on PowerPC?
linuxopjemac
October 27th, 2009, 12:07 PM
your best bet for making sleep work on a PPC based Mac is to use pmud
http://sourceforge.net/projects/apmud/
linuxopjemac
October 27th, 2009, 12:08 PM
and to have all hotkeys working you might try http://pbbuttons.berlios.de/
eQuk
October 27th, 2009, 12:30 PM
Installing ubuntu intrepid on my ibook G3 now, is there a way to stop the update manager bugging me about updating pixman and upgrading to jaunty, maybe some way to exclude them from updates?
rpras
November 3rd, 2009, 03:36 AM
Just wanted to report that I successfully installed Jaunty on my iBook (600mhz/dual usb/snow/Airport).
I followed the instructions posted here and got everything to work.
Sound worked out-of-the-box.
Screen resolution needed fix following the method described in the first post. The splash screen during boot is still 640x480 and mirrored. I think I'll edit the boot options to specify "nosplash."
Airport did give me some WPA problems. I needed to download the firmware mentioned here: http://wiki.debian.org/orinoco. Just unzipped the file and placed the firmware file after renaming it in the /lib/firmware folder. This method seemed to enable WPA. However, connecting to my Netgear WGR 614 v6 router was very flaky. Random drops and multiple attempts before Airport would connect. I had to install wicd networking manager. No drops since then.
Touchpad tapping and dragging works -- I had to enable them, though. You need to have powerpc-utils installed and then just "sudo trackpad show" to see what options are enabled by default. Use "sudo trackpad tap" to enable tapping and "sudo trackpad drag" to enable dragging (credit: http://ubuntuforums.org/showthread.php?t=211797). To make these setting survive booting, see http://ubuntuforums.org/showthread.php?t=488853.
Now if I could figure out how to make the trackpad do a right-click.
I love ubuntu and these forums! Have a 64-bit version running on my quad-core Q6600 machine. But running it on the iBook is just too sweet.
Thanks.
I guess I was way too early judging my Jaunty install. Airport with WPA worked for a while but then I started having major problems. "No DHCPOFFERS received." Could not resolve the issue at all. So I installed Karmic. Still have the same issue in Karmic.
Looks like there is a problem with dhclient. My searches have shown me a ton of posts that describe the issue, but no fix yet -- not for Jaunty nor for Karmic.
rpras
November 9th, 2009, 09:04 AM
Fixed -- look at my posts in this thread: http://ubuntuforums.org/showthread.php?t=1310313. Karmic now runs beautifully on my iBook. I've gotten it to start network using wireless connection to my AP at boot time. No drops at all.
ant2ne
November 10th, 2009, 04:13 AM
Fixed -- look at my posts in this thread: http://ubuntuforums.org/showthread.php?t=1310313. Karmic now runs beautifully on my iBook.How did you get it installed? See http://ubuntuforums.org/showthread.php?p=8278234#post8278234
rpras
November 10th, 2009, 05:46 AM
How did you get it installed? See http://ubuntuforums.org/showthread.php?p=8278234#post8278234
I used the powerpc alternate ISO to burn a CD. Looking at your other thread, I see your problem. I think I ran into the same issue and decided to go with the alternate ISO precisely because I could get it to burn on a CD. Looks like you found the same solution.
Good luck with your install. Once you get it to work, it's slick!
rpras
November 14th, 2009, 11:09 AM
How did you get it installed? See http://ubuntuforums.org/showthread.php?p=8278234#post8278234
Were you able to get Karmic installed?
ant2ne
February 2nd, 2010, 09:26 PM
Were you able to get Karmic installed?I got 9.10 installed. But I still got no wpa. (I can't connect to non SSID broadcasting networks either. but that maybe a different issue.) Did you have to install the orinoco driver? http://wiki.debian.org/orinoco I did that, because that is what I had to do with a debian install.
linuxopjemac
February 2nd, 2010, 10:11 PM
In Karmic I have trouble with WPA too. I changed to wicd, much better.
sudo apt-get install wicd
you probably have to do a reboot to see the new networkmanager in your panel.
LtPitt
February 3rd, 2010, 12:41 AM
i use a ibook g3 with 15gig og hdd. i use the alternate cd powerpc no more countdown below. still i cnt pass throught the username/ppassword screen. incorrect username and password. i even try to put nothing upon installation on username and password. still no luck. PLEASE!!!!!! help me. im not dat techy on linux. hope you guys understand. :(](*,)
Did you check your little ibook date?
I had problems with mine because of a motherboard battery gone :/ :)
ant2ne
February 3rd, 2010, 04:17 AM
In Karmic I have trouble with WPA too. I changed to wicd, much better.
sudo apt-get install wicd
you probably have to do a reboot to see the new networkmanager in your panel.you can connect to wpa with wicd? no problems?
linuxopjemac
February 3rd, 2010, 09:52 AM
you can connect to wpa with wicd? no problems?
that's what I said, but I am on a MacBook 2,1....
ant2ne
February 3rd, 2010, 09:10 PM
that's what I said, but I am on a MacBook 2,1....MacBook != iBook
[-X
linuxopjemac
February 4th, 2010, 09:32 AM
Macbook ≠ iBook (Intel vs PPC)
ant2ne
February 4th, 2010, 03:28 PM
Macbook ≠ iBook (Intel vs PPC)Right, and this thread is titled "iBook G3 Working Tutorial"
linuxopjemac
February 4th, 2010, 04:06 PM
the question is, does wicd work for you or not? It has nothing to do whether you are on an iBook or not. Networkmanager is not very well in Karmic.
ant2ne
February 4th, 2010, 06:49 PM
not to be dragged into a flame, but I'm certain wicd works with wpa for a lot of people. But this thread is iBook specific. I could post how wicd works very well on my Dell, and that would be about as helpful as information about it working on a MacBook. wicd doesn't work right out of the box with the iBook. If you got wicd to work, with an iBook, then you should share how.
ant2ne
February 5th, 2010, 06:50 PM
Ok, I just now got this to work. So I have yet to implement permanent fixes. I have not removed network-manager. But, like rpras's solution, only command line wpa_supplicant works. On one WAP I did have random drops in connections. At home I logged in and had a steady connection. If I notice drops more drops I'll update this thread.
I had to do a fresh OS install of 9.10. I think I borked something the first time around and it was just keeping the driver from working. If you have been playing with this for awhile then you maybe better off wiping too.
kernel version
uname -r if you are better than 2.6.28 then you are golden. 9.10 will be good.
install the driver
Download this driver (http://ant2ne.com/downloads/orinoco.fw.tar.bz2). Then unzip it and remove orinoco.fw
then 'sudo cp orinoco.fw /lib/firmware/agere_sta_fw.bin' then 'modprobe airport' and reboot.
using wpa_supplicant
I created a script called cygne.sc (the name of my home network) and put in it...
rm /var/run/wpa_supplicant/eth1
/sbin/wpa_supplicant -ieth1 -Dwext -ccygne.confthen I created a cygne.conf file and put in ...
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="cygne"
scan_ssid=0
proto=WPA
key_mgmt=WPA-PSK
psk="mypasskey"
pairwise=TKIP
group=TKIP
}I think you need to use WPA1 and only TKIP on your WAP. No other WPA will work.
then " sudo ./cygne.sc" and the connection was made. I did have to open a second command window to type "sudo dhclient eth1" to get an IP. I suppose a 'sleep 20' and then the dhclient could be appended to cygne.sc
UPDATE: I did have drops. I removed network-manager and the drops seem to have stopped.
ant2ne
February 16th, 2010, 04:39 AM
Well,
Do to a lack of power management in ubuntu I went and tried slackintosh. And I'm very pleased. Here is my tut (http://www.ant2ne.com/?p=173).
linuxopjemac
February 16th, 2010, 09:51 AM
Thanks for the installation manual, I made a link on my website to your manual. Good luck with Slackintosh.
the wizard of oz
March 2nd, 2010, 03:57 PM
Did you check your little ibook date?
I had problems with mine because of a motherboard battery gone :/ :)
Help, like Mikomarata I never get past the username/password screen; this has been driving me nuts for days!
Specs:
Apple iBook G3 12" (Late 2001 with Dual USB & FireWire)
640MB RAM
15GB HDD
500MHz PPC CPU
After replacing the original CD-ROM drive with a CD-RW/DVD-ROM drive from an old defunct laptop, adding a fresh 512MB RAM module, burning an alternate-CD PPC version of Linux Ubuntu 9.10 Karmic Koala to DVD, I didn't expect such a hard time getting my iBook running smoothly :( ...
Very frustrating, from a working Mac OS X 10.1.3, which was able to play DVD movies and run a bit faster after I performed the aforementionned upgrades, but not able to browse the modern internet very well, hence the Ubuntu installation, now I have nothing working at all :sad: .
So it could be the motherboard's battery?! How can I find out?
On a side note, some ideas on how to solve my issue with the small central hex screw of the iBook's lower case, which hex hole is worn out, disabling loosening of the said screw :oops: :frown: ...
linuxopjemac
March 2nd, 2010, 04:06 PM
http://mac.linux.be/content/login-problems-powerbook-g4-dead-pram-0
I wish I could make sticky posts in this forum....
the wizard of oz
March 2nd, 2010, 04:39 PM
Dank je wel / thanks ;) , that's probably the issue, since it displayed year 1904 in the Open Firmware!
I'm trying a reinstall now; I'll keep you posted.
linuxopjemac
March 2nd, 2010, 05:48 PM
you don't need to reinstall. Just set the date in open firmware and boot into Linux. Make sure that you set the time with ntp at boot. Then you don't have that problem anymore.
the wizard of oz
March 2nd, 2010, 07:08 PM
Too late! Nevermind, login worked. Thanks a lot, I really am very grateful.
Now to fix the display issue...
...and then op je gemak op je mac met ubuntu :) !
Yay, editing the conf file did the trick :D . Thanks for that too :) .
Now for some media fixes, and all will be great.
oswaldkelso
March 3rd, 2010, 12:53 AM
On a side note, some ideas on how to solve my issue with the small central hex screw of the iBook's lower case, which hex hole is worn out, disabling loosening of the said screw :oops: :frown: ...
You could try super glue.
Place some on your driver, taking care not to touch surounding plastic!! Leave for a hour. Fingers crossed ;)
the wizard of oz
March 3rd, 2010, 02:20 PM
You could try super glue.
Place some on your driver, taking care not to touch surounding plastic!! Leave for a hour. Fingers crossed ;)
I'll try that if I need to take it apart again, thanks for the suggestion.
Mmh, another issue has popped up, the CD/DVD drive doesn't seem properly recognized...
No DVD nor CD appears in "Places" when loaded; Under "Computer", "CD/DVD Drive" is present next to "Filesystem", but clicking it to open it doesn't do anything.
Properties of said CD/DVD Drive come as type, size, & volume "unknown" & location "unknow", so I guess this must be a mounting issue?!
Fn+Eject does work though, and when inserting a disc, it does spin, which seems coherent with the fact that I did manage to install the OS from that drive :D .
Any advice appreciated.
linuxopjemac
March 3rd, 2010, 05:04 PM
it's a bug, again, this could be a sticky...I don't know why people who have such authorities make a sticky out of this:
http://ubuntuforums.org/showthread.php?t=1323153&highlight=cdrom&page=2
the wizard of oz
March 3rd, 2010, 06:48 PM
it's a bug, again, this could be a sticky...I don't know why people who have such authorities make a sticky out of this:
http://ubuntuforums.org/showthread.php?t=1323153&highlight=cdrom&page=2
So editing the fstab (http://ubuntuforums.org/showpost.php?p=8119383&postcount=6) could be the answer?
I have this line
"/dev/hdb /media/cdrom0 udf, iso9660 user, noauto, exec, utf8, 0 0"
...do I have to change noauto to auto, or? Also in my media directory, cdrom and cdrom0 are two directories, not one directory and one file like in fellow ubuntu user AdamGott's case...
linuxopjemac
March 3rd, 2010, 07:40 PM
I have the following on a MacBook:
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
So I would use the following in your /etc/fstab:
/dev/sr0 /dev/dvdrw udf, iso9660 user, noauto, exec, utf8, 0 0
Join Date: Nov 2008
Beans: 22
Re: cd/dvd/usb automount not working - gnome-volume-manager or hal problem?
It was an fstab issue I guess. I changed my automount device to /dev/sr0 with a mount point of /dev/dvdrw. In my media directory there was a file called cdrom and a directory called cdrom0. The cdrom file linked to the cdrom0 directory and for some reason this was causing a bit of havoc. After I deleted both of these the automount now works for cd/dvd media and for USB.
I don't know why this was affecting USB but I guess it doesn't matter because it works now.
the wizard of oz
March 3rd, 2010, 08:22 PM
Nope, not working. I'll revert the /etc/fstab back to what it was.
Mounting /dev/hdb manually does load cdrom0 into media, but it won't read video DVD's very well at all in MPlayer, with sound & image lagging all over the place, and audio CD's give an error.
linuxopjemac
March 3rd, 2010, 09:42 PM
can you give me the output (the relevant passage) of dmesg after inserting a CD?
what about the following:
/dev/sr0 /media/cdrom0 udf, iso9660 user, noauto, exec, utf8, 0 0
the wizard of oz
March 3rd, 2010, 10:07 PM
when I mount using "mount /dev/hdb", after inserting a CD, I get:
"wronf fs type, bad option, bad superblock on /dev/hdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so"
would the last line of dmesg be relevant:
"isofs_fill_super: bread failed, dev=hdb, iso_blknum=16, block=16"?
I'm not so well versed in Linux command stuff, pardon me...
the wizard of oz
March 4th, 2010, 07:29 PM
Bump.
So there's a definite bug with Karmic/PPC for optical drives? Nothing can be done? :( ...
Any chance this will be fixed in the next LTS release? Is there a distribution I should revert to in the meantime that does't have this bug?
ant2ne
March 16th, 2010, 09:25 PM
I noticed that with ubuntu, the hard drive area of the ibook got very hot. I assumed this was just a mac 'feature' but then I installed slackintosh (http://www.ant2ne.com/?p=173) and it didn't get hot at all. I'm assuming that ubuntu is keeping the disk spinning or is accessing the disk excessively. Has anyone else noticed this? And found a solution? I'd much rather switch to ubuntu on my iBook, but slack is working great. If I could get power management and screen dimming and this ridiculous hard drive heat resolved in ubuntu then I'd switch asap! (Yes I have another ibook with ubuntu installed just for tinkering with.)
ant2ne
April 12th, 2010, 08:12 PM
I spent some time and I got ubuntu working on my 800Mhz iBook G3 to my satisfaction.
My requirements
1 Functional Linux OS with GUI
2 Ethernet, and wifi with WPA
3 Power management including screen dimming and quick and reliable suspend and hibernation.
4 Ability to easily install applications with apt-get
You can read all about it here. (http://blog.computerant.com/2010/04/07/linux-on-the-ibook-varied-success-different-distributions/) If any of the steps are unclear, or you run into other difficulty, you could post a comment on the blog (preferred) or pm me here.
linuxopjemac
April 12th, 2010, 08:49 PM
That's a great amount of work. Congratulations.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.