You are not logged in.

#1 2019-04-08 22:01:12

elessard
Member
Registered: 2013-09-01
Posts: 6

Dell adapter da200 type-c ethernet not working

Hi,

I've bought the da200 adapter for my dell inspiron 7386 and even if ethernet adapter is recognazed i'm unable to set up the link

$ uname -a
Linux host 5.0.6-arch1-1-ARCH #1 SMP PREEMPT Wed Apr 3 09:35:20 UTC 2019 x86_64 GNU/Linux

$ lsusb
Bus 002 Device 003: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter

$ ip addr
3: enp0s20f0u4u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:50:b6:ae:35:6b brd ff:ff:ff:ff:ff:ff
    inet6 fe80::d262:bdd4:efea:19d0/64 scope link noprefixroute
       valid_lft forever preferred_lft forever

driver seems loaded correctly

$ ll /sys/class/net/enp0s20f0u4u1/device/driver
lrwxrwxrwx 1 root root 0 Apr  8 23:21 /sys/class/net/enp0s20f0u4u1/device/driver -> ../../../../../../../bus/usb/drivers/r8152

someone suggested that the issue is related to usb autosuspend so i writed this udev rule:

$ cat /etc/udev/rules.d/50-usb_power_save.rules
# blacklist for usb autosuspend
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="8153", GOTO="power_usb_rules_end"

ACTION=="add", SUBSYSTEM=="usb", TEST=="power/control", ATTR{power/control}="auto"
LABEL="power_usb_rules_end

any idea? if you need additional information i will provide you any other logs.

thanks in advance.

Offline

#2 2019-04-09 08:51:16

elessard
Member
Registered: 2013-09-01
Posts: 6

Re: Dell adapter da200 type-c ethernet not working

dmesg below:

[ 1829.676113] hub 1-4:1.0: USB hub found
[ 1829.677719] hub 1-4:1.0: 4 ports detected
[ 1829.738104] usb 2-4.1: new SuperSpeed Gen 1 USB device number 9 using xhci_hcd
[ 1829.755633] usb 2-4.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 1829.755636] usb 2-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 1829.755638] usb 2-4.1: Product: USB 10/100/1000 LAN
[ 1829.755639] usb 2-4.1: Manufacturer: Realtek
[ 1829.755641] usb 2-4.1: SerialNumber: 000001000000
[ 1829.776371] usbcore: registered new interface driver cdc_ether
[ 1829.779741] usbcore: registered new interface driver r8152
[ 1829.854976] usb 2-4.1: reset SuperSpeed Gen 1 USB device number 9 using xhci_hcd
[ 1829.932804] r8152 2-4.1:1.0 eth0: v2.11.0 (2018/12/21)
[ 1829.932806] r8152 2-4.1:1.0 eth0: This product is covered by one or more of the following patents:
                        US6,570,884, US6,115,776, and US6,327,625.

