Problem with MA111, FC4, linux-wlan-ng 0.2.2
"Peter Ison" <[email protected]>
| Newsgroups | gmane.linux.linux-wlan.user |
|---|---|
| Message-ID | <006701c5acf9$f0cf2a70$0200a8c0@station1xp> |
To get the above to work I still need the single-line patch posted previously for other software versions:
In /etc/wlan/shared
wlan_enable()
.......
nsdname=`wlan_nsdname $1`
if ! ${nsdname}_fwload $1 ; then
${ECHO} "Firmware failed to load for device $1"
return 1
fi
# Enable the interface
# ADD THE FOLLOWING LINE
$WLANCTL $1 lnxreq_ifstate ifstate=disable
result=`$WLANCTL $1 lnxreq_ifstate ifstate=enable`
Peter
_______________________________________________
Linux-wlan-user mailing list
[email protected]
http://lists.linux-wlan.com/mailman/listinfo/linux-wlan-user