обновите завихрение на centos5

Смотрите на команду lsusb. Конкретно lsusb -v или lsusb -vv. Проверьте страницу справочника на него также.

Например, вот беспроводная мышь на моем ноутбуке (Fedora 14):

% sudo lsusb -v
Bus 002 Device 003: ID 046d:c521 Logitech, Inc. Cordless Mouse Receiver
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc521 Cordless Mouse Receiver
  bcdDevice           57.01
  iManufacturer           1 Logitech
  iProduct                2 USB Receiver
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 RR57.01_B0023
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      67
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      79
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)
0
11.10.2013, 21:05
2 ответа

Я сомневаюсь, будет ли это работать с rpm:s, Вы связываетесь с.

Downnload и установка sourcerpm, curl-7.32.0-2.0.cf.fc12.src.rpm из той ссылки, или добираются curl-7.27.0-12.fc18.src.rpm от мягкой фетровой шляпы repos.

затем доберитесь yum-utils пакет и выполненный:

sudo yum-builddep curl-7.32.0-2.0.cf.fc10.src.rpm

затем установите исходный пакет, rpmbuild этому и Вы будет нужен об/мин.

Можно сделать это на отдельном поле сборки.

2
28.01.2020, 02:37

Самый легкий путь состоит в том, чтобы просто загрузить об/мин непосредственно и установить его:

Давайте возьмем curl-7.32.0-2.0.cf.fc10.x86_64.rpm например.

wget http://mirror.city-fan.org/ftp/contrib/sysutils/Mirroring/curl-7.32.0-2.0.cf.fc10.x86_64.rpm

rpm -i curl-7.32.0-2.0.cf.fc10.x86_64.rpm

Могут быть зависимости для curl то, что необходимо будет обновить/установить также.

0
28.01.2020, 02:37

Теги

Похожие вопросы