Arch Linux: Nokia 휴대폰 저장소에 액세스할 수 없습니다.

Arch Linux: Nokia 휴대폰 저장소에 액세스할 수 없습니다.

저는 Nokia 230 휴대폰(기본 모델)을 가지고 있습니다.

여기에 이미지 설명을 입력하세요.

저는 아치 리눅스를 사용하고 있습니다. USB를 사용하여 휴대폰을 노트북에 연결할 수 있었고 pcmanfn(파일 관리자)를 사용하여 저장된 파일을 볼 수 있었습니다. 노트북에 연결하면 알림을 받곤 했습니다.

최근에 Arch Linux를 업그레이드했습니다. 그 이후에는 휴대폰에 있는 파일을 볼 수 없었습니다. pcmanfm(파일 관리자)의 알림이 없습니다 .

나는 확인했다 dmesg. 연결되면 다음과 같이 표시됩니다.

usb 2-3: new high-speed USB device number 35 using xhci_hcd

lsusb보여주다:

Bus 002 Device 035: ID 0421:06c6 Nokia Mobile Phones

lsusb -vvv

Bus 002 Device 035: ID 0421:06c6 Nokia Mobile Phones 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0421 Nokia Mobile Phones
  idProduct          0x06c6 
  bcdDevice            3.39
  iManufacturer           1 Nokia
  iProduct                2 Nokia 208 Dual SIM
  iSerial                 3 357911050027165
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         6 Imaging
      bInterfaceSubClass      1 Still Image Capture
      bInterfaceProtocol      1 Picture Transfer Protocol (PIMA 15470)
      iInterface              0 
      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               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              10
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:     0x0000
  (Bus Powered)

문제가 무엇인지 확인하고 파일을 얻으려면 어떻게 해야 합니까?

관련 정보