USB dongle.
by n00b_noob from LinuxQuestions.org on (#5A7VH)
Hello,
I'm using Linux and I want to know how can I copy a USB dongle? Some devices need special USB dongle to work and when I plug it to my system then Linux tell me that a new device attached, but nothing mounted!
Code:[18167.789715] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[18167.939101] usb 2-8: New USB device found, idVendor=0c76, idProduct=0005, bcdDevice= 1.00
[18167.939105] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[18167.939108] usb 2-8: Product: USB Mass Storage
[18167.939111] usb 2-8: Manufacturer: GENERIC
[18167.940237] usb-storage 2-8:1.0: USB Mass Storage device detected
[18167.940608] scsi host6: usb-storage 2-8:1.0
[18168.954318] scsi 6:0:0:0: Direct-Access GENERIC USB Mass Storage 1.00 PQ: 0 ANSI: 2
[18168.954752] sd 6:0:0:0: Attached scsi generic sg3 type 0
[18168.955461] sd 6:0:0:0: [sdc] Attached SCSI removable diskHow can I access to this device?
Thank you.


I'm using Linux and I want to know how can I copy a USB dongle? Some devices need special USB dongle to work and when I plug it to my system then Linux tell me that a new device attached, but nothing mounted!
Code:[18167.789715] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[18167.939101] usb 2-8: New USB device found, idVendor=0c76, idProduct=0005, bcdDevice= 1.00
[18167.939105] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[18167.939108] usb 2-8: Product: USB Mass Storage
[18167.939111] usb 2-8: Manufacturer: GENERIC
[18167.940237] usb-storage 2-8:1.0: USB Mass Storage device detected
[18167.940608] scsi host6: usb-storage 2-8:1.0
[18168.954318] scsi 6:0:0:0: Direct-Access GENERIC USB Mass Storage 1.00 PQ: 0 ANSI: 2
[18168.954752] sd 6:0:0:0: Attached scsi generic sg3 type 0
[18168.955461] sd 6:0:0:0: [sdc] Attached SCSI removable diskHow can I access to this device?
Thank you.