Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.23-kamikaze3: "Little John"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
tempix
n00b
n00b


Joined: 30 Aug 2007
Posts: 22

PostPosted: Thu Oct 18, 2007 2:41 pm    Post subject: Reply with quote

tempix wrote:
Somebody uses suspend2 hibernating with suspend2ui_fbsplash? (aka tuxonice)
Suspending to disk (swapwriter) works, but not with suspen2ui_fbsplash.
If I try to hibernate, the console is scrambled. Log says, something is wrong with the splash_utils parameters - I think the -d option, so I removed it
(from hibernate script ):
the same problem, another log message: fbsplashd communication error, or something like that.
Although: wake up from hibernating (start laptop) -the splash- works nicely.


Nobody uses tuxonice with tuxonice_userui (FBSPLASH)?
Can anybody confirm that it works?
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Thu Oct 18, 2007 4:29 pm    Post subject: Reply with quote

Loibisch wrote:
Ok, I tried reverting the thinkpad patches, but it didn't make any difference. Then I looked at the differences between kamikaze2 and kamikaze3 and saw there was a new patch, acpi-release-20070126-2.6.23.patch

Putting it in /usr/src/linux and doing a
Code:
patch -Rp1 < acpi-release-20070126-2.6.23.patch

plus a fresh compile made my /proc/acpi/battery show up again.

What exactly are those patches doing...and why are they so old (January 26th?)


I had the same problem. Enabling CONFIG_ACPI_PROCFS=y solves problem

Don't know for suspend2ui_fbsplash, but CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text" works for me.

Waninkoko could you update acer_acpi. http://repo.or.cz/w/acer_acpi.git?a=tree?
Copy acer_acpi.c, wmi-acer.c and wmi-acer.h to drivers/misc, and change obj-$(CONFIG_ACER_ACPI) += wmi-acer.o acer_acpi.o in Makefile.
It works perfectly on my acer.

b33fc0d3, thanks for b43 patches. It works better than bcm43xx ever worked.
Thanks all.
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Thu Oct 18, 2007 4:30 pm    Post subject: Reply with quote

Loibisch wrote:
Ok, I tried reverting the thinkpad patches, but it didn't make any difference. Then I looked at the differences between kamikaze2 and kamikaze3 and saw there was a new patch, acpi-release-20070126-2.6.23.patch

Putting it in /usr/src/linux and doing a
Code:
patch -Rp1 < acpi-release-20070126-2.6.23.patch

plus a fresh compile made my /proc/acpi/battery show up again.

What exactly are those patches doing...and why are they so old (January 26th?)


I had the same problem. Enabling CONFIG_ACPI_PROCFS=y solves problem

Don't know for suspend2ui_fbsplash, but CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text" works for me.

Waninkoko could you update acer_acpi. http://repo.or.cz/w/acer_acpi.git?a=tree?
Copy acer_acpi.c, wmi-acer.c and wmi-acer.h to drivers/misc, and change obj-$(CONFIG_ACER_ACPI) += wmi-acer.o acer_acpi.o in Makefile.
It works perfectly on my acer.

b33fc0d3, thanks for b43 patches. It works better than bcm43xx ever worked.
Thanks all.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Oct 18, 2007 5:14 pm    Post subject: Reply with quote

for those of you who have a sky2 (yukon II) card:

patch

I haven't tested compilation so I can't tell if it will compile fine :wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Thu Oct 18, 2007 5:45 pm    Post subject: Reply with quote

Code:
p1r4te ~ > uname -a
Linux p1r4te 2.6.23-kamikaze3 #1 Thu Oct 18 16:16:42 CEST 2007 i686 Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux


works great :) thanks for the next release of the greatest patchsets :)
Back to top
View user's profile Send private message
Schmolch
l33t
l33t


Joined: 16 Jun 2002
Posts: 746
Location: Germany

PostPosted: Thu Oct 18, 2007 9:04 pm    Post subject: Reply with quote

love kamikaze, thx alot.
Back to top
View user's profile Send private message
tallica
Apprentice
Apprentice


Joined: 27 Jul 2007
Posts: 152
Location: Lublin, POL

PostPosted: Thu Oct 18, 2007 9:06 pm    Post subject: Reply with quote

kernelOfTruth wrote:
for those of you who have a sky2 (yukon II) card:

patch

I haven't tested compilation so I can't tell if it will compile fine :wink:


yeah... I can't compile it (GCC 4.2.2, I've patched 2.6.23-kamikaze3)

Code:
CC      drivers/net/sky2.o
In file included from drivers/net/sky2.c:52:
drivers/net/sky2.h:2039: error: field ‘napi’ has incomplete type
drivers/net/sky2.c: In function ‘sky2_up’:
drivers/net/sky2.c:1387: error: implicit declaration of function ‘napi_enable’
drivers/net/sky2.c:1391: error: implicit declaration of function ‘napi_disable’
drivers/net/sky2.c: In function ‘sky2_watchdog’:
drivers/net/sky2.c:2547: error: implicit declaration of function ‘napi_schedule’
drivers/net/sky2.c: In function ‘sky2_poll’:
drivers/net/sky2.c:2604: warning: type defaults to ‘int’ in declaration of ‘__mptr’
drivers/net/sky2.c:2604: warning: initialization from incompatible pointer type
drivers/net/sky2.c:2632: error: implicit declaration of function ‘napi_complete’
drivers/net/sky2.c: At top level:
drivers/net/sky2.c:3770: error: unknown field ‘get_sset_count’ specified in initializer
drivers/net/sky2.c:3770: warning: initialization from incompatible pointer type
drivers/net/sky2.c: In function ‘sky2_show_addr’:
drivers/net/sky2.c:4030: error: implicit declaration of function ‘DECLARE_MAC_BUF’
drivers/net/sky2.c:4030: error: ‘mac’ undeclared (first use in this function)
drivers/net/sky2.c:4030: error: (Each undeclared identifier is reported only once
drivers/net/sky2.c:4030: error: for each function it appears in.)
drivers/net/sky2.c:4034: error: implicit declaration of function ‘print_mac’
drivers/net/sky2.c:4034: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
drivers/net/sky2.c: In function ‘sky2_probe’:
drivers/net/sky2.c:4194: error: implicit declaration of function ‘netif_napi_add’
make[2]: *** [drivers/net/sky2.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
Back to top
View user's profile Send private message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Thu Oct 18, 2007 9:17 pm    Post subject: Reply with quote

Michal_86 wrote:
kernelOfTruth wrote:
for those of you who have a sky2 (yukon II) card:

patch

I haven't tested compilation so I can't tell if it will compile fine :wink:


yeah... I can't compile it (GCC 4.2.2, I've patched 2.6.23-kamikaze3)

Code:
CC      drivers/net/sky2.o
In file included from drivers/net/sky2.c:52:
drivers/net/sky2.h:2039: error: field ‘napi’ has incomplete type
drivers/net/sky2.c: In function ‘sky2_up’:
drivers/net/sky2.c:1387: error: implicit declaration of function ‘napi_enable’
drivers/net/sky2.c:1391: error: implicit declaration of function ‘napi_disable’
drivers/net/sky2.c: In function ‘sky2_watchdog’:
drivers/net/sky2.c:2547: error: implicit declaration of function ‘napi_schedule’
drivers/net/sky2.c: In function ‘sky2_poll’:

drivers/net/sky2.c:2604: warning: type defaults to ‘int’ in declaration of ‘__mptr’
drivers/net/sky2.c:2604: warning: initialization from incompatible pointer type
drivers/net/sky2.c:2632: error: implicit declaration of function ‘napi_complete’
drivers/net/sky2.c: At top level:
drivers/net/sky2.c:3770: error: unknown field ‘get_sset_count’ specified in initializer
drivers/net/sky2.c:3770: warning: initialization from incompatible pointer type
drivers/net/sky2.c: In function ‘sky2_show_addr’:
drivers/net/sky2.c:4030: error: implicit declaration of function ‘DECLARE_MAC_BUF’
drivers/net/sky2.c:4030: error: ‘mac’ undeclared (first use in this function)
drivers/net/sky2.c:4030: error: (Each undeclared identifier is reported only once
drivers/net/sky2.c:4030: error: for each function it appears in.)
drivers/net/sky2.c:4034: error: implicit declaration of function ‘print_mac’
drivers/net/sky2.c:4034: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
drivers/net/sky2.c: In function ‘sky2_probe’:
drivers/net/sky2.c:4194: error: implicit declaration of function ‘netif_napi_add’
make[2]: *** [drivers/net/sky2.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2


Yeah, got the same thing. The patch is not working :?

dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Oct 18, 2007 9:35 pm    Post subject: Reply with quote

ok, I will have a look at that later - seems git13 has already progressed that much that there are too much changes to 2.6.23 :(

or could you have a quick look at it, waninkoko ?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Thu Oct 18, 2007 9:56 pm    Post subject: Reply with quote

Looks like it's a little hard to fix this one :?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Oct 18, 2007 10:23 pm    Post subject: Reply with quote

well, then let's wait some time, I'm not adventurous enough to test that kernel at that current state since there seems to be some breakage in it

and I still need my data :roll:

I'll see if 2.6.23-mm* is better in that aspect

thanks, btw :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Watchwolf
n00b
n00b


Joined: 22 Nov 2006
Posts: 39

PostPosted: Fri Oct 19, 2007 3:33 pm    Post subject: Reply with quote

hello, I use this kernel because I want tickless on my 64 bits laptop.

But I have a problem with Tuxonice.

Quote:
hibernate: No suitable suspend methods were found on your machine.
hibernate: You need to install a kernel with support for suspending to
hibernate: disk or RAM and reboot, then try again.


I understand the problem but I don't find the solution. I have no "SUSPEND2" in my .config, only "SUSPEND"

Quote:
Watchwolf watchwolf # cat /usr/src/linux/.config | grep SUSPEND
CONFIG_SUSPEND_SMP_POSSIBLE=y
CONFIG_SUSPEND=y
CONFIG_USB_SUSPEND=y


Any body have a idea ?
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Fri Oct 19, 2007 5:07 pm    Post subject: Reply with quote

cat /usr/src/linux/.config | grep TOI
Code:

CONFIG_TOI_CORE=y
# CONFIG_TOI_FILE is not set
CONFIG_TOI_SWAP=y
CONFIG_TOI_CRYPTO=y
CONFIG_TOI_USERUI=y
CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text"
# CONFIG_TOI_KEEP_IMAGE is not set
CONFIG_TOI_REPLACE_SWSUSP=y
CONFIG_TOI_CHECKSUM=y
CONFIG_TOI_DEFAULT_WAIT=25
CONFIG_TOI=y
Back to top
View user's profile Send private message
Watchwolf
n00b
n00b


Joined: 22 Nov 2006
Posts: 39

PostPosted: Fri Oct 19, 2007 5:31 pm    Post subject: Reply with quote

IvanMajhen wrote:
cat /usr/src/linux/.config | grep TOI
Code:

CONFIG_TOI_CORE=y
# CONFIG_TOI_FILE is not set
CONFIG_TOI_SWAP=y
CONFIG_TOI_CRYPTO=y
CONFIG_TOI_USERUI=y
CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text"
# CONFIG_TOI_KEEP_IMAGE is not set
CONFIG_TOI_REPLACE_SWSUSP=y
CONFIG_TOI_CHECKSUM=y
CONFIG_TOI_DEFAULT_WAIT=25
CONFIG_TOI=y


ty but ...

Code:
Watchwolf watchwolf # hibernate
hibernate: No suitable suspend methods were found on your machine.
hibernate: You need to install a kernel with support for suspending to
hibernate: disk or RAM and reboot, then try again.


Watchwolf watchwolf # cat /usr/src/linux/.config | grep TOI
CONFIG_TOI_CORE=y
CONFIG_TOI_FILE=y
CONFIG_TOI_SWAP=y
CONFIG_TOI_CRYPTO=y
CONFIG_TOI_USERUI=y
CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text"
# CONFIG_TOI_KEEP_IMAGE is not set
CONFIG_TOI_REPLACE_SWSUSP=y
CONFIG_TOI_CHECKSUM=y
CONFIG_TOI_DEFAULT_WAIT=25
CONFIG_TOI=y


Watchwolf watchwolf # ls -l /usr/src/
total 4
lrwxrwxrwx  1 root root   23 2007-10-18 22:44 linux -> linux-2.6.23-kamikaze3/


Watchwolf watchwolf # uname -a
Linux Watchwolf 2.6.23-kamikaze3-Watchwolf #4 SMP PREEMPT Fri Oct 19 19:21:51 CEST 2007 x86_64 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux


Watchwolf watchwolf # emerge -s hibernate-script
Searching...   
[ Results for search key : hibernate-script ]
[ Applications found : 1 ]
 
*  sys-power/hibernate-script
      Latest version available: 1.96-r1
      Latest version installed: 1.96-r1
      Size of files: 80 kB
      Homepage:      http://www.tuxonice.net/
      Description:   Hibernate script supporting multiple suspend methods
      License:       GPL-2



title=Gentoo Linux x86_64 2.6.23-kamikaze3-Watchwolf
root (hd0,1)
kernel /boot/kernel-genkernel-x86_64-2.6.23-kamikaze3-Watchwolf root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda2 udev vga=0x318 video=vesafb:mtrr:3,ywrap libata.atapi_enabled=1 resume2=/dev/sda8
initrd /boot/initramfs-genkernel-x86_64-2.6.23-kamikaze3-Watchwolf


sda8 is a swap partition.

maybe the pb is the script hibernate ?
Back to top
View user's profile Send private message
Borromini
n00b
n00b


Joined: 06 Nov 2005
Posts: 7
Location: Belgium

PostPosted: Fri Oct 19, 2007 5:40 pm    Post subject: Reply with quote

Loibisch wrote:
Ok, I tried reverting the thinkpad patches, but it didn't make any difference. Then I looked at the differences between kamikaze2 and kamikaze3 and saw there was a new patch, acpi-release-20070126-2.6.23.patch

Putting it in /usr/src/linux and doing a
Code:
patch -Rp1 < acpi-release-20070126-2.6.23.patch

plus a fresh compile made my /proc/acpi/battery show up again.

What exactly are those patches doing...and why are they so old (January 26th?)


Updates & fixes of kernel ACPI code? :P ;)

buddabrod wrote:
Loibisch wrote:
As I wrote in my post above CONFIG_ACPI_BATTERY is already set, so is CONFIG_POWER_SUPPLY. They must have been since hte same .config worked in kamikaze2 (I'm quite tired of mentioning it, but it doesn't seem to strike home).

Seriously, I appreciate you trying to help but do you even read what I'm writing?
It works here.. i have that stff enabled and everything works as it should.
Maybe reverse thinkpad patches, that messes around with many other things ;)


