meshdna / meshdna-build

Spindle build environment for MeshDNA Raspberry Pi Image
Other
0 stars 0 forks source link

ifplugd prevents mode changes on rt2800usb #2

Closed cmdrk closed 10 years ago

cmdrk commented 10 years ago

/etc/default/ifplugd needs to have the following settings put into place:

    INTERFACES=""
    HOTPLUG_INTERFACES="eth0"

this will only make eth0 do hotplugging.

the rt2800usb driver is affected by this, otherwise you get "Device or resource busy" errors

cmdrk commented 10 years ago

closed in 736b660