Thread: BMPx problem
View Single Post
  #5   (View Single Post)  
Old 6th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Are dbus-daemon and hald actually running?

To get them both running at boot time, you must add to /etc/rc.conf:
Code:
dbus_enable="YES"
hald_enable="YES"
To get them running without rebooting (run in this order since dbus must start before hal):
Code:
# /usr/local/etc/rc.d/dbus start
# /usr/local/etc/rc.d/hald start
Reply With Quote