Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Old posts from the morph-sources thread
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 13, 14, 15 ... 29, 30, 31  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
RogerWilco
n00b
n00b


Joined: 30 Dec 2004
Posts: 29

PostPosted: Sat Feb 05, 2005 7:25 pm    Post subject: Reply with quote

yardbird wrote:


RogerWilco: I don't know what's going on with Win4Lin :( You may want to try on the software-suspend2 mailing list.


A piece of good news: the win4lin problem was solved in -morph20. Somehow Use register arguments was enabled in the kernel config (there is a warning on this concerning binary only modules) Disabling this and recompiling makes everything fine again.
You may want to put a cross check an this one - if Win4Lin is enabled, the register arguments shouldn't be available and vica versa.

On the down side - morph21 wouldn't build.
Back to top
View user's profile Send private message
RogerWilco
n00b
n00b


Joined: 30 Dec 2004
Posts: 29

PostPosted: Sat Feb 05, 2005 7:28 pm    Post subject: Reply with quote

RogerWilco wrote:


On the down side - morph21 wouldn't build.


Oh, I see this were discussed earlier, I guess I'll stickt to even-numbered morphs :lol:
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Sun Feb 06, 2005 1:24 am    Post subject: Reply with quote

i cant get kexec to work properly... it loads the image , then i issue reboot with the edited boot.sh (added -k opt ) and i see all the services being brought down then then a messege starting new kernel and the system locks.... i am not really sure how to troulble shoot this. any ideas?
Back to top
View user's profile Send private message
teutzz
Guru
Guru


Joined: 22 Apr 2004
Posts: 333
Location: .ro

PostPosted: Sun Feb 06, 2005 9:07 am    Post subject: Reply with quote

@yardbird: could you includ generic anticiatory in the next morph?
_________________
Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz
Back to top
View user's profile Send private message
predatorfreak
l33t
l33t


Joined: 13 Jan 2005
Posts: 708
Location: USA, Michigan.

PostPosted: Sun Feb 06, 2005 10:26 am    Post subject: Reply with quote

teutzz wrote:
@yardbird: could you includ generic anticiatory in the next morph?


I though genetic went in morph-sources o.O, anyway, even if it isn't, its not anything great (I'v ripped through it in a ton of test and haven't seen much of a difference).
_________________
System: predatorbox
Distro: Arch Linux x86_64
Current projects: blackhole, convmedia and anything else I cook up.
Back to top
View user's profile Send private message
Lepaca Kliffoth
l33t
l33t


Joined: 28 Apr 2004
Posts: 737
Location: Florence, Italy

PostPosted: Sun Feb 06, 2005 1:43 pm    Post subject: Reply with quote

Remeber my problem with the slow boot process? From a certain point the boot sequence slows down greatly and services take a lot of time to give the [OK]. Seems like the culprit is a certain "Setting terminal blah blah ASCII blah" which usually doesn't appear when booting from a different kernel (nitro and vivid). Everithing works fine until that message appears (btw, it gives the [OK] even if it's obviously causing problems). Any idea? Do you need more detailed informations, like dmesg and my kernel .config? Thanks.
_________________
It isn't enough to win - everyone else must lose, and you also have to rub it in their face (maybe chop off an arm too for good measure).
Animebox!
Back to top
View user's profile Send private message
yardbird
l33t
l33t


Joined: 20 Apr 2002
Posts: 689
Location: nl.leiden

PostPosted: Mon Feb 07, 2005 1:51 am    Post subject: Reply with quote

Hiya all,

2.6.10-morph22 is released. Changelog:

- updated inotify patch
- fixed a compilation error in kexec.

This fixes the compilation problems people have been experiencing without inotify and kexec. Also the inotify patch has been updated to the latest one available. I'm waiting for the softwaresuspend folks to release a 2.6.10 version of the new stable swsusp patch. It will go into next morph-sources.

rommel: you best bet is to try to unload all possible modules before rebooting. Also, double check your configuration for the /etc/init.d/kexec script, just for sure.

teutzz: I'm not too inclined to include genetic-as. cfq seems better to me in a desktop environment, and genetic seems to be suited more for an experimental patchset.

