dmasound with Linux 2.6.2 on iBook G3/500 (CX750e)
Hi there! My iBook currently runs on Debian Sid with the above processor/kernel. Everything works fine now except dmasound. Does somebody have an identical iBook with working dmasound and could send me his .config so I can diff it? Mine is available via PM. Thanks so far, Lukas -- == dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD! == pgpti0x9q7ztA.pgp Description: PGP signature
Re: dmasound with Linux 2.6.2 on iBook G3/500 (CX750e)
It doesn't work at all :( During my desperate trials I messed up something so it doesn't even suspend any more... Linux uziel 2.6.2 #31337 Fri Feb 6 16:39:07 CET 2004 ppc GNU/Linux Sorry for that #31337 thing - I think it's funny *duck* On Mon, 09 Feb 2004 21:23:15 +1100 Thus spake Stewart Smith <[EMAIL PROTECTED]>: > does it work at all or do you get strange audio artifacts (skipping > like)? > > i'm using alsa and have noticed some strange audio artifacts - but i'm > going to try the latest benh. > > currently running: > Linux willster 2.6.2-rc1-ben1 #10 Sun Feb 1 22:50:25 EST 2004 ppc > GNU/Linux > > > On Fri, 2004-02-06 at 06:00, Lukas Th.Hey wrote: > > Hi there! > > > > My iBook currently runs on Debian Sid with the above processor/kernel. > > Everything works fine now except dmasound. > > Does somebody have an identical iBook with working dmasound and could send > > me his .config so I can diff it? Mine is available via PM. > > Thanks so far, > > > > Lukas > -- == dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD! == pgpXFbXY9Dh4b.pgp Description: PGP signature
Re: Need testers: G3 @ G4 laptops (powerbooks & ibooks)
Works fine, even on: Linux uziel 2.6.2-ben1 #1 Mon Feb 18 18:24:19 CET 2004 ppc GNU/Linux processor : 0 cpu : 750CXe temperature : 12 C (uncalibrated) clock : 499MHz revision: 34.21 (pvr 0008 2215) bogomips: 995.32 machine : PowerBook4,1 motherboard : PowerBook4,1 MacRISC2 MacRISC Power Macintosh detected as : 257 (iBook 2) pmac flags : 000b L2 cache: 256K unified memory : 256MB pmac-generation : NewWorld Is there a `central' FTP-site for your sources? Everytime I look for one, I get different matches on google. regards, Lukas On Wed, 18 Feb 2004 14:21:36 +1100 Thus spake Benjamin Herrenschmidt <[EMAIL PROTECTED]>: > Hi need people who own those machiens, especially the recent iBook2 models > with a G3 CPU and titanium powerbooks with a G4, to test this patch and > tell me if sleep mode still works reliably or becomes unstable. > > (It won't help machines that cannot already sleep). > > Applies on top of current 2.6 but may apply to 2.4 as well.. > > Thanks ! > > Ben. > > = arch/ppc/kernel/l2cr.S 1.15 vs edited = > --- 1.15/arch/ppc/kernel/l2cr.S Tue Oct 14 17:28:01 2003 > +++ edited/arch/ppc/kernel/l2cr.S Wed Feb 18 14:14:33 2004 > @@ -130,11 +130,13 @@ > mtspr HID0,r4 /* Disable DPM */ > sync > > +#if 0 > /* Flush & disable L1 */ > mr r5,r3 > bl __flush_disable_L1 > mr r3,r5 > - > +#endif > + > /* Get the current enable bit of the L2CR into r4 */ > mfspr r4,L2CR > > @@ -236,8 +238,10 @@ > sync > > 4: > - bl __inval_enable_L1 > > +#if 0 > + bl __inval_enable_L1 > +#endif > /* Restore HID0[DPM] to whatever it was before */ > sync > mtspr 1008,r8 > @@ -394,11 +398,10 @@ > END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC) > sync > > - /* Load counter to 0x1000 cache lines (128k) and > + /* Load counter to 0x4000 cache lines (512k) and >* load cache with datas >*/ > - lis r3,0x0002 > -// li r3,0x1000 /* 128kB / 32B */ > + li r3,0x4000 /* 512kB / 32B */ > mtctr r3 > li r3, 0 > 1: > @@ -409,8 +412,7 @@ > sync > > /* Now flush those cache lines */ > - lis r3,0x0002 > -// li r3,0x1000 /* 128kB / 32B */ > + li r3,0x4000 /* 512kB / 32B */ > mtctr r3 > li r3, 0 > 1: > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- == dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD! ==
Re: Stopping X
Try to change to a virtual Console maybe? Ctl + Alt + F1 Which X-Manager do you use? (KDM, GDM, XDM, etc.) On Sun, 22 Feb 2004 14:25:43 -0500 Thus spake Nicholas Williams <[EMAIL PROTECTED]>: > Hello, > > I have just installed Debian onto my powerbook, but I think I misconfigured > X. When it starts up, there is nothing but jumbled graphics. I would like to > boot without X so I can try and fix it, but I cant seem to do that. I tried > ctl-option-delete and ctl-option-f1m but that just restarts X, it doesnt give > me the command line. Can anyone tell me how to get the command line back? > > thanks, > > Nick > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- == dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD! == pgpWWNKvEA2IQ.pgp Description: PGP signature
Re: suspend in ibook
Hi there! the first things I'd check are: -Is the pmud up and running? Example (`ps aux | grep "pmud"`): root 419 0.0 0.2 1608 580 ?SFeb23 0:17 /sbin/pmud -a Guess, this means yes ;). -Is APM-Emulation built into the kernel or loaded as module? Example (/usr/src/linux/.config): CONFIG_ADB_PMU=y CONFIG_PMAC_PBOOK=y CONFIG_PMAC_APM_EMU=y CONFIG_PMAC_BACKLIGHT=y Do you use to build your kernels yourself or do you take those (sorry) crappy kernel-images? These kernel-images are not the best choice for iBooks. You'll find my .config attached (G3/500 with ATi Rage M3). Despite its name, its also my 2.6.3-ben2 .config. Maybe (for sure) not the best config but I prefer having much networking-stuff built into my kernel. (oops, I swear I wanted to uncheck CONFIG_PREEMPT=y O:-)) Hand on, dude! Lukas On Mon, 23 Feb 2004 23:40:31 +0100 Thus spake Jes <[EMAIL PROTECTED]>: > Hi, > I'm sorry for this post as I believe it is a little bit offtopic. I own a G3 > 800 ibook and since some time, the ibook fails to suspend when I close it, as > it used to before. I believe I read somewhere this could happen and it would > require some kind of reset. Am I right? or is it a hardware fault? > This is the list I know with most apple owners and I am not subscribed to any > apple Mac OS list. Any help would be appreciated. > Thanks. > -- > Saludos > -- == dreaming in digital living in realtime thinking in binary talking in IP WELCOME TO OUR WORLD! == 2.6.2-ben1.conf Description: Binary data pgpYVez9bhGEL.pgp Description: PGP signature
Re: 2.6.3-ben2 fails to mount ext3
Hi there! This works here: CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set CONFIG_JBD=y CONFIG_JBD_DEBUG=y Maybe XATTR is broken somehow in 2.6.3-ben2? My 0,02 $CURRENCY On Thu, 26 Feb 2004 18:47:23 +0100 (CET) Thus spake CK <[EMAIL PROTECTED]>: > hi, > > I rsynced today (around noon CET) and although I'm pretty sure I configured > everything ok (even with make oldconfig from my 2.6.0-ben2 that is working > fine) the kernel fails to mount my root fs (which is ext3). > > CONFIG_EXT3_FS=y > CONFIG_EXT3_FS_XATTR=y > > any hints ? > > thanks, > > x > > -- > [EMAIL PROTECTED] Postmodernism is german romanticism with better > http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- *** * * * Ich bin root, ich darf das! * * * *** pgpGc97uPK74T.pgp Description: PGP signature
Re: ATI Rage Video and XWindows?
Hi there, the attached one could work...runs on an iBook2 G3/500 with ATi Rage M3: X --version: This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs). XFree86 Version 4.3.0.1 (Debian 4.3.0-2 20040218053830 [EMAIL PROTECTED]) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.22-powerpc ppc [ELF] Build Date: 18 February 2004 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.6.3-ben2 ([EMAIL PROTECTED]) (gcc version 3.3.3 (Debian)) #1 Thu Feb 26 14:13:14 CET 2004 Regards, Lukas On Fri, 27 Feb 2004 22:54:49 -0500 Thus spake Ed Sutherland <[EMAIL PROTECTED]>: > Does anyone have a working XWindows/XFree86 configuration with an ATI > Rage 128 video card? (I have an iMac) During logging into the system, > at the point where it calls startx, the monitor blanks, returns, blanks > a couple more times and then says the configuration is wrong. Here is > the pertinent part of the log: > > (==) Using config file: "/etc/X11/XF86Config-4" > (II) ATI: ATI driver (version 6.3.6) for chipsets: ati > (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), > ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), > ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI), > ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), > ATI Rage 128 Pro PR (PCI), ATI Rage 128 Mobility LE (PCI), > ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), > ATI Rage 128 Mobility ML (AGP) > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > ATI Radeon VE (AGP) > (WW) R128: No matching Device section for instance (BusID PCI:0:16:0) > found > (EE) No devices detected. > > Fatal server error: > no screens found > > Thanks for shedding any light on this tangled configuration. > > Ed > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- *** * * * Ich bin root, ich darf das! * * * *** XF86Config-4 Description: Binary data pgpzqOfmW7TU0.pgp Description: PGP signature
Re: ATI Rage Video and XWindows?
Eeehdo you have kernel framebuffer and rage support compiled at least as module? I use to have framebuffers on ;) It just works faster... On Sat, 28 Feb 2004 12:20:44 -0500 Thus spake Ed Sutherland <[EMAIL PROTECTED]>: > On Sat, 28 Feb 2004 11:21:47 +0100, Lukas Th.Hey wrote: > > Hi there, > > > > the attached one could work...runs on an iBook2 G3/500 with ATi Rage M3: > > I put the config file in /etc/X11/XF86Config-4 and it eliminated most > of the errors, except: > > "(EE) No devices detected." > Fatal server error: > no screens found > > Here are the pertinent log entries: > > XFree86 Version 4.1.0.1 / X Window System > (protocol Version 11, revision 0, vendor release 6510) > Release Date: 21 December 2001 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/FAQ) > Build Operating System: Linux 2.4.22-powerpc ppc [ELF] > Module Loader present > (==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb 28 06:30:16 2004 > (==) Using config file: "/etc/X11/XF86Config-4" > > (--) PCI: (0:16:0) ATI unknown chipset (0x5452) rev 0, Mem @ > 0x9400/26, 0x9000/14, I/O @ 0x0400/8, BIOS @ 0x9002/17 > > II) ATI: ATI driver (version 6.3.6) for chipsets: ati > (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), > ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), > ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI), > ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), > ATI Rage 128 Pro PR (PCI), ATI Rage 128 Mobility LE (PCI), > ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), > ATI Rage 128 Mobility ML (AGP) > (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > ATI Radeon VE (AGP) > (EE) No devices detected. > > > Thanks, again. > > Ed > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- *** * * * Ich bin root, ich darf das! * * * *** pgplTX9vGzoMX.pgp Description: PGP signature
Re: 2.6.3-ben2 fails to mount ext3
There is something else I have observed. ybin does maybe have some problems with ext3 partitions containing /boot. As soon as I have taken ext2 for /boot it has worked at once. Dunno if it helps...just something which made it hard to start with Debian on PPC. Lukas -- *** * * * Ich bin root, ich darf das! * * * *** pgpPd7lnjO4MD.pgp Description: PGP signature