View previous topic :: View next topic |
Author |
Message |
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Fri Nov 07, 2003 5:29 pm Post subject: |
|
|
Thanks a bunch bssteph! Recompiling as I type!
I should of course have checked if mm2 is the problem before
complaining
UPDATE:
Unapplying the drm-agp-module patch solved the problem
Thanks again
Last edited by didl on Fri Nov 07, 2003 6:26 pm; edited 1 time in total |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Fri Nov 07, 2003 5:38 pm Post subject: |
|
|
It's okay.
Oh, I tried out the anticipatory patch and the disk is acting fine. Can't say any more than that because I never used as to begin with, but if you're concerned, it does work.
Still goofing around with bootsplash to no real avail, but I'm "busy" with a "meeting" right now so I'm not really trying much. If I get frustrated I'll post. |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Fri Nov 07, 2003 11:02 pm Post subject: |
|
|
Reports indicate that unapplying that patch fixes any Nvidia problems too. |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Fri Nov 07, 2003 11:28 pm Post subject: |
|
|
Hmm, again love sources don't want to power down. Am I the only one experiencing this? |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Fri Nov 07, 2003 11:46 pm Post subject: |
|
|
Power down has been fine for me with ACPI and power management enabled here on the laptop and just ACPI at home. |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Fri Nov 07, 2003 11:49 pm Post subject: |
|
|
I am still only using APM on my laptop and power down works just fine. |
|
Back to top |
|
|
Zeddicus Apprentice
Joined: 21 Apr 2003 Posts: 163
|
Posted: Fri Nov 07, 2003 11:58 pm Post subject: |
|
|
A little help for the ignorant...mind giving me a clue as to how to unpatch?
Seems I was getting some Nvidia errors as well. AGP was disables, massive kernel panic once bootsplash got (sorta) working, etc :p _________________ -Zedd |
|
Back to top |
|
|
ronmon Veteran
Joined: 15 Apr 2002 Posts: 1043 Location: Key West, FL
|
Posted: Sat Nov 08, 2003 12:01 am Post subject: |
|
|
I've been running 2.6.x-love on my lappy for a while now, but have been dragging my feet as far as the desktop goes. So I decided to jump in with both feet and give bootsplash a go while I was making the change. There was, no doubt, some luck involved but I followed the How-To in the Tips and Tricks forum very carefully and it worked on my first try.
That's probably not much help for those of you who are stuck, though it should indicate that the patch is good. |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Sat Nov 08, 2003 12:15 am Post subject: |
|
|
Illuminatus wrote: | A little help for the ignorant...mind giving me a clue as to how to unpatch?
p |
Get the drm-agp-module.patch from the link that bssteph posted in this thread, then
cd into /usr/src/2.6.0-test9-love2 and then
patch -p1 -R < /path/to/drm-agp-module.patch
recompile - voila |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Sat Nov 08, 2003 12:26 am Post subject: |
|
|
Illuminatus wrote: | A little help for the ignorant...mind giving me a clue as to how to unpatch?
Seems I was getting some Nvidia errors as well. AGP was disables, massive kernel panic once bootsplash got (sorta) working, etc :p |
The non-fatal kernel error/trace you get at the tail end of booting, after the bootsplash init script, is happening to everyone, I think.
But for the unpatch:
Code: | cd /usr/src/linux-2.6.0-test9-love2
cp /la/la/la/the/path/to/that/mm-patch .
patch -p1 -R < mm-patch
|
and then make again.
I still haven't gotten the kernel to like my initrd... anyone mind telling me the specifics, if they differ from this?
Code: | mount /boot
cp /usr/share/bootsplash/initrd-1024x768 /boot
|
with a grub as so:
Code: |
title Gentoo Linux 2.6.0-test9-love2
root (hd0,0)
kernel (hd0,0)/boot/bzImage-2.6.0-test9-love2 root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x317 elevator=cfq splash=verbose
initrd /boot/initrd-1024x768
|
notes: vga=0x791 doesn't boot as the kernel thinks that isn't a valid mode for me.
bootsplash works (ie /sbin/splash can change the image after the kernel is loaded), I just don't have anything during the actual boot. The kernel complains with "bootsplash 3.1.1-2003/11/02: looking for picture... no good signature found."
And i've also tried to use splash to make my own initrd with the same results. |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sat Nov 08, 2003 12:51 am Post subject: |
|
|
Hello Again,
Reporting is with success on love2
No silent though
Try:
Code: |
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768
|
I also use this:
Code: |
cd /etc/bootsplash
mkdir themes
rm default
ln -s ./themes/<Your THEME> default
ln -s ./themes/<Your THEME> <Your THEME>
|
Then rerun that splash line.
Thanks again,
Jesse |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sat Nov 08, 2003 12:57 am Post subject: |
|
|
Sry forgot,
If u have modules in there use:
Code: |
/sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg >> /boot/initrd-1024x768
|
now just plunk your themes in /etc/bootsplash/themes/
HTH,
Jesse |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sat Nov 08, 2003 1:06 am Post subject: |
|
|
One more thing...
Change your /etc/conf.d/bootsplash to reflect your new theme.
Please excuse the triple post
I anyone has tips for silent mode and progress bar,
Please share
Ive got a partial progress bar working but I'd like a real solution
Thanks again Loyal Lovers,
Jesse |
|
Back to top |
|
|
GoinBald n00b
Joined: 19 Apr 2003 Posts: 39 Location: Canada
|
Posted: Sat Nov 08, 2003 2:15 am Post subject: |
|
|
Hello,
Please accept me humble apologies.
I had the label wrong in grub.
It was the linus tree.
I've been only able to get splash working at the end of boot on love2 ie. bad initrd.
Once again,
Sorry.
Jesse |
|
Back to top |
|
|
thundersteele Apprentice
Joined: 30 Aug 2003 Posts: 219
|
Posted: Sat Nov 08, 2003 2:19 am Post subject: |
|
|
can happen
Kernel working fine, great work.
For bootsplash:
I also get " ... no good signature found" error.
Those who have this working:
How do you create your initrd file, and how do you attach the jpgs to it. Perhaps somewhere there is my error. |
|
Back to top |
|
|
Kesereti Guru
Joined: 07 Nov 2002 Posts: 520
|
Posted: Sat Nov 08, 2003 2:19 am Post subject: |
|
|
BSteph, Lovechild, et al:
I love love-sources, but I can't use them due to the fact that I have a SiliconImage 3112A SATA controller...any 2.5 or 2.6 kernel causes that controller to hog 100% CPU whenever doing disk activity =\ Find a way to fix that driver, and I will love you all forever as much as I love your patchset ^_^ Hehehe.... |
|
Back to top |
|
|
bssteph l33t
Joined: 26 Feb 2003 Posts: 652 Location: Wisconsin
|
Posted: Sat Nov 08, 2003 2:19 am Post subject: |
|
|
okey dokey. Well, I'm stumped for now (and my lab partners are getting cranky) so I'm giving up for a bit, and I'm going to start doing real work.
Thanks for trying though. |
|
Back to top |
|
|
nepenthe Guru
Joined: 14 Jul 2002 Posts: 317 Location: Sanford, ME
|
Posted: Sat Nov 08, 2003 3:21 am Post subject: |
|
|
Kesereti wrote: | BSteph, Lovechild, et al:
I love love-sources, but I can't use them due to the fact that I have a SiliconImage 3112A SATA controller...any 2.5 or 2.6 kernel causes that controller to hog 100% CPU whenever doing disk activity =\ Find a way to fix that driver, and I will love you all forever as much as I love your patchset ^_^ Hehehe.... |
I found this discussion
http://www.linuxquestions.org/questions/archive/18/2003/07/1/51535
which then lead me to http://12.24.47.40/display/2n/kb/article.asp?aid=10485
I hope it sheds some light on your problem =)
~nep |
|
Back to top |
|
|
Kesereti Guru
Joined: 07 Nov 2002 Posts: 520
|
Posted: Sat Nov 08, 2003 3:34 am Post subject: |
|
|
Hrm...most of what I see in that is for either a) the open-source RAID driver (I have only a single drive, and thus am not running RAID), or the driver that only works with RedHat and SuSE boxed-set kernels =\ Was there something I was missing on that? I appreciate the pointers, nonetheless =) Or does that "Medley" driver replace the kernel drivers for the SATA controller altogether? And in that case...is it better than what's part of the 2.6 kernel series already?
(edit: The 2.4.22-ac series of kernels seems to avoid the 100% cpu usage, and give me slightly more reasonable hdparm numbers (but still rather pathetic...~22MB/sec in buffered disk reads from an ATA150 device??), but seem to have serious interactivity issues when the disk is under heavy load...worse than 2.6.0-test9-love2 performs when the disk is causing 100% load...so I'm probably going back to love-sources(Eek...because I was copying a large video file when I typed this...it skipped a couple letters and 'love-sources' came out 'love-sores'!!), for now, and taking the hit in drive performance (down to ~13MB/sec there) in return for better interactivity...but a better working driver would be neat! =P) |
|
Back to top |
|
|
lems n00b
Joined: 07 Nov 2003 Posts: 25
|
Posted: Sat Nov 08, 2003 8:42 am Post subject: |
|
|
PrakashKC wrote: | Hmm, again love sources don't want to power down. Am I the only one experiencing this? |
No, it happens here, too. Well, I'll later try APM. |
|
Back to top |
|
|
michaelarch Tux's lil' helper
Joined: 08 May 2003 Posts: 87 Location: Huntsville, AL
|
Posted: Sat Nov 08, 2003 8:57 am Post subject: |
|
|
Hello everyone!
Thanks for the great patch set! Everything is working fine but I'm getting a systrace for the as scheduler. Here it is:
arq->state 4
Badness in as_put_request at drivers/block/as-iosched.c:1783
Call Trace:
[<c029d215>] as_put_request+0x65/0xd0
[<c0293f53>] elv_put_request+0x23/0x30
[<c0296597>] __blk_put_request+0x67/0xb0
[<c029660f>] blk_put_request+0x2f/0x60
[<c0299fd8>] sg_io+0x2f8/0x460
[<c029a956>] scsi_cmd_ioctl+0x436/0x520
[<c014708a>] do_wp_page+0x20a/0x430
[<c011b210>] schedule+0x210/0x4a0
[<c02e71e0>] cdrom_ioctl+0x40/0xea0
[<c011b4f0>] default_wake_function+0x0/0x30
[<c011b210>] schedule+0x210/0x4a0
[<c02987ae>] blkdev_ioctl+0x8e/0x3c1
[<c0110d60>] do_gettimeofday+0x20/0xb0
[<c0169823>] sys_ioctl+0xf3/0x290
[<c03c29f3>] syscall_call+0x7/0xb
What does anyone think? Again, thanks for everything and have a great day!
Michael |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Sat Nov 08, 2003 9:57 am Post subject: |
|
|
Use above patch I posted. |
|
Back to top |
|
|
Lovechild Advocate
Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Sat Nov 08, 2003 10:32 am Post subject: |
|
|
Maybe there would be some sense in starting to push Love-sources patches to Gentoo-dev-sources? |
|
Back to top |
|
|
Corp.Nobbs Tux's lil' helper
Joined: 02 Oct 2003 Posts: 112 Location: Reading, UK
|
Posted: Sat Nov 08, 2003 11:59 am Post subject: |
|
|
lems wrote: | PrakashKC wrote: | Hmm, again love sources don't want to power down. Am I the only one experiencing this? |
No, it happens here, too. Well, I'll later try APM. |
Yep, me too. The thing is in mm2 I could powerdown no problem with ACPI. It works OK with APM though. But the love2 patch list doesn't mention touching ACPI so I'm a bit confused. _________________ Asus A8V
AMD64 3500+
1GB XMS3200C2 Pro
120GB Barracuda SATA
Geforce 3 |
|
Back to top |
|
|
PrakashP Veteran
Joined: 27 Oct 2003 Posts: 1249 Location: C.C.A.A., Germania
|
Posted: Sat Nov 08, 2003 12:31 pm Post subject: |
|
|
Perhaps we should patch the mm2 gradually to love2 to find out which one breaks power down on some boards. Nick's CPU schduler does not, as I put it into my mm2 and power down still works. I probably isn't bootsplash, as love1 had the same problem for me, so I guess it is kexes or execshield (or what patches are left?) Can someone post me links to all used patches for love2 so I could try to find out, which craps up... |
|
Back to top |
|
|
|