Unsolved
This post is more than 5 years old
49 Posts
3
10880
May 6th, 2017 10:00
Dell DA200
Hi all,
just so you know, I have given up on Dell's DA200....I don't see it working any time soon, although I have forwarded them patches and resolved bug reports from the Linux community. It's just pathetic and ignorant that Dell refuses to integrate this, so that their customers could actually benefit from it.
I received this message from one of the Dell employees more than a month ago
"Regarding DA200. Our scope of support for Ubuntu doesn't include DA200. However, I do know that high level Dell people are talking about it and there may be more support for that in the future. No ETA at this time."
Therefore I decided to move on and regret having wasted 70 euros on a worthless piece of garbage. It's beyond me how Dell refuses to support one of their very own products.... especially considering that this Laptop (Dell XPS 13) doesn't leave much room for other choices, since there is no native HDMI, Displayport, or Ethernet port... thus people are relying on *working* adapters, unfortunately not everything is wireless yet.
Anyway, I will think twice before I will buy another Dell product..... just so you know, I will continue to post this "rant" on my blog and as an Amazon review to save others from making the same mistake.....
maybe this will make Dell wake up.....



cloojure
76 Posts
0
May 6th, 2017 16:00
I have the 2014 XPS 13 (model 9333) and can connect to 2+ external displays (regular HD) using the Dell D3100 external dock. You may wish to review my posts from Oct 2015 in case something there can be of help. I had to upgrade to Ubuntu 15.10 (now on 16.04) & install the newest drivers for the D3100 video chip, but after that everything worked quite well.
Alan
nightsky3535
17 Posts
1
May 6th, 2017 18:00
I'm currently on 17.04 with the 4.10 kernel. I will not say the DA200 works perfectly. I've seen weird things especially with the display ports and some external monitors, but it generally works without issue at this point for my setup.
nightsky3535
17 Posts
0
May 6th, 2017 18:00
Along the lines of what Cloojure mentioned, sometimes updates can help.
I was on 16.04 LTS, and enabling the HWE or HWE-Edge stacks helped with hardware issues since the HWE uses the 4.8 kernel and HWE-Edge uses the 4.10 vs the 4.4 kernel with default 16.04 LTS:
wiki.ubuntu.com/.../LTSEnablementStack
As per that wiki, run the following for HWE and the 4.8 kernel:
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
or for HWE-Edge and the 4.10 kernel:
sudo apt-get install --install-recommends linux-generic-hwe-16.04-edge xserver-xorg-hwe-16.04
Note: The xserver-xorg package does not have an HWE-Edge equivalent.
nimnab
1 Message
0
May 10th, 2017 07:00
I also have a DA200 and I connect it to my xps13 9350 running Ubuntu. For some time everything was working except HDMI port. Recently I noticed that the problem of HDMI is related to the output resolution. For some reason the default resolution of HDMI output was something which couldn't be handled by the port. I tried different resolutions to find the optimum one and I can confirm that now everything (USB3, LAN, VGA and HDMI) with kernel 4.11 works smoothly.
madchap
23 Posts
0
May 12th, 2017 08:00
The output resolution is indeed limited on the DA200; you cannot connect a 4K monitor via HDMI for example with this adapter.
"Regular" HDMI was working for me, but ceased to work a while back. I am now on kernel 4.10.13 and I cannot output anything to HDMI anymore. Therefore, I was impacted by a regression of some sort, but what and when...
olivier777
2 Posts
0
May 21st, 2017 09:00
Hi guys,
there is a bug in the i915 module which have been fixed but unfortunately the fix has not been included in the kernel 4.8.
Here is a procedure to fix the issue for HDMI display:
sudo -i
apt-get install linux-source-4.8.0
cd /usr/src
tar -jxf linux-source-4.8.0.tar.bz2
cp -R ./linux-source-4.8.0/ubuntu/i915 ./i915-usbc
cd i915-usbc
cat << EOF > dkms.conf
PACKAGE_NAME="i915"
PACKAGE_VERSION="usbc"
AUTOINSTALL=yes
REMAKE_INITRD=yes
DEST_MODULE_LOCATION="/updates"
BUILD_EXCLUSIVE_KERNEL="^4.8.*"
EOF
sed -i 's#../../../platform/x86/intel_ips.h#../../linux-source-4.8.0/drivers/platform/x86/intel_ips.h#g' intel_pm.c
wget patchwork.freedesktop.org/.../ -O /tmp/drm-i915.patch
patch -p5 < /tmp/drm-i915.patch
dkms add -m i915 -v usbc
dkms build -m i915 -v usbc
dkms install -m i915 -v usbc
reboot
It creates a module for usbc and build it from the source patched.
Unfortunately, if you upgrade your kernel, you will have to do it again.
Enjoy!
Olivier.
xps_dude
4 Posts
1
September 2nd, 2018 02:00
I've plugged my DA200 adapter in my newly purchased XPS 9370 dev edition and tested only the ethernet port. It works for a bit and then it flaps, so it's not usable. It constantly goes up and down.
xps_13_9370
3 Posts
0
September 3rd, 2018 23:00
I have been using the DA200 on the XPS 9370 (Ubuntu 18.04, fresh install) for about a month without problems (confirmed DisplayPort, VGA and USB).
This morning there was a firmware update for Thunderbolt (if I remember correctly it went from version 27 to 33??) which failed to complete. Afterwards, USB's from the DA200 stopped working, I have only verified that the DisplayPort works fine.
xps_dude
4 Posts
1
September 14th, 2018 13:00
Everything updated but still Ethernet port goes down and up. Is there a fix planned?
xps_dude
4 Posts
0
September 22nd, 2018 06:00
Entries in dmesg when disconnect happens:
[ 1688.783880] usb 4-1.4: USB disconnect, device number 26
[ 1688.923993] usb 4-1.4: new SuperSpeed USB device number 27 using xhci_hcd
[ 1688.944613] usb 4-1.4: New USB device found, idVendor=0bda, idProduct=8153
[ 1688.944618] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 1688.944621] usb 4-1.4: Product: USB 10/100/1000 LAN
[ 1688.944624] usb 4-1.4: Manufacturer: Realtek
[ 1688.944626] usb 4-1.4: SerialNumber: XXXXXXXXXX
[ 1689.032166] usb 4-1.4: reset SuperSpeed USB device number 27 using xhci_hcd
[ 1689.055430] r8152 4-1.4:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr XXXXXXXXXX
[ 1689.084823] r8152 4-1.4:1.0 eth0: v1.09.9
[ 1689.668622] r8152 4-1.4:1.0 enxXXXXXXXXXXX: renamed from eth0
[ 1689.706463] IPv6: ADDRCONF(NETDEV_UP):enxXXXXXXXXXXX: link is not ready
[ 1689.711000] IPv6: ADDRCONF(NETDEV_UP):enxXXXXXXXXXXX: link is not ready
[ 1691.656069] r8152 4-1.4:1.0enxXXXXXXXXXXX: carrier on
[ 1691.656092] IPv6: ADDRCONF(NETDEV_CHANGE):enxXXXXXXXXXXX: link becomes ready
[ 1707.578284] usb 4-1.4: Disable of device-initiated U1 failed.
[ 1707.585235] usb 4-1.4: Disable of device-initiated U2 failed.
[ 1707.592311] usb 4-1.4: usb_reset_and_verify_device Failed to disable LTM
.
[ 1707.771378] usb 4-1.4: USB disconnect, device number 27
[ 1707.911446] usb 4-1.4: new SuperSpeed USB device number 28 using xhci_hcd
[ 1707.931933] usb 4-1.4: New USB device found, idVendor=0bda, idProduct=8153
[ 1707.931938] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 1707.931941] usb 4-1.4: Product: USB 10/100/1000 LAN
[ 1707.931944] usb 4-1.4: Manufacturer: Realtek
[ 1707.931946] usb 4-1.4: SerialNumber: XXXXXXXXXX
[ 1708.015857] usb 4-1.4: reset SuperSpeed USB device number 28 using xhci_hcd
[ 1708.038890] r8152 4-1.4:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr XXXXXXXXXXXX
[ 1708.068307] r8152 4-1.4:1.0 eth0: v1.09.9
[ 1708.687225] r8152 4-1.4:1.0enxXXXXXXXXXXX: renamed from eth0
[ 1708.736464] IPv6: ADDRCONF(NETDEV_UP):enxXXXXXXXXXXX: link is not ready
[ 1708.741114] IPv6: ADDRCONF(NETDEV_UP):enxXXXXXXXXXXX: link is not ready
[ 1710.648143] r8152 4-1.4:1.0enxXXXXXXXXXXX: carrier on
[ 1710.648165] IPv6: ADDRCONF(NETDEV_CHANGE):enxXXXXXXXXXXX: link becomes ready
Kane Thanatos
4 Posts
0
September 27th, 2018 03:00
I have a similar issue, the DA200 just stopped working (no USB,hdmi,...) , firmware updates did not change anything :
sudo fwupdmgr update:
The /var/log/sysog :
https://pastebin.com/LLY9RKjM
Kane Thanatos
4 Posts
0
September 27th, 2018 03:00
I have a similar issue, the DA200 just stopped working (no USB,hdmi,...) , firmware updates did not change anything :
sudo fwupdmgr update:
Syslog when inserting the DA200:
XPS dbus-daemon[882]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.143' (uid=1001 pid=2888 comm="/usr/bin/gnome-software --gapplication-service " label="unconfined") XPS systemd[1]: Starting PackageKit D... XPS dbus-daemon[882]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.143' (uid=1001 pid=2888 comm="/usr/bin/gnome-software --gapplication-service " label="unconfined") XPS PackageKit: daemon start XPS systemd[1]: Starting Firmware update d... XPS dbus-daemon[882]: [system] Successfully activated service 'org.freedesktop.PackageKit' XPS systemd[1]: Started PackageKit Daemon. XPS PackageKit: get-updates transaction /904_aecabdea from uid 1001 finished with success after 604ms XPS fwupd[2902]: using plugins: csr, nitrokey, steelseries, altos, amt, udev, unifying, dfu, upower, ebitdo, thunderbolt, dell, uefi, synapticsmst, thunderbolt_power XPS fwupd[2902]: Daemon ready for r XPS dbus-daemon[882]: [system] Successfully activated s 'org.freedesktop.fwupd' XPS systemd[1]: Started Firmware update daemon. XPS gnome-software[2888]: failed to call gs_plugin_add_updates on fwupd: ignoring a60b665c769b019e30f31001e91ab31e24d7a035 [XPS 13 9360 TPM 2.0] as not updatable XPS kernel:[.5] ACPI Error: [SPRT] Namespace lookup failure, AE_ALREADY_EXISTS (20170831/dswload2-346) XPS kernel:[.5] No Local Variables are initialized for Method [XTBT] XPS kernel:[.5] Initialized Arguments for Method [XTBT]: (2 arguments defined for method invocation) XPS kernel:[.5] Arg0: 000000006e608dff Integer 0000000000000001 XPS kernel:[.5] Arg1: 00000000ae6df551 Integer 0000000002060002 XPS kernel:[.5] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20170831/psobject-252) XPS kernel:[.5] ACPI Error: Method parse/execution failed \_GPE.XTBT, AE_ALREADY_EXISTS (20170831/psparse-550) XPS kernel:[.5] ACPI Error: Method parse/execution failed \_GPE.XTBT, AE_ALREADY_EXISTS (20170831/psparse-550) XPS kernel:[.5] ACPI Error: Method parse/execution failed \_GPE._E42, AE_ALREADY_EXISTS (20170831/psparse-550) XPS kernel:[.5] ACPI: Marking method _E42 as Serialized because of AE_ALREADY_EXISTS error XPS kernel:[.5] ACPI Exception: AE_ALREADY_EXISTS, while evaluating GPE method [_E42] (20170831/evgpe-646) XPS kernel:[.6] pci 0000:01:00.0: [8086:1576] type 01 class 0x060400 XPS kernel:[.6] pci 0000:01:00.0: enabling Extended Tags XPS kernel:[.6] pci 0000:01:00.0: supports D1 D2 XPS kernel:[.6] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:02:00.0: [8086:1576] type 01 class 0x060400 XPS kernel:[.6] pci 0000:02:00.0: enabling Extended Tags XPS kernel:[.6] pci 0000:02:00.0: supports D1 D2 XPS kernel:[.6] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:02:01.0: [8086:1576] type 01 class 0x060400 XPS kernel:[.6] pci 0000:02:01.0: enabling Extended Tags XPS kernel:[.6] pci 0000:02:01.0: supports D1 D2 XPS kernel:[.6] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:02:02.0: [8086:1576] type 01 class 0x060400 XPS kernel:[.6] pci 0000:02:02.0: enabling Extended Tags XPS kernel:[.6] pci 0000:02:02.0: supports D1 D2 XPS kernel:[.6] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:01:00.0: PCI bridge to [bus 02-39] XPS kernel:[.6] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff] XPS kernel:[.6] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] XPS kernel:[.6] pci 0000:03:00.0: [8086:1575] type 00 class 0x088000 XPS kernel:[.6] pci 0000:03:00.0: reg 0x10: [mem 0xda000000-0xda03ffff] XPS kernel:[.6] pci 0000:03:00.0: reg 0x14: [mem 0xda040000-0xda040fff] XPS kernel:[.6] pci 0000:03:00.0: enabling Extended Tags XPS kernel:[.6] pci 0000:03:00.0: supports D1 D2 XPS kernel:[.6] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:02:00.0: PCI bridge to [bus 03] XPS kernel:[.6] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff] XPS kernel:[.6] pci 0000:02:01.0: PCI bridge to [bus 04-38] XPS kernel:[.6] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff] XPS kernel:[.6] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] XPS kernel:[.6] pci 0000:39:00.0: [8086:15b5] type 00 class 0x0c0330 XPS kernel:[.6] pci 0000:39:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff] XPS kernel:[.6] pci 0000:39:00.0: supports D1 D2 XPS kernel:[.6] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold XPS kernel:[.6] pci 0000:02:02.0: PCI bridge to [bus 39] XPS kernel:[.6] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff] XPS kernel:[.6] pci_bus 0000:02: Allocating resources XPS kernel:[.6] pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000 XPS kernel:[.6] pci 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000 XPS kernel:[.6] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000 XPS kernel:[.6] pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000 XPS kernel:[.6] pci 0000:01:00.0: BAR 13: no space for [io size 0x2000] XPS kernel:[.6] pci 0000:01:00.0: BAR 13: failed to assign [io size 0x2000] XPS kernel:[.6] pci 0000:01:00.0: BAR 13: no space for [io size 0x2000] XPS kernel:[.6] pci 0000:01:00.0: BAR 13: failed to assign [io size 0x2000] XPS kernel:[.6] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref] XPS kernel:[.6] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] XPS kernel:[.6] pci 0000:02:01.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.6] pci 0000:02:01.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.6] pci 0000:02:02.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.6] pci 0000:02:02.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.6] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref] XPS kernel:[.6] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] XPS kernel:[.6] pci 0000:02:02.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.6] pci 0000:02:02.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.6] pci 0000:02:01.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.6] pci 0000:02:01.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.6] pci 0000:02:00.0: PCI bridge to [bus 03] XPS kernel:[.6] pci 0000:02:00.0: bridge window [mem 0xda000000-0xda0fffff] XPS kernel:[.6] pci 0000:02:01.0: PCI bridge to [bus 04-38] XPS kernel:[.6] pci 0000:02:01.0: bridge window [mem 0xc4000000-0xd9efffff] XPS kernel:[.6] pci 0000:02:01.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] XPS kernel:[.6] pci 0000:02:02.0: PCI bridge to [bus 39] XPS kernel:[.6] pci 0000:02:02.0: bridge window [mem 0xd9f00000-0xd9ffffff] XPS kernel:[.6] pci 0000:01:00.0: PCI bridge to [bus 02-39] XPS kernel:[.6] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xda0fffff] XPS kernel:[.6] pci 0000:01:00.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref] XPS kernel:[.6] xhci_hcd 0000:39:00.0: xHCI Host Controller XPS kernel:[.6] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3 XPS kernel:[.6] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810 XPS kernel:[.6] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 XPS kernel:[.6] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 XPS kernel:[.6] usb usb3: Product: xHCI Host Controller XPS kernel:[.6] usb usb3: Manufacturer: Linux 4.15.0-36-generic xhci-hcd XPS kernel:[.6] usb usb3: SerialNumber: 0000:39:00.0 XPS kernel:[.6] hub 3-0:1.0: USB hub found XPS kernel:[.6] hub 3-0:1.0: 2 ports detected XPS kernel:[.6] xhci_hcd 0000:39:00.0: xHCI Host Controller XPS kernel:[.6] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4 XPS kernel:[.6] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed XPS kernel:[.6] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 XPS kernel:[.6] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 XPS kernel:[.6] usb usb4: Product: xHCI Host Controller XPS kernel:[.6] usb usb4: Manufacturer: Linux 4.15.0-36-generic xhci-hcd XPS kernel:[.6] usb usb4: SerialNumber: 0000:39:00.0 XPS kernel:[.6] thunderbolt 0000:03:00.0: NHI initialized, starting thunderbolt XPS kernel:[.6] thunderbolt 0000:03:00.0: allocating TX ring 0 of size 10 XPS kernel:[.6] thunderbolt 0000:03:00.0: allocating RX ring 0 of size 10 XPS kernel:[.6] thunderbolt 0000:03:00.0: control channel created XPS kernel:[.6] thunderbolt 0000:03:00.0: control channel starting... XPS kernel:[.6] thunderbolt 0000:03:00.0: starting TX ring 0 XPS kernel:[.6] thunderbolt 0000:03:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1) XPS kernel:[.6] thunderbolt 0000:03:00.0: starting RX ring 0 XPS kernel:[.6] thunderbolt 0000:03:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001) XPS kernel:[.6] hub 4-0:1.0: USB hub found XPS kernel:[.6] hub 4-0:1.0: 2 ports detected XPS kernel:[.7] thunderbolt 0000:03:00.0: current switch config: XPS kernel:[.7] tbolt 0000:03:00.0: Switch: 8086:1576 (Revision: 4, TB Version: 2) XPS kernel:[.7] tbolt 0000:03:00.0: Max Port Number: 11 XPS kernel:[.7] tbolt 0000:03:00.0: Config: XPS kernel:[.7] tbolt 0000:03:00.0: Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 254ms XPS kernel:[.7] tbolt 0000:03:00.0: unknown1: 0x0 unknown4: 0x0 XPS kernel:[.8] tbolt 0000:03:00.0: 0: uid: 0xd45f31a921c700 XPS kernel:[.8] tbolt 0000:03:00.0: Port 0: 8086:1576 (Revision: 4, TB Version: 1, Type: Port (0x1)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 7/7 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 8 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x800000 XPS kernel:[.8] tbolt 0000:03:00.0: Port 1: 8086:1576 (Revision: 4, TB Version: 1, Type: Port (0x1)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 15/15 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 16 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x3c00000 XPS kernel:[.8] tbolt 0000:03:00.0: Port 2: 8086:1576 (Revision: 4, TB Version: 1, Type: Port (0x1)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 15/15 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 16 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x3c00000 XPS kernel:[.8] tbolt 0000:03:00.0: 0:3: disabled by eeprom XPS kernel:[.8] tbolt 0000:03:00.0: 0:4: disabled by eeprom XPS kernel:[.8] tbolt 0000:03:00.0: 0:5: disabled by eeprom XPS kernel:[.8] tbolt 0000:03:00.0: Port 6: 8086:1576 (Revision: 4, TB Version: 1, Type: PCIe (0x100101)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 8/8 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 2 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x800000 XPS kernel:[.8] tbolt 0000:03:00.0: Port 7: 8086:1576 (Revision: 4, TB Version: 1, Type: PCIe (0x100101)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 8/8 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 2 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x800000 XPS kernel:[.8] tbolt 0000:03:00.0: 0:8: disabled by eeprom XPS kernel:[.8] tbolt 0000:03:00.0: 0:9: disabled by eeprom XPS kernel:[.8] tbolt 0000:03:00.0: Port 10: 8086:1576 (Revision: 4, TB Version: 1, Type: DP/HDMI (0xe0101)) XPS kernel:[.8] tbolt 0000:03:00.0: Max hop id (in/out): 9/9 XPS kernel:[.8] tbolt 0000:03:00.0: Max counters: 2 XPS kernel:[.8] tbolt 0000:03:00.0: NFC Credits: 0x1000000 XPS kernel:[.8] tbolt 0000:03:00.0: 0:b: disabled by eeprom XPS systemd[1]: Starting Thunderbolt system service... XPS boltd[2946]: bolt 0.4 starting up. XPS boltd[2946]: config: loading user config XPS boltd[2946]: store: loading devices XPS boltd[2946]: power: force_power support: yes XPS boltd[2946]: udev: enumerating devices XPS boltd[2946]: probing: adding /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 to roots XPS boltd[2946]: security level set to 'none' XPS boltd[2946]: [cf030000-0091-XPS13 9360 ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0 XPS boltd[2946]: [cf030000-0091-XPS13 9360 ] labeling device: Dell XPS13 9360 XPS boltd[2946]: [cf030000-0091-XPS13 9360 ] dbus: exported deviceat /org/freedesktop/bolt/devices/cf030000_0091... XPS systemd[1]: Started Thunderbolt system service. XPS update-notifier.desktop[2885]: 2586 XPS PackageKit: resolve transaction /905_cedddeac from uid 1001 finished with success after 529ms XPS boltd[2946]: probing: started [1000] XPS upowerd[1729]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3/3-0:1.0 XPS upowerd[1729]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb3 XPS upowerd[1729]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb4/4-0:1.0 XPS upowerd[1729]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:39:00.0/usb4 XPS PackageKit: resolve transaction /906_aabedbea from uid 1001 finished with success after 377ms XPS PackageKit: search-file transaction /907_bbdcbdcc from uid 1001 finished with success after 818ms XPS PackageKit: search-file transaction /908_dcbbcaec from uid 1001 finished with success after 521ms .... XPS PackageKit: search-file transaction /911_cacbacdc from uid 1001 finished with success after 493ms XPS boltd[2946]: probing: timeout, done: [2996637] (2000000) XPS PackageKit: search-file transaction /912_dabbedbc from uid 1001 finished with success after 484ms ... XPS PackageKit: search-file transaction /919_dabbeeee from uid 1001 finished with success after 467ms XPS gnome-software[2888]: failed to call gs_plugin_add_updates on fwupd: ignoring a60b665c769b019e30f31001e91ab31e24d7a035 [XPS 13 9360 TPM 2.0] as not updatable ... XPS PackageKit: get-details transaction /927_cacaeacb from uid 1001 finished with success after 414ms ... XPS upowerd[1729]: unhandled action 'unbind' on /sys/devices/.../...:39:00.0/usb4/4-0:1.0 XPS upowerd[1729]: unhandled action 'unbind' on /sys/devices/.../...:39:00.0/usb3/3-0:1.0 XPS upowerd[1729]: unhandled action 'unbind' on /sys/devices/.../...:39:00.0/usb4 XPS upowerd[1729]: unhandled action 'unbind' on /sys/devices/.../...:39:00.0/usb3 XPS kernel:[.2] xhci_hcd 0000:39:00.0: remove, state 4 XPS kernel:[.2] usb usb4: USB disconnect, device number 1 XPS kernel:[.2] xhci_hcd 0000:39:00.0: USB bus 4 deregistered XPS kernel:[.2] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead XPS kernel:[.2] xhci_hcd 0000:39:00.0: remove, state 4 XPS kernel:[.2] usb usb3: USB disconnect, device number 1 XPS kernel:[.2] xhci_hcd 0000:39:00.0: Host halt failed, -19 XPS kernel:[.2] xhci_hcd 0000:39:00.0: Host not accessible, reset failed. XPS kernel:[.2] xhci_hcd 0000:39:00.0: USB bus 3 deregistered XPS boltd[2946]: [cf030000-0091-XPS13 9360 ] removed (/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0) XPS boltd[2946]: [cf030000-0091-XPS13 9360 ] dbus: unexported XPS kernel:[.8] thunderbolt 0000:03:00.0: stopping RX ring 0 XPS kernel:[.8] thunderbolt 0000:03:00.0: disabling interrupt at register 0x38200 bit 12 (0xffffffff -> 0xffffefff) XPS kernel:[.8] thunderbolt 0000:03:00.0: stopping TX ring 0 XPS kernel:[.8] thunderbolt 0000:03:00.0: disabling interrupt at register 0x38200 bit 0 (0xffffffff -> 0xfffffffe) XPS kernel:[.8] thunderbolt 0000:03:00.0: control channel stopped XPS kernel:[.8] thunderbolt 0000:03:00.0: freeing RX ring 0 XPS kernel:[.8] thunderbolt 0000:03:00.0: freeing TX ring 0 XPS kernel:[.8] thunderbolt 0000:03:00.0: shutdown XPS kernel:[.8] pci_bus 0000:02: Allocating resources XPS kernel:[.8] pcieport 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-38] add_size 1000 XPS kernel:[.8] pcieport 0000:02:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000 XPS kernel:[.8] pcieport 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000 XPS kernel:[.8] pcieport 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-39] add_size 2000 XPS kernel:[.8] pcieport 0000:01:00.0: BAR 13: no space for [io size 0x2000] XPS kernel:[.8] pcieport 0000:01:00.0: BAR 13: failed to assign [io size 0x2000] XPS kernel:[.8] pcieport 0000:01:00.0: BAR 13: no space for [io size 0x2000] XPS kernel:[.8] pcieport 0000:01:00.0: BAR 13: failed to assign [io size 0x2000] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] XPS kernel:[.8] pcieport 0000:02:01.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:01.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:02.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:01.0: BAR 13: no space for [io size 0x1000] XPS kernel:[.8] pcieport 0000:02:01.0: BAR 13: failed to assign [io size 0x1000] XPS kernel:[.2] pcieport 0000:00:1c.0: AER: Corrected error received: id=00e0 XPS kernel:[.2] pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID) XPS kernel:[.2] pcieport 0000:00:1c.0: device [8086:9d10] error status/mask=00002001/00002000 XPS kernel:[.2] pcieport 0000:00:1c.0: [ 0] Receiver Error (First) XPS kernel:[.3] pci_raw_set_power_state: 48 callbacks suppressed XPS kernel:[.3] pcieport 0000:02:00.0: Refused to change power state, currently in D3 XPS kernel:[.3] pci_bus 0000:03: busn_res: [bus 03] is released XPS kernel:[.3] pci_bus 0000:04: busn_res: [bus 04-38] is released XPS kernel:[.3] pci_bus 0000:39: busn_res: [bus 39] is released XPS kernel:[.3] pci_bus 0000:02: busn_res: [bus 02-39] is released XPS boltd[2946]: probing: removing /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 from rootsGrumpyGraham
1 Message
2
October 1st, 2018 08:00
I had the same trouble with Ethernet dropping out and/or hanging, but I found the answer here!
Blacklisting the device as described in the link cured it for me, I now have a solid network connection.
Paul8484
1 Message
0
May 9th, 2020 02:00
Hello, I am under Ubuntu 20.04 with kernel 5.4.0-29-generic. A few minutes after connecting the DA200 with ethernet connection, my PC would freeze and become unusable.
I solved the problem by following @GrumpyGraham answer. Now I can use Ethernet with the DA200.
So thank you a lot!
jpillen
1 Message
0
October 11th, 2020 05:00
Hi!
I have been using the DA200 with my XPS 13 9360 for several months now and it has been working fine, mostly been using Ethernet, VGA and USB. Some time ago Ethernet stopped working completely (Ethernet lights are still working/flashing though), now I figured also USB stopped working. VGA however is still working. Can someone help me to fix the Ethernet port? Or should I just give up since the dongle is probably broken? However, I'm wondering why Ethernet (and now USB) should be broken while VGA is still working properly.
I'm using PureOS rolling, but also tested with PureOS live and MX Linux live systems - both not showing an Ethernet connection.
Jonathan