Click to See Complete Forum and Search --> : request_module error
DimGR
05-27-2004, 11:03 PM
every time i switch window managers i get this error
it has to do something with the modules but i do not understand which one is giving the problem. everything works fine though ...
from dmseg
request_module: failed /sbin/modprobe -- char-major-10-134. error = 256
mtrr: 0xe0000000,0x8000000 overlaps existing 0xe0000000,0x1000000
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
JohnT
05-27-2004, 11:43 PM
apm: overridden by ACPI. It would be that one, apm.
DimGR
05-28-2004, 10:39 AM
Originally posted by JohnT
It would be that one, apm.
how do i fix it
JohnT
05-28-2004, 11:35 AM
Decide which on you want to keep? i dont have notebook, but I use apm to poweroff my computer, rather than having to do it manually.
http://tuxmobil.org/apm_linux.html
DimGR
05-28-2004, 11:41 AM
Originally posted by JohnT
Decide which on you want to keep? i dont have notebook, but I use apm to poweroff my computer, rather than having to do it manually.
i do not have a notebook too... ill take a look into it and if i have any more problems ill post here :)
http://tuxmobil.org/apm_linux.html
mdwatts
05-28-2004, 01:32 PM
In your bootloader config.
acpi=off or apm=off
DimGR
05-28-2004, 02:09 PM
Originally posted by mdwatts
In your bootloader config.
acpi=off or apm=off
how to edit lilo ?
mdwatts
05-28-2004, 03:30 PM
Originally posted by DimGR
how to edit lilo ?
As root and with whatever gui or textmode editor you are familiar/comfortable with.
/etc/lilo.conf
Add to the append statement or create a new if necessary. The lilo.conf manpage (man lilo.conf) has examples.
append="apm=off"
OR
append="acpi=off"
You can even search the JL forums or G4L to find lots of good stuff on Lilo and it's configuration. :)