Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Per Ubuntu o distribuzioni con Gnome
  2.  
  3. sudo gedit /lib/udev/rules.d/40-usb_modeswitch.rules
  4.  
  5. Per Kubuntu o distribuzioni con Kde
  6.  
  7. sudo kate /lib/udev/rules.d/40-usb_modeswitch.rules
  8.  
  9. ed aggiungere in fondo al file la seguente istruzione :
  10.  
  11. ATTRS{idVendor}=="0b3c", ATTRS{idProduct}=="c003", RUN+="usb_modeswitch '%b/%k'"
  12.  
  13. salviamo il file e chiudiamo il nostro editor di testo
  14.  
  15. ora sempre da terminale digitiamo
  16.  
  17. Per Ubuntu o distribuzioni con Gnome
  18.  
  19. sudo gedit /etc/udev/rules.d/20-hsdpa.rules
  20.  
  21. Per Kubuntu o distribuzioni con Kde
  22.  
  23. sudo kate /etc/udev/rules.d/20-hsdpa.rules
  24.  
  25. Si aprirà un nuovo file e al suo interno copiamo il seguente testo:
  26.  
  27. SUBSYSTEM=="usb",SYSFS{idVendor}=="0b3c", SYSFS{idProduct}=="c003",RUN+="/usr/sbin/usb_modeswitch --default-vendor 0x0b3c --default-product 0xc003 --message-content 55534243123456780000000000000011062000000100000000000000000000"
  28.  
  29. riavviamo la nostra distribuzione e colleghiamo la nostra chiavetta ora dovrebbe essere riconosciuta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement