You are not logged in.
When booting, systemd tells to issue this command:
sudo systemctl status systemd-modules-load.service
Password:
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service)
Active: failed since Wed, 03 Aug 2011 00:40:15 +0200; 1min 26s ago
Process: 237 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/systemd-modules-load.service
I have no idea about what it's happening or how to solve it.
Any help would be appreciated. Thanks in advance
Offline
Offline
Sorry for the missing info. Here you are
/etc/rc.conf
http://pastebin.com/wvCJFE1R
There's only one file in /etc/modules-load.d:
/etc/modules-load.d/rc.conf
http://pastebin.com/9G4us1d9
Thanks for your reply
Offline
I have rolled back to kernel26-2.6.39.3-1 and the issue is gone. But it reappears with kernel 3.0
Offline
Maybe https://bugs.archlinux.org/task/25308 ?
What's in your /etc/modprobe.d/ (or wherever systemd keeps .conf files used for modules blacklisting) ?
Offline
Here are the contents of /etc/modprobe.d/:
modprobe.conf
options snd-pcsp index=2
rc.conf
# Autogenerated by systemd, do not edit
install snd_pcm_oss /bin/false
usb-load-ehci-first.conf
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS
Offline
Please open threads in appropriate forums
moving to [testing]
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I removd /etc/modprobe.d/* files and now network work, but i have still audio issue it not work for me any suggestion ?
Offline
http://pastebin.com/DrA5k4jG <- this is the output of Kosava's 'lsmod'
I see the sound modules loaded, so things should work.
Have you checked the volume levels, are the channels unmuted, check if you have your headphones plugged in (you might not hear them playing).
What are you using for sound - alsa, oss, pulseaudio?
Offline
Oh yes i forgeted to mention to alsamixer not work to...
# alsamixer
cannot open mixer: No such file or directory
Offline
Are you in the audio group?
Try
modprobe snd-pcm-oss
Last edited by karol (2011-08-04 12:39:46)
Offline
Yes im in audio group. And i tryed that and nothing happend...
EDIT: one more thing related for this bug, when i installed archboot yesterday it was everything work, then i do pacman -Syu and i updated package initscript and krb5 after this updated package network and audio stoped to work so probaby problem is here in initscrit (i guessing) and i not use kernel 3.0 i use
uname -a
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz GenuineIntel GNU/Linux
Last edited by Kosava (2011-08-04 12:46:48)
Offline
What's the output of
ls /dev/mixer
ls -1 /etc/modprobe.d
Offline
ls /dev/mixer
ls: cannot access /dev/mixer: No such file or directory
# ls -1 /etc/modprobe.d
modprobe.conf
nouveau_blacklist.conf
sound.conf
usb-load-ehci-first.conf
uvesafb.conf
Look at my #12 i edited and i gived more information about bug...
Offline
What happens if you remove sound.conf?
Offline
I removed it now, and i rebooted nothing happend not work still...
EDIT: it works after second reboot :S
EDIT2: thanks for help.
Last edited by Kosava (2011-08-04 13:06:09)
Offline
https://bugs.archlinux.org/task/25308#comment80947
Just to clarify a bit: the blacklist_{net,sound} modules were created by the installer you used, and this will be fixed in its next release.
and you said you removed them. I don't love you anymore.
;-P
Offline
Problem solved after following the steps you said and recompiling vbox modules. Thanks
Offline