Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Old posts from the morph-sources thread

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
757 posts
  • Page 26 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 31
  • Next
Author
Message
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Mon May 23, 2005 7:13 pm

I'm still missing /proc/acpi/button, otherwise everything else seems to work fine. Any ideas what the reason can be? Here's the relevant part of .config

Code: Select all

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_IBM=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
# CONFIG_ACPI_CONTAINER is not set
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Mon May 23, 2005 9:54 pm

omidxo wrote:morph-sources 2.6.11-morph9 is working well,but one messages here:

Code: Select all

Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
CPU0: Intel(R) Celeron(R) CPU 2.53GHz stepping 03
per-CPU timeslice cutoff: 731.40 usecs.
How to fix it?
You may want to try to fix your DSDT:

http://forums.gentoo.org/viewtopic-t-12 ... ommon.html
Nightfrost wrote:I'm still missing /proc/acpi/button, otherwise everything else seems to work fine. Any ideas what the reason can be?
This (as well as the message above) could be related to the updated ACPI patches. A new ACPI patch has just come out, I'll put it into next morph to see if it solves. Otherwise we can try to reverse it (unfortunately the "old" patch has been removed and we cannot reverse it right now).

EDIT: Whoops, too fast, the old patch is still there and has not been updated. Can you guys try to reverse it?

http://www.kernel.org/pub/linux/kernel/ ... 1.diff.bz2
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Tue May 24, 2005 6:04 am

Yep, that was it :) Works just fine now. Thanks.
Top
k_max
n00b
n00b
Posts: 20
Joined: Thu Oct 28, 2004 7:26 am

Post by k_max » Tue May 24, 2005 9:50 am

2 yardbird
could you please include swsusp 2.1.8.9 (or 2.1.9 when it comes out) into the next release? the swapwriter is no longer deprecated since 2.1.8.8 and it's faster than the filewriter...
Top
omidxo
n00b
n00b
User avatar
Posts: 71
Joined: Wed Feb 23, 2005 12:19 pm

Post by omidxo » Tue May 24, 2005 1:00 pm

yardbird wrote:
omidxo wrote:morph-sources 2.6.11-morph9 is working well,but one messages here:

Code: Select all

Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
    ACPI-0498: *** Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED]
CPU0: Intel(R) Celeron(R) CPU 2.53GHz stepping 03
per-CPU timeslice cutoff: 731.40 usecs.
How to fix it?
You may want to try to fix your DSDT:

http://forums.gentoo.org/viewtopic-t-12 ... ommon.html
There is a bug-report about acpi-20050408 as http://sourceforge.net/mailarchive/foru ... m_id=35685
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Tue May 24, 2005 2:53 pm

k_max wrote:2 yardbird
could you please include swsusp 2.1.8.9 (or 2.1.9 when it comes out) into the next release? the swapwriter is no longer deprecated since 2.1.8.8 and it's faster than the filewriter...
Sure.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Tue May 24, 2005 2:54 pm

nightfrost wrote:Yep, that was it :) Works just fine now. Thanks.
omidxo wrote:There is a bug-report about acpi-20050408 as http://sourceforge.net/mailarchive/foru ... m_id=35685
If anyone hasn't a better idea I'll try to put ACPI as optional USE flag in the next release, so you can choose whether you want the updated patch or not.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Tue May 24, 2005 2:58 pm

ahorn wrote:I tried certain patchsets in the last days, but morph-sources are the best mix! i never went in trouble with your stuff, that's the reason why i call your kernel stable. so here's another point, why don't include the use-flags in the kernel with a kernel menu, possibly with some more unstable/dangerous things like timeslices? also, it would be nice, if you include some mm-stuff or whatever which makes the desktop runs faster, not as standard, but as an option (maybe with a second menu).
Urgh! Sorry for the late reply, I missed your post :oops:

Certainly it would be nice to do that, but this involves some dirty hacking of the kernel source. You should first place an entry in the menus (Kconfig files) and then place _big_ #ifdef's in the files affected by the patches, so that the support for certain features is compiled in only if the feature is enabled in kernel config. It'd take a _lot_ of time and would be a very very error-prone process. IMHO it is not worth to do such thing.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
chouimat
n00b
n00b
Posts: 9
Joined: Wed May 25, 2005 2:36 pm

Post by chouimat » Wed May 25, 2005 2:41 pm

any plan to include Xen into the patch?
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Wed May 25, 2005 3:24 pm

chouimat wrote:any plan to include Xen into the patch?
As I wrote on the website some time ago, it does not make much sense to include Xen into morph-sources. Mainly because a Xen-enabled kernel is a minimal kernel which allows you to run other kernels on top of it (including morph-sources :) ). So the features of morph-sources would not make much sense in this situation (maybe only the scheduler patches would be worth including). Also, many features of morph-sources would simply not be available in a Xen kernel, which includes just the stuff to get the machine booted + the virtual machine layer.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
mrfree
Veteran
Veteran
User avatar
Posts: 1303
Joined: Sat Mar 15, 2003 6:31 pm
Location: Europe.Italy.Sulmona

Post by mrfree » Wed May 25, 2005 5:09 pm

I'm trying to use schedtool but...

Code: Select all

# schedtool -I 11626
ERROR: could not set PID 11626 to I: SCHED_ISO - value out of range / policy not implemented
Does morph-sources have SCHED_BATCH and SCHED_ISO patch (This is distinctive feature of ck-source)?

Edit: I think you should apply, with staircase useflag, schedbatch and schediso too
Last edited by mrfree on Thu May 26, 2005 7:20 am, edited 1 time in total.
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Top
chouimat
n00b
n00b
Posts: 9
Joined: Wed May 25, 2005 2:36 pm

Post by chouimat » Thu May 26, 2005 1:36 am

I asked about Xen because I need a xen kernel with reiser4 ... ok thanks
Top
baeksu
l33t
l33t
User avatar
Posts: 609
Joined: Sun Sep 26, 2004 11:03 am
Location: Seoul, Korea

Post by baeksu » Fri May 27, 2005 9:32 am

mrfree wrote:I'm trying to use schedtool but...

Code: Select all

# schedtool -I 11626
ERROR: could not set PID 11626 to I: SCHED_ISO - value out of range / policy not implemented
Does morph-sources have SCHED_BATCH and SCHED_ISO patch (This is distinctive feature of ck-source)?

Edit: I think you should apply, with staircase useflag, schedbatch and schediso too
metoo! :D

Now I had to apply the three sched-batches myself, and I don't think I did a clean job with that. Is there any particular reason those patches weren't included? They're not too ricerish, are they? ~gasp~.

Combined with schedtool they give a nice way of really putting some processes (like file archiving and merging) in the background where they don't interfere with desktop use.

By the way, this is the first time I'm trying out the morph-sources. Seems quite nice. I'm happy being able to use the newest staircase with swsusp2 without having to go to the 2.6.12-rc* kernels.

Those kernels seem to break a *lot* of stuff (like all pre-1.0.7* nvidia-kernels and swsusp2). Frankly I'm a little curious why nitro and love sources insist on releasing patches for .12. I'd tried patching vanilla kernels myself to get the options I wanted, but it's hella difficult to add swsusp2 when you don't know what you're doing.:twisted:

Morph gives all the new patches I need while letting me stick to the .11-series. Thank you for that, and keep doing the great job!
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
Top
El_Goretto
Moderator
Moderator
User avatar
Posts: 3197
Joined: Sat May 29, 2004 1:49 pm
Location: Paris

Post by El_Goretto » Fri May 27, 2005 9:52 am

Hi, glad to see another morph release :)
I just want to know: is the kernel base still 2.6.11.8?
Is it planned to upgrade to 2.6.11.10 for the next realease?

It's just that I'm worrying about the severe security issues of the < 2.6.11.10... :?
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Sat May 28, 2005 12:41 am

Sched-tools and the other ck-goodies will be in the next morph-sources as USE flags.

2.6.11-morph9 is based on 2.6.11.10, so it has the security fixes.

I've been quite busy transferring the site from sourceforge to my home server, but tomorrow or at most sunday I will release 2.6.11-morph10. Bye!
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
mrfree
Veteran
Veteran
User avatar
Posts: 1303
Joined: Sat Mar 15, 2003 6:31 pm
Location: Europe.Italy.Sulmona

Post by mrfree » Sat May 28, 2005 11:48 am

yardbird wrote:Sched-tools and the other ck-goodies will be in the next morph-sources as USE flags.
Ohohohohohoh yes!!! :D
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sat May 28, 2005 3:30 pm

I'm not able to compile ipw2200-drivers against the latest morph-sources. Anyone else having this problem? (Note: I haven't had time to try this against vanilla, so can't say for sure whether it's morph or vanilla).

EDIT: Sorry, I was too fast there. I don't seem to be able to compile it against any kernel now, including those I've been comliling it against before. Problem is elsewhere..
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Sun May 29, 2005 3:09 pm

Lately, I've been trying a bunch of different distros - mostly in order feel at home with the most common distros since I constantly encourage people to try out linux. Anyway, long story short; I just tried out Ubuntu and was surprised to find out that the old problem of losing drm after a resume from suspend-to-ram wasn't there. I assume the ubuntu guys have some sort of a patch for their kernel - I haven't been able to find out anything about it but I'm looking around. Does anyone know anything about this? And I'm wondering if yardbird could possibly imagine adding any such patch to morph? Cheers.
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Mon May 30, 2005 10:46 pm

Hello,

2.6.11-morph10 is out. Changelog is at the website. I've added schedbatch and schediso from -ck (let me know how it goes!), and made ACPI updated patch optional. Plus the usual updates. Soon a 2.6.12-rcX morph patch will appear (I've been testing it for some days).

Cheers :D
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Mon May 30, 2005 10:47 pm

nightfrost wrote:Lately, I've been trying a bunch of different distros - mostly in order feel at home with the most common distros since I constantly encourage people to try out linux. Anyway, long story short; I just tried out Ubuntu and was surprised to find out that the old problem of losing drm after a resume from suspend-to-ram wasn't there. I assume the ubuntu guys have some sort of a patch for their kernel - I haven't been able to find out anything about it but I'm looking around. Does anyone know anything about this? And I'm wondering if yardbird could possibly imagine adding any such patch to morph? Cheers.
Are you using swsusp2 or "vanilla" swsusp on Ubuntu? I'm using swsusp2 and DRI is just fine after a resume from disk (suspen to RAM does not work, even in Windows :( ). If this is a swsusp2 bug I can report it to the list.
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
El_Goretto
Moderator
Moderator
User avatar
Posts: 3197
Joined: Sat May 29, 2004 1:49 pm
Location: Paris

Post by El_Goretto » Tue May 31, 2005 7:59 am

Ok, i'll try morph10 in a couple of minutes. But I noticed that Win4Lin was gone in morph9 :'(
Was it on purpose?

--
edit: same on morph10, no win4lin, erf.
Top
nightfrost
Apprentice
Apprentice
Posts: 293
Joined: Tue Dec 07, 2004 10:56 am
Location: Sweden

Post by nightfrost » Tue May 31, 2005 9:23 am

yardbird wrote:
nightfrost wrote:Lately, I've been trying a bunch of different distros - mostly in order feel at home with the most common distros since I constantly encourage people to try out linux. Anyway, long story short; I just tried out Ubuntu and was surprised to find out that the old problem of losing drm after a resume from suspend-to-ram wasn't there. I assume the ubuntu guys have some sort of a patch for their kernel - I haven't been able to find out anything about it but I'm looking around. Does anyone know anything about this? And I'm wondering if yardbird could possibly imagine adding any such patch to morph? Cheers.
Are you using swsusp2 or "vanilla" swsusp on Ubuntu? I'm using swsusp2 and DRI is just fine after a resume from disk (suspen to RAM does not work, even in Windows :( ). If this is a swsusp2 bug I can report it to the list.
Sorry, I should've given more info. I'm using the ubuntu stock kernel, and it's not swsusp/swsusp2. It is actually suspend-to-ram via "echo mem > /sys/power/state". I have a Fujitsu-Siemens lifebook p7010 (it has a forum here: http://www.leog.net/fujp_forum/forum.asp?FORUM_ID=8, if you'd like to see that), and everyone seems to have problem with DRI after resume. And, like said, I was surprised to find out that I didn't have this problem under ubuntu.

Actually, the loss of DRI is there after a swsusp2 resume as well, but I think this is due to the i915-module. Which module do you use?

Anyway, I'm gonna try out the new patch set now :) Thanks again for your good work by the way!
Top
baeksu
l33t
l33t
User avatar
Posts: 609
Joined: Sun Sep 26, 2004 11:03 am
Location: Seoul, Korea

Post by baeksu » Tue May 31, 2005 9:29 am

I tried morph10. Swsusp2 didn't work very well. On suspension, it gave me some error messages (can't find them in logs, though). Resuming from suspension failed once. Successful resumes were followed by hardlocks after a few minutes.

I used the staircase and acpi patches. Removing the acpi patch didn't remove the problems (though it did remove my powerbutton). Maybe the swsusp 2.1.8.9 caused the problems.

Right now I'm using morph9 with the staircase patch from -10. Tried to suspend a couple of times, everything works fine.

[edit]Forgot to thank for the patchset. Thank you[/edit]
Last edited by baeksu on Tue May 31, 2005 9:31 am, edited 1 time in total.
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
Top
mrfree
Veteran
Veteran
User avatar
Posts: 1303
Joined: Sat Mar 15, 2003 6:31 pm
Location: Europe.Italy.Sulmona

Post by mrfree » Tue May 31, 2005 9:29 am

Wonderful yardbird ;)

Using morph10 now swsusp2 works well (but I need to use alsa 1.0.9 in portage instead of 1.0.8 integrated into the kernel) and I enjoy with the performace introduced with the ck goodies too... good work!

Ciao ciao ;)
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Top
dan2003
Apprentice
Apprentice
User avatar
Posts: 258
Joined: Sun May 11, 2003 10:19 pm
Location: somewhere near london, UK
Contact:
Contact dan2003
Website

Post by dan2003 » Tue May 31, 2005 10:32 am

I tried morph9 and found sws2 didnt work, complined about lack of space, i then tried the file writer support but tt didnt work either, cant remember why but i'm still using morph 6 which works very well, had an uptime of nearly 2 weeks b4 i tried morph 9 the other day

Edit : thats using suspend at least twice a day every day ;)
Top
Locked

757 posts
  • Page 26 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 31
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic