Re: Openfirmware & yaboot
What I did is just to change device entry in yaboot.conf to device=hd: and it finally works. > > Is it possible to configure Openfirmware so that it can boot directly > > debian. When booting I always have to open OF and type "boot > > hd:9,yaboot" otherwise my machine boot directly with mac os 10.3 > > setenv boot-device hd:9,yaboot > > should do it. > > Michael > > _ > Envie de discuter en "live" avec vos amis ? Tlcharger MSN Messenger > http://www.ifrance.com/_reloc/m la 1re messagerie instantane de France
Re: powerbook and debian
Thanks for the tips. Debian works better now in my powerbook. I built a new kernel using your config file and it seems to work fine. For the sound, I hear some thing when I log into kde but when I try to listen a music from a cd there is nothing :-(
kernel compilation failed
Hi all, I've tried to compile a custom kernel. I've got the source via rsync::linuxppc-2.5-benh. When I compile it I get this error message: drivers/video/built-in.o(.text+0x194d8): dans la fonction « radeon_engine_reset »: : définitions multiples de « radeon_engine_reset » drivers/char/built-in.o(.text+0x2c2f4): défini pour la première fois ici ld: AVERTISSEMENT: taille du symbole « radeon_engine_reset » a changé de 168 dans drivers/char/built-in.o à 1516 dans drivers/video/built-in.o make[2]: *** [drivers/built-in.o] Erreur 1 make[1]: *** [drivers] Erreur 2 make[1]: Leaving directory `/usr/local/src/benh-kernel' make: *** [stamp-build] Erreur 2 The output is in french (sorry) but it says something like: multiple definition of symbol radeon_engine_reset Someone can tel me how overcome this problem? Thank you
Powerbook Alu getting hot rapidly with Debian
I noticed that when I run debian my powerbook gets hot very rapidly which is not the case when I use mac os X, even when I do nothing: just letting the computer on. Is it normal?
Re: Powerbook Alu getting hot rapidly with Debian
Le jeu 05/02/2004 à 21:29, Colin Leroy a écrit : > On 05 Feb 2004 at 08h02, Utilisateur Debian wrote: > > Hi, > > > I noticed that when I run debian my powerbook gets hot very rapidly > > which is not the case when I use mac os X, even when I do nothing: just > > letting the computer on. Is it normal? > > Maybe you'd like to try the adt746x module in 2.6.2-ben1 kernel. It's defined Where can I get the 2.6.2 source. Yesterday I rsynced to benh-2.5 tree but I wasn't able to compile this source . I got an multiple definition of symbol. I didn't understand why ;-( > as Ibook fan controller in the kernel's config, but it also handles AlBooks. > > HTH, > -- > Colin >
Kernel2.6.2 compilation failed
Hi all, I tried to compile a custom kernel that I got from mvista::2.5-tree via rsync but I got this error message: drivers/video/built-in.o(.text+0x194e4): In function `radeon_engine_reset':: multiple definition of `radeon_engine_reset' drivers/char/built-in.o(.text+0x2c2f4): first defined here ld: Warning: size of symbol `radeon_engine_reset' changed from 168 in drivers/char/built-in.o to 1516 in drivers/video/built-in.o make[2]: *** [drivers/built-in.o] Error 1 make[1]: *** [drivers] Error 2 make[1]: Leaving directory `/usr/local/src/benh-kernel' make: *** [stamp-build] Error 2 Any idea? My system : powerbook 15'' alu , 1,25ghz with debian sid. I've already managed to compile the 2.6.1rc1 without problem. Thanks
Re: Kernel2.6.2 compilation failed
You're right. I put the drm to static and it works. Le ven 06/02/2004 à 14:36, Geert Uytterhoeven a écrit : > On Fri, 6 Feb 2004, Utilisateur Debian wrote: > > Hi all, > > I tried to compile a custom kernel that I got from mvista::2.5-tree via > > rsync but I got this error message: > > > > drivers/video/built-in.o(.text+0x194e4): In function > > `radeon_engine_reset':: multiple definition of `radeon_engine_reset' > > drivers/char/built-in.o(.text+0x2c2f4): first defined here > > ld: Warning: size of symbol `radeon_engine_reset' changed from 168 in > > drivers/char/built-in.o to 1516 in drivers/video/built-in.o > > make[2]: *** [drivers/built-in.o] Error 1 > > make[1]: *** [drivers] Error 2 > > make[1]: Leaving directory `/usr/local/src/benh-kernel' > > make: *** [stamp-build] Error 2 > > > > Any idea? > > My system : powerbook 15'' alu , 1,25ghz with debian sid. I've already > > managed to compile the 2.6.1rc1 without problem. > > I guess both Radeon DRM and radeonfb define radeon_engine_reset(). Making at > least one of them (better: both) static should fix the build. > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like > that. > -- Linus Torvalds > _ > Envie de discuter en "live" avec vos amis ? Tlcharger MSN Messenger > http://www.ifrance.com/_reloc/m la 1re messagerie instantane de France
Re: Kernel2.6.2 compilation failed
You're right. I put drm to static and it works now Le ven 06/02/2004 à 14:53, Michel Dänzer a écrit : > On Fri, 2004-02-06 at 14:36, Geert Uytterhoeven wrote: > > On Fri, 6 Feb 2004, Utilisateur Debian wrote: > > > > > > drivers/video/built-in.o(.text+0x194e4): In function > > > `radeon_engine_reset':: multiple definition of `radeon_engine_reset' > > > drivers/char/built-in.o(.text+0x2c2f4): first defined here > > > ld: Warning: size of symbol `radeon_engine_reset' changed from 168 in > > > drivers/char/built-in.o to 1516 in drivers/video/built-in.o > > > make[2]: *** [drivers/built-in.o] Error 1 > > > make[1]: *** [drivers] Error 2 > > > make[1]: Leaving directory `/usr/local/src/benh-kernel' > > > make: *** [stamp-build] Error 2 > > > > > > Any idea? > > > My system : powerbook 15'' alu , 1,25ghz with debian sid. I've already > > > managed to compile the 2.6.1rc1 without problem. > > > > I guess both Radeon DRM and radeonfb define radeon_engine_reset(). Making at > > least one of them (better: both) static should fix the build. > > The one in the DRM can't be static AFAICT. >
Re: Unable to build benh kernel... bad configuration?
Le mer 11/02/2004 à 14:46, Arnaud Vandyck a écrit : You have to put DRM or radeonfb to static since the both define 'radeon_engine_reset()' > Hi *, > > I got this: > > drivers/video/built-in.o(.text+0x232cc): In function `radeon_engine_reset': > : multiple definition of `radeon_engine_reset' > drivers/char/built-in.o(.text+0x3bc3c): first defined here > ld: Warning: size of symbol `radeon_engine_reset' changed from 168 in > drivers/char/built-in.o to 1104 in drivers/video/built-in.o > make[2]: *** [drivers/built-in.o] Error 1 > make[1]: *** [drivers] Error 2 > make[1]: Leaving directory `/usr/src/benh2.6' > make: *** [stamp-build] Error 2 > [EMAIL PROTECTED]:/usr/src/benh2.6$ > > I'm not a guru in kernel configuration!.. any idea? > > Thanks, > > -- > Arnaud >
Re: Unable to build benh kernel... bad configuration?
Le jeu 12/02/2004 à 13:50, Arnaud Vandyck a écrit : > Utilisateur Debian <[EMAIL PROTECTED]> writes: > > > Le mer 11/02/2004 à 14:46, Arnaud Vandyck a écrit : > >> drivers/video/built-in.o(.text+0x232cc): In function `radeon_engine_reset': > >> : multiple definition of `radeon_engine_reset' > >> drivers/char/built-in.o(.text+0x3bc3c): first defined here > >> ld: Warning: size of symbol `radeon_engine_reset' changed from 168 in > >> drivers/char/built-in.o to 1104 in drivers/video/built-in.o > >> make[2]: *** [drivers/built-in.o] Error 1 > >> make[1]: *** [drivers] Error 2 > >> make[1]: Leaving directory `/usr/src/benh2.6' > >> make: *** [stamp-build] Error 2 > >> [EMAIL PROTECTED]:/usr/src/benh2.6$ > > > > You have to put DRM or radeonfb to static since the both define > > 'radeon_engine_reset()' > > CONFIG_DRM=y > CONFIG_DRM_TDFX=m > CONFIG_DRM_GAMMA=m > CONFIG_DRM_R128=y > CONFIG_DRM_RADEON=y Your have to put m here > # CONFIG_DRM_MGA is not set > # CONFIG_DRM_SIS is not set > > # CONFIG_FB_RADEON_OLD is not set > CONFIG_FB_RADEON=y or here > > Maybe you said or, not and... ;) > > I'll re-try with an old-configuration file... > > -- > .''`. > : :' :rnaud > `. `' >`- >
Alsa configuration problem
Hi all, Alsa seems to be correctly installed in my system but I don't still have the sound. Here is the out put when I restart it with: "/etc/init.d/alsa restart" debian:/etc/init.d# /etc/init.d/alsa restart Storing ALSA mixer settings ... done. Shutting down ALSA (version 0.9.7): done. Starting ALSA (version 0.9.7): ALSA appears to be compiled statically. Restoring ALSA mixer settings ... done. Anyone can tell me what's the matter. My system: Powerbook 15 alu, 1.25 Ghz, debian sid. Thanks