Problemas drivers con "antena" Melon WiFi N519D AC600 Realtek RTL8811

Hola kcdtv:

Siguiendo con el tema de los mensajes anteriores, por fin ha funcionado , haciendo las siguientes operaciones:

Instalacion de drivers, según la página:

https://github.com/morrownr/8821cu-20210118

Actualizacion del sistema:

sudo apt update && sudo apt upgrade

Instacion de los paquetes:

sudo apt install -y linux-headers-$(uname -r) build-essential bc dkms git libelf-dev rfkill iw

Crear un directorio para almacenar el controlador:

mkdir -p ~/src

Mover al directorio recién creado:

cd ~/src

Descargar el controlador:

git clone https://github.com/morrownr/8821cu-20210118.git

Vamos al directorio creado

cd ~/src/8821cu-20210118

Ejecutamos el script de instalacion:

sudo ./install-driver.sh

Nota: en el caso de haber intentado hacer alguna otra instalacion, y sospechar que algo no ha funcionado bien,
es recomendable, desistalar “los restos” que pueda haber para que todo funcione bien, y volver a instalar según
las instrucciones indicadas anteriormente :

Vamos al directorio del controlador:

cd ~/src/8821cu-20210118

Ejecutamos el script de eliminación:

sudo ./remove-driver.sh

Una vez hecho lo anterior y para que el sistema deje de pensar que lo que hemos conectado al usb es un Cd-rom, ejecutamos:

sudo usb_modeswitch -KW -v 0bda -p 1a2b

Así, debería de funcionar.
Todo esto ya lo hicimos, de una u otra forma, anteriormente, pero no se si es que se quedo por ahí “algo suelto” o restos del driver instalado…

Estoy intentando que esto funcione en un pc con Wifislax64 3.2 instalado en disco, y han empezado a saltar errores por todos lados, ya que
estoy empezando en esto y me da errores: al actualizar el sistema (slapt-get --update)

wifislax64 ~ # slapt-get --update Recuperando los datos del paquete [ftp.osuosl.org/pub/slackware/slackware64-15.0/]...No se pudo descargar: SSL peer certificate or SSH remote key was not OK Recuperando los datos del paquete [ftp.osuosl.org/pub/slackware/slackware64-15.0/extra/]...No se pudo descargar: SSL peer certificate or SSH remote key was not OK Las fuentes fallaron al descargar, corregir las fuentes y ejecutar nuevamente --update
Al ejecutar la orden: “git clone [https://github.com/morrownr/8821cu-20210118.git\”](https://github.com/morrownr/8821cu-20210118.git\), para descargar el drivers, da error:

[quote]Clonando en ‘8821cu-20210118’…
fatal: no es posible acceder a ‘https://github.com/morrownr/8821cu-20210118.git/’: SSL certificate problem: unable to get local issuer certificate[/quote]

Todo apunta a problemas de certificados que no se como “atacar”

En fin, paciencia.

¿Debería de abrir un nuevo tema, a ver si alguien se anima…? ¿Seguir este? o “dejarlo estar”… (ja,ja…) (No tengo mucha idea de como hacer esto en Wifislax…)

Un saludo,

¡Enhorabuena! :biere:
Muchas gracias por haber tomado el tiempo de resumir los pasos y dejarnos una chuleta clara que vendrá muy bien a much@s. :plus_un:
No sé si haces telepatía pero estaba pensado en tu tema y iba a preguntarte sí habías vuelto a probar en un sistema limpio con los drivers de Morrownr
Pensaba que quizá podríamos intentar con otras reglas systemd (qué no controlo mucho, no me gusta el enfoque global, es mas para entornos de producción que PC personales. a mi gusto,)

[quote]Nota: en el caso de haber intentado hacer alguna otra instalacion, y sospechar que algo no ha funcionado bien,
es recomendable, desistalar “los restos” que pueda haber para que todo funcione bien, y volver a instalar según
las instrucciones indicadas anteriormente[/quote]
Es el oficio que entra… Estas cosas nos pasan a tod@s, no te preocupes, he llegado a formatear particiones rootn enteras para historias similares… :smiley:

Me parece perfecto si quieres seguir trabajando aquí mismo sobre el soporte Slackware/Wifislax.
Y podemos también mirar el asunto de crear una regla systemd para que sea automático nada más arrancar el sistema (systemd es el primer proceso que se ejecuta)

Mira si tu fecha y hora sistema son correctas.
Ejecuta en consola

date

Debes estar en meridiano CET,

kcdtv@linux4dappl:~$ date jue 09 feb 2023 17:55:30 CET
Si tu sistema está adelantado de una hora no vas a poder establecer conexiones SSL,
Se rechazará automáticamente y rotundamente cualquier intento de conexión estando adelantado.
Es algo que puede surgir cuando tenemos un multi boot,
Una forma de arreglar los conflictos en estos casos (no sé si es el raíz de tu problema) sería habilitar en wifislax la fecha/hora por NTP.
Synchronize your network with NTP

edit

Sobre la regla udev en kali, para detectar automáticamente tu dispositivo USB como interfaz wifi, te propongo intentarlo así:
Copias y pegas la regla sacada de debian “experimental” (tiene un montón de dispositivos del mismo palo ya configurados)
Te la dejo aquí y he añadido la linea para tu dispositivo (la primera en la lista de hardwares configurados)

[code]# Part of usb-modeswitch-data, version 20191128

Works with usb_modeswitch versions >= 2.4.0. Slash before %k parameter

is for compatibility only. Versions >= 2.5.0 don’t need it.

ACTION!=“add|change”, GOTO=“modeswitch_rules_end”

Adds a symlink “gsmmodem[n]” to the lowest ttyUSB port with interrupt

transfer; checked against a list of known modems, or else no action

KERNEL==“ttyUSB*”, ATTRS{bNumConfigurations}==“*”, PROGRAM=“usb_modeswitch --symlink-name %p %s{idVendor} %s{idProduct} %E{PRODUCT}”, SYMLINK+=“%c”

SUBSYSTEM!=“usb”, ACTION!=“add”, GOTO=“modeswitch_rules_end”

custom rule for RTL8811au

ATTR{idVendor}==“0bda”, ATTR{idProduct}==“1a2b”, RUN+=“usb_modeswitch -KW -v 0bda -p 1a2b”

Generic entry for most Huawei devices, excluding Android phones

ATTRS{idVendor}==“12d1”, ATTRS{manufacturer}!=“Android”, ATTR{bInterfaceNumber}==“00”, ATTR{bInterfaceClass}==“08”, RUN+=“usb_modeswitch ‘%b/%k’”

HP LaserJet Professional P1102

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“002a”, RUN+=“usb_modeswitch ‘/%k’”

HP LaserJet Professional P1102w

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“032a”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4220 NGFF Card

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“0857”, RUN+=“usb_modeswitch ‘/%k’”

HP un2430

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“371d”, RUN+=“usb_modeswitch ‘/%k’”

HP hs2434

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“4b1d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4111

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“4e1d”, RUN+=“usb_modeswitch ‘/%k’”

HP hs3110

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“521d”, RUN+=“usb_modeswitch ‘/%k’”

HP hs3120

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“531d”, RUN+=“usb_modeswitch ‘/%k’”

HP hs3114

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“541d”, RUN+=“usb_modeswitch ‘/%k’”

HP hs4112

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“581d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4225

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“631d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4226

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“641d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4227

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“681d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4211

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“911d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4110

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“931d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4114

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“9a1d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4120

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“9d1d”, RUN+=“usb_modeswitch ‘/%k’”

HP lt4132

ATTR{idVendor}==“03f0”, ATTR{idProduct}==“a31d”, RUN+=“usb_modeswitch ‘/%k’”

Quanta MU-Q101

ATTR{idVendor}==“0408”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Quanta 1KR / USB-lte 7410

ATTR{idVendor}==“0408”, ATTR{idProduct}==“ea17”, RUN+=“usb_modeswitch ‘/%k’”

Quanta 1K3 LTE

ATTR{idVendor}==“0408”, ATTR{idProduct}==“ea25”, RUN+=“usb_modeswitch ‘/%k’”

Quanta MobileGenie 4G LTE, Quanta 1K6

ATTR{idVendor}==“0408”, ATTR{idProduct}==“ea43”, RUN+=“usb_modeswitch ‘/%k’”

MU-Q110, Yota Router (Quanta 1QDLZZZ0ST2)

ATTR{idVendor}==“0408”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

SpeedUp SU-8500U

ATTR{idVendor}==“0408”, ATTR{idProduct}==“f001”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-10

ATTR{idVendor}==“0421”, ATTR{idProduct}==“060c”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-15

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0610”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-12

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0618”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-11

ATTR{idVendor}==“0421”, ATTR{idProduct}==“061d”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-17

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0622”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-18

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0627”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-19

ATTR{idVendor}==“0421”, ATTR{idProduct}==“062c”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-7M-01

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0632”, RUN+=“usb_modeswitch ‘/%k’”

Nokia CS-21M-02

ATTR{idVendor}==“0421”, ATTR{idProduct}==“0637”, RUN+=“usb_modeswitch ‘/%k’”

Logitech G920 Racing Wheel

ATTR{idVendor}==“046d”, ATTR{idProduct}==“c261”, RUN+=“usb_modeswitch ‘/%k’”

Philips (?), Vodafone MD950 (Wisue Technology)

ATTR{idVendor}==“0471”, ATTR{idProduct}==“1210”, RUN+=“usb_modeswitch ‘/%k’”

Philips TalkTalk (NXP Semiconductors “Dragonfly”)

ATTR{idVendor}==“0471”, ATTR{idProduct}==“1237”, RUN+=“usb_modeswitch ‘/%k’”

Kyocera W06K CDMA modem

ATTR{idVendor}==“0482”, ATTR{idProduct}==“024d”, RUN+=“usb_modeswitch ‘/%k’”

I-O Data WMX2-U Wimax

ATTR{idVendor}==“04bb”, ATTR{idProduct}==“bccd”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel-Lucent ABS-T920

ATTR{idVendor}==“04cc”, ATTR{idProduct}==“2251”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel-Lucent T930S

ATTR{idVendor}==“04cc”, ATTR{idProduct}==“225c”, RUN+=“usb_modeswitch ‘/%k’”

Nexperia TM TD-SCDMA

ATTR{idVendor}==“04cc”, ATTR{idProduct}==“226e”, RUN+=“usb_modeswitch ‘/%k’”

Nexperia TM TD-SCDMA (Variant)

ATTR{idVendor}==“04cc”, ATTR{idProduct}==“226f”, RUN+=“usb_modeswitch ‘/%k’”

Samsung GT-B1110

ATTR{idVendor}==“04e8”, ATTR{idProduct}==“680c”, RUN+=“usb_modeswitch ‘/%k’”

Samsung GT-B3730

ATTR{idVendor}==“04e8”, ATTR{idProduct}==“689a”, RUN+=“usb_modeswitch ‘/%k’”

Samsung U209

ATTR{idVendor}==“04e8”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Sunplus Techn. SU-3200U

ATTR{idVendor}==“04fc”, ATTR{idProduct}==“2140”, RUN+=“usb_modeswitch ‘/%k’”

AVM Fritz!Wlan USB Stick N v2

ATTR{idVendor}==“057c”, ATTR{idProduct}==“62ff”, RUN+=“usb_modeswitch ‘/%k’”

AVM Fritz!Wlan USB Stick N

ATTR{idVendor}==“057c”, ATTR{idProduct}==“84ff”, RUN+=“usb_modeswitch ‘/%k’”

ZyXel WAH1004/WAH3004

ATTR{idVendor}==“0586”, ATTR{idProduct}==“2030”, RUN+=“usb_modeswitch ‘/%k’”

Axesstel Modems (w/ initial idProduct 0x0010)

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“0010”, RUN+=“usb_modeswitch ‘/%k’”

Samsung SGH-Z810, Option GlobeTrotter GX0201 and many other devices

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Various USB modems

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“2000”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-162-U5, DWM-162 C1, Micromax MMX 300c

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“2001”, RUN+=“usb_modeswitch ‘/%k’”

AnyDATA APE-540H

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“6503”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel-sbell ASB TL131 TD-LTE

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“9024”, RUN+=“usb_modeswitch ‘/%k’”

U901 (LTE modem)

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“98ff”, RUN+=“usb_modeswitch ‘/%k’”

Siptune LM-75 (“LinuxModem”), EWangshikong 4G

ATTR{idVendor}==“05c6”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Qtronix EVDO 3G Modem (for TianYi)

ATTR{idVendor}==“05c7”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

ZE-3G 7.2Mbs HSPA modem

ATTR{idVendor}==“0685”, ATTR{idProduct}==“2000”, RUN+=“usb_modeswitch ‘/%k’”

InfoCert Business Key (SmartCard/Reader emulation)

ATTR{idVendor}==“072f”, ATTR{idProduct}==“100d”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 HSUPA 3.75G a.o.

ATTR{idVendor}==“07d1”, ATTR{idProduct}==“a800”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 HSUPA 3.75G USB Modem

ATTR{idVendor}==“07d1”, ATTR{idProduct}==“a804”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-151 A1

ATTR{idVendor}==“07d1”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Netgear AirCard 779S

ATTR{idVendor}==“0846”, ATTR{idProduct}==“0fff”, RUN+=“usb_modeswitch ‘/%k’”

Dymo LabelManager

ATTR{idVendor}==“0922”, ATTR{idProduct}==“1001”, RUN+=“usb_modeswitch ‘/%k’”

Dymo LabelManager 420P

ATTR{idVendor}==“0922”, ATTR{idProduct}==“1003”, RUN+=“usb_modeswitch ‘/%k’”

Dymo LabelManager Wireless PnP

ATTR{idVendor}==“0922”, ATTR{idProduct}==“1007”, RUN+=“usb_modeswitch ‘/%k’”

Toshiba G450

ATTR{idVendor}==“0930”, ATTR{idProduct}==“0d46”, RUN+=“usb_modeswitch ‘/%k’”

Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 1)

ATTR{idVendor}==“0ace”, ATTR{idProduct}==“2011”, RUN+=“usb_modeswitch ‘/%k’”

Zydas ZD1211RW WLAN USB, Sphairon HomeLink 1202 (Variant 2)

ATTR{idVendor}==“0ace”, ATTR{idProduct}==“20ff”, RUN+=“usb_modeswitch ‘/%k’”

Option iCon 711

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“4007”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6711”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6731”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6751”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6771”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6791”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6811”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6911”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6951”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“6971”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7011”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7031”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7051”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7071”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7111”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7211”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7251”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7271”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7301”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7311”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7361”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7381”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7401”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7501”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7601”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7701”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7706”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7801”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7901”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7a01”, RUN+=“usb_modeswitch ‘/%k’”

Option iCon 461

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“7a05”, RUN+=“usb_modeswitch ‘/%k’”

Option Globetrotter (Variant)

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8006”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8200”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8201”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8300”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8302”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8304”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8400”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8600”, RUN+=“usb_modeswitch ‘/%k’”

Option GI0643 (aka XYFI)

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8700”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8800”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“8900”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“9000”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“9200”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“c031”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“c100”, RUN+=“usb_modeswitch ‘/%k’”

Option GlobeTrotter GI1515

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d001”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d013”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d031”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d033”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d035”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d055”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d057”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d058”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d155”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d157”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d255”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d257”, RUN+=“usb_modeswitch ‘/%k’”

Option HSO device

ATTR{idVendor}==“0af0”, ATTR{idProduct}==“d357”, RUN+=“usb_modeswitch ‘/%k’”

Olivetti Olicard 100 and others

ATTR{idVendor}==“0b3c”, ATTR{idProduct}==“c700”, RUN+=“usb_modeswitch ‘/%k’”

Olivetti Olicard 145, 155

ATTR{idVendor}==“0b3c”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Olivetti Olicard 160

ATTR{idVendor}==“0b3c”, ATTR{idProduct}==“f00c”, RUN+=“usb_modeswitch ‘/%k’”

Olivetti Olicard 500

ATTR{idVendor}==“0b3c”, ATTR{idProduct}==“f017”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWA-171 Wifi Dongle

ATTR{idVendor}==“0bda”, ATTR{idProduct}==“1a2b”, RUN+=“usb_modeswitch ‘/%k’”

Ericsson F5521gw

ATTR{idVendor}==“0bdb”, ATTR{idProduct}==“190d”, RUN+=“usb_modeswitch ‘/%k’”

Ericsson F5521gw (Variant)

ATTR{idVendor}==“0bdb”, ATTR{idProduct}==“1910”, RUN+=“usb_modeswitch ‘/%k’”

Atheros Wireless / Netgear WNDA3200

ATTR{idVendor}==“0cf3”, ATTR{idProduct}==“20ff”, RUN+=“usb_modeswitch ‘/%k’”

Kobil mIdentity 3G (1)

ATTR{idVendor}==“0d46”, ATTR{idProduct}==“45a1”, RUN+=“usb_modeswitch ‘/%k’”

Kobil mIdentity 3G (2)

ATTR{idVendor}==“0d46”, ATTR{idProduct}==“45a5”, RUN+=“usb_modeswitch ‘/%k’”

Mobile Action (“Smart Cable”)

ATTR{idVendor}==“0df7”, ATTR{idProduct}==“0800”, RUN+=“usb_modeswitch ‘/%k’”

MediaTek/Medion S4222 and probably others, MediaTek MT6276M and others

ATTR{idVendor}==“0e8d”, ATTR{idProduct}==“0002”, RUN+=“usb_modeswitch ‘/%k’”

COMFAST CF-WU782AC WiFi Dongle

ATTR{idVendor}==“0e8d”, ATTR{idProduct}==“2870”, RUN+=“usb_modeswitch ‘/%k’”

MediaTek Wimax USB Card

ATTR{idVendor}==“0e8d”, ATTR{idProduct}==“7109”, RUN+=“usb_modeswitch ‘/%k’”

BlackBerry Q10 and Z10

ATTR{idVendor}==“0fca”, ATTR{idProduct}==“8020”, RUN+=“usb_modeswitch ‘/%k’”

Sony Ericsson MD300

ATTR{idVendor}==“0fce”, ATTR{idProduct}==“d0cf”, RUN+=“usb_modeswitch ‘/%k’”

Sony Ericsson EC400

ATTR{idVendor}==“0fce”, ATTR{idProduct}==“d0df”, RUN+=“usb_modeswitch ‘/%k’”

Sony Ericsson MD400

ATTR{idVendor}==“0fce”, ATTR{idProduct}==“d0e1”, RUN+=“usb_modeswitch ‘/%k’”

Sony Ericsson MD400G

ATTR{idVendor}==“0fce”, ATTR{idProduct}==“d103”, RUN+=“usb_modeswitch ‘/%k’”

GW D301 (Advinne AMC)

ATTR{idVendor}==“0fd1”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

LG LDU-1900D EV-DO (Rev. A)

ATTR{idVendor}==“1004”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

LG HDM-2100 (EVDO Rev.A USB modem)

ATTR{idVendor}==“1004”, ATTR{idProduct}==“607f”, RUN+=“usb_modeswitch ‘/%k’”

LG L-02A

ATTR{idVendor}==“1004”, ATTR{idProduct}==“610c”, RUN+=“usb_modeswitch ‘/%k’”

LG L-05A

ATTR{idVendor}==“1004”, ATTR{idProduct}==“613a”, RUN+=“usb_modeswitch ‘/%k’”

LG LUU-2100TI (aka AT&T USBConnect Turbo)

ATTR{idVendor}==“1004”, ATTR{idProduct}==“613f”, RUN+=“usb_modeswitch ‘/%k’”

LG L-07A

ATTR{idVendor}==“1004”, ATTR{idProduct}==“614e”, RUN+=“usb_modeswitch ‘/%k’”

LG LUU-2110TI

ATTR{idVendor}==“1004”, ATTR{idProduct}==“6156”, RUN+=“usb_modeswitch ‘/%k’”

LG AD600

ATTR{idVendor}==“1004”, ATTR{idProduct}==“6190”, RUN+=“usb_modeswitch ‘/%k’”

LG L-02C LTE

ATTR{idVendor}==“1004”, ATTR{idProduct}==“61dd”, RUN+=“usb_modeswitch ‘/%k’”

LG SD711

ATTR{idVendor}==“1004”, ATTR{idProduct}==“61e7”, RUN+=“usb_modeswitch ‘/%k’”

LG L-08C (NTT docomo)

ATTR{idVendor}==“1004”, ATTR{idProduct}==“61eb”, RUN+=“usb_modeswitch ‘/%k’”

LG L-03D LTE/3G

ATTR{idVendor}==“1004”, ATTR{idProduct}==“6327”, RUN+=“usb_modeswitch ‘/%k’”

UTStarcom UM175 (distributor “Alltel”)

ATTR{idVendor}==“106c”, ATTR{idProduct}==“3b03”, RUN+=“usb_modeswitch ‘/%k’”

Pantech / UTStarcom UMW190 (Verizon)

ATTR{idVendor}==“106c”, ATTR{idProduct}==“3b05”, RUN+=“usb_modeswitch ‘/%k’”

UTStarcom UM185E (distributor “Alltel”)

ATTR{idVendor}==“106c”, ATTR{idProduct}==“3b06”, RUN+=“usb_modeswitch ‘/%k’”

Pantech UML290

ATTR{idVendor}==“106c”, ATTR{idProduct}==“3b11”, RUN+=“usb_modeswitch ‘/%k’”

Option Beemo / Pantech P4200 LTE

ATTR{idVendor}==“106c”, ATTR{idProduct}==“3b14”, RUN+=“usb_modeswitch ‘/%k’”

Sagem F@ST 9520-35-GLR

ATTR{idVendor}==“1076”, ATTR{idProduct}==“7f40”, RUN+=“usb_modeswitch ‘/%k’”

Hisense E910 EVDO Phone

ATTR{idVendor}==“109b”, ATTR{idProduct}==“f009”, RUN+=“usb_modeswitch ‘/%k’”

Pantech/Verizon UML295

ATTR{idVendor}==“10a9”, ATTR{idProduct}==“606f”, RUN+=“usb_modeswitch ‘/%k’”

Pantech LTE Modem

ATTR{idVendor}==“10a9”, ATTR{idProduct}==“6080”, RUN+=“usb_modeswitch ‘/%k’”

Sierra devices (specific driver)

ATTR{idVendor}==“1199”, ATTR{idProduct}==“0fff”, RUN+=“usb_modeswitch ‘/%k’”

Sierra MC8305

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9011”, RUN+=“usb_modeswitch ‘/%k’”

Sierra MC8355

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9013”, RUN+=“usb_modeswitch ‘/%k’”

Sierra MC8355 Variant

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9017”, RUN+=“usb_modeswitch ‘/%k’”

Sierra MC7770

ATTR{idVendor}==“1199”, ATTR{idProduct}==“901b”, RUN+=“usb_modeswitch ‘/%k’”

Sierra EM7700

ATTR{idVendor}==“1199”, ATTR{idProduct}==“901c”, RUN+=“usb_modeswitch ‘/%k’”

Sierra EM7355

ATTR{idVendor}==“1199”, ATTR{idProduct}==“901f”, RUN+=“usb_modeswitch ‘/%k’”

Sierra EM7305

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9041”, RUN+=“usb_modeswitch ‘/%k’”

Sierra AC340U

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9051”, RUN+=“usb_modeswitch ‘/%k’”

Sierra AC770S

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9053”, RUN+=“usb_modeswitch ‘/%k’”

Sierra EM7305

ATTR{idVendor}==“1199”, ATTR{idProduct}==“9063”, RUN+=“usb_modeswitch ‘/%k’”

Digicom 8E4455 (and all Pirelli devices - EXPERIMENTAL)

ATTR{idVendor}==“1266”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Huawei ME909u-521 (MBIM, dummy config)

ATTR{idVendor}==“12d1”, ATTR{idProduct}==“1573”, RUN+=“usb_modeswitch ‘/%k’”

Huawei ME906, ME909 (MBIM, dummy config)

ATTR{idVendor}==“12d1”, ATTR{idProduct}==“15c1”, RUN+=“usb_modeswitch ‘/%k’”

Cisco AM10 “Valet Connector”

ATTR{idVendor}==“1307”, ATTR{idProduct}==“1169”, RUN+=“usb_modeswitch ‘/%k’”

Novatel Wireless devices

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5010”, RUN+=“usb_modeswitch ‘/%k’”

Novatel MC990D

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5020”, RUN+=“usb_modeswitch ‘/%k’”

Novatel MC996D

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5023”, RUN+=“usb_modeswitch ‘/%k’”

Novatel U760

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5030”, RUN+=“usb_modeswitch ‘/%k’”

Novatel MC760 3G

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5031”, RUN+=“usb_modeswitch ‘/%k’”

Novatel Generic MiFi 2352 / Vodafone MiFi 2352

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5041”, RUN+=“usb_modeswitch ‘/%k’”

