Difference between revisions of "ZTE Modem"
From Jon's Wiki
(New page: Send this to the modem in Windows: AT+ZCDRUN=8 which disables all the autorun storage device bollocks, and enables the Linux kernel to detect the USB serial device.) |
|||
Line 3: | Line 3: | ||
which disables all the autorun storage device bollocks, and enables the Linux kernel to detect the USB serial device. | which disables all the autorun storage device bollocks, and enables the Linux kernel to detect the USB serial device. | ||
+ | |||
+ | Edit /etc/udev/rules.d/ZTE_modem.rules | ||
+ | SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="2000", RUN+="/usr/bin/eject %k", OPTIONS+="last_rule" |
Latest revision as of 03:12, 14 September 2009
Send this to the modem in Windows:
AT+ZCDRUN=8
which disables all the autorun storage device bollocks, and enables the Linux kernel to detect the USB serial device.
Edit /etc/udev/rules.d/ZTE_modem.rules
SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="2000", RUN+="/usr/bin/eject %k", OPTIONS+="last_rule"