[trashware] help

Luca S pantofolaio@autistici.org
Sab 13 Dic 2008 17:49:20 CET


> Questo è il file:
> #!/bin/bash
> 
> # your card's identifier here
> wlan=ra0
> # your carddriver module name
> insmod /home/dsl/wlan/rt61.o >/dev/null &
> sync
> /sbin/ifconfig $wlan 192.168.61.4 netmask 255.255.255.0 broadcast
> 192.168.61.255
> /sbin/route add default gw 192.168.61.1
> echo nameserver 192.168.61.1 > /etc/resolv.conf &
> sync; sync
> /sbin/iwconfig $wlan mode managed
> /sbin/iwconfig $wlan ap 00:40:05:BD:0D:FF
> #/sbin/iwconfig $wlan ap 00:18:E7:20:4A:BE
> /sbin/iwconfig $wlan channel 6
> /sbin/iwconfig $wlan key 1111-1111-11
> /sbin/iwconfig $wlan essid PM
> sync
> ifconfig $wlan up
> #/home/dsl/wlan/wmwave &
> #/home/dsl/clock/pclock.sh &
> echo "WLAN up..."

una cosa non ho capito: questo che hai postato è lo script già modificato
o ancora da modificare?



Maggiori informazioni sulla lista trashware