by flyinghappy » Thu Aug 01, 2013 4:52 pm
ok, so here is what I did. I used bluetoothctl to pair/connect/trust my mouse and keyboard using the archwiki. I enable bluetooth.service at boot. then I wrote this custom service...
bluetooth-up.service
$this->bbcode_second_pass_code('', '[Unit]
Description=Bring Up Bluetooth
After=bluetooth.target
[Service]
Type=oneshot
ExecStart=-/usr/local/bin/hciconfig hci0 up
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes
[Install]
WantedBy=bluetooth.target')
this made it work great. as for logging in automatically, you can do wo so with slim, the /etc/slim.conf is pretty well outlined for doing it if you open it and look around. (slim is for a gui though, don't know if you'd be booting into X or not...)