LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-24-2006, 05:22 AM   #16
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Here it is :)


CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
what shuld i now do? go where and uncomment what? am i right?
 
Old 07-24-2006, 05:29 AM   #17
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
looks like you have APM as module in your kernel. where is your ACPI output ? as sl4ckw4re asked before, try running the command again using ACPI instead of APM, I still belive you'll need ACPI, so run this and post back
Code:
grep ACPI /usr/src/linux/.config
 
Old 07-24-2006, 05:34 AM   #18
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
That's it:

marto@marto:~$ grep ACPI /usr/src/linux/.config
# ACPI Support
# CONFIG_ACPI is not set
marto@marto:~$
 
Old 07-24-2006, 05:50 AM   #19
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
I, for one, would suggest you compile your kernel and add ACPI as module.
 
Old 07-24-2006, 05:56 AM   #20
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
you can use this thread http://www.linuxquestions.org/questi...threadid=49035 if you don't have experience and don't know how to compile it. follow this tutorial, check ACPI as module and make sure you have the button module enabled too.
 
Old 07-24-2006, 05:56 AM   #21
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
oh, I do not for now dare compile my kernel. I believe there is some simpler way of achieving shutdown. Since people using the same kernel can do that with apm, why can't I do that too?
 
Old 07-24-2006, 06:10 AM   #22
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
however, if it turns out that there is no other way to enable power off on my PC, I will have to compile it. i have the slackbook and i have read it thorougly. I hope a scrutiny of the section about compiling kernels will be helpful. stil, I hope there will be some simpler suggestions. if there be no other alternative, i will compile it
 
Old 07-24-2006, 09:39 AM   #23
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Can you think of any other solution to my problem, other than compiling the kernel? Is compiling the kernel the only alternative?
 
Old 07-24-2006, 10:17 AM   #24
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
I cannot think of anything else, and I know that for me ACPI worked (and really, from what I know, for desktop computers you need ACPI - at least that's how it goes on 2.6 kernels). You can just sit back and wait for more experienced users to reply and see their opinion, I might be wrong and I really don't want to 'help you mess things up' . So it's best to wait until someone else says something too.
 
Old 07-24-2006, 11:39 AM   #25
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
maybe he should try installing the "testing 2.6.13 kernel" and that may fix up his issue?

or maybe he needs to reinstall if that don't work?
 
Old 07-24-2006, 02:16 PM   #26
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
I would be very glad if there is some solution different from compiling the kernel. There are people with the same kernel who can shutdown their desktop PCs. Why can't I do that too?
 
Old 07-24-2006, 03:15 PM   #27
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
tramni i use 2.4.31 kernel on one computer, and can use the apm no problem. in fact every computer I ever put slackware on, I always used the 2.4.31 kernel and using apm never failed for me ever. I truly believe that your modules did not load in correctly for some reason.

I really think the best way to do this is to play it safe and just reinstall for the fact that you may get the apm working, but who knows, maybe some other issue will pop up along the way.

On my slowest computer a p66 it only takes slakcware 40 minutes to reinstall off a cd, and 20 if I use a network install. It may prove better for you in the long run. I don't know that I'd want to have module issues on my pc to be honest.

Sorry it's not a quick fix, but it's a fix none the less.
 
Old 07-25-2006, 08:09 AM   #28
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Do you think it is a good idea to try the "bareacpi.i" kernel? It is the same as bare.i, but has acpi support, they say. Ok, I will reinstall the system, but what if it again does not wish to load the apm module? maybe i should try it with the acpi? have you got an idea what to do so that my PC shut down using the acpi? where and what should I have to uncomment?
 
Old 07-25-2006, 09:48 AM   #29
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
HERE IS THE OUTPUT OF THE KERNEL MESSAGES AT START UP:


Jul 25 17:14:03 marto cardmgr[83]: no pcmcia driver in /proc/devices
Jul 25 17:14:04 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:04 marto kernel: hw_random: misc device register failed
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:04 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:05 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:05 marto kernel: hw_random: misc device register failed
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:05 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:06 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:06 marto kernel: hw_random: misc device register failed
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:06 marto kernel: usb.c: USB device 2 (vend/prod 0x46d/0x8f0) is not claimed by any active driver.
Jul 25 17:14:06 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:06 marto kernel: hw_random: misc device register failed
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:06 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:07 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:07 marto kernel: hw_random: misc device register failed
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:07 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:07 marto kernel: hw_random: misc device register failed
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:07 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:08 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:08 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:09 marto kernel: hw_random: misc device register failed
Jul 25 17:14:09 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:09 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:09 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:13 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:13 marto kernel: hw_random: misc device register failed
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:13 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:13 marto kernel: hw_random: misc device register failed
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:13 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:14 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:14 marto kernel: hw_random: misc device register failed
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:14 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:14 marto kernel: hw_random: misc device register failed
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:14 marto kernel: shpchp: shpc_init : shpc_cap_offset == 0
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:14 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Jul 25 17:14:15 marto kernel: hw_random: misc device register failed
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: init_module: Device or resource busy
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Jul 25 17:14:15 marto insmod: /lib/modules/2.4.31/kernel/drivers/char/hw_random.o.gz: insmod hw_random failed
Jul 25 17:14:42 marto dnsmasq: failed to bind listening socket for 62.204.149.45: Address already in use
Jul 25 17:14:42 marto dnsmasq: FAILED to start up
AS YOU SEE THERE IS A PROBLEM WITH LOADING SOME MODULES. DO YOU THINK IT IS THE REASON WHY I CANNOT USE APM? ANY REMEDY?
 
Old 07-25-2006, 12:12 PM   #30
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
Chances are, even if your motherboard supports ACPI it will work with APM. ACPI from what I read, is still new in gnu/linux. Many linux distributions up until recently disable ACPI support as their default installation method so as to "play it safe". Even slackware by default choses a kernel that is configured for APM and not ACPI as it's default.

I would think that your issue is probably an installation error. You really should be able to use the bare.i kernel whether you have ACPI or not. Just use the "full" "noobie" install to play it safe and Pat defaults the installer to put everything in their for you that you need for a clean good working system.

After you reinstall, just reboot as slakware tells you to, and then after the pc comes back up, log in as root, then edit the /etc/rc.d/rc.modules file so that the /sbin/modprobe/apm is un-commented (without a #).

In console to do that you just:

Quote:
pico /etc/rc.d/rc.modules
arrow key down to the line for the /sbin/modprobe/apm and un-comment it.

Quote:
use "control key" + "letter O key" to save
then
Quote:
use "control key" + "letter X key"
to exit the pico program.

now at this point you only told slackware to load the APM at start-up.

now you can tell it to load the APM now with

"
Quote:
/sbin/modprobe apm
"

your cursor should quickly return to another root prompt. that is a good sign.

now type in "
Quote:
/cat/proc/modules
" and you should see a bunch of text scroll on the screen and you should see that "apm" is listed there.

now to test it, type "
Quote:
halt
" and your computer should shutdown for you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BIOS:apm not found tramni1980 Linux - Laptop and Netbook 3 07-24-2006 02:24 PM
Boot fail "apm: BIOS version 1.2 Flags" Help please PaulD101 Linux - General 3 05-04-2006 03:26 AM
apm - command not found? nagromo Linux - Software 1 12-11-2004 06:50 AM
How to Disable APM Bios Detection on Boot leeach Mandriva 4 10-01-2003 08:25 AM
Need to Disable APM Bios detection leeach Linux - Newbie 0 09-30-2003 10:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration