Skip to content
Snippets Groups Projects
Commit 4e2f0519 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't reset usb devices

parent 446bd073
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ function setup_wifi_atheros {
atheros_drivers_file=$(pwd)/$atheros_drivers_file
fi
dpkg -i "$atheros_drivers_file"
reset_usb_devices
# Don't reset USB devices because this can happen if the
# system is running from a USB drive
#reset_usb_devices
update_wifi_adaptors 'wlan'
if [ "$IFACE" ]; then
wpa_action "${IFACE}" stop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment