JackOfAll wrote: > Not tried to play anything to it yet...... > > > Code: -------------------- > > > [fedora@wandboard system]$ sudo systemctl status shairport -l > shairport.service - Shairport AirTunes receiver > Loaded: loaded (/usr/lib/systemd/system/shairport.service; enabled) > Active: active (running) since Tue 2014-02-04 20:50:22 GMT; 1min 45s ago > Main PID: 1126 (shairport) > CGroup: /system.slice/shairport.service > ├─1126 /usr/bin/shairport -a ShairportWAND -p 9002 -o ao -- -d alsa -o dev hw:2 > └─1127 avahi-publish-service 2ADC8B457798@ShairportWAND _raop._tcp 9002 tp=UDP sm=false ek=1 et=0,1 cn=0,1 ch=2 ss=16 sr=44100 vn=3 txtvers=1 pw=false > > Feb 04 20:50:22 wandboard systemd[1]: Started Shairport AirTunes receiver. > Feb 04 20:50:23 wandboard shairport[1126]: Established under name '2ADC8B457798@ShairportWAND' > > $ ps axfwww > 1126 ? S<s 0:00 /usr/bin/shairport -a ShairportWAND -p 9002 -o ao -- -d alsa -o dev hw:2 > 1127 ? S< 0:00 \_ avahi-publish-service 2ADC8B457798@ShairportWAND _raop._tcp 9002 tp=UDP sm=false ek=1 et=0,1 cn=0,1 ch=2 ss=16 sr=44100 vn=3 txtvers=1 pw=false > > $ cat /etc/sysconfig/shairport > OPTIONS="-a ShairportWAND -p 9002 -o ao -- -d alsa -o dev=hw:2" > > $ avahi-browse -a -r > = wlp2s0 IPv4 2ADC8B457798@ShairportWAND AirTunes Remote Audio local > hostname = [wandboard.local] > address = [192.168.0.56] > port = [9002] > txt = ["pw=false" "txtvers=1" "vn=3" "sr=44100" "ss=16" "ch=2" "cn=0,1" "et=0,1" "ek=1" "sm=false" "tp=UDP"] > -------------------- > >
Long story short, all my troubles were down to selinux policy being left at the Fedora default of enforcing. I now have it set to permissive. I really appreciate you looking into this. Your success gave me the confidence that it *should* work, and eventually I was able to track down the issue. ---------------------- "Dreamer, easy in the chair that really fits you..." ------------------------------------------------------------------------ dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588 View this thread: http://forums.slimdevices.com/showthread.php?t=99395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
