arch-flo-junk/firmware.service
crondog 1d176175ab Update initramfs and boot info
firmware.service now just modprobes wlan to get it working
Other services do not need to be changed to work with firmware.service
creating a full arch linux initramfs now works (module loading still done via
firmware.service unfortunately)
2014-04-25 14:39:54 +10:00

13 lines
257 B
Desktop File

[Unit]
Description=Load wlan firmware
Wants=network.target
Before=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/modprobe wlan
ExecStart=/usr/bin/bash -c 'echo 1 > /sys/module/hci_smd/parameters/hcismd_set;'
[Install]
WantedBy=multi-user.target