I have CONFIG_POWER_SUPPLY disabled in kamikaze3 (with 2.6.23.1 patch applied), my ACPI works fine - XFCE's power monitor shows an empty battery (removed) and tells me I'm on AC. With the acpi patch applied, the applet goes crazy and tells me i'm on 50% (while there is no battery at all), and no tooltip appears. So i threw it out again.

I fixed my 'problem' with iwlwifi acting quirky by using only the kamikaze patches I needed. However, performance with 1.1.17 is very ambivalent - now it achieves under 1 MBps, then it transfers at a whopping 4 MBps... This is using SCP to my wired server, on a WPA2, and I have a signal quality of 95% (only a few meters from my AP). Older drivers used to give me rates of 2.4-2.6 MBps. Anyone experiencing something similar?
_________________
Arch Linux current || HP 6510b - Core 2 Duo T7300, 14.1" 1440x900, 2 GB RAM, Intel onboard GPU, IPW3945
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Fri Oct 19, 2007 7:37 pm    Post subject: Reply with quote

Watchwolf wrote:

ty but ...

Code:
Watchwolf watchwolf # hibernate
hibernate: No suitable suspend methods were found on your machine.
hibernate: You need to install a kernel with support for suspending to
hibernate: disk or RAM and reboot, then try again.


Watchwolf watchwolf # cat /usr/src/linux/.config | grep TOI
CONFIG_TOI_CORE=y
CONFIG_TOI_FILE=y
CONFIG_TOI_SWAP=y
CONFIG_TOI_CRYPTO=y
CONFIG_TOI_USERUI=y
CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/suspend2ui_text"
# CONFIG_TOI_KEEP_IMAGE is not set
CONFIG_TOI_REPLACE_SWSUSP=y
CONFIG_TOI_CHECKSUM=y
CONFIG_TOI_DEFAULT_WAIT=25
CONFIG_TOI=y