[ 1829.942344] r8152 2-4.1:1.0 enp0s20f0u4u1: renamed from eth0
[ 1830.451563] usb 1-4.3: new full-speed USB device number 9 using xhci_hcd
[ 1830.545593] usb 1-4.3: New USB device found, idVendor=10c4, idProduct=f407, bcdDevice= 1.00
[ 1830.545600] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1830.545605] usb 1-4.3: Product: EFM8 HID ISP
[ 1830.545609] usb 1-4.3: Manufacturer: Silicon Laboratories
[ 1830.545613] usb 1-4.3: SerialNumber: HTDP-000-4551234:01
[ 1830.598835] hid-generic 0003:10C4:F407.0009: hiddev0,hidraw3: USB HID v1.11 Device [Silicon Laboratories EFM8 HID ISP] on usb-0000:00:14.0-4.3/input0
[ 1830.598865] usbcore: registered new interface driver usbhid
[ 1830.598865] usbhid: USB HID core driver
[ 1835.089731] evdi: [D] evdi_detect:92 (dev=-1) poll connector state: disconnected
[ 1835.089743] evdi: [D] evdi_detect:92 (dev=-1) poll connector state: disconnected
[ 1874.897761] dell_wmi: Unknown key with type 0x0011 and code 0xe070 pressed
[ 1874.897763] dell_wmi: Unknown key with type 0x0011 and code 0x0000 pressed
[ 1887.997964] usb 1-4.2: new full-speed USB device number 10 using xhci_hcd
[ 1888.096786] usb 1-4.2: New USB device found, idVendor=b404, idProduct=0101, bcdDevice= 1.30
[ 1888.096793] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1888.096797] usb 1-4.2: Product: Programmable Keyboard
[ 1888.096800] usb 1-4.2: Manufacturer: Megawin Technology Inc.
[ 1888.105455] input: Megawin Technology Inc. Programmable Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:B404:0101.000A/input/input40
[ 1888.162396] hid-generic 0003:B404:0101.000A: input,hidraw4: USB HID v1.10 Keyboard [Megawin Technology Inc. Programmable Keyboard] on usb-0000:00:14.0-4.2/input0
[ 1888.164918] input: Megawin Technology Inc. Programmable Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:B404:0101.000B/input/input41
[ 1888.221724] input: Megawin Technology Inc. Programmable Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:B404:0101.000B/input/input42
[ 1888.222055] input: Megawin Technology Inc. Programmable Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:B404:0101.000B/input/input43
[ 1888.222414] hid-generic 0003:B404:0101.000B: input,hidraw5: USB HID v1.10 Keyboard [Megawin Technology Inc. Programmable Keyboard] on usb-0000:00:14.0-4.2/input1
[ 1896.532955] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u4u1: link becomes ready
[ 1896.533214] r8152 2-4.1:1.0 enp0s20f0u4u1: carrier on
[ 1896.567971] r8152 2-4.1:1.0 enp0s20f0u4u1: carrier off
[ 1899.573400] r8152 2-4.1:1.0 enp0s20f0u4u1: carrier on
[ 1905.335708] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1906.004672] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1908.254830] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1909.268208] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1910.281549] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1914.038454] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1930.173987] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1942.183927] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1942.226918] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1942.654953] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1942.867998] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1943.668435] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1943.774914] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1943.991430] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1944.004916] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1944.518433] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1944.574959] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1948.004905] net_ratelimit: 1 callbacks suppressed
[ 1948.004915] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1949.896798] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1952.004916] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1957.002481] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1958.014570] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1958.974705] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1959.027942] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1960.094512] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1961.108084] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1962.121669] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1964.148048] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1965.161600] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1966.174588] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1972.254660] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1973.268206] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1974.281215] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1974.871696] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1987.165917] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1987.208387] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1987.587916] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1988.067899] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.081448] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.132405] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.141405] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.743226] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.774963] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1989.801932] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1993.005457] net_ratelimit: 1 callbacks suppressed
[ 1993.005466] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1996.377454] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 1997.004920] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2004.881416] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2021.418002] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2032.161416] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2032.205415] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2032.414910] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2033.218451] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2033.274905] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2034.004914] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2034.121452] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2034.227954] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2034.363943] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2037.456954] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2038.003966] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2042.005491] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2042.239457] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2049.787465] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2065.248031] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2084.997678] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2086.014760] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2087.028240] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2088.094821] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2089.108579] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2090.121728] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2092.148667] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2093.162426] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2094.174969] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2100.254966] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2101.269107] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2102.281557] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2340.997679] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2342.014709] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2343.028173] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2344.095840] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2345.108468] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2346.121999] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2348.149306] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2349.161872] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2350.174965] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2354.178553] evdi: [D] evdi_painter_dpms_notify:541 (dev=-1) Notifying dpms mode: 3
[ 2354.178557] evdi: [W] evdi_painter_send_dpms:376 Painter is not connected!
[ 2356.256311] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2357.268471] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2358.281585] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2377.171889] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2377.641174] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2377.802758] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2378.816046] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2378.927877] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2378.961666] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2379.005148] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2379.695279] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2379.739975] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2382.418406] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2383.004725] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2386.401051] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2387.004023] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2394.194831] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2409.627174] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2422.167420] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2422.210924] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2422.274824] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2422.522443] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2423.317905] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2423.535063] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2423.644764] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2424.004670] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2424.095125] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2424.254536] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2428.005846] net_ratelimit: 1 callbacks suppressed
[ 2428.005857] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2428.988766] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2432.004844] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2436.445399] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2451.801024] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2467.200416] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2467.242888] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2467.589567] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2467.909663] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2468.535181] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2468.922996] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2469.029700] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2469.036659] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2469.214747] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2469.668051] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2473.004706] net_ratelimit: 1 callbacks suppressed
[ 2473.004717] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2476.451369] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2477.004717] r8152 2-4.1:1.0 enp0s20f0u4u1: Tx status -71
[ 2480.898449] evdi: [D] evdi_painter_dpms_notify:541 (dev=-1) Notifying dpms mode: 3
[ 2480.898453] evdi: [W] evdi_painter_send_dpms:376 Painter is not connected!

Offline

#3 2019-04-13 22:12:53

aldyrius
Member
Registered: 2015-12-31
Posts: 39

Re: Dell adapter da200 type-c ethernet not working

The link is up, give your ip addr output shows:

enp0s20f0u4u1: <BROADCAST,MULTICAST,UP,LOWER_UP> 

Are you assigning it an IP address, and have you tried to use the connection thereafter?

Offline

Board footer

Powered by FluxBB