Search found 109 matches

by jeroen94704
Thu Oct 21, 2010 5:15 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Automount NFS drive?
Replies: 4
Views: 9007

Re: Automount NFS drive?

I never got automount to work through fstab either, and ended up adding the mount command to my mpd script in init.d
by jeroen94704
Tue Oct 19, 2010 12:03 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Memory (RAM) Woes
Replies: 8
Views: 13052

Re: Memory (RAM) Woes

You could use the http or icecast output option of MPD on your PC, and run MPD on the router to log into and play the stream remotely. In my experiments, the http output of MPD works very well, and is very easy to set up, but is has one drawback: When playback ends, your clients will lose connection...
by jeroen94704
Mon Oct 18, 2010 11:51 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Need help!
Replies: 1
Views: 4488

Re: Need help!

It looks like the router does not have an internet connection at all. Can you wget from other sites? Try wget http://www.cnn.com and see what happens. If that returns the same error, that means the router simply has no connection to the internet, which could be caused by a number of things. Given th...
by jeroen94704
Tue Oct 05, 2010 1:19 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: play last.fm streams?
Replies: 2
Views: 5714

Re: play last.fm streams?

Maybe this works for you: http://vidar.botfu.org/lastfmproxy

I haven't tried this myself though, and I don't know if you can get this to work on a router.
by jeroen94704
Thu Sep 30, 2010 2:32 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: USB-audio adapters known to work with OpenWrt/mpd
Replies: 52
Views: 1663195

Re: USB-audio adapters known to work with OpenWrt/mpd

Is there a way to find out the chipset used in the audio adapter from within OpenWrt?
by jeroen94704
Sat Sep 25, 2010 5:19 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New WL520GU approach - building on the shoulders of giants
Replies: 15
Views: 26481

Re: New WL520GU approach - building on the shoulders of gian

Well, I run my mpd boxes on a couple of WL-500G deluxe routers, which have the same amount of flash as the 520 (4 MB), and a stock openwrt image fits with room to spare. The big caveat here is that there is so little room left on the flash that mpd et al needs to be installed to a USB drive. On the ...
by jeroen94704
Thu Sep 23, 2010 5:21 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: New WL520GU approach - building on the shoulders of giants
Replies: 15
Views: 26481

Re: New WL520GU approach - building on the shoulders of gian

I want to give these suckers away as gifts, and it's not right to expect a non-geek to wade into Putty command lines to setup a wireless network when Tomato USB can give them a web GUI interface for setting up Wireless Client mode. OpenWRT has Luci installed by default, which is a nice web GUI whic...
by jeroen94704
Sat Sep 18, 2010 11:52 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: PuTTY won't connect. Help please!
Replies: 6
Views: 10416

Re: PuTTY won't connect. Help please!

Did you set putty to use the telnet protocol the first time (port 23)? Putty defaults to SSH (port 22), which openwrt doesn't have running until you set a root password. No idea why you're getting a "limited or no connectivity" error when resetting the network settings. Does rebooting help...
by jeroen94704
Sat Sep 18, 2010 11:50 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: 8.09 + mpd/mpc + NFS
Replies: 10
Views: 22852

Re: 8.09 + mpd/mpc + NFS

One thing I found out is that when mounting nfs shares, it is important to have portmap running. For some reason, without portmap running, mounting a share can take 5-10 minutes. This may look like it's hung up. With portmap running, it's done in a second.

Jeroen
by jeroen94704
Thu Sep 16, 2010 12:58 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Is this the NAS/"upnp" fix we need?
Replies: 5
Views: 8683

Re: Is this the NAS/"upnp" fix we need?

A windows share does not use the same protocol as an shfs or nfs share. Therefore, if you want to mount a windows share, you cannot use shfs or nfs. You can probably do this with cifs though: opkg install kmod-fs-cifs cifsmount All these packages (cifs/nfs/shfs) are available for all kamikaze releas...