You are not logged in.
Pages: 1
Offline
Within the last hour or so, you've been asking some basic questions that have easily searchable solutions. Please make use of the comprehensive wiki and forum search.
Last edited by creslin (2008-10-21 13:16:42)
ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.
Offline
I had 'hal' listed as a daemon in rc.conf however I did not appear to have hal installed for whatever reason (or had an older version)...once I installed it, I then noticed I was unable to follow the wiki since the daemon fails to start...
[root@tunafish ~]# pacman -S hal
warning: hal-0.5.11-4 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): hal-0.5.11-4
Total Download Size: 0.00 MB
Total Installed Size: 1.84 MB
Proceed with installation? [Y/n] Y
checking package integrity...
(1/1) checking for file conflicts [#####################] 100%
(1/1) upgrading hal [#####################] 100%
[root@tunafish ~]# /etc/rc.d/hal start
:: Starting Hardware Abstraction Layer [FAIL]
[root@tunafish ~]# /etc/rc.d/hal stop
:: Stopping Hardware Abstraction Layer [FAIL]
[root@tunafish ~]# /etc/rc.d/hal start
:: Starting Hardware Abstraction Layer [FAIL]
Last edited by Carlwill (2008-10-21 13:47:24)
./
Offline
Based on the original post and the output of pacman there ("-- reinstalling"), hal was already installed. The reason it fails to start is because HAL is already running. "/etc/rc.d/hal restart" should succeed.
This was the problematic section:
For D-Bus and HAL to be of any practical use, local user accounts should be members of the following groups: optical and storage. To achieve this, open a terminal and type the following commands as root:
# gpasswd -a username optical
# gpasswd -a username storage
Replace username with your actual username (e.g. johndoe).For those group changes to take effect, you have to completely logout and login again.
Last edited by creslin (2008-10-21 15:51:24)
ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.
Offline
Based on the original post and the output of pacman there ("-- reinstalling"), hal was already installed. The reason it fails to start is because HAL is already running. "/etc/rc.d/hal restart" should succeed.
I appear to have a more serious problem...
[root@tunafish ~]# /etc/rc.d/hal restart
:: Stopping Hardware Abstraction Layer [FAIL]
:: Starting Hardware Abstraction Layer [FAIL]
./
Offline
HAL was already working properly in your first post - you just didn't give yourself proper access. Add yourself to the 2 groups in the quote and reboot.
ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.
Offline
Pages: 1