Search found 55 matches

by ilinux
Fri Feb 19, 2010 1:54 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: simple on-platform web interface
Replies: 4
Views: 9518

Re: simple on-platform web interface

Can I test and add to my firmware?

What license are you using?
by ilinux
Thu Feb 18, 2010 12:42 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Progress!
Replies: 12
Views: 23821

Re: Progress!

You could use a readymade firmware...
by ilinux
Wed Feb 17, 2010 10:38 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: mpc can not add songs in usb drive
Replies: 4
Views: 14203

Re: mpc can not add songs in usb drive

Because pendrive is not mounted or mpd.conf

for add automount you have to edit /etc/config/fstab and for music dir you have to edit /etc/mpd.conf

music_directory "yourpathhere"

I suggest to save db into usb thumb so edit also

db_file "yourpathhere/.db"
by ilinux
Tue Feb 16, 2010 10:06 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New wrtradio v0.2 firmware!
Replies: 9
Views: 17844

Re: New wrtradio v0.2 firmware!

In my release I use alsa and not oss maybe is this the problem.
by ilinux
Tue Feb 16, 2010 12:15 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New wrtradio v0.2 firmware!
Replies: 9
Views: 17844

Re: New wrtradio v0.2 firmware!

I use different hardware brand and model but they are similar: My router is wl500gp2 My audio is a c-media standard adapter http://www.amazon.co.uk/LINDY-USB-2-0-Audio-Adapter/dp/B000QY2G2U My internet is a standard 8MB/s in download and 512 in upload I don't have any lcd monitor for the moment. For...
by ilinux
Mon Feb 15, 2010 6:54 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New wrtradio v0.2 firmware!
Replies: 9
Views: 17844

Re: New wrtradio v0.2 firmware!

Sorry,

A bug into the built in script.

Download this version fixed with this commands

wget http://www.sandrofabbro.com/wrtradio/scripts/mpc_pls -O /usr/bin
chmod +x /usr/bin/mpc_pls

and reboot.

Sorry I'm in wrong.

I will rebuild the image and upload this night.

Thanks for use my firmware ;)
by ilinux
Sun Feb 14, 2010 1:21 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New wrtradio v0.2 firmware!
Replies: 9
Views: 17844

New wrtradio v0.2 firmware!

I make a new release of wrtradio firmware. The firmware is here: http://www.sandrofabbro.com/wrtradio/v0.2/ The image size is 3.3 MB and include all the need for this project. The serial interface and other configuration is readymade. For access to box you have to use ssh and use the default passwor...
by ilinux
Tue Feb 09, 2010 12:20 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: What's the easiest way to add internet radio station?
Replies: 14
Views: 28465

Re: What's the easiest way to add internet radio station?

Hi, I made also an m3u version My script is located here: http://www.sandrofabbro.com/wrtradio/scripts/mpc_m3u To install: wget http://www.sandrofabbro.com/wrtradio/scripts/mpc_pls -O /usr/bin/mpc_m3u chmod +x /usr/bin/mpc_m3u To use: mpc_m3u http://www.tv-radio.com/station/france_inter_mp3/france_i...
by ilinux
Mon Feb 08, 2010 12:56 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Latest openwrt trunk with older version mpd 0.13.2 works
Replies: 4
Views: 9951

Re: Latest openwrt trunk with older version mpd 0.13.2 works

My device is a WL500GP2 and I have 8 Mb of flash if I'm not in wrong. I tought that where the same flash or above...So my first build was based on updated version of mpd and after test on my device I pubblish. For the future I will use mpd 0.13.2 because mpd need glib2. If openwrt will add mplayer I...
by ilinux
Mon Feb 08, 2010 7:42 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Who was looking for boot from USB?
Replies: 7
Views: 13730

Re: Who was looking for boot from USB?

.your problem is that your router can't support glib because is too huge. You can install 0.13.x version or maybe you can install mpd on usb.. In my opinion if you don't need last.fm I suggest to use 0.13 version because the last from trunk don't allow to play mms stream and aac :roll: If you can wa...