SUBCOMANDANTEMARCOS está baneado por "clon de usuario baneado"
         hola miren ejecute el comando  lsusb     y como ven no reconoce el dispositivo ya que no genera el ID vendor y el ID del producto
natacha@natacha-bebe:~$ lsusb
Bus 001 Device 002: ID 1307:0330 Transcend Information, Inc. 63-in-1 Multi-Card Reader/Writer
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 04b3:310b IBM Corp. Red Wheel Mouse
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID ffff:0004  
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
este es el dispositivo que no reconoce ubuntu 
Bus 002 Device 002: ID ffff:0004  
 el los id no coinciden con los originales
mirando en el glosario del comando lsusb, el cual dice que estos datos están en la ruta  /proc/bus/usb, pues entre a dicha ruta y no esta la carpeta USB , en la cual debe haber un archivo de registro o un log de registro para modificar los datos del dispositivo que no me reconoce ubuntu
he tratado de crear la carpeta con la terminal y escribiéndola pero no la crea dice que el directorio no existe
ejecutando este otro comando que me indica las características que tienen los dispositivos conectados a usb, en el apartado donde aparece el que no detecta bien dice esto :
Bus 002 Device 002: ID ffff:0004  
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0xffff 
  idProduct          0x0004 
  bcdDevice            1.00
  iManufacturer           1 
  iProduct                2 
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
como ven el ID VENDOR Y EL ID DEL PRODUCTO están mal no corresponden con los del dispositivo, he incluso no aparece el fabricante ni otros datos 
el id vendor original es : 0x11D4
y el id product original es : 0x8338
entre otras características alguien sabe como se modifica esto en el registro de ubuntu o por el contrario se podrá hacer funcional si modifico el registro de wine ????
agradezco su inmensa colaboración