Konfiguration (Asus/Yakumo)

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen

Zusätliche Software

Das schönste an diesen Gerät sind doch die vielen Erweiterungsmöglichkeiten.

USB

ipkg install kmod-usb-core
ipkg install kmod-usb2
ipkg install kmod-usb-storage
ipkg install kmod-usb-printer
ipkg install kmod-usb-ohci

IDE-Festplatte

FTP-Server

ipkg install vsftpd

Samba-Server

Webcam

es gibt grundsätzlich zwei größere Projekte für Webcam-Driver

pwc/pwcx

ipkg install kmod-pwc


spca5xx/spca5xx_LE

  • Installation:
Die Dateien spca5xx.o.gz und spcacat.gz mit wget auf den Router laden.
mv spca5xx.o.gz /lib/modules/2.4.30
cd /lib/modules/2.4.30/
gunzip spca5xx.o.gz

mv spcacat.gz /usr/bin
cd /usr/bin
gunzip spcacat.gz
chmod +x spcacat
ipkg install videodev

webcam.html anlegen

<html><head>
<script language="JavaScript">
<!--
function refreshIt() {
 if (!document.images) return;
 document.images['SpcaPic'].src = 'SpcaPict.jpg?' + Math.random();
 setTimeout('refreshIt()',10000); // refresh every timeout/1000 secs
 }
//-->
</script>
</head>
<body onLoad=" setTimeout('refreshIt()',5000)">
<br><br><br>
<center>
<img src="SpcaPict.jpg" name="SpcaPic">
<br>
Bild wird aller 10 sek. neu geladen
</center>
</body></html>