Novatel MiFi 4082

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5055”, RUN+=“usb_modeswitch ‘/%k’”

Novatel Wireless MC545 HSPA, U679 LTE

ATTR{idVendor}==“1410”, ATTR{idProduct}==“5059”, RUN+=“usb_modeswitch ‘/%k’”

Novatel Generic MiFi 2372 / Vodafone MiFi 2372

ATTR{idVendor}==“1410”, ATTR{idProduct}==“7001”, RUN+=“usb_modeswitch ‘/%k’”

Novatel U620L

ATTR{idVendor}==“1410”, ATTR{idProduct}==“9020”, RUN+=“usb_modeswitch ‘/%k’”

Novatel USB730L

ATTR{idVendor}==“1410”, ATTR{idProduct}==“9030”, RUN+=“usb_modeswitch ‘/%k’”

Novatel MiFi 6620L

ATTR{idVendor}==“1410”, ATTR{idProduct}==“b00c”, RUN+=“usb_modeswitch ‘/%k’”

Sequans SQN1210/SQN1220 (generic chipsets)

ATTR{idVendor}==“148e”, ATTR{idProduct}==“a000”, RUN+=“usb_modeswitch ‘/%k’”

Motorola 802.11 bg WLAN (TER/GUSB3-E)

ATTR{idVendor}==“148f”, ATTR{idProduct}==“2578”, RUN+=“usb_modeswitch ‘/%k’”

RaLink MT7601U

ATTR{idVendor}==“148f”, ATTR{idProduct}==“2878”, RUN+=“usb_modeswitch ‘/%k’”

China TeleCom CBP7.0

ATTR{idVendor}==“15eb”, ATTR{idProduct}==“7153”, RUN+=“usb_modeswitch ‘/%k’”

Abit AK-020

ATTR{idVendor}==“15eb”, ATTR{idProduct}==“a403”, RUN+=“usb_modeswitch ‘/%k’”

Amoi H-01

ATTR{idVendor}==“1614”, ATTR{idProduct}==“0800”, RUN+=“usb_modeswitch ‘/%k’”

Amoi H-02

ATTR{idVendor}==“1614”, ATTR{idProduct}==“0802”, RUN+=“usb_modeswitch ‘/%k’”

KuWfi 4g LTE

ATTR{idVendor}==“161c”, ATTR{idProduct}==“f010”, RUN+=“usb_modeswitch ‘/%k’”

Anydata ADU-890WH

ATTR{idVendor}==“16d5”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

C-motech CHU-628S

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“6281”, RUN+=“usb_modeswitch ‘/%k’”

C-motech D-50 (aka “CDU-680”, “CNU-680”)

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“6803”, RUN+=“usb_modeswitch ‘/%k’”

C-motech CDU-685a

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“6804”, RUN+=“usb_modeswitch ‘/%k’”

C-motech CHU-629S

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“700a”, RUN+=“usb_modeswitch ‘/%k’”

C-motech CHU-629S (Variant)

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“700b”, RUN+=“usb_modeswitch ‘/%k’”

C-motech CGU-628 (aka “Franklin Wireless CGU-628A” aka “4G Systems XS Stick W12”)

ATTR{idVendor}==“16d8”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Axesstel MV210

ATTR{idVendor}==“1726”, ATTR{idProduct}==“1900”, RUN+=“usb_modeswitch ‘/%k’”

Axesstel MU130

ATTR{idVendor}==“1726”, ATTR{idProduct}==“f00e”, RUN+=“usb_modeswitch ‘/%k’”

Spreadtrum SC7702

ATTR{idVendor}==“1782”, ATTR{idProduct}==“0003”, RUN+=“usb_modeswitch ‘/%k’”

Spreadtrum SC7702 (Variant)

ATTR{idVendor}==“1782”, ATTR{idProduct}==“0023”, RUN+=“usb_modeswitch ‘/%k’”

JOA Telecom LM-700r

ATTR{idVendor}==“198a”, ATTR{idProduct}==“0003”, RUN+=“usb_modeswitch ‘/%k’”

Beceem BCSM250

ATTR{idVendor}==“198f”, ATTR{idProduct}==“bccd”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MU351

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0003”, RUN+=“usb_modeswitch ‘/%k’”

ZTE AC581

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0026”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF636DB

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0033”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K2525

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0040”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF110 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0053”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF110 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0083”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MU330

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0090”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K4505-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0101”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF112

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0103”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF637 (Variant for Orange France)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0110”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF651

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0115”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF652 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0146”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF190 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0149”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF656A, MF668A, MF669

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0150”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF190 (Variant) and others

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0154”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF820 4G LTE

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0166”, RUN+=“usb_modeswitch ‘/%k’”

ZTE A371B

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0169”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF820s, MF832s

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0198”, RUN+=“usb_modeswitch ‘/%k’”

