http://blog.ufsoft.org/zte-mf622-usb-modem-under-linux
Lo primero es crear el archivo /etc/udev/rules.d/15-zte-mf622.rules
Con el siguiente contenido:
ACTION!="add", GOTO="ZTE_End" # Is this the ZeroCD device? SUBSYSTEM=="usb", SYSFS{idProduct}=="2000", SYSFS{idVendor}=="19d2", GOTO="ZTE_ZeroCD" # Is this the actual modem? SUBSYSTEM=="usb", SYSFS{idProduct}=="0001", SYSFS{idVendor}=="19d2", GOTO="ZTE_Modem" LABEL="ZTE_ZeroCD" # This is the ZeroCD part of the card, remove # the usb_storage kernel module so # it does not get treated like a storage device RUN+="/sbin/rmmod usb_storage" LABEL="ZTE_Modem" # This is the Modem part of the card, let's # load usbserial with the correct vendor # and product ID's so we get our usb serial devices RUN+="/sbin/modprobe usbserial vendor=0x19d2 product=0x0001", # Make users belonging to the dialout group # able to use the usb serial devices. MODE="660", GROUP="dialout" LABEL="ZTE_End"
Luego instalamos los siguientes paquetes:
urpmi umtsmon usb_modeswitchAl conectar el modem se puede configurar desde el drakconf una nueva conexion de tipo "GPRS / Edge / 3G" donde no hace falta especificar nada. Con UTMSmon se puede enviar mensajes y configurar el modem.
Mientras averiguaba como hacer funcionar el modem estuve usando una laptop con Windows pasandole el internet por lan a Windows y cabe mencionar que la velocidad de la conexion apestaba no podia ni conectar un messenger (Jabber o MSN), muchos paquetes perdidos y muchas desconeciones ahora bajo Mandriva todo va muy bien tengo Pidgin con todas mis cuentas cargadas sin problemas y navegando a una buena velocidad.
No hay comentarios:
Publicar un comentario