HOWTO
1. Install openwrt-brcm47xx-squashfs.trx on ASUS WL500gP v1
http://downloads.openwrt.org/backfire/1 … uashfs.trx
More on this link http://wiki.openwrt.org/toh/asus/wl500gp
login 192.168.1.1 / user root and no password
set password
use putty to login ssh
2. Install usb support
opkg update
opkg install kmod-usb-core
opkg install kmod-usb-uhci
opkg install kmod-usb-ohci (to be safe)
opkg install kmod-usb2
opkg install usbutils
to test
reboot router
login and see command lsusb
you should see Microsoft Lifecam VX-3000
3. Install video support
opkg update
opkg install kmod-usb-video
opkg install kmod-video-core
opkg install kmod-i2c-core
opkg install mjpg-streamer
4. Install webcam driver
opkg install kmod-video-gspca-core
opkg install kmod-video-gspca-sonixj
5. reboot to be safe
login
start mjpg-streamer
/etc/init.d/mjpg-streamer start
to start on boot
/etc/init.d/mjpg-streamer enable
to test
in browser
192.168.1.1:8080/?action=stream
(to config mjpg-streamer use /etc/config/mjpg-streamer and /etc/init.d/mjpg-streamer)
I hope I don't misspell something
Please correct me :-)