Airplay not working at all

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
grywnn Offline
Donor
Posts: 379
Joined: Mar 2010
Reputation: 0
Location: Germany
Post: #21
Try this one:
Code:
sudo update-rc.de avahi-daemon defaults
this should tell ubuntu to start the daemon on boot.
find quote
tmacka88 Offline
Member
Posts: 81
Joined: Mar 2012
Reputation: 0
Post: #22
(2012-04-09 11:44)grywnn Wrote:  Try this one:
Code:
sudo update-rc.de avahi-daemon defaults
this should tell ubuntu to start the daemon on boot.
I get this error

trent_mackness@XBMC:~$ sudo update-rc.de avahi-daemon defaults
sudo: update-rc.de: command not found


thaks
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #23
try without that .de thing (sudo update-rc avahi-daemon defaults)

You ever noticed autocompletion? You can type "update" followed by hitting the tab key twice and it will expand all possible commands which start with the word update.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-04-10 11:42 by Memphiz.)
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 654
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #24
Memphiz,

The avahi deamon should be running by default on xbmcbuntu;

Code:
xbmc@live:~$ ps -eaf | grep ava
avahi     1075     1  0 10:28 ?        00:00:00 avahi-daemon: running [live.local]
avahi     1086  1075  0 10:28 ?        00:00:00 avahi-daemon: chroot helper

Maybe the avahi deamon has been stopped or crashed?
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #25
Seems to work for him when he starts it manually. Good to know that it doesn't seem to be a general issue with xbmcbuntu then.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
typ3ird Offline
Junior Member
Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #26
I had the very same problem... worked once i started it manually. Ran the command for registering on startup now, hope that helps.
(XBMCbuntu, eden on ASRock 330)
find quote
tmacka88 Offline
Member
Posts: 81
Joined: Mar 2012
Reputation: 0
Post: #27
any more ideas cause it still will not automatically start the daemon when the computer boots.

thanks
find quote
tmacka88 Offline
Member
Posts: 81
Joined: Mar 2012
Reputation: 0
Post: #28
(2012-04-10 11:41)Memphiz Wrote:  try without that .de thing (sudo update-rc avahi-daemon defaults)

You ever noticed autocompletion? You can type "update" followed by hitting the tab key twice and it will expand all possible commands which start with the word update.

i did what you said with udate (tab twice) and there was a "update-rc.d" command so i used that withing the previous code and got this.

Quote:trent_mackness@XBMC:~$ sudo update-rc.d avahi-daemon defaults
update-rc.d: warning: /etc/init.d/avahi-daemon missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
System start/stop links for /etc/init.d/avahi-daemon already exist.

went to the site but doesnt really make much sense to me ;(
(2012-04-12 20:22)typ3ird Wrote:  I had the very same problem... worked once i started it manually. Ran the command for registering on startup now, hope that helps.
(XBMCbuntu, eden on ASRock 330)

Which command worked for you to register on startup?
(This post was last modified: 2012-04-20 08:45 by tmacka88.)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #29
looks like it should already startup on boot for you (thats what the "System start/stop links for /etc/init.d/avahi-daemon already exist." means).

No clue whats up there. I quit supporting here now, since linux is not my system. Really wondering why not someone of the linux devs jumps in here :/

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
tmacka88 Offline
Member
Posts: 81
Joined: Mar 2012
Reputation: 0
Post: #30
Anyone else have any other ideas how to fix this. The only way i get it to work is manually
Code:
sudo service avahi-daemon start
every time I want to use Airplay with XBMC.

Hasnt anyone els had this issue cause I have done 4-5 clean installs and everytime same problem. Could it be something on my motherboard BIOS?

cheers
find quote