You are not logged in.
Pages: 1
hi there!
demesg gives me for example this:
ACPI: Subsystem revision 20041210
ACPI-1138: *** Error: Method execution failed [MCTH] (Node dffee280), AE_AML_BUFFER_LIMIT
ACPI-1138: *** Error: Method execution failed [_SB_.PCI0._INI] (Node dffeee00), AE_AML_BUFFER_LIMITKernel command line: BOOT_IMAGE=arch ro root=343 devfs=nomountdevfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0and then , when all the deamons were startet , first is something with
::devfs FAIL
a lot of erros are following with lots of missing files and errors e.g. in my rc.multi
and deamons like jack wont start too :-(
when i run /etc/./start_udev by hand, it works, but xterm does not want to start again.
when i shut down there are also many errors like gdm is not running (but it is)
so how do i really start udev, i followed the instructions in arch wiki and what about not starting deamons and my strange acpi errors???
greetings matto :?
// DAMNiAM //
Offline
Don;t really know much about this, I just followed the Wiki entry to sort out my udev.
Have you put the append="nodevfs" (or whatever it is) in your lilo.conf or grub.conf??
T
Offline
append="devfs=nomount"Mr Green
Offline
i have that mysterious line in my lilo.conf
and dmesg says, that it was read!!
Kernel command line: BOOT_IMAGE=arch ro root=343 devfs=nomountdo you need more informations about my linux box?
greetings matto
// DAMNiAM //
Offline
could you post your lilo.conf please .....~& check if udev is installed
pacman -Qi udevMr Green
Offline
ok, udev is installed i think...
[root@hansa matto]# pacman -Qi udev
Name : udev
Version : 050-1
Groups : None
Packager : Arch Linux (http://www.archlinux.org)
URL : http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
License :
Architecture : i686
Size : 260948
Build Date : Thu Dec 30 02:37:26 2004 UTC
Install Date : Sun Jan 2 14:50:07 2005 UTC
Install Script : Yes
Reason: : explicitly installed
Provides : None
Depends On : coreutils
Required By : None
Conflicts With : None
Description : The userspace dev tools (udev)and my lilo.conf is like this:
#
# /etc/lilo.conf
#
boot=/dev/hda
#boot=/dev/discs/disc1/part3
# This line often fixes L40 errors on bootup
# disk=/dev/discs/disc0/disc bios=0x80
#append="acpi=force devfs=nomount"
default=arch
timeout=100
lba32
prompt
bitmap=/home/matto/mattoboot.bmp
#bmp-colors=<fg>,<bg>,<sh>,<hfg>,<hbg>,<hsh>
bmp-colors=251,250,250,252,250,250
#bmp-table=<x>,<y>,<ncol>,<nrow>,<xsep>,<spill>
bmp-table=5,2
# bmp-timer=<x>,<y>,<fg>,<bg>,<sh>
bmp-timer=5,27,254,250,250
#append="devfs=nomount"
#append="devfs=nomount acpi=force"
image=/boot/vmlinuz26
label=arch
root=/dev/hdb3
read-only
append="devfs=nomount"
image=/boot/vmlinuz26mm
label=arch-mm-kernel
root=/dev/hdb3
read-only
append="devfs=nomount acpi=force"
other=/dev/hdb4
label=BeOS
#append="acpi=force devfs=nomount"
# End of filebtw i started with arch 0.6 full installation cd and "moved" my lilux one time, but this is some time ago....
(postet in this forum http://bbs.archlinux.org/viewtopic.php?t=5724
greetings matto
// DAMNiAM //
Offline
I cannot be sure if you have a udev problem or ACPI ... :?
are you still running 0.6 ?
more /etc/arch-releaseMaybe I'm not helping that much ![]()
Mr Green
Offline
hi again!
[matto@hansa ~]$ more /etc/arch-release
Arch Linux 0.7 (Wombat)i think i am running 0.7 ;-)
... i think i have a problem with ACPI but i do not know if this effects udev?!?!?
my mainboard does not support cpu´s with more then 800 Mhz and i have a 900 Mhz Duron ;-) if i shutdown my pc and try to start it up again, it dows NOT work,(only lamps are on ,nothing else) but if i take my pc hardly away from power supply and plug it in again , it works fine!
btw i have had fewer problems with devfs ... but "switching" back does not work .. (more errors then now ;-) )
ok i can format my hd and reinstall but i am too lazy for that.. :-)
what shall i do now???
btw do anyone know how to start jack audio correctly and install nvidia with the mm kernel????
greetings matto
// DAMNiAM //
Offline
one more thing check if initscripts is up to date ?
udev should be started by initscripts on boot ???
Mr Green
Offline
Try instead of
append="devfs=nomount acpi=force"this one :
devfs=nomount acpi=forceYou don't need "append" word, it says what to do with quoted string.
Offline
Pages: 1