View previous topic :: View next topic |
Author |
Message |
localghost Apprentice


Joined: 28 Oct 2004 Posts: 185 Location: Sint-Niklaas, Belgium
|
Posted: Fri Jan 21, 2005 9:28 pm Post subject: gentoo-dev-sources 2.6.10-r6 APM not compiled into kernel |
|
|
On startup, I have the following message:
Code: | * APM support has not been compiled into the kernel |
I find this odd, because I'm certain APM is compiled into the kernel (gentoo-dev-sources 2.6.10-r6), not as a module but into the kernel itself:
Code: | amedee@radagast ~ $ grep -i 'APM' /usr/src/linux/.config
# Power management options (ACPI, APM)
# APM (Advanced Power Management) BIOS Support
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
amedee@radagast ~ $ |
Any comments? _________________ 411 /0µr 84$3 4r3 8310n9 70 µ$. |
|
Back to top |
|
 |
slam_head Guru


Joined: 06 Jan 2003 Posts: 449 Location: New York City
|
Posted: Fri Jan 21, 2005 9:40 pm Post subject: |
|
|
Are you sure your booting the right kernel? Did you update your grub.conf file? Try:
|
|
Back to top |
|
 |
localghost Apprentice


Joined: 28 Oct 2004 Posts: 185 Location: Sint-Niklaas, Belgium
|
Posted: Sat Jan 22, 2005 8:04 am Post subject: |
|
|
Yes I am very sure it is the right kernel, because it is the only kernel. I deleted all the others to be sure.
Code: | amedee@radagast ~ $ uname -a
Linux radagast 2.6.10-gentoo-r6 #3 SMP Fri Jan 21 22:20:36 CET 2005 i686 Pentium III (Katmai) GenuineIntel GNU/Linux
amedee@radagast ~ $ |
Code: | amedee@radagast ~ $ ls -al /boot
total 3097
drwxr-xr-x 4 root root 1024 Jan 21 22:21 .
drwxr-xr-x 19 root root 4096 Jan 13 22:11 ..
-rw-r--r-- 1 root root 0 Jan 13 19:25 .keep
lrwxr-xr-x 1 root root 27 Jan 21 22:21 System.map -> System.map-2.6.10-gentoo-r6
-rw-r--r-- 1 root root 876560 Jan 21 22:21 System.map-2.6.10-gentoo-r6
lrwxrwxrwx 1 root root 1 Dec 29 23:49 boot -> .
lrwxr-xr-x 1 root root 23 Jan 21 22:21 config -> config-2.6.10-gentoo-r6
-rw-r--r-- 1 root root 26277 Jan 21 22:21 config-2.6.10-gentoo-r6
-rw-r--r-- 1 root root 433981 Jan 5 01:13 fbsplash-emergence-800x600
drwxr-xr-x 2 root root 1024 Jan 9 22:11 grub
drwx------ 2 root root 12288 Dec 29 23:12 lost+found
lrwxr-xr-x 1 root root 24 Jan 21 22:21 vmlinuz -> vmlinuz-2.6.10-gentoo-r6
-rw-r--r-- 1 root root 1796499 Jan 21 22:21 vmlinuz-2.6.10-gentoo-r6
amedee@radagast ~ $ |
Code: | amedee@radagast ~ $ cat /boot/grub/grub.conf
timeout 30
default 0
fallback 1
splashimage=(hd0,0)/grub/splash.xpm.gz
title Linux 2.6.10 Gentoo r6
root (hd0,0)
kernel /vmlinuz-2.6.10-gentoo-r6 root=/dev/hda3 video=640x480-8@60 gentoo=nodevfs
#initrd /initrd.img
title Install GRUB into the hard disk
root (hd0,0)
setup (hd0)
title Change the colors
color light-green/brown blink-red/blue
amedee@radagast ~ $ |
_________________ 411 /0µr 84$3 4r3 8310n9 70 µ$. |
|
Back to top |
|
 |
localghost Apprentice


Joined: 28 Oct 2004 Posts: 185 Location: Sint-Niklaas, Belgium
|
Posted: Sun Jan 23, 2005 12:45 pm Post subject: APM as module or in the kernel |
|
|
I don't know if it matters, but is it advisable to compile APM into the kernel, or rather as a module? _________________ 411 /0µr 84$3 4r3 8310n9 70 µ$. |
|
Back to top |
|
 |
ph03 n00b

Joined: 14 Jan 2005 Posts: 39
|
Posted: Sat Jan 29, 2005 5:14 pm Post subject: |
|
|
"push up" =)
same problem here, any other suggestions yet? |
|
Back to top |
|
 |
|