How to get pulseaudio-daemon working on an e3000?
Hi,
Today I tried to get a pulseaudio-daemon work on my Linksys e3000 router flashed with recent tomatoUSB firmware by Victek.
I need that because I wanna set up a mpd server working with a pulseaudio-network-stream to give my raspberry pi the ability to recieve that pulseaudio stream and play it via the audio-output.
Because the pulseaudio-daemon isn't in the official ipkg repo, I search at the Optware trunk repo.
downloads . openwrt . org / snapshots / trunk / brcm47xx
(sry for that but I'm a low-karma user, so I'm not able to post links ^^
As you can see it's the package repo for brcm47xx architecture (which is e3000)
Here I found the pulseaudio-daemon ipk file and downloaded it.
Then i put that into the /mnt/ of my USB-Hardrive connected to my router and tried to install this one with
ipkg-opt install pulseaudio-daemon_3.0-1_brcm47xx.ipk
That didn't work, so i decided to edit the ipkg.conf and change the svn to the trunk-link.
Then i updated my ipkg-database and tried to install pulseaudio by
ipkg-opt install pulseaudio-daemon
And i got back:
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package pulseaudio-daemon.
Check the spelling or perhaps run 'ipkg update'
I did everything i know and asked google out but i didn't found anything.
So I now I wanna ask you guys if you can help me.
Thanks,
kolbma