On 9/6/06, Daniel Baumann <[EMAIL PROTECTED]> wrote:
> It is, in desktop computers, mostly usefull for wireless devices.
Well i didn't test it on wireless machines, but the first loop should do the job:
"for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan*; do"
It is much better than the going over specific interfaces:
"for i in eth0 eth1 eth2 ath0 wlan0; do"
Hadar Weiss
> It is, in desktop computers, mostly usefull for wireless devices.
Well i didn't test it on wireless machines, but the first loop should do the job:
"for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan*; do"
It is much better than the going over specific interfaces:
"for i in eth0 eth1 eth2 ath0 wlan0; do"
Hadar Weiss
_______________________________________________ Debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

