OpenWrt Forum Archive

Topic: Internet Radio Streaming TP Link WR1043ND

The content of this topic has been archived on 9 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,

I got my TL-WR1043ND up and running with shibbys backfire image (luci as x-wrt)
Now I want to try streaming some webradio, I tried do follow this manual:

http://mightyohm.com/blog/2008/11/build … ome-noise/

I did not edit the opkg.conf, installed kmod-usb-sound and kmod-usb-ohci ..

BUT:

When I try to install mpd or mpc, I get "segmentation fault".

I mounted a USB drive, so that /home has +400mb ext3, /overlay +400mb ext3 and swap +600mb, so there should be more than enough space for this.

What does this error mean?

Thank you.

I have the same setup but with a wrt160nl.

i can play mp3s fine. but when i pause for some minutes or when the playlist reaches the end, i get:

OpenWrt /root # mpd --no-daemon
Segmentation fault

in the logs i have this, but its only a warning, so i guess it doesnt matter:

OpenWrt /root # logread|tail -n 1
Jul 18 10:43:52 OpenWrt daemon.warn mpd: bonjour: Failed to register zeroconf service.

my workaround for now is to restart mpd when i need or when its restarted after 5 minutes:

OpenWrt /root # tail -n 1 /etc/crontabs/root 
*/5 * * * * pgrep mpd || /etc/init.d/mpd restart

the cron job is senseless, because mpd doesnt crash when the playlist is done, it crashes when i try to start a new song after some break without playing.

what should i do? gdb is not within the packages.

btw: i am running a 1 months old trunk version. next step i will try is updateing to newest version.

The discussion might have continued from here.