Adam Hewitt wrote:
<snip>

Has any managed to get Debian working under a new ibook (bought this year) and if so did you manage to get everything working (I don't want to have to buy a seperate USB modem...if thats the case I will be installing OSX back on here today)??
I managed to get things working on a machine bought earlier this year, with list help from Jamie Wilkinson. It was a while ago now (May) but this is the message that helped me from memory (Google radeon + Crowdy):


This one time, at band camp, Denis Crowdy wrote: >Going in a slightly different direction here, but has anyone managed to >compile the kernel Jamie recommends at >http://www.spacepants.org/hw/tibook/ on one of the new powerbooks with a >Radeon video card? > >I'm having problems like: > >cp: cannot stat `agpgart.o': No such file or directory

I don't build the radeon driver from that kernel.  Instead I
install Michel Daenzer's drm-trunk-module-src package and build the
drm-trunk kernel modules separately.  I should write some more on that page
to spell out what I do explicitly.

quick and dirty version:

rsync -avz --delete rsync.penguinppc.org::linux-2.4-benh ~/somewhere
cd somewhere
make menuconfig (choose /dev/agpgart (AGP Support) as a module and Apple
        UniNorth support)
exit, save
fakeroot make-kpkg --revision=pants.1 kernel_image
become root
apt-get install drm-trunk-module-src
cd /usr/src
tar zxf drm-trunk.tar.gz
unbecome root
fakeroot make-kpkg modules_image

then you have a kernel-image-2.4.20-benh10_2.4.20-benh10-pants.1_powerpc.deb
and a drm-trunk-something_...deb that you can install and you're done.

HTH,

Denis Crowdy

--
Department of Contemporary Music Studies
Macquarie University
NSW 2109 Australia, ph: +61 (0)2 9850 6787, fax: 9850 6593
http://www.ccms.mq.edu.au

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to