I keep getting errors on startup in Arch relating to my rc.conf:
failed to load module "wl"
failed to load module "lib80211"
etc. It lists all the modules in my /etc/rc.conf
This is my full rc.conf:
#
# /etc/rc.conf - configuration file for initscripts
#
DAEMONS=(syslog-ng dbus networkmanager crond .. etc. ..)
MODULES=(... wl... lib80211... nvidia-bl... openntpd... slim... acpid... pommed)
# Storage
#
# USEDMRAID="no"
# USELVM="no"
# Network
#
# interface=
# address=
# netmask=
# gateway=
HARDWARECLOCK="UTC-5"
TIMEZONE="US/Central"
I notcied this when pommed failed to start in X when I added sudo pommed & in my xinitrc.
Is the config file formated properly?