OK,
That got me a bit farther along. I got stuck (again) at:
Now, we must edit the startup script to run this rather than wpa_supplicant. This script is located at /etc/udev/rules.d/70-usb-wifi.rules
comment out the line:
Code:
ACTION=="add", RUN+="/sbin/start-stop-daemon --start -background --pidfile /var/run/network/bogus --startas /sbin/wifi -- start $env{INTERFACE}"
I get a 'Permission denied' error. Any thoughts as to what I am not doing?
Thanks again.