Lepaca Kliffoth: it's pretty weird that script is executed only with certain kernel versions. Are you using fbsplash in morph and maybe not in vivid/nitro, by chance? Maybe in /var/log/messages you can find some debug info from init scripts.
_________________
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
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Mon Feb 07, 2005 7:02 am    Post subject: Reply with quote

genstef wrote:
Can you please try again with kexec-tools-r1, when shows up in the tree?


I tried and is still not working. The fbsplash seems to work, but only very late, when the rc.script is fired up. I believe that it's initramfs's fault that is not loading corectly. Also , if I try to set the initrd manualy, I get an error:

Code:
charlie mayday # /etc/init.d/kexec start
 * Loading kernel vmlinuz-2.6.10-morph21 for Kexec... ...
Cannot open `"$INITRD"': No such file or directory                                                          [ !! ]
charlie mayday # cat /etc/conf.d/kexec
BOOTPART="/boot"
BOOTMOUNT=1
KNAME="vmlinuz-2.6.10-morph21"
ROOTPART="/dev/hda6"
KPARAM="`cat /proc/cmdline`"
INITRD="/boot/fbsplash-gentoo-1024x768"

_________________
gentoo.ro
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Mon Feb 07, 2005 8:50 am    Post subject: Reply with quote

Did you etc-update everything correctly?
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Mon Feb 07, 2005 9:36 am    Post subject: Reply with quote

genstef wrote:
Did you etc-update everything correctly?

Actually , I never use etc-update, cause I don't know how to use it corectly :oops:
_________________
gentoo.ro
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Mon Feb 07, 2005 10:03 am    Post subject: Reply with quote

sorry, you have to etc-update to get a working kexec-tools init-script.
Maybe you have a good reason to learn it now :)
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Mon Feb 07, 2005 11:06 am    Post subject: Reply with quote

genstef wrote:
sorry, you have to etc-update to get a working kexec-tools init-script.
Maybe you have a good reason to learn it now :)

OK :) I thought etc-update reffers only to the /etc/conf.d files, not the init scripts too.
_________________
gentoo.ro
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Mon Feb 07, 2005 11:24 am    Post subject: Reply with quote

It works now. Thanks genstef.
_________________
gentoo.ro
Back to top
View user's profile Send private message
k_max
n00b
n00b


Joined: 28 Oct 2004
Posts: 20

PostPosted: Mon Feb 07, 2005 5:37 pm    Post subject: Reply with quote

could someone please post the /etc/init.d/kexec script?
i'm using debian, so i can't emerge it
_________________
2.6.12-rc3-love1 / 2.6.12-rc4-nitro1
static custom DSDT
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Mon Feb 07, 2005 8:20 pm    Post subject: Reply with quote

k_max wrote:
could someone please post the /etc/init.d/kexec script?
i'm using debian, so i can't emerge it

Here it is. Enjoy.
_________________
gentoo.ro
Back to top
View user's profile Send private message
k_max
n00b
n00b


Joined: 28 Oct 2004
Posts: 20

PostPosted: Mon Feb 07, 2005 8:51 pm    Post subject: Reply with quote

2 mayday147
thanks, i'll try it.
_________________
2.6.12-rc3-love1 / 2.6.12-rc4-nitro1
static custom DSDT
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Mon Feb 07, 2005 8:57 pm    Post subject: Reply with quote

That is easy to get through our viewcvs:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-apps/kexec-tools/files/kexec.init

But I doubt it will work for debian because of the special conf.d, which is not there and the special functions like depend() in gentoo-init-scripts.
Back to top
View user's profile Send private message
k_max
n00b
n00b


Joined: 28 Oct 2004
Posts: 20

PostPosted: Mon Feb 07, 2005 9:08 pm    Post subject: Reply with quote

2 genstef
of course i'll edit those gentoo-specific things before starting :)
_________________
2.6.12-rc3-love1 / 2.6.12-rc4-nitro1
static custom DSDT
Back to top
View user's profile Send private message
yardbird
l33t
l33t


Joined: 20 Apr 2002
Posts: 689
Location: nl.leiden

PostPosted: Mon Feb 07, 2005 10:50 pm    Post subject: Reply with quote

genstef: here's the broken-out tarball:

http://morph-sources.sourceforge.net/broken-out.tar.bz2

One of the kexec patches must be applied with the "-l" switch (I couldn't be bothered to find where the missing/extra space was). Sorry about the delay, I forgot about this till now :?
_________________
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
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Tue Feb 08, 2005 5:07 pm    Post subject: Reply with quote

A stupid question maybe: What does the CD packet writing patch do? What means packet writing?
_________________
gentoo.ro
Back to top
View user's profile Send private message
yardbird
l33t
l33t


Joined: 20 Apr 2002
Posts: 689
Location: nl.leiden

PostPosted: Tue Feb 08, 2005 5:17 pm    Post subject: Reply with quote

mayday147 wrote:
A stupid question maybe: What does the CD packet writing patch do? What means packet writing?


It allows you to use your CD-RW as a floppy, by writing packets incrementally to it on a UDF filesystem. This feature is in vanilla since 2.6.10. If you search around in the forums and gentoo-wiki.com you will find some howtos.
_________________
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
Back to top
View user's profile Send private message
nightfrost
Apprentice
Apprentice


Joined: 07 Dec 2004
Posts: 293
Location: Sweden

PostPosted: Tue Feb 08, 2005 11:00 pm    Post subject: Reply with quote

yardbird wrote:
nightfrost wrote:
I used the x11-drm modules since I thought they might be more up-to-date. Anyway, I'm starting to think that it might have been a software-suspend issue, namely that the module fails after resuming (even though I unload and reload the module, strangely enough). I've switched to vesa driver for now and I must say that your sources are the best I've tried so far. I will try morph21 soon enough and also then try compile r128 in the kernel as well...

anyway, thanks again for great source patches :)


Glad you like it :D

With kernel 2.6 it is enough to enable AGP + DRI support in the kernel to have acceleration in XFree/Xorg. I have this kind of setup on my Radeon IGP and everything works ok. You may want to compile the r128 and AGP support statically instead of modularly, it may solve your problems with suspending.


I'm still having problems with the r128 module, but now it's become very obvious that it's a swsusp2 issue and has nothing to do with the morph sources. I'm using morph22 now and everything runs perfectly nice.

By the way, how about adding the FATX patch to morph?
Back to top
View user's profile Send private message
yardbird
l33t
l33t


Joined: 20 Apr 2002
Posts: 689
Location: nl.leiden

PostPosted: Wed Feb 09, 2005 8:27 pm    Post subject: Reply with quote

nightfrost wrote:
By the way, how about adding the FATX patch to morph?


It sounds ok.. any pointer?
_________________
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
Back to top
View user's profile Send private message
nightfrost
Apprentice
Apprentice


Joined: 07 Dec 2004
Posts: 293
Location: Sweden

PostPosted: Wed Feb 09, 2005 9:49 pm    Post subject: Reply with quote

Actually, I first suggested the patch thinking of people who would take out their xbox-harddrive and put it in their tux-box in order to transfer files and stuff. But thinking over it again it's really gonna be easier to use a crossover cable. However, it would be very cool if your kernel patchset could be used for the xbox-distros as well. According to Michael Steil from the Xbox Linux Project, the changes are rather minimal.

I think this link gives you all the info and further links...
http://www.uwsg.iu.edu/hypermail/linux/kernel/0210.1/1112.html

Tell us what you think about it :)
Back to top
View user's profile Send private message
Moloch
Apprentice
Apprentice


Joined: 17 Mar 2003
Posts: 293
Location: Albuquerque, NM, US

PostPosted: Wed Feb 09, 2005 10:55 pm    Post subject: Reply with quote

Not to knock your suggestion. I really don't think this patchset should be riddled with drivers and things only one person may use. Mostly it's more work for the maintainer, but can add possible problems in general to the kernel. Unless there is a huge demand for something like this or yardbird is personaly interested, we should keep the number of patches down to a minimum.
_________________
Understanding is a three-edged sword: your side, their side, and the truth. --Kosh
1010011010
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 13, 14, 15 ... 29, 30, 31  Next
Page 14 of 31

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum