AR7010 cards detected as USB Mass storage mode by default and an eject command is required to switch to wireless mode. Signed-off-by: Rajkumar Manoharan <rmanoharan@xxxxxxxxxxx> --- rules/rules.d/60-persistent-storage.rules | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rules/rules.d/60-persistent-storage.rules b/rules/rules.d/60-persistent-storage.rules index 6449e07..16c2fb1 100644 --- a/rules/rules.d/60-persistent-storage.rules +++ b/rules/rules.d/60-persistent-storage.rules @@ -74,4 +74,6 @@ ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk ENV{DEVTYPE}=="disk", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}" ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n" +# eject atheros usb mass storage device +SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", ENV{ID_VENDOR}=="Virtual", ENV{ID_VENDOR_ID}=="0cf3", RUN+="/usr/bin/eject /dev/%k" LABEL="persistent_storage_end" -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html