Hi Vern,
I've done a new test run. I've tested two different driver versions. At first I've tested a vanilla copy of rt73-cvs-2008022102 and then a copy of rt73-cvs-2008031007.
This is my test procedure:
0. /etc/network/interfaces is configured with 'ups'
1. reboot the system
2. /etc/init.d/rcS executes modprobe rt73
3. /etc/init.d/rcS executes ifup wlan0
4. ping <ap address>
5. ifdown -v wlan0
6. ifup -v wlan0
7. ping <ap address>
8. ifdown -v wlan0
By using the driver version 031007 step 7 does'nt work.
Further the step 6 output of driver version 022102 and version 031007 is different.
version 022102 output:
Code:
run-parts /etc/network/if-pre-up.d
ifconfig wlan0 192.168.0.5 netmask 255.255.255.0 broadcast 192.168.0.255 up
rt73: driver version - 1.0.3.6 CVS
rt73: net_device supplies MAC, activating this one
rt73: Active MAC is: 00:19:5b:74:bf:3e.
rt73: Local MAC = 00:19:5b:74:bf:3e
route add default gw 192.168.0.3 wlan0
iwconfig wlan0 essid "FTZwlan"
iwconfig wlan0 mode Managed
iwconfig wlan0 channel 8
iwconfig wlan0 key on
iwpriv wlan0 set AuthMode=WPA2PSK
iwpriv wlan0 set EncrypType=AES
iwpriv wlan0 set WPAPSK=0a1b2c3d4e
run-parts /etc/network/if-up.d
version 0031007 output:
Code:
run-parts /etc/network/if-pre-up.d
ifconfig wlan0 192.168.0.5 netmask 255.255.255.0 broadcast 192.168.0.255 up
rt73: driver version - 1.0.3.6 CVS
route add default gw 192.168.0.3 wlan0
iwconfig wlan0 essid "FTZwlan"
iwconfig wlan0 mode Managed
iwconfig wlan0 channel 8
iwconfig wlan0 key on
iwpriv wlan0 set AuthMode=WPA2PSK
iwpriv wlan0 set EncrypType=AES
iwpriv wlan0 set WPAPSK=0a1b2c3d4e
run-parts /etc/network/if-up.d
I've attached the log output.
Regards Daniel