You are not logged in.

#1 2011-08-02 22:47:20

swiftscythe
Member
Registered: 2009-04-28
Posts: 131

Systemd fails to load modules with kernel 3.0

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 smile

Offline

#2 2011-08-02 22:48:18

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Systemd fails to load modules with kernel 3.0

Without posting config files, there's no way anyone can give you any meaningful feedback... what's in /etc/rc.conf, as well as any config files in /etc/modules-load.d

Last edited by falconindy (2011-08-02 22:48:52)

Offline

#3 2011-08-03 13:29:00

swiftscythe
Member
Registered: 2009-04-28
Posts: 131

Re: Systemd fails to load modules with kernel 3.0

Sorry for the missing info. Here you are smile

/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

#4 2011-08-04 08:54:19

swiftscythe
Member
Registered: 2009-04-28
Posts: 131

Re: Systemd fails to load modules with kernel 3.0

I have rolled back to kernel26-2.6.39.3-1 and the issue is gone. But it reappears with kernel 3.0

Offline

#5 2011-08-04 09:23:00

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

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

#6 2011-08-04 11:56:51

swiftscythe
Member
Registered: 2009-04-28
Posts: 131

Re: Systemd fails to load modules with kernel 3.0

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

#7 2011-08-04 11:59:22

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Systemd fails to load modules with kernel 3.0

Please open threads in appropriate forums

moving to [testing]


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#8 2011-08-04 12:27:06

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Systemd fails to load modules with kernel 3.0

I removd /etc/modprobe.d/* files and now network work, but i have still audio issue it not work for me any suggestion ?

Offline

#9 2011-08-04 12:31:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

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

#10 2011-08-04 12:36:10

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Systemd fails to load modules with kernel 3.0

Oh yes i forgeted to mention to alsamixer not work to...

# alsamixer
cannot open mixer: No such file or directory

Offline

#11 2011-08-04 12:39:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

Are you in the audio group?

Try

modprobe snd-pcm-oss

Last edited by karol (2011-08-04 12:39:46)

Offline

#12 2011-08-04 12:44:30

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Systemd fails to load modules with kernel 3.0

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

#13 2011-08-04 12:45:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

What's the output of

ls /dev/mixer
ls -1 /etc/modprobe.d

Offline

#14 2011-08-04 12:48:10

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Systemd fails to load modules with kernel 3.0

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

#15 2011-08-04 12:57:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

What happens if you remove sound.conf?

Offline

#16 2011-08-04 13:03:19

Kosava
Member
From: Serbia
Registered: 2008-08-19
Posts: 127

Re: Systemd fails to load modules with kernel 3.0

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

#17 2011-08-04 13:08:19

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Systemd fails to load modules with kernel 3.0

https://bugs.archlinux.org/task/25308#comment80947

Tom Gundersen (tomegun) wrote:

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

#18 2011-08-06 16:33:53

swiftscythe
Member
Registered: 2009-04-28
Posts: 131

Re: Systemd fails to load modules with kernel 3.0

Problem solved after following the steps you said and recompiling vbox modules. Thanks smile

Offline

Board footer

Powered by FluxBB