Watchwolf watchwolf # ls -l /usr/src/
total 4
lrwxrwxrwx  1 root root   23 2007-10-18 22:44 linux -> linux-2.6.23-kamikaze3/


Watchwolf watchwolf # uname -a
Linux Watchwolf 2.6.23-kamikaze3-Watchwolf #4 SMP PREEMPT Fri Oct 19 19:21:51 CEST 2007 x86_64 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux


Watchwolf watchwolf # emerge -s hibernate-script
Searching...   
[ Results for search key : hibernate-script ]
[ Applications found : 1 ]
 
*  sys-power/hibernate-script
      Latest version available: 1.96-r1
      Latest version installed: 1.96-r1
      Size of files: 80 kB
      Homepage:      http://www.tuxonice.net/
      Description:   Hibernate script supporting multiple suspend methods
      License:       GPL-2



title=Gentoo Linux x86_64 2.6.23-kamikaze3-Watchwolf
root (hd0,1)
kernel /boot/kernel-genkernel-x86_64-2.6.23-kamikaze3-Watchwolf root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda2 udev vga=0x318 video=vesafb:mtrr:3,ywrap libata.atapi_enabled=1 resume2=/dev/sda8
initrd /boot/initramfs-genkernel-x86_64-2.6.23-kamikaze3-Watchwolf


sda8 is a swap partition.

maybe the pb is the script hibernate ?


try adding resume=/dev/sda8 to your boot options. That works for me. And maybe initrd still doesnt support toi, since location /sys/power/suspend2 is replaced with /sys/power/tuxonice, so maybe you could hibernate, but not resume, because init in intrd doesn't "echo > /sys/power/tuxonice/do_resume". I have the same version of hibernate-script.
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Fri Oct 19, 2007 7:41 pm    Post subject: Reply with quote

Borromini wrote:
Loibisch wrote:
Ok, I tried reverting the thinkpad patches, but it didn't make any difference. Then I looked at the differences between kamikaze2 and kamikaze3 and saw there was a new patch, acpi-release-20070126-2.6.23.patch

Putting it in /usr/src/linux and doing a
Code:
patch -Rp1 < acpi-release-20070126-2.6.23.patch

plus a fresh compile made my /proc/acpi/battery show up again.

What exactly are those patches doing...and why are they so old (January 26th?)


Updates & fixes of kernel ACPI code? :P ;)

buddabrod wrote:
Loibisch wrote:
As I wrote in my post above CONFIG_ACPI_BATTERY is already set, so is CONFIG_POWER_SUPPLY. They must have been since hte same .config worked in kamikaze2 (I'm quite tired of mentioning it, but it doesn't seem to strike home).

Seriously, I appreciate you trying to help but do you even read what I'm writing?
It works here.. i have that stff enabled and everything works as it should.
Maybe reverse thinkpad patches, that messes around with many other things ;)


I have CONFIG_POWER_SUPPLY disabled in kamikaze3 (with 2.6.23.1 patch applied), my ACPI works fine - XFCE's power monitor shows an empty battery (removed) and tells me I'm on AC. With the acpi patch applied, the applet goes crazy and tells me i'm on 50% (while there is no battery at all), and no tooltip appears. So i threw it out again.

I fixed my 'problem' with iwlwifi acting quirky by using only the kamikaze patches I needed. However, performance with 1.1.17 is very ambivalent - now it achieves under 1 MBps, then it transfers at a whopping 4 MBps... This is using SCP to my wired server, on a WPA2, and I have a signal quality of 95% (only a few meters from my AP). Older drivers used to give me rates of 2.4-2.6 MBps. Anyone experiencing something similar?


Do you have selected [*] Deprecated /proc/acpi files. That solved my problem with battery. It was recognized by kernel, but didn't create /proc/acpi/battery.
Back to top
View user's profile Send private message
Watchwolf
n00b
n00b


