Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-24-2006, 06:22 AM
|
#16
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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?
|
|
|
07-24-2006, 06:29 AM
|
#17
|
Member
Registered: Nov 2003
Posts: 360
Rep:
|
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
|
|
|
07-24-2006, 06:34 AM
|
#18
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
That's it:
marto@marto:~$ grep ACPI /usr/src/linux/.config
# ACPI Support
# CONFIG_ACPI is not set
marto@marto:~$
|
|
|
07-24-2006, 06:50 AM
|
#19
|
Member
Registered: Nov 2003
Posts: 360
Rep:
|
I, for one, would suggest you compile your kernel and add ACPI as module.
|
|
|
07-24-2006, 06:56 AM
|
#20
|
Member
Registered: Nov 2003
Posts: 360
Rep:
|
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.
|
|
|
07-24-2006, 06:56 AM
|
#21
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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?
|
|
|
07-24-2006, 07:10 AM
|
#22
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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
|
|
|
07-24-2006, 10:39 AM
|
#23
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
Can you think of any other solution to my problem, other than compiling the kernel? Is compiling the kernel the only alternative?
|
|
|
07-24-2006, 11:17 AM
|
#24
|
Member
Registered: Nov 2003
Posts: 360
Rep:
|
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.
|
|
|
07-24-2006, 12:39 PM
|
#25
|
Senior Member
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519
Rep:
|
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?
|
|
|
07-24-2006, 03:16 PM
|
#26
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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?
|
|
|
07-24-2006, 04:15 PM
|
#27
|
Senior Member
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519
Rep:
|
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.
|
|
|
07-25-2006, 09:09 AM
|
#28
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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?
|
|
|
07-25-2006, 10:48 AM
|
#29
|
Member
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819
Original Poster
Rep:
|
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?
|
|
|
07-25-2006, 01:12 PM
|
#30
|
Senior Member
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519
Rep:
|
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
" "
your cursor should quickly return to another root prompt. that is a good sign.
now type in " " 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 " " and your computer should shutdown for you.
|
|
|
All times are GMT -5. The time now is 12:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|