Search found 1064 matches

by mightyohm
Wed Jul 22, 2009 11:42 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Installing openwrt without the serial cable
Replies: 11
Views: 22796

Re: Installing openwrt without the serial cable

Madox is right. You can flash the router, but you'll be working "blind". As long as the tftp command finishes without errors and you wait another 5-10 mins for the firmware to finish burning, you'll be fine.
by mightyohm
Mon Jul 13, 2009 7:44 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: MPD 0.15 and MPC 0.16
Replies: 17
Views: 53002

Re: MPD 0.15 and MPC 0.16

You need to run "make menuconfig" and select the new package for it to compile. You can then build the package by either running "make" and waiting a while, or shortcut the build process by running "make package/<yourpackage>-compile V=99". There are some notes about bu...
by mightyohm
Mon Jul 06, 2009 12:45 pm
Forum: Bluetooth Handset Hack
Topic: This hack will appear in Make vol. 20!
Replies: 2
Views: 61067

This hack will appear in Make vol. 20!

I just heard from the editorial staff at Make that the article I wrote about my bluetooth handset hack will be in issue #20 of the magazine. Woohoo!
by mightyohm
Fri Jul 03, 2009 2:36 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: MPD 0.15 and MPC 0.16
Replies: 17
Views: 53002

Re: MPD 0.15 and MPC 0.16

Here is the Makefile I created to compile tinysid. This might help you get started. I put this into package/tinysid after creating the new tinysid directory. I also created a "patches" subdir, I think the build process may expect this (not sure). The weird thing about the build system is t...
by mightyohm
Fri Jul 03, 2009 1:36 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: MPD 0.15 and MPC 0.16
Replies: 17
Views: 53002

Re: MPD 0.15 and MPC 0.16

I was able to compile a simple SID player using a Makefile I largely copied from some existing packages. It was somewhat painful and I'm not sure that I did things the right/easiest way, but in the end it worked! I'll dig through my files and see if I can find some files and notes that might help. A...
by mightyohm
Fri Jul 03, 2009 1:34 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Struggling with WPA connection
Replies: 8
Views: 14072

Re: Struggling with WPA connection

Well it seems to be working with a startup script that restarts networking. Not sure what is going on but honestly not sure it is worth the trouble to figure out since I can do what I need to now. By the way, I am trying to take a different approach to the control and display hardware, I am using a...
by mightyohm
Tue Jun 30, 2009 8:36 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Struggling with WPA connection
Replies: 8
Views: 14072

Re: Struggling with WPA connection

That is really strange! I dug through the comments and found this one from Crizo in response to part 8 of the tutorial. The only problem is that it looks almost identical to your config, so I don't see any issues assuming your wifi channel is set correctly. Maybe I missed something, take a look: &qu...
by mightyohm
Mon Jun 29, 2009 5:47 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Router is overheating
Replies: 3
Views: 8667

Re: Router is overheating

Sorry to hear that. :(
by mightyohm
Mon Jun 29, 2009 5:39 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Struggling with WPA connection
Replies: 8
Views: 14072

Re: Struggling with WPA connection

NelsonPJ is right. To get incoming ssh connections working you need to do two things: 1. set a password 2. make sure /etc/config/firewall is set up to ALLOW incoming connections on the WAN port (by default it's set to REJECT) Oh, and this means that the wifi interface should be set to wan instead of...
by mightyohm
Mon Jun 29, 2009 5:28 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: Can't ping www.google.com
Replies: 3
Views: 13181

Re: Can't ping www.google.com

Thanks for the tip on adding other stations, I'm sure that will be useful for other people who don't share my musical preferences. :) You can also get the stream address from iTunes if you right click and select "Get Info" on the stream you want to add/change on the router. I'm not sure wh...