Or just use modules-load.d.
falconindy
https://bbs.archlinux.org/profile.php?id=30251
2012-09-03T16:19:15Z
Just add the name of teh module inside the parenthesis.
xavierp94
https://bbs.archlinux.org/profile.php?id=41363
2012-07-27T04:23:23Z
Hey guysSwitched to systemd a while ago, finally removed initscripts today.Only problem I'm having is my wifi module is not loading by itself.bryan@pluto /etc/modules-load.d $ ls -l
total 8
-rw-r--r-- 1 root root 35 Sep 9 21:07 cpufreq.conf
-rw-r--r-- 1 root root 40 Nov 23 18:57 ipw2200.conf
bryan@pluto /etc/modules-load.d $ cat ipw2200.conf
# Load intel 2200bg wifi driver
ipw2200
bryan@plu
How can I find out which modules are allowed in this section of mkinitcpio.conf ?Are these modules the same as the kernel modules available in /usr/lib/modules ??
na5m
https://bbs.archlinux.org/profile.php?id=20785
2012-11-01T08:39:48Z
MODULES=(acpi-cpufreq cpufreq_conservative coretemp it87)This is how my modules array looks like, seems like you are not loading the module for your cpu. What cpu do you have? Did you follow the wiki
KingX
https://bbs.archlinux.org/profile.php?id=35273
2012-04-02T05:36:53Z
Hi and welcome to the forum.https://wiki.archlinux.org/index.php/Vi … nux_guestsIn the VM (VM = virtual machine), run:# pacman -S virtualbox-archlinux-additions
# nano /etc/modules-load.d/vbox.conf
<add the modules according to the wiki and save with Ctrl+X>
# rebootThen add it from Devices or from Settings.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-08-26T17:0
Host: Win7, vbox 4.6.2, 3d acceleratorGuest: arch, linux 3.6.10-1, virtualbox-guest-utils 4.6.2-1, virtualbox-guest-modules 4.6.2-3My X doesn't running.$ grep 'EE' /var/log/Xorg.0.log
[ 4.720] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 4.720] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 4.796] (EE) AIGLX e
Why do you need an initramfs if you don't need to load modules?
Scimmia
https://bbs.archlinux.org/profile.php?id=63385
2013-02-04T06:54:40Z
It's just a text file that you will have to create that file yourself.To figure out what needs to be put in that file , we need to identify which module controls which card.please post the output of lscpi -v .Note : the alsa-base.conf method only works if the sound outputs use different kernel modules, lspic -v will also help to determine that.
Lone_Wolf
https://bbs.archlinux.org/pro