Joined: 22 Nov 2006
Posts: 39

PostPosted: Fri Oct 19, 2007 8:18 pm    Post subject: Reply with quote

IvanMajhen wrote:

try adding resume=/dev/sda8 to your boot options. That works for me. And maybe initrd still doesnt support toi, since location /sys/power/suspend2 is replaced with /sys/power/tuxonice, so maybe you could hibernate, but not resume, because init in intrd doesn't "echo > /sys/power/tuxonice/do_resume". I have the same version of hibernate-script.


I replace resume2 by resume but still doesn't work. I didn't know about the link /sys/tuxonice, maybe the pb is there. We need to add something in hibernante.conf about this link ?

IvanMajhen >> I hhave compil all what I can :D (include deprecated acpi interface).
Back to top
View user's profile Send private message
Borromini
n00b
n00b


Joined: 06 Nov 2005
Posts: 7
Location: Belgium

PostPosted: Fri Oct 19, 2007 8:34 pm    Post subject: Reply with quote

IvanMahjen, I have :-/. I have both deprecated /proc/acpi options enabled.
_________________
Arch Linux current || HP 6510b - Core 2 Duo T7300, 14.1" 1440x900, 2 GB RAM, Intel onboard GPU, IPW3945
Back to top
View user's profile Send private message
mroconnor
Guru
Guru


Joined: 24 Feb 2006
Posts: 402
Location: USA

PostPosted: Fri Oct 19, 2007 10:03 pm    Post subject: Reply with quote

This is my first kamikaze kernel....so far it is most impressive. :)

Two tings are problematic for me:

1) how can i check that nvram is working?

2) How do i use the in-kernel ipw3945 drivers and remove the old way(I guess that is worded right)?

Thanks in advance for any assistance and thanks for a great patch set.

Cheers!
Back to top
View user's profile Send private message
ffwd
n00b
n00b


Joined: 08 Aug 2007
Posts: 12

PostPosted: Sat Oct 20, 2007 12:07 am    Post subject: Reply with quote

possible to add "Export URB statistics for powertop" patch in next release?
http://mail.lesswatts.org/pipermail/discuss/2007-October/000054.html
Back to top
View user's profile Send private message
plisk
n00b
n00b


Joined: 03 Oct 2004
Posts: 19
Location: Minsk, Belarus

PostPosted: Sat Oct 20, 2007 7:59 am    Post subject: Reply with quote

Reiser4 in this kernel has some improvements compared to kamikaze2, at least python now emerges OK, emerge-delta-webrsync runs OK etc. Thanks :).
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Sat Oct 20, 2007 10:31 am    Post subject: Reply with quote

Watchwolf wrote:
IvanMajhen wrote:

try adding resume=/dev/sda8 to your boot options. That works for me. And maybe initrd still doesnt support toi, since location /sys/power/suspend2 is replaced with /sys/power/tuxonice, so maybe you could hibernate, but not resume, because init in intrd doesn't "echo > /sys/power/tuxonice/do_resume". I have the same version of hibernate-script.


I replace resume2 by resume but still doesn't work. I didn't know about the link /sys/tuxonice, maybe the pb is there. We need to add something in hibernante.conf about this link ?

IvanMajhen >> I hhave compil all what I can :D (include deprecated acpi interface).

Hm... Do you have CONFIG_PM_STD_PARTITION="/dev/sda8" selected? Does /sys/power/tuxonice exist? And does /sys/power/state state has "mem disk"? Try "echo disk > /sys/power/state" or "echo > /sys/power/tuxonice/do_hibernate".
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sun Oct 21, 2007 9:38 am    Post subject: Reply with quote

Can anyone tell me the steps to get my fbsplash back? Now I don't even have the framebuffer working. I was using vesafb-tng I guess.

/edit: Ok the vesafb works again, but the kernel does not accept the old initrd with the fbsplash as it looks like. How do I need to upgrade that one?

/edit: I recreated the initrd and it works fine now.
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Aesthete
n00b
n00b


Joined: 21 Oct 2007
Posts: 6
Location: Siberia/Tomsk

PostPosted: Sun Oct 21, 2007 3:20 pm    Post subject: Reply with quote

What about including this patches?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
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