Thanks and goodnight all from me too, I need sleepnightfrost wrote:runing cherries now, seemingly w/o problems. swsusp2 feels a tad faster. Time for old nightfrost to go to sleep. Good night, all.
Thanks and goodnight all from me too, I need sleepnightfrost wrote:runing cherries now, seemingly w/o problems. swsusp2 feels a tad faster. Time for old nightfrost to go to sleep. Good night, all.
http://www.bluescarni.infoAlbert 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.
Actually, my fault. I have become accustomed to kernel ebuilds without flags (other than symlink and doc) that it didn't even occur to me to disable the suspend2 flag. And doing so, worked (obviously)...yardbird wrote:Ok, thanks for the report. I can reproduce the problem, and it's most likely a suspend2 issue. Enabling suspend2 in kernel config or disabling the "suspend2" USE flag and re-emerging (so that the suspend2 patch is not applied when emerging the kernel) should solve the problem. Sorry about that, but I guess we'll have to wait for another suspend2 version from upstream.
I've configured the kernel as I would for a usb hard drive (all the scsi stuff) and assume it's going to show up as a scsi drive (/dev/sgX or something of the like) but I am unable to access it.lspci wrote:0000:06:09.3 Unknown mass storage controller: Texas Instruments Texas Instruments PCIxx21 Integrated FlashMedia Controller
Sorry for the rather late reply. Yes, it patches cleanly, and does the trick.yardbird wrote: @landon: thanks for reporting this. I've found a patch here:
http://seclists.org/lists/linux-kernel/ ... /0614.html
According to that thread the patch solves the bug. I've committed it to the upcoming morph-sources, but would you please test it to see if it does solve the issue?
http://www.bluescarni.infoAlbert 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.
Ok. Thanks for the tip. I'll keep trying to get it mounted...yardbird wrote:@ateo: yep, the new suspend2 patch probably introduced the bug. I have little experience with card readers. I set up one on an AMD64 laptop: it was seen as a SCSI disk IIRC and it was accessible through /dev/sdX. But things are not always so simple, and there are card readers that do not use this standard interface. Maybe if you re-emerge pciutils you could get more info about it (when you emerge pciutils it tries to download the latest PCI devices definitions from the net).

Nope, you just need resume2=swap:/dev/hdaX (if you're using the swapwriter of course). If there's no image saved in the swap space (i.e. you haven't hibernated), the kernel will just boot normally.Ateo wrote: Also, one more question. When using suspend2, it is my understanding that I must have 2 commands to pass onto the kernel (from bootloader). One with the resume2=swap:/dev/hdaX (for a fresh boot) and noresume2 to return to the state before hibernation. Am I understanding this correctly?
In other words, I need to option for 2 kernels (on with resume2 and the other with noresume2)...
Thanks for Morph..

Code: Select all
hibernate: Less than 3 seconds since last resumed. Not suspending.
hibernate: Aborting suspend due to errors in CheckLastResume (use --force to override).

Sorry, not yet in the 2.6.12 series (it is there in the 2.6.11 series though), but it will be back soon.kohno wrote:Is there win4lin patch in this source?
http://www.bluescarni.infoAlbert 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.
Code: Select all
drivers/built-in.o(.text+0xdf3d0): In function `pi_init':
: multiple definition of `pi_init'
kernel/built-in.o(.bss+0x98f4): first defined here
ld: Warning: size of symbol `pi_init' changed from 4 in kernel/built-in.o to 897 in drivers/built-in.o
ld: Warning: type of symbol `pi_init' changed from 1 to 2 in drivers/built-in.o
make: *** [.tmp_vmlinux1] Error 1
Could you post a bit more of the error output? Did you use "make oldconfig" by chance?_sys/sid wrote:![]()
Code: Select all
drivers/built-in.o(.text+0xdf3d0): In function `pi_init': : multiple definition of `pi_init' kernel/built-in.o(.bss+0x98f4): first defined here ld: Warning: size of symbol `pi_init' changed from 4 in kernel/built-in.o to 897 in drivers/built-in.o ld: Warning: type of symbol `pi_init' changed from 1 to 2 in drivers/built-in.o make: *** [.tmp_vmlinux1] Error 1
http://www.bluescarni.infoAlbert 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.
Code: Select all
In file included from arch/x86_64/kernel/mce.c:17:
include/linux/fs.h: In function `lock_super':
include/linux/fs.h:851: aviso: declaración implícita de la función `down'
include/linux/fs.h: In function `unlock_super':
include/linux/fs.h:857: aviso: declaración implícita de la función `up'
arch/x86_64/kernel/mce.c: In function `mce_read':
arch/x86_64/kernel/mce.c:383: aviso: el tipo de dato por defecto es `int' en la declaración
de `DECLARE_MUTEX'
arch/x86_64/kernel/mce.c:383: aviso: nombres de parámetros (sin tipos) en la declaración de
la función
arch/x86_64/kernel/mce.c:392: error: `mce_read_sem' no se declaró aquí (primer uso en esta función)
arch/x86_64/kernel/mce.c:392: error: (Cada identificador no declarado solamente se reporta una vez
arch/x86_64/kernel/mce.c:392: error: para cada funcion en la que aparece.)
make[1]: *** [arch/x86_64/kernel/mce.o] Error 1
make: *** [arch/x86_64/kernel] Error 2
Ugh, sorry for the late reply. I've been pretty much busy lately, damn social^H^H^H^H^H^H real lifeTanisete wrote:Yeah, i get the modules recognized... and yeah, it was another thing.
Now i'm trying to compile new morph-sources (x86_64), and i got some errors in the beginning:
I compiled it with "fuse" and "rtp" flags, and i activated rtp with voluntary preemtp (no more options activated). I haven't selected suspend, nor supermount. Can anyone help me??Code: Select all
In file included from arch/x86_64/kernel/mce.c:17: include/linux/fs.h: In function `lock_super': include/linux/fs.h:851: aviso: declaración implícita de la función `down' include/linux/fs.h: In function `unlock_super': include/linux/fs.h:857: aviso: declaración implícita de la función `up' arch/x86_64/kernel/mce.c: In function `mce_read': arch/x86_64/kernel/mce.c:383: aviso: el tipo de dato por defecto es `int' en la declaración de `DECLARE_MUTEX' arch/x86_64/kernel/mce.c:383: aviso: nombres de parámetros (sin tipos) en la declaración de la función arch/x86_64/kernel/mce.c:392: error: `mce_read_sem' no se declaró aquí (primer uso en esta función) arch/x86_64/kernel/mce.c:392: error: (Cada identificador no declarado solamente se reporta una vez arch/x86_64/kernel/mce.c:392: error: para cada funcion en la que aparece.) make[1]: *** [arch/x86_64/kernel/mce.o] Error 1 make: *** [arch/x86_64/kernel] Error 2
Thanks a lot!!
http://www.bluescarni.infoAlbert 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.
Code: Select all
CONFIG_X86_MCE=y
Then it is either automatically selected by some other option or it is mandatory on AMD64.Tanisete wrote:I'm using an amd64 without suspend or supermount, but i can't deactivate this option:
In fact, every time i make menuconfig, that option does not appear, and if I erase it, i appears again... really weird...Code: Select all
CONFIG_X86_MCE=y
Seems like you've found the culpritI've compiled morph-sources without a problem without rtp patch... so it should be something related to it... anyone experienced similar problems??
http://www.bluescarni.infoAlbert 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.