Search found 164 matches

by gerben
Sun Mar 10, 2013 5:10 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 227914

Re: Very simple Raspberry Pi Radio

I think they are referring to `jumpers` j1 and j2. Somewhere on the circuitboard the should be some connectors labeled J1 and J2 (and also J15 and J15). Probably on the backside, like in the following image http://www.nessales.com/ebay/11608/Intermec%20Label%20Printer%20CM1624%20Display%20%20Data%20...
by gerben
Sat Mar 09, 2013 5:59 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 227914

Re: Very simple Raspberry Pi Radio

Looks great. Now, all it needs is a nice case.
Thanks for sharing.
by gerben
Wed Mar 06, 2013 2:28 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: How to set volume
Replies: 2
Views: 10752

Re: How to set volume

just use "mpc volume 15". Add it to the "start" section of "/etc/init.d/mpd", so it will be called every time the router is rebooted. If you want to be able to change the mpd volume to any value, you will have to install a sound manager. Something like pulseaudio or ALS...
by gerben
Tue Feb 19, 2013 8:48 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: How to compile MPD with extras enabled?
Replies: 4
Views: 13766

Re: How to compile MPD with extras enabled?

Try installing MPD on you normal linux box, and see if you can get SID working. I wouldn't be entirely surprised if they aren't yet fully implemented, and you only see some preliminary code. No point trying to get something working on OpenWrt that isn't yet complete, and therefor can never work. Jus...
by gerben
Mon Feb 18, 2013 8:37 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: How to compile MPD with extras enabled?
Replies: 4
Views: 13766

Re: How to compile MPD with extras enabled?

Thanks for sharing your story. Very enjoyable to read, and I recognize a lot from my experience. Good for you.
But I'm afraid I can't help you with your problem. I think I'm a bigger noob that you, when it comes to compiling packages :-)
One last thing I wanted to share with you though :-P
by gerben
Thu Feb 14, 2013 4:25 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Power-up in wireless mode
Replies: 2
Views: 10654

Re: Power-up in wireless mode

Should just work. Could you post your config files (/etc/config/wireless and /etc/config/network)?

If nothing works, you could always put something like the following in /etc/rc.local

Code: Select all

(sleep 20;/etc/init.d/network restart;)&
by gerben
Sat Feb 02, 2013 7:11 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Very simple Raspberry Pi Radio
Replies: 47
Views: 227914

Re: Very simple Raspberry Pi Radio

Nice addition Schwabinger. I myself store all the songs played, and their start-time into a file inside the /tmp folder. So I'll have to telnet into the router to see the previous song. To view the current song, it's easier to just launch my web-interface.
by gerben
Sun Jan 27, 2013 4:55 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Asus RT-N10U
Replies: 7
Views: 21686

Re: Asus RT-N10U

You only need MPD and MPC. MPD might have some dependencies, but those will be installed automatically when using ipkg. You have to get a standard ddwrt built with USB and JFFS enabled. Not the mega, because then, there will be no more room for a jffs partition. See http://www.dd-wrt.com/wiki/index....
by gerben
Thu Jan 24, 2013 8:27 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Asus RT-N10U
Replies: 7
Views: 21686

Re: Asus RT-N10U

the dd-wrt site says it only has 4MB flash. Not sure who is right here. If it indeed has 4MB, then there is no way to use jffs. You'll have to install the mpd package to an external usb stick. Since the router has only one usb-port you'll need a hub. Shibby build of tomato are around 8MB, so no room...