Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HP Universal Docking station not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 12:20 pm    Post subject: HP Universal Docking station not working Reply with quote

I have an HP Universal Docking station (USB Type C) that works with a macbook. It will charge it as well as provide Ethernet and 2 external monitors.

When I plug in my Dell Precision 7540 Laptop, I only see the Ethernet, and USB Hub, no charging or external monitors. I do see a display link message in dmesg output.

I suppose I need to recompile the kernel and in that process try to match output from dmesg? I booted up to Ubuntu to see if it would work, and it behaved the same way. I also modified the BIOS settings and enabled USB power share just in the event that prevented the device from charging via USB-C.

Does anyone else have an HP Universal Dock with a Dell Laptop or Dell Laptop with a USB-C dock?
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5320
Location: Bavaria

PostPosted: Fri Jan 17, 2025 12:34 pm    Post subject: Re: HP Universal Docking station not working Reply with quote

o5gmmob8 wrote:
[...] I booted up to Ubuntu to see if it would work, and it behaved the same way. [...]

If something does not work on Ubuntu, it is very likely that it will not work on our Gentoo distribution kernel either. For the operation of a monitor on a normal USB-C, both kernel options are activated in our dist-kernel:
Code:
CONFIG_TYPEC=m
CONFIG_TYPEC_DP_ALTMODE=m

_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 12:42 pm    Post subject: Reply with quote

o5gmmob8,

Go to
Code:
CONFIG_TYPEC
in the kernel config. Its a menu.

There are several power delivery drives there.

For video, you need something in
Code:
USB Type-C Alternate Mode drivers  --->
another menu but there is only a choice of two options.
Code:
 
  │ │      < > DisplayPort Alternate Mode driver                                        │ │ 
  │ │      - -   NVIDIA Alternate Mode driver
and the nvidia one may be hidden.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 12:55 pm    Post subject: Reply with quote

Even for charging? Wouldn't charging be at a lower level and "should just work regardless of OS"?
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 12:56 pm    Post subject: Reply with quote

Yes, that was already enabled, but there was one option that was empty altogether. I may have some luck with that.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 1:19 pm    Post subject: Reply with quote

o5gmmob8,

USB-C is never 'just charging'. There is a whole power delivery protocol to go through as either end can be a power provider or power consumer.
The two ends have to agree or roles and the voltage and maximum current to be provided.

The gory detail of USB Power Delivery may make your eyes glaze over

Your laptop can be a power consumer, when you want to run it off the PSU, or a power provider, to a memory stick for example.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 1:56 pm    Post subject: Reply with quote

These darn computers are getting too complicated for me ... I remember back when they were carbureted ...

Hmm, I rebuilt my kernel and no dice, perhaps I need to dig more into the kernel conf to see if there is something missing. I cannot imagine it wouldn't work, but then again, it is a Dell product with an HP product, so ...

EDIT 1:
The laptop also was not charging on the HP dock with the Windows 10 it came with yet the monitors worked. So, this is likely a driver issue.

EDIT 2:
I see this in my dmesg output:

Code:

[ 3019.620806] ucsi_acpi USBC000:00: unknown error 0
[ 3019.620809] ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-5)


I will check to see if there are acpi options matching that.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 2:40 pm    Post subject: Reply with quote

o5gmmob8,

Make friends with wgetpaste and share the whole dmesg please.

When you filter it we can't check for things that should be there but are missing.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 2:43 pm    Post subject: Reply with quote

Please see my wgetpaste:
https://bpa.st/LISA
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54725
Location: 56N 3W

PostPosted: Fri Jan 17, 2025 3:36 pm    Post subject: Reply with quote

o5gmmob8,

That's very short for dmesg and it starts at 3016.449477 seconds after power up.

Your dock is a
Code:
[ 3017.575432] usb 1-5.5: New USB device found, idVendor=03f0, idProduct=0a6b, bcdDevice= 0.00

The idVendor=03f0, idProduct=0a6b is the important bit.

This fedora topic is worth a read.
It suggests that some of it at least is a firmware knob.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
o5gmmob8
Guru
Guru


Joined: 17 Oct 2003
Posts: 495

PostPosted: Fri Jan 17, 2025 4:20 pm    Post subject: Reply with quote

Thanks, I checked that out. I went back into the BIOS and tried turning some more knobs, but I'm not seeing anything stand out and it still doesn't appear the HP Dock is going to fully function.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum