Moin *,
ich habe ein Problem mit einem störrischen Tolino Shine 2 HD. Das Device lässt sich unter CentOS 7.4 problemlos mounten, aber auf einem anderen System unter Fedora 27 leider nicht.
CentOS:
	
	
	
		
	
	
	
		
Fedora:
	
	
	
		
	
	
	
		
Was könnte das sein?
TNX
Glückauf, gehrke
			
			ich habe ein Problem mit einem störrischen Tolino Shine 2 HD. Das Device lässt sich unter CentOS 7.4 problemlos mounten, aber auf einem anderen System unter Fedora 27 leider nicht.
CentOS:
		Code:
	
	Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: new high-speed USB device number 4 using ehci-pci
Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: New USB device found, idVendor=1f85, idProduct=6053
Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: Product: tolino
Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: Manufacturer: Telekom
Feb 03 12:12:05 j2.gehrke.local kernel: usb 2-1: SerialNumber: <xxx>
Feb 03 12:12:05 j2.gehrke.local kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Feb 03 12:12:05 j2.gehrke.local kernel: scsi host6: usb-storage 2-1:1.0
Feb 03 12:12:05 j2.gehrke.local mtp-probe[12276]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1"
Feb 03 12:12:05 j2.gehrke.local mtp-probe[12276]: bus: 2, device: 4 was not an MTP device
Feb 03 12:12:06 j2.gehrke.local kernel: scsi 6:0:0:0: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 12:12:06 j2.gehrke.local kernel: scsi 6:0:0:1: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 12:12:06 j2.gehrke.local kernel: scsi 6:0:0:2: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 12:12:06 j2.gehrke.local kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Feb 03 12:12:06 j2.gehrke.local kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Feb 03 12:12:06 j2.gehrke.local kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Feb 03 12:12:06 j2.gehrke.local kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Feb 03 12:12:06 j2.gehrke.local kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Feb 03 12:12:07 j2.gehrke.local kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
	
		Code:
	
	[root@j2 ~]# lsusb -vd 1f85:6053
Bus 002 Device 004: ID 1f85:6053  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x1f85 
  idProduct          0x6053 
  bcdDevice           99.99
  iManufacturer           2 Telekom
  iProduct                3 tolino
  iSerial                 <xxx>
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              1 Mass Storage
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered
	Fedora:
		Code:
	
	Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: new high-speed USB device number 17 using xhci_hcd
Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: New USB device found, idVendor=1f85, idProduct=6053
Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: Product: tolino
Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: Manufacturer: Telekom
Feb 03 11:46:59 j10.gehrke.local kernel: usb 2-1: SerialNumber: <xxx>
Feb 03 11:46:59 j10.gehrke.local kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Feb 03 11:46:59 j10.gehrke.local kernel: scsi host4: usb-storage 2-1:1.0
Feb 03 11:46:59 j10.gehrke.local mtp-probe[22481]: checking bus 2, device 17: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Feb 03 11:46:59 j10.gehrke.local mtp-probe[22481]: bus: 2, device: 17 was not an MTP device
Feb 03 11:47:00 j10.gehrke.local kernel: usb 2-1: USB disconnect, device number 17
Feb 03 11:47:00 j10.gehrke.local kernel: usb 2-2: USB disconnect, device number 92
Feb 03 11:47:02 j10.gehrke.local kernel: usb 2-2: new low-speed USB device number 18 using xhci_hcd
Feb 03 11:47:02 j10.gehrke.local kernel: usb 2-2: New USB device found, idVendor=045e, idProduct=077a
Feb 03 11:47:02 j10.gehrke.local kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 03 11:47:02 j10.gehrke.local kernel: usb 2-2: Product: Express Mouse
Feb 03 11:47:02 j10.gehrke.local kernel: usb 2-2: Manufacturer: Microsoft
Feb 03 11:47:02 j10.gehrke.local kernel: input: Microsoft Express Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:045E:077A.007F/input/input495
Feb 03 11:47:02 j10.gehrke.local kernel: hid-generic 0003:045E:077A.007F: input,hidraw0: USB HID v1.11 Mouse [Microsoft Express Mouse] on usb-0000:00:14.0-2/input0
Feb 03 11:47:02 j10.gehrke.local mtp-probe[22510]: checking bus 2, device 18: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2"
Feb 03 11:47:02 j10.gehrke.local mtp-probe[22510]: bus: 2, device: 18 was not an MTP device
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: new high-speed USB device number 19 using xhci_hcd
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: New USB device found, idVendor=1f85, idProduct=6053
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: Product: tolino
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: Manufacturer: Telekom
Feb 03 11:47:03 j10.gehrke.local kernel: usb 2-1: SerialNumber: <xxx>
Feb 03 11:47:03 j10.gehrke.local kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Feb 03 11:47:03 j10.gehrke.local kernel: scsi host4: usb-storage 2-1:1.0
Feb 03 11:47:03 j10.gehrke.local mtp-probe[22522]: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1"
Feb 03 11:47:03 j10.gehrke.local mtp-probe[22522]: bus: 2, device: 19 was not an MTP device
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:03 j10.gehrke.local systemd-logind[1123]: Watching system buttons on /dev/input/event4 (Microsoft Express Mouse)
Feb 03 11:47:03 j10.gehrke.local dbus-daemon[1124]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.1" (uid=0 pid=1123 comm="/usr/lib/systemd/systemd-logind " label="system_u:system_r:systemd_logind_t:s0") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.2986" (uid=1000 pid=21023 comm="/usr/bin/gnome-shell " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
Feb 03 11:47:04 j10.gehrke.local kernel: scsi 4:0:0:0: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 11:47:04 j10.gehrke.local kernel: scsi 4:0:0:1: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 11:47:04 j10.gehrke.local kernel: scsi 4:0:0:2: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:1: Attached scsi generic sg2 type 0
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:2: Attached scsi generic sg3 type 0
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:1: [sdc] Attached SCSI removable disk
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Feb 03 11:47:04 j10.gehrke.local kernel: sd 4:0:0:2: [sdd] Attached SCSI removable disk
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[2591]: QObject::connect: invalid null parameter
Feb 03 11:47:04 j10.gehrke.local baloo_file.desktop[21432]: QObject::connect: invalid null parameter
	
		Code:
	
	[root@j10 ~]# lsusb -vd 1f85:6053
Bus 002 Device 022: ID 1f85:6053  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x1f85 
  idProduct          0x6053 
  bcdDevice           99.99
  iManufacturer           2 Telekom
  iProduct                3 tolino
  iSerial                 <xxx>
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              1 Mass Storage
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001
  Self Powered
	Was könnte das sein?
TNX
Glückauf, gehrke