PessoALL,<br><br>bom dia a todos. Venho aqui pedir um help caso alguém saiba:<br><br>Tenho um servidor CENTOS 4.9 atualizado ( kernel 2.6.9-100.EL ) e não estou conseguindo ativar o modem USB huawei e226 que sempre é detectado como storage device. <br>
Veriquei que isto é um comportamento esperado do hardware  já que ele tem 
uma memória flash que guarda o software para Windows e que teria que 
&quot;dizer&quot; ao kernel (antes do 2.6.20) explicitamente para reconhecê-lo como modem através do UDEV. Pois bem, após ler e seguir alguns howtows ( <a href="http://www.hardware.com.br/tutoriais/3g-linux/">http://www.hardware.com.br/tutoriais/3g-linux/</a> e do viva o linux) coloquei o script em <b>/etc/udev/rules.d/99-huawei.rules</b> descrito abaixo passando as regras para o UDEV, afim de que o mesmo seja detectado como modem e não como storage device.<br>
<br><span style="color: rgb(51, 102, 255);">SUBSYSTEM==&quot;block&quot;, ACTION==&quot;add&quot;,</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">SYSFS{idVendor}==&quot;12d1&quot;, SYSFS{idProduct}==&quot;1003&quot;,</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">OPTIONS=&quot;ignore_device&quot;</span><br style="color: rgb(51, 102, 255);"><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">SUBSYSTEM==&quot;usb&quot;, SYSFS{idVendor}==&quot;12d1&quot;,</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">SYSFS{idProduct}==&quot;1003&quot;,</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">RUN+=&quot;/sbin/modprobe usbserial vendor=0x12d1 product=0x1003&quot;</span><br>
<br>Contudo, após reiniciar o servidor e plugar e desplugar o modem várias vezes nada de funcinar,<br>conforme trecho do /var/log/dmesg<br><br>
<span style="color: rgb(51, 51, 255);">Initializing USB Mass Storage driver...</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">scsi0 : SCSI emulation for USB Mass Storage devices</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">  Vendor: HUAWEI    Model: Mass Storage      Rev: 2.31</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">  Type:   CD-ROM                             ANSI SCSI revision: 02</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">USB Mass Storage device found at 2</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">usbcore: registered new driver usb-storage</span><br style="color: rgb(51, 51, 255);">
<br>Ao ativar a opção de log no udev ( /etc/udev/udev.conf ) verifiquei que as regras não estão sendo aplicadas, indicando como se estivesse com erro de sintaxe.<br><br><span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 1:0, rule skipped</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 2:0, rule skipped</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 3:23, rule skipped</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 5:0, rule skipped</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 6:0, rule skipped</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Apr 25 17:11:20 toritama udev[2453]: parse error /etc/udev/rules.d/99-huawei.rules, line 7:60, rule skipped</span><br style="color: rgb(51, 51, 255);"><br>Fiz um busca no google com parte da string deste error e não encontrei muitas respostas concretas. Dai pergunto, algém já se deparou com esta situação??<br>
<br>Testei o mesmo modem em uma máquina virtual com CENTOS 5 e funcionou normalmente. <br><br>Tentei também ativar o device na mão, desabilitando módulo usb_storage e
 utilizando usbserial ( modprobe usbserial vendor=12d1 product=1003 ), porém sem resultado, ou seja, nada de aparecer /dev/ttyUSB*.<br><br>Saída do lsusb:<br><span style="color: rgb(51, 51, 255);">Bus 001 Device 002: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E230/E270 HSDPA/HSUPA Modem</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">Bus 001 Device 001: ID 0000:0000</span><br style="color: rgb(51, 51, 255);"><br><br>Trecho do dmesg ao plugar o dispositivo:<br><span style="color: rgb(51, 51, 255);">Initializing USB Mass Storage driver...</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">scsi0 : SCSI emulation for USB Mass Storage devices</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">  Vendor: HUAWEI    Model: Mass Storage      Rev: 2.31</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">  Type:   CD-ROM                             ANSI SCSI revision: 02</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">USB Mass Storage device found at 2</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">usbcore: registered new driver usb-storage</span><br style="color: rgb(51, 51, 255);"><br>