Arch64 Alsa Systemctl
Sandy
posted @ Nov 24, 2012 03:05:18 AM
in ArchLinux
, 2383 阅读
安装了archlinux64位,使用systemctl enable不了alsa,提示无install选项
手动链接服务
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