Search found 9 matches

by michael2010
Fri Apr 02, 2010 3:11 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: simple boot script would not start interface.sh
Replies: 2
Views: 6936

Re: simple boot script would not start interface.sh

Jeff, you are right. The

Code: Select all

interface.sh
script is in

Code: Select all

/root
. It is executable and I can start it manually just fine. It also works like I said if I create a link to it. Just when I use your boot script it won't start. Michael
by michael2010
Thu Apr 01, 2010 4:21 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: simple boot script would not start interface.sh
Replies: 2
Views: 6936

simple boot script would not start interface.sh

Hi, any idea why simple boot script might not start. First, we need to create a simple boot script. Create the file /etc/init.d/AVR with the following contents: #!/bin/sh /etc/rc.common # Copyright (C) 2008 OpenWrt.org START=99 start() { sleep 5 # make sure boot process is done, no more console mess...
by michael2010
Thu Apr 01, 2010 3:31 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: double check chip or -F to override tihs check
Replies: 3
Views: 10429

Re: double check chip or -F to override tihs check

FA, the make file has the chip type hard coded. It is expecting a ATmega168 but you are using a 328. You need to adjust the make file. Look for a line like “ avrdude ... –p Atmega168 … ” and change the “ ATmega168 ” to the correct value for ATmega368 (you have to look up what this will be). Regards,...
by michael2010
Mon Mar 29, 2010 3:29 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: wireless connection issues
Replies: 6
Views: 15315

Re: wireless connection issues

Well, there are just so many variations you can try. It is the AES setting of the wireless AP that the openWRT doesn't like. I changed it to TKIP and that works fine with key with the length of 63 char. I'm pretty sure there is a way with openWRT to setup AES but I will put it on the to do list. It ...
by michael2010
Mon Mar 29, 2010 3:31 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: wireless connection issues
Replies: 6
Views: 15315

Re: wireless connection issues

Jeroen, I envy you for that. I spend some time trying to determine what is wrong. Here is what I found out: No encryption = works WEP = not tested WPA = short password works WPA = long password 63 characters does not work WPA2 = short password works WPA2 = long password not tested For both WPA and W...
by michael2010
Sun Mar 28, 2010 6:33 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: wireless connection issues
Replies: 6
Views: 15315

Re: wireless connection issues

Jeroen, thanks for the tip. I put the line back in the config file. I still have the problem that I reported. But I did quite a lot of testing. I found out that my 63 character long password simply does not work. I also found out (had to change my entire wireless network) that a shorter key say 10-1...
by michael2010
Sat Mar 27, 2010 1:09 am
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: wireless connection issues
Replies: 6
Views: 15315

wireless connection issues

Hi, I moved forward to configure my new setup but somehow I can't seemed to get the wireless connection going. I would appreciate some advice. Thanks. My wireless configuration (WPA + PSK) looks like this: config wifi-device wl0 option type broadcom option channel 7 config wifi-iface option device w...
by michael2010
Wed Mar 24, 2010 9:36 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: help
Replies: 3
Views: 8117

Re: help

Jeff, I used the "easy way" and used your image and you are right it was corrupt. It was incomplete. I don't know how that happen but it did. I should have verified that the down load was done. But from the looks of the firefox download window it looked. fine. I just used the newly downloa...
by michael2010
Wed Mar 24, 2010 5:37 pm
Forum: Wifi Radio Project / Hacking the Asus WL-520gU
Topic: help
Replies: 3
Views: 8117

help

Hi, I just got everything ready and flashed my Asus WL 520gU. Everything went fine (so I thought) till it was time to reboot. Failed.: Timeout occured Reading :: TFTP Server. TFTP_BLKLEN!! break!! last block!! Done. 1230520 bytes read Download of 0x12c6b8 bytes completed Write kernel and filesystem ...