Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Can't Install on New PowerBook5,8 -- No CDROM found
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
andybotting
n00b
n00b


Joined: 06 Jun 2005
Posts: 16

PostPosted: Wed Nov 09, 2005 9:49 pm    Post subject: Reply with quote

Yesterday I was checking out the Linux PPC-dev patches, and in the page for the patch for the ATA, AGP and ethernet (http://patchwork.ozlabs.org/linuxppc/patch?id=3275) I found this:

Quote:
Still remaining is to get the touchpad to work, the simple change of just adding the new USB ids isn't enough.


It sounds like everything else should be fine though. I'm sure it won't take them long to get a patch out for this one too ;)
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Sat Nov 12, 2005 7:47 pm    Post subject: Reply with quote

Update

I attempted to install with the new LiveCD. All went fine except for the reboot - stock 2.6.14 kernel + the new PB patch won't boot - hangs right after

Code:

.. ok
...
...
calling quiesce ...
returning 0x0140000 from prom_init


The live CD kernel doesnt enable CONFIG_CPU_FREQ_PMAC and I was stuck at 800Mhz! I patched and compiled the stock kernel, installed yaboot successfully but the boot hangs.

Can someone provide a workable kernel .config for the PowerBook? I am too lazy to keep trying various config options without actually knowing what each means! (New to PPC).

Thanks

Parry
Back to top
View user's profile Send private message
andybotting
n00b
n00b


Joined: 06 Jun 2005
Posts: 16

PostPosted: Sat Nov 12, 2005 10:10 pm    Post subject: Reply with quote

Parry,

I found Jochen Voss has a kernel config for a 5,6 powerbook on his page:

http://seehuhn.de/comp/powerbook/

Maybe start with that, and see if you have any more luck?
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Sat Nov 12, 2005 10:14 pm    Post subject: Reply with quote

parry

You've not included a framebuffer device with your kernel configuration. Unless you know what you're doing, you should do a
Code:
make defconfig
before configuring the kernel. This will set sane defaults for all of the kernel settings.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Sun Nov 13, 2005 1:35 am    Post subject: Reply with quote

Looks like it was due to this - http://marc.theaimsgroup.com/?l=linux-kernel&m=113183490427820&w=2

With latest 2.6.15-rc1 kernel PREP needs to be disabled and build should be with make ARCH=powerpc.

Not that I have tested with the new trick but that's going to take some while.
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Sun Nov 13, 2005 2:29 am    Post subject: Reply with quote

2.6.15 isn't the same as 2.6.14. The issue in that posting is due to the merging of the ppc and ppc64 arches in the kernel and is only a problem with 2.6.15. You're most likely having this problem:
https://forums.gentoo.org/viewtopic-t-376580-highlight-framebuffer.html
https://forums.gentoo.org/viewtopic-t-368499-highlight-framebuffer.html
https://forums.gentoo.org/viewtopic-t-358040-highlight-framebuffer.html

etc... Performing
Code:
make defconfig
before configuring the kernel sets some reasonable settings that prevent these problems.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Sun Nov 13, 2005 3:27 am    Post subject: Reply with quote

I was actually using 2.6.15-rc1. But I used somebody else's config which seemingly had all that was required to boot it! I compiled 2.6.15-rc1 with make ARCH=powerpc with PREP and CHRP disabled and it's running well - just installed KDE from binary packages!

Thanks
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Sun Nov 13, 2005 3:56 pm    Post subject: Reply with quote

Ok, Now I can't get sound out of it. Below modules are loaded, both alsamixer and KMix identify the sound card as PMAC AWACS and allow me to change the volume up and down and fiddle with few switches but ultimately no sound comes out ever.

Code:

snd_pcm_oss            65152  0
snd_mixer_oss          22144  1 snd_pcm_oss
snd_seq_oss            41812  0
snd_seq_midi_event      8096  1 snd_seq_oss
snd_seq                64280  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device         10476  2 snd_seq_oss,snd_seq
snd_powermac           51424  2
snd_pcm               105988  3 snd_pcm_oss,snd_powermac
snd_timer              28516  2 snd_seq,snd_pcm
snd                    70484  11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_powermac,snd_pcm,snd_timer
soundcore              11396  1 snd
snd_page_alloc         12008  1 snd_pcm
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Tue Nov 15, 2005 9:33 pm    Post subject: PoweBook5,8 TrackPad Update Reply with quote

Just an heads up that the new PowerBook5,8 trackpad has started to work - albeit slowly but I am looking into it right now. Will post the modified appletouch driver as soon as it starts working reliably.

Cheers!
Back to top
View user's profile Send private message
projectle
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jan 2005
Posts: 90

PostPosted: Wed Nov 16, 2005 1:58 am    Post subject: Reply with quote

It would seem as though the experimental install cd is no longer located at the previously posted URL.

To repeat, http://gentooexperimental.org/~pylon/ISOs/ is not operational.

That being the case, is there an updated version somewhere else that I could use to set up a dual-boot between OSX and Gentoo on my 17" Powerbook 5,9?
Back to top
View user's profile Send private message
parry
n00b
n00b


Joined: 06 Aug 2005
Posts: 20

PostPosted: Wed Nov 16, 2005 3:50 am    Post subject: Reply with quote

The Link is functional - I just checked.
Back to top
View user's profile Send private message
zdavatz
n00b
n00b


Joined: 20 Feb 2006
Posts: 15

PostPosted: Mon Feb 20, 2006 4:13 pm    Post subject: Password required for above Link Reply with quote

Hi

There seems to be a password required :?: :cry: :?: to be able do Download above experimental install! Does anybody know the Passwort or can anybody tell me why the site is password protected?

We are having the same problem here, that the Gentoo-Install CD does not recognize the CD-Drive MATSHITA DVD-R UJ-846 of the Apple Powerbook 15".

Thanks for your Feedback.

Zeno
Back to top
View user's profile Send private message
Arto
n00b
n00b


Joined: 13 Feb 2006
Posts: 5
Location: Berlin

PostPosted: Thu Feb 23, 2006 7:13 pm    Post subject: Reply with quote

zdavatz,

See the other, more up-to-date thread Where is the Experimental Install CD for Powerbook 5,9?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum