Comment 9 for bug 212980

Revision history for this message
Sia Neriman (sia-neriman) wrote :

thanx, but the problem is another :)
this command in terminal found nothing about USB modem
tail -f /var/log/messages
but in gutsy and feisty find the following usb
/dev/ttyUSB0, /dev/ttyUSB1, /dev/ttyUSB2
----
i create chatscript udev.
SUBSYSTEM=="usb", SYSFS{idProduct}=="1003", SYSFS{idVendor}=="12d1", RUN+="/sbin/huaweiAktBbo"
SUBSYSTEM=="usb", SYSFS{idProduct}=="1003", SYSFS{idVendor}=="12d1", RUN+="/bin/sleep 5"
SUBSYSTEM=="usb", SYSFS{idProduct}=="1003", SYSFS{idVendor}=="12d1", RUN+="/sbin/modprobe usbserial vendor=0x12d1 product=0x1003"
and this found anything :(
i hope the problem be fixed before Hardy Final publishing.

** this chatscript with compile the huaweiAktBbo worked on debian Etch to. and the software Vodafone Mobile Connect Card driver for Linux https://forge.vodafonebetavine.net/frs/?group_id=12&release_id=26 must automatically everything know without compile and create chatscript.