Project

General

Profile

ELSA MicroLink ISDN USB » History » Version 6

WIMPy, 04/02/2024 02:56 AM

1 1 roox
h1. ELSA MicroLink ISDN USB
2
3 4 roox
{{toc}}
4
5 3 roox
A ISDN modem made by ELSA.
6 1 roox
7
Manual
8
* attachment:ELSA_MicroLink_ISDN_USB-manual-DE.pdf
9
10
h2. Pictures
11
12
{{thumbnail(ELSA_MicroLink_ISDN_USB-case-front1.jpg)}}
13
{{thumbnail(ELSA_MicroLink_ISDN_USB-case-back1.jpg)}}
14
{{thumbnail(ELSA_MicroLink_ISDN_USB-case-bottom1.jpg)}}
15
16
{{thumbnail(ELSA_MicroLink_ISDN_USB-pcb-top1.jpg)}}
17
{{thumbnail(ELSA_MicroLink_ISDN_USB-pcb-back1.jpg)}}
18 4 roox
19 5 roox
* Siemens PSB 2115 H V1.2 IPAC
20
* Siemens SAB-C541U-1EN (On-chip USB module) attachment:SAB-C541U-1EN.pdf
21
* NEC μPD43256BGU (SRAM) attachment:UPD43256B.pdf
22
* VAC 5024x028 (ISDN S0 Line Transformer)
23
24 4 roox
h2. Issues
25
26
The device does not properly enumerate on the USB ...
27
_overcurrent protection ?_
28
29
AMD Ryzen X570
30
<pre>
31
usb 3-4: new full-speed USB device number 8 using xhci_hcd
32
usb 3-4: device descriptor read/64, error -71
33
usb 3-4: New USB device found, idVendor=05cc, idProduct=2219, bcdDevice= 0.01
34
usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
35
usb 3-4: Product: ELSA MicroLink ISDN USB 
36
usb 3-4: Manufacturer: ELSA AG
37
</pre>
38
Intel Series/C216
39
<pre>
40
usb 3-1.6: new full-speed USB device number 3 using ehci-pci
41
usb 3-1.6: device descriptor read/64, error -32
42
usb 3-1.6: New USB device found, idVendor=05cc, idProduct=2219, bcdDevice= 0.01
43
usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
44
usb 3-1.6: Product: ELSA Micro Link ISDN USB 
45
usb 3-1.6: Manufacturer: ELSA AG
46
</pre>
47 6 WIMPy
48
Worked for WIMPy on an i3, but only with after using a short cable
49
<pre>
50
usb 1-4.1.3: new full-speed USB device number 46 using xhci_hcd
51
usb 1-4.1.3: New USB device found, idVendor=05cc, idProduct=2219
52
usb 1-4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
53
usb 1-4.1.3: Product: ELSA MicroLink ISDN USB
54
usb 1-4.1.3: Manufacturer: ELSA AG
55
</pre>
56
Full info
57
<pre>
58
Bus 001 Device 046: ID 05cc:2219 ELSA AG MicroLink ISDN
59
Device Descriptor:
60
  bLength                18
61
  bDescriptorType         1
62
  bcdUSB               1.00
63
  bDeviceClass          255 Vendor Specific Class
64
  bDeviceSubClass         0
65
  bDeviceProtocol       255
66
  bMaxPacketSize0         8
67
  idVendor           0x05cc ELSA AG
68
  idProduct          0x2219 MicroLink ISDN
69
  bcdDevice            0.01
70
  iManufacturer           1
71
  iProduct                2
72
  iSerial                 0
73
  bNumConfigurations      1
74
  Configuration Descriptor:
75
    bLength                 9
76
    bDescriptorType         2
77
    wTotalLength       0x002e
78
    bNumInterfaces          1
79
    bConfigurationValue     1
80
    iConfiguration          3
81
    bmAttributes         0xa0
82
      (Bus Powered)
83
      Remote Wakeup
84
    MaxPower               60mA
85
    Interface Descriptor:
86
      bLength                 9
87
      bDescriptorType         4
88
      bInterfaceNumber        0
89
      bAlternateSetting       0
90
      bNumEndpoints           4
91
      bInterfaceClass       255 Vendor Specific Class
92
      bInterfaceSubClass      0
93
      bInterfaceProtocol    255
94
      iInterface              0
95
      Endpoint Descriptor:
96
        bLength                 7
97
        bDescriptorType         5
98
        bEndpointAddress     0x81  EP 1 IN
99
        bmAttributes            1
100
          Transfer Type            Isochronous
101
          Synch Type               None
102
          Usage Type               Data
103
        wMaxPacketSize     0x0012  1x 18 bytes
104
        bInterval               1
105
      Endpoint Descriptor:
106
        bLength                 7
107
        bDescriptorType         5
108
        bEndpointAddress     0x02  EP 2 OUT
109
        bmAttributes            1
110
          Transfer Type            Isochronous
111
          Synch Type               None
112
          Usage Type               Data
113
        wMaxPacketSize     0x0012  1x 18 bytes
114
        bInterval               1
115
      Endpoint Descriptor:
116
        bLength                 7
117
        bDescriptorType         5
118
        bEndpointAddress     0x83  EP 3 IN
119
        bmAttributes            1
120
          Transfer Type            Isochronous
121
          Synch Type               None
122
          Usage Type               Data
123
        wMaxPacketSize     0x0008  1x 8 bytes
124
        bInterval               1
125
      Endpoint Descriptor:
126
        bLength                 7
127
        bDescriptorType         5
128
        bEndpointAddress     0x04  EP 4 OUT
129
        bmAttributes            1
130
          Transfer Type            Isochronous
131
          Synch Type               None
132
          Usage Type               Data
133
        wMaxPacketSize     0x0008  1x 8 bytes
134
        bInterval               1
135
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)