| www.to-st.de | |||||||||
| Home | Impressum | Datenschutz | Kolophon | Kontakt | |||||||||
|  Eyecatcher Image: /img/eyecatcher/edv/teaser_780x175_x215display.jpg | |||||||||
| 
 
 | |||||||||
|   Zurück zum Inhalt Lexmark X215 MFP Multifuntionsdrucker unter LinuxWo ist der Drucker angeschlossen?Der Lexmark X215 kann sowohl über USB als auch über die altbekannte parallele Druckerschnittstelle angeschlossen werden. Am einfachsten sieht man das natürlich am jeweiligen Kabel ;-)Ansonsten kann man bei USB mittels lsusbnachschauen:rechner:/# lsusb Bus 001 Device 009: ID 043d:0085 Lexmark International, Inc.oder mit etwas mehr Information: 
rechner:/# lsusb -v
Bus 001 Device 003: ID 043d:0085 Lexmark International, Inc.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x043d Lexmark International, Inc.
  idProduct          0x0085
  bcdDevice            1.00
  iManufacturer           1 Lexmark
  iProduct                2 Lexmark X215
  iSerial                 3 6774-xxxxxxxxxxx
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      2 Bidirectional
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
Device Status:     0x0001
  Self Powered
 |