Search found 164 matches
- Sat Sep 20, 2014 5:56 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: TP-Link Alternative for Wifi radio????????????
- Replies: 2
- Views: 27251
Re: TP-Link Alternative for Wifi radio????????????
WR841ND doesn't have a USB port. So that is a No.
- Thu Mar 20, 2014 10:31 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Tuning only
- Replies: 2
- Views: 18567
Re: Tuning only
Looking at the source code, it looks like it will deadlock if the lcd is not attached.
As far as I can see, you can prevent this by disabling IO-mode.
Open lcd.h and change line 70 to read (i.e. change the '1' to a '0')
As far as I can see, you can prevent this by disabling IO-mode.
Open lcd.h and change line 70 to read (i.e. change the '1' to a '0')
Code: Select all
#define LCD_IO_MODE 0
- Tue Mar 18, 2014 8:49 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Receiving unreadable text from serial connection
- Replies: 7
- Views: 32101
Re: Receiving unreadable text from serial connection
Doesn't seem like a baudrate problem. Try using screen instead of zterm. Also try some of the options, like cs8|cs7,ixon|-ixon,ixoff|-ixoff,istrip|-istrip (see http://www.cyberciti.biz/faq/unix-linux-apple-osx-bsd-screen-set-baud-rate/). Also try -parity. And there is an option to change the stop bi...
- Mon Mar 17, 2014 10:53 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Receiving unreadable text from serial connection
- Replies: 7
- Views: 32101
Re: Receiving unreadable text from serial connection
Could you post the output you are getting, and the output of mpc (i.e. what you should get)?
- Mon Mar 17, 2014 6:20 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: Receiving unreadable text from serial connection
- Replies: 7
- Views: 32101
Re: Receiving unreadable text from serial connection
Sound to me like a different baud-rate. Make sure the sending and receiving end are using the same baudrate.
- Mon Jan 20, 2014 9:06 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: OpenWRT vs DD-WRT
- Replies: 15
- Views: 60031
Re: OpenWRT vs DD-WRT
Might I suggest going with the raspberry Pi, it this fails. That way you can still tinker with your radio and add features as you like. It's a lot more fun than just buying a philips radio.
- Sun Jan 19, 2014 6:07 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: OpenWRT vs DD-WRT
- Replies: 15
- Views: 60031
Re: OpenWRT vs DD-WRT
Sorry. That's way out of my comfort zone. So I can't give you any useful advise here.
- Mon Jan 13, 2014 6:53 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: OpenWRT vs DD-WRT
- Replies: 15
- Views: 60031
Re: OpenWRT vs DD-WRT
I used to have option 1 in my setup. Quite useful at the time. I have wireless working with psk2. No problem (other than lousy wireless on my ISPs router )-: ) If I remember correctly, I can just connect wired Ethernet to the wan port when wireless is off. However, to connect to it from the wan side...
- Sun Jan 12, 2014 5:47 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: OpenWRT vs DD-WRT
- Replies: 15
- Views: 60031
Re: OpenWRT vs DD-WRT
I don't get what you are trying to achieve. Do you want to use the linksys as a radio and wireless-accesspoint at the same time? Or do you want the linksys to connect to your home-router via wired or wireless depending on the situation? In case of the latter you should at least change "option m...
- Fri Jan 10, 2014 6:59 am
- Forum: Wifi Radio Project / Hacking the Asus WL-520gU
- Topic: OpenWRT vs DD-WRT
- Replies: 15
- Views: 60031
Re: OpenWRT vs DD-WRT
What router model do you have? Your router might have a different chip than the WL520GU. Packages compiled for the WL520GU will in that case not run/install op your router. Why did you not try Attitude Adjustment? I know the instruction of Jeff dictate the use of his own build of Kamikaze, but that ...