Onda MT8205 LTE

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0266”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF821D (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0304”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF821D/MF826

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0318”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF821D

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0325”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF90 Mobile Hotspot

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0388”, RUN+=“usb_modeswitch ‘/%k’”

Telewell TW-LTE 4G

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“0413”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K3805-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1001”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K3570-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1007”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K3571-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1009”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K3806-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1013”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone K5006Z (MF821)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1017”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE R203 Router

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1019”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE R203 Router

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1020”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE K4201-z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1022”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE R212 Router

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1026”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone K5008-z (MF823)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1030”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE R206-z Router

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1034”, RUN+=“usb_modeswitch ‘/%k’”

ZTE / Vodafone K4607-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1038”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE R209-z Router

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1042”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF730

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1046”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K4510-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1171”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone / ZTE K3770-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1175”, RUN+=“usb_modeswitch ‘/%k’”

Vodafone (ZTE) K3772-Z

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1179”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF691 (T-Mobile Rocket 2.0)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1201”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF192 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1207”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF195

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1210”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF192 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1216”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF192 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1219”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF190

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1224”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF668 (Variant), MF70

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1225”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF680

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1227”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MFxxx

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1232”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MFxxx

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1233”, RUN+=“usb_modeswitch ‘/%k’”

ZTE / Vodafone K4201

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1237”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF825A

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1238”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF730

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1420”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF833V, Telewell TW-LTE v2

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1421”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MFxxx

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1511”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF192 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1514”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF192 (Variant)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1517”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF652

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1520”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF591 TMobile

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1523”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF196

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1528”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF190J

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1536”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF190J

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1542”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF195E

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1580”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF710M Variants

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1588”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF710 (Vietnam) a.o.

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“1595”, RUN+=“usb_modeswitch ‘/%k’”

ZTE devices, some Onda devices

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“2000”, RUN+=“usb_modeswitch ‘/%k’”

ZTE MF60

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“2004”, RUN+=“usb_modeswitch ‘/%k’”

ZTE AX226 WiMax

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“bccd”, RUN+=“usb_modeswitch ‘/%k’”

ZTE AC682 (a.k.a. SmartFren Connex)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“ffde”, RUN+=“usb_modeswitch ‘/%k’”

ZTE “ffe” devices 1 (e.g. Cricket A605)

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“ffe6”, RUN+=“usb_modeswitch ‘/%k’”

ZTE “ff” devices 1

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“fff5”, RUN+=“usb_modeswitch ‘/%k’”

ZTE “fff” devices 2

ATTR{idVendor}==“19d2”, ATTR{idProduct}==“fff6”, RUN+=“usb_modeswitch ‘/%k’”

BandRich BandLuxe C100, C120, C170, C270, C3xx, C508

ATTR{idVendor}==“1a8d”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

BandRich BandLuxe C339

ATTR{idVendor}==“1a8d”, ATTR{idProduct}==“2000”, RUN+=“usb_modeswitch ‘/%k’”

Hummer DTM5731, Aircard 901

ATTR{idVendor}==“1ab7”, ATTR{idProduct}==“5700”, RUN+=“usb_modeswitch ‘/%k’”

EpiValley SEC-7089 (featured by Alegro and Starcomms / iZAP)

ATTR{idVendor}==“1b7d”, ATTR{idProduct}==“0700”, RUN+=“usb_modeswitch ‘/%k’”

ETCOM E300

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“000f”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel OT-X080C

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“00ca”, RUN+=“usb_modeswitch ‘/%k’”

Haier EVDO Rev. A

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“011f”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel X602D

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“022c”, RUN+=“usb_modeswitch ‘/%k’”

Yota 4G LTE W8

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“025e”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel X200/X200L/X060S/L100V, Archos G9 3G Key

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel OT-X220D, L100V

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“f017”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel OT X220L

ATTR{idVendor}==“1bbb”, ATTR{idProduct}==“f052”, RUN+=“usb_modeswitch ‘/%k’”

Alcatel One Touch X020

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“1001”, RUN+=“usb_modeswitch ‘/%k’”

4G System XS W21s

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“3003”, RUN+=“usb_modeswitch ‘/%k’”

TU930, IVIO IV-2010u

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“6000”, RUN+=“usb_modeswitch ‘/%k’”

Omega WL-72B (“Vibe 3G”)

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“6061”, RUN+=“usb_modeswitch ‘/%k’”

Emobile D12LC

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9101”, RUN+=“usb_modeswitch ‘/%k’”

MyWave SW006 Sport Phone/Modem Combination

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9200”, RUN+=“usb_modeswitch ‘/%k’”

Emobile D21LC

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9401”, RUN+=“usb_modeswitch ‘/%k’”

Longcheer SU9800

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9800”, RUN+=“usb_modeswitch ‘/%k’”

Telewell TW-3G HSPA+, FS01BU 3G, SmartBro WM66E

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“98ff”, RUN+=“usb_modeswitch ‘/%k’”

XS Stick W100 (Omega)

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9bfe”, RUN+=“usb_modeswitch ‘/%k’”

Prolink PCM100

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9d00”, RUN+=“usb_modeswitch ‘/%k’”

BSNL Capitel

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9e00”, RUN+=“usb_modeswitch ‘/%k’”

Explay Slim

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“9e08”, RUN+=“usb_modeswitch ‘/%k’”

Longcheer/Longsoon (aka Omega Technology) devices, MobiData MBD-200HU and others

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Micromax MMX400R / 4G Systems XSBOXGO

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“f010”, RUN+=“usb_modeswitch ‘/%k’”

JioFi JMR1040

ATTR{idVendor}==“1c9e”, ATTR{idProduct}==“f030”, RUN+=“usb_modeswitch ‘/%k’”

TechFaith BSNL Capitel

ATTR{idVendor}==“1d09”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Aiko 81D

ATTR{idVendor}==“1d09”, ATTR{idProduct}==“1021”, RUN+=“usb_modeswitch ‘/%k’”

TechFaith FlyingLARK46

ATTR{idVendor}==“1d09”, ATTR{idProduct}==“1025”, RUN+=“usb_modeswitch ‘/%k’”

Qisda H21 Flying Beetle

ATTR{idVendor}==“1da5”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Wisue W340

ATTR{idVendor}==“1dbc”, ATTR{idProduct}==“0669”, RUN+=“usb_modeswitch ‘/%k’”

Solomon S3Gm-660

ATTR{idVendor}==“1dd6”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Philips PicoPix 1020 Projector

ATTR{idVendor}==“1de1”, ATTR{idProduct}==“1101”, RUN+=“usb_modeswitch ‘/%k’”

Option iCON 210, PROLiNK PHS100 + PH300, Hyundai MB-810, A-Link 3GU

ATTR{idVendor}==“1e0e”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

3GO 3GO11 HSUPA

ATTR{idVendor}==“1e89”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

AirPlus MCD-800

ATTR{idVendor}==“1edf”, ATTR{idProduct}==“6003”, RUN+=“usb_modeswitch ‘/%k’”

Onda MV815U

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0003”, RUN+=“usb_modeswitch ‘/%k’”

Onda POM1051

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0007”, RUN+=“usb_modeswitch ‘/%k’”

Onda MW833UP

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0009”, RUN+=“usb_modeswitch ‘/%k’”

Onda MW833UP + MW835UP

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0013”, RUN+=“usb_modeswitch ‘/%k’”

Onda MO835UP

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0018”, RUN+=“usb_modeswitch ‘/%k’”

Onda MW836UP-K

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0040”, RUN+=“usb_modeswitch ‘/%k’”

Onda MDC655

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0045”, RUN+=“usb_modeswitch ‘/%k’”

Onda MT655

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0048”, RUN+=“usb_modeswitch ‘/%k’”

Onda MDC655

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“004a”, RUN+=“usb_modeswitch ‘/%k’”

Onda MDC655 Variant

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“004f”, RUN+=“usb_modeswitch ‘/%k’”

Onda MW875UP

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0054”, RUN+=“usb_modeswitch ‘/%k’”

Onda MSA 14.4 (TIM Brasil)

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0060”, RUN+=“usb_modeswitch ‘/%k’”

Onda TM201, CM201

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0063”, RUN+=“usb_modeswitch ‘/%k’”

Onda WM301

ATTR{idVendor}==“1ee8”, ATTR{idProduct}==“0068”, RUN+=“usb_modeswitch ‘/%k’”

Cricket A600

ATTR{idVendor}==“1f28”, ATTR{idProduct}==“0021”, RUN+=“usb_modeswitch ‘/%k’”

Franklin Wireless U210 (Variant)

ATTR{idVendor}==“1fac”, ATTR{idProduct}==“0032”, RUN+=“usb_modeswitch ‘/%k’”

Franklin Wireless U210

ATTR{idVendor}==“1fac”, ATTR{idProduct}==“0130”, RUN+=“usb_modeswitch ‘/%k’”

Franklin Wireless U600

ATTR{idVendor}==“1fac”, ATTR{idProduct}==“0150”, RUN+=“usb_modeswitch ‘/%k’”

Franklin Wireless U600

ATTR{idVendor}==“1fac”, ATTR{idProduct}==“0151”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-157 B1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“00a6”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-157 C1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“00a7”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWP-157 C1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“7600”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-221

ATTR{idVendor}==“2001”, ATTR{idProduct}==“98ff”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-221 B1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a401”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 A8, DWP-157 B1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a403”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-167 A1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a405”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-221

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a406”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-157 C1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a407”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 A8 (Myanmar)

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a40a”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWR-910

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a40d”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 A7

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a706”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-157 B1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a707”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-158 D1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a708”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWR-510

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a805”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-157 A1

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a809”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-156 (Variant)

ATTR{idVendor}==“2001”, ATTR{idProduct}==“a80b”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-222

ATTR{idVendor}==“2001”, ATTR{idProduct}==“ab00”, RUN+=“usb_modeswitch ‘/%k’”

D-Link DWM-222 A2

ATTR{idVendor}==“2001”, ATTR{idProduct}==“ac01”, RUN+=“usb_modeswitch ‘/%k’”

Venus VT-18

ATTR{idVendor}==“2015”, ATTR{idProduct}==“0001”, RUN+=“usb_modeswitch ‘/%k’”

Haier CE682 (EVDO)

ATTR{idVendor}==“201e”, ATTR{idProduct}==“1023”, RUN+=“usb_modeswitch ‘/%k’”

Haier CE 100

ATTR{idVendor}==“201e”, ATTR{idProduct}==“2009”, RUN+=“usb_modeswitch ‘/%k’”

Mediatek MT6229, Micromax MMX 377G, Olicard 300

ATTR{idVendor}==“2020”, ATTR{idProduct}==“0002”, RUN+=“usb_modeswitch ‘/%k’”

Telewell TW-LTE, Olicard 600, Digisol BG-BA4305

ATTR{idVendor}==“2020”, ATTR{idProduct}==“2030”, RUN+=“usb_modeswitch ‘/%k’”

SpeedUp SU-8000 and others

ATTR{idVendor}==“2020”, ATTR{idProduct}==“f00e”, RUN+=“usb_modeswitch ‘/%k’”

SpeedUp SU-8000U

ATTR{idVendor}==“2020”, ATTR{idProduct}==“f00f”, RUN+=“usb_modeswitch ‘/%k’”

Changhong CH690, D-Link DWM-163 + DWM-168

ATTR{idVendor}==“2077”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Telenet 3G dongle (T&W WU160), Netgear AC327U and others

ATTR{idVendor}==“2077”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

BM WM78

ATTR{idVendor}==“20a6”, ATTR{idProduct}==“f00a”, RUN+=“usb_modeswitch ‘/%k’”

Intex 3.5G

ATTR{idVendor}==“20a6”, ATTR{idProduct}==“f00e”, RUN+=“usb_modeswitch ‘/%k’”

Tlaytech TEU800

ATTR{idVendor}==“20b9”, ATTR{idProduct}==“1682”, RUN+=“usb_modeswitch ‘/%k’”

StrongRising (China Telcom), Air FlexiNet

ATTR{idVendor}==“21f5”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

StrongRising STD808

ATTR{idVendor}==“21f5”, ATTR{idProduct}==“3010”, RUN+=“usb_modeswitch ‘/%k’”

Viettel VT100

ATTR{idVendor}==“2262”, ATTR{idProduct}==“0001”, RUN+=“usb_modeswitch ‘/%k’”

WeTelecom WM-D200

ATTR{idVendor}==“22de”, ATTR{idProduct}==“6801”, RUN+=“usb_modeswitch ‘/%k’”

WeTelecom WM-D200A

ATTR{idVendor}==“22de”, ATTR{idProduct}==“6802”, RUN+=“usb_modeswitch ‘/%k’”

WeTelecom WM-D300

ATTR{idVendor}==“22de”, ATTR{idProduct}==“6803”, RUN+=“usb_modeswitch ‘/%k’”

Tata Photon+, Olive VME102

ATTR{idVendor}==“22f4”, ATTR{idProduct}==“0021”, RUN+=“usb_modeswitch ‘/%k’”

Linktop LW272/LW273 (BSNL Teracom)

ATTR{idVendor}==“230d”, ATTR{idProduct}==“0001”, RUN+=“usb_modeswitch ‘/%k’”

Linktop LW272/LW273 (BSNL Teracom)

ATTR{idVendor}==“230d”, ATTR{idProduct}==“0003”, RUN+=“usb_modeswitch ‘/%k’”

Visiontek 82GH 3G

ATTR{idVendor}==“230d”, ATTR{idProduct}==“0007”, RUN+=“usb_modeswitch ‘/%k’”

Zoom 3G

ATTR{idVendor}==“230d”, ATTR{idProduct}==“000b”, RUN+=“usb_modeswitch ‘/%k’”

Zoom 3G

ATTR{idVendor}==“230d”, ATTR{idProduct}==“000c”, RUN+=“usb_modeswitch ‘/%k’”

Intex Speed 3G v7.2

ATTR{idVendor}==“230d”, ATTR{idProduct}==“000d”, RUN+=“usb_modeswitch ‘/%k’”

Linktop LW272/LW273

ATTR{idVendor}==“230d”, ATTR{idProduct}==“0101”, RUN+=“usb_modeswitch ‘/%k’”

Teracom LW272

ATTR{idVendor}==“230d”, ATTR{idProduct}==“0103”, RUN+=“usb_modeswitch ‘/%k’”

TP-Link MA180

ATTR{idVendor}==“2357”, ATTR{idProduct}==“0200”, RUN+=“usb_modeswitch ‘/%k’”

TP-Link UE300

ATTR{idVendor}==“2357”, ATTR{idProduct}==“0600”, RUN+=“usb_modeswitch ‘/%k’”

TP-Link MA260

ATTR{idVendor}==“2357”, ATTR{idProduct}==“f000”, RUN+=“usb_modeswitch ‘/%k’”

Titan 3.5G

ATTR{idVendor}==“23a2”, ATTR{idProduct}==“1010”, RUN+=“usb_modeswitch ‘/%k’”

Unknown devices

ATTR{idVendor}==“257a”, ATTR{idProduct}==“a000”, RUN+=“usb_modeswitch ‘/%k’”

Unknown devices

ATTR{idVendor}==“257a”, ATTR{idProduct}==“b000”, RUN+=“usb_modeswitch ‘/%k’”

Unknown devices

ATTR{idVendor}==“257a”, ATTR{idProduct}==“c000”, RUN+=“usb_modeswitch ‘/%k’”

Unknown devices

ATTR{idVendor}==“257a”, ATTR{idProduct}==“d000”, RUN+=“usb_modeswitch ‘/%k’”

4G Systems W1208

ATTR{idVendor}==“2fd4”, ATTR{idProduct}==“9aff”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5806

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81a2”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5570

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81a3”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5570e

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81a4”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5808

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81a8”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5809e

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81b1”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5809e

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81b3”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5821e

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81d7”, RUN+=“usb_modeswitch ‘/%k’”

Dell DW5821e-eSIM

ATTR{idVendor}==“413c”, ATTR{idProduct}==“81e0”, RUN+=“usb_modeswitch ‘/%k’”

BlueLink BL-EV08C

ATTR{idVendor}==“6000”, ATTR{idProduct}==“1000”, RUN+=“usb_modeswitch ‘/%k’”

Exiss Mobile E-190 series (made by C-motech)

ATTR{idVendor}==“8888”, ATTR{idProduct}==“6500”, RUN+=“usb_modeswitch ‘/%k’”

Aiko 81D, fw with wrong vendor ID

ATTR{idVendor}==“ed09”, ATTR{idProduct}==“1021”, RUN+=“usb_modeswitch ‘/%k’”

LABEL=“modeswitch_rules_end”[/code]
Y lo guardas como, por ejemplo, **41-usb_wifi_modeswitch.rules **en /lib/udev/rules.d
Los cambio serán - en teoria - efectivos al proximo reincio.

Hola, kcdtv
No he podido probar la regla, ya que he estado probando en Wifislax64 3.2 si todo esto funcionaba.
Al principio saltaban errores por todos lados, así que he reinstalado el sistema y actualizado algunos módulos: slapt-get, gslapt.
Una vez hecho esto, he instalado el driver con los pasos indicados anteriormente y ha funcionado a la primera (no hacer falta hacer: “sudo usb_modeswitch -KW -v 0bda -p 1a2b”)
Es cierto que funciona, pero con parte del sistema, por ejemplo va perfecto con airodump-ng, etc, pero no funciona con WpsPinGenerator, PixieScript o Inflator 1.3. En estos casos, detecta la wifi, pero al hacer búsquedas, no ve ninguna red…
No se si esto se podría arreglar de alguna forma, pero creo que me viene “algo grande”… y ni siquiera se si se podría llegar ha hacer…

Un saludo,

Lo importante para auditorías es que te funcione con la suite aircrack-ng, reaver y hostapd.
Lo que hacen estos scripts que citas es automatizar un comando wash y un comando reaver.
Ta animo a hacerlo a mano, no tendrás ningunos problemas y es mucho más divertido que solucionar problemas de drivers :stuck_out_tongue: :D,: Guía completa para principiantes “Crack WPS con reaver”
Sino por lo de hacer rular los scripts pueden ser varias cosas… Por ejemplo porque no sabe detectar las interfaces ya que espera una interfaz tipo monX (antes era así, ahora es wlanXmon).
Es lo primero que miraría, dónde están las funciones para habilitar el modo monitor y seleccionar las interfaces.
Es menos divertido que utilizar wash y reaver en consola. :stuck_out_tongue:

Hola, kcdtv:

    He podido ver (un poco por encima, de momento) la Guía completa para principiantes "Crack Wps con reaver" y la verdad es que es un trabajo muy bueno.

Yo, también creo que es mas divertido hacer estos temas desde la consola, que con scripts automatizados. Todo depende de los objetivos que tengas: saber cómo se hacen las cosas, o llegar a un resultado cuanto antes. Todo es válido, pero cada uno, tiene que elegir su camino…

   Muchas gracias por facilitar la referencia a la Guía. Si tienes te acuerdas de alguna otra referencia, de este tipo, te agradecería que incluyeses algún enlace.
  
  En cualquier caso, con lo que me has facilitado, ya tengo "alguna cosilla" para practicar con el tema de las auditorias.

Un saludo,

Parece que el adaptador USB que estás utilizando se está detectando en modo “CD-ROM” en lugar de como un adaptador inalámbrico. Esto podría deberse a que el adaptador USB contiene software o controladores integrados que se autoejecutan al conectarse a un puerto USB.

Aquí hay algunos pasos que podrías intentar para resolver este problema en Linux:

  1. Desactivar la Autoejecución: Puedes intentar desactivar la autoejecución del adaptador USB en Linux. Esto generalmente se puede hacer deshabilitando la función de autoejecución para dispositivos USB en la configuración del sistema o desactivando la función de montaje automático para dispositivos USB.
  2. Instalar Controladores Manualmente: Aunque el adaptador USB no vino con un CD de controladores para Linux, es posible que puedas encontrar controladores compatibles en línea. Investiga el modelo exacto del adaptador USB y busca controladores específicos para Linux que puedas instalar manualmente en tu sistema. :hugs:

thenks for all :hugs: :hugs:

:hugs: :hugs: