cwbe coordinatez:
101
63540
5459247
6020098
6021620

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::0
total children::0
1 ❤️


show[ 2 | 3] flat


OpenWrt na Asus wl 500b

* first upgraded firmware to 1.8.2.4 from asus web
* then downloaded install cd for router from asus web. Unfortunately only for windows and did not work through wine. Had to run it on windows machine.
* used 'upgraded firmware' utility to upload this image:
openwrt_8_09_2-brcm-2.4-squashfs.trx
* now I can login to it through web (login root, password empty), and configure basic stuff (ip, name, password)
* Then I logged in through ssh root@10.10.5.5
Linux 2.4.35.4 #12 Tue Dec 29 15:30:20 UTC 2009 mips unknown

* Installed basic packages through 'opkg install '

* snd-usb-audio did not work well, heard only sharp noise, so I went by:
https://forum.openwrt.org/viewtopic.php?id=13131
and I uninstalled kmod-usb-audio
installed kmod-alsa
and did rmmod snd-usb-audio
then sound replay worked through:
wget -q -O - http://live.slovakradio.sk:8000/FM_128.mp3 | madplay -o /dev/sound/dsp -
wget -q -O - http://live.slovakradio.sk:8000/FM_128.mp3 | madplay -

To start the internet radio replay automatically when machine powers on, into file /etc/rc.local I added one line:
wget -q -O - http://live.slovakradio.sk:8000/Slovensko_128.mp3 | madplay - &


Pouzita literatura:
http://linuxgazette.net/166/ziemann.html
http://blackhole.sk/topicopenwrt-asus-wl-500gp
http://wiki.openwrt.org/doc/howto/basic.config
http://wiki.openwrt.org/doc/howto/usb.essentials
http://wiki.openwrt.org/doc/howto/usb.overview
http://wiki.openwrt.org/doc/techref/opkg
https://forum.openwrt.org/viewtopic.php?id=13131
http://www.fedorafaq.org/basics/#startonboot
Detailed steps how to build whole radio with a box, controls and display:
http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/