Arch64 Alsa Systemctl
Sandy
posted @ 12 年前
in ArchLinux
, 2405 阅读
安装了archlinux64位,使用systemctl enable不了alsa,提示无install选项
手动链接服务
1 2 3 | sudo ln -s /lib/systemd/system/alsa-store .service /etc/systemd/system/multi-user .target.wants /alsa-store @.service sudo ln -s /lib/systemd/system/alsa-restore .service /etc/systemd/system/multi-user .target.wants /alsa-restore @.service |
2015年7月25日 22:50
vim /usr/lib/systemd/system/alsa-state.service
添加
[Install]
WantedBy=basic.target
2015年7月25日 22:55
分别在以下配置文件增加
[Install]
WantedBy=basic.target
/usr/lib/systemd/system/alsa-store.service
/usr/lib/systemd/system/alsa-restore.service