Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source

Reply
 
Thread Tools Search this Thread Display Modes
Old 12-30-2015, 10:46 PM   #1
enothen
Junior Member
 
Join Date: Aug 2015
Posts: 15
Default

Awesome, thanks for letting me know. There was someone else having that 2min issue as well, so maybe the upgrade will take care of that. I didn't have that on my laptop.

Eric
enothen is offline   Reply With Quote
Old 01-04-2016, 05:10 PM   #2
philtrick
Junior Member
 
Join Date: Jan 2016
Posts: 3
Default

Quote:
Originally Posted by enothen View Post
Awesome, thanks for letting me know. There was someone else having that 2min issue as well, so maybe the upgrade will take care of that. I didn't have that on my laptop.

Eric
Hi Eric,

Your site seems to be down at the moment, I keep getting server not found.

Is there a mirror of the RPMs?

Phil
philtrick is offline   Reply With Quote
Old 01-04-2016, 09:54 PM   #3
enothen
Junior Member
 
Join Date: Aug 2015
Posts: 15
Default

I don't know if it was a blip or what, I see it's all up now and have downloaded the rpm. I do not have a mirror, but eventually I'll put this on copr.fedoraproject.org (I was just introduced to it recently).

Eric
enothen is offline   Reply With Quote
Old 01-05-2016, 01:04 PM   #4
philtrick
Junior Member
 
Join Date: Jan 2016
Posts: 3
Default

Quote:
Originally Posted by enothen View Post
I don't know if it was a blip or what, I see it's all up now and have downloaded the rpm. I do not have a mirror, but eventually I'll put this on copr.fedoraproject.org (I was just introduced to it recently).

Eric
HI Eric,

It is working now, just trying to install on my XPS13 9350 which arrived this morning.

I'm running into an error:

[root@phillaptop phil]# modprobe evdi
modprobe: ERROR: could not insert 'evdi': Exec format error

I have the following kernel installed:

[root@phillaptop phil]# rpm -q kernel
kernel-4.4.0-0.rc6.git1.2.fc24.x86_64

This is what I get in the log:

[root@phillaptop phil]# more /var/log/displaylink/displaylink.log

Creating symlink /var/lib/dkms/evdi/1.0.335/source ->
/usr/src/evdi-1.0.335

DKMS: add completed.
Error! echo
Your kernel headers for kernel 4.2.3-300.fc23.x86_64 cannot be found at
/lib/modules/4.2.3-300.fc23.x86_64/build or /lib/modules/4.2.3-300.fc23.x86_64/source.
Error! echo
Your kernel headers for kernel 4.4.0-0.rc6.git1.2.fc24.x86_64 cannot be found at
/lib/modules/4.4.0-0.rc6.git1.2.fc24.x86_64/build or /lib/modules/4.4.0-0.rc6.git1.2.fc24.x86_64/source.

------------------------------
Deleting module version: 1.0.335
completely from the DKMS tree.
------------------------------
Done.

Creating symlink /var/lib/dkms/evdi/1.0.335/source ->
/usr/src/evdi-1.0.335

DKMS: add completed.
Error! echo
Your kernel headers for kernel 4.4.0-0.rc6.git1.2.fc24.x86_64 cannot be found at
/lib/modules/4.4.0-0.rc6.git1.2.fc24.x86_64/build or /lib/modules/4.4.0-0.rc6.git1.2.fc24.x86_64/source.


Any ideas?

Phil
philtrick is offline   Reply With Quote
Old 01-06-2016, 01:37 AM   #5
enothen
Junior Member
 
Join Date: Aug 2015
Posts: 15
Default

Looks like you're missing kernel-headers. Run "rpm -q kernel kernel-core kernel-devel kernel-headers | sort" and check that you have matching versions. I'm running the lastest on F24, so it looks like this:

# rpm -q kernel kernel-core kernel-devel kernel-headers | sort
kernel-4.2.8-300.fc23.x86_64
kernel-core-4.2.8-300.fc23.x86_64
kernel-devel-4.2.8-300.fc23.x86_64
kernel-headers-4.2.8-300.fc23.x86_64

Eric
enothen is offline   Reply With Quote
Old 01-06-2016, 11:16 AM   #6
philtrick
Junior Member
 
Join Date: Jan 2016
Posts: 3
Default

Quote:
Originally Posted by enothen View Post
Looks like you're missing kernel-headers. Run "rpm -q kernel kernel-core kernel-devel kernel-headers | sort" and check that you have matching versions. I'm running the lastest on F24, so it looks like this:

# rpm -q kernel kernel-core kernel-devel kernel-headers | sort
kernel-4.2.8-300.fc23.x86_64
kernel-core-4.2.8-300.fc23.x86_64
kernel-devel-4.2.8-300.fc23.x86_64
kernel-headers-4.2.8-300.fc23.x86_64

Eric
Hi Eric,

Thanks for the reply, I ended up uninstalling the kernel-headers and kernel devel and then re-installing, it works fine now.

All I have to do is figure out why the VGA port works but the HDMI port doesn't.

Phil
philtrick is offline   Reply With Quote
Old 02-23-2016, 05:01 PM   #7
firelink4
Junior Member
 
Join Date: Feb 2016
Posts: 1
Default

Update: I followed Coldfire's suggestion earlier in this thread and downgraded xorg (dnf --showduplicates --allowerasing --releasever=22 downgrade xorg-x11-server-Xorg). Everything is now working again and the menus actually show up in the correct monitors this time.

Been using this RPM for about 3 weeks now with no issues other than the menus(right click, file, edit, etc etc) refusing to open up on the display-link monitors and having to reconfigure the monitor positions on boot.

Fedora had some upgrades earlier today and as of right now I can't seem to be able to get the ports on the dock to work. They're recognized and I can see them inside the "configure displays" section of gnome, but I only see static on either monitor. No change if I move the mouse to the displays. If I restart gnome, I get to see my background, but still no update if I move my mouse to the dock monitors. There's also artifacts on my main monitor wherever my cursor ends up.

Details:

Laptop: XPS 13 9343
Dock: D3100
OS: Fedora 23 Workstation
Kernel: 4.3.5-300.fc23.x86_64

Quote:
[~:#] rpm -q kernel kernel-core kernel-devel kernel-headers displaylink| sort
displaylink-1.0.335-1.x86_64
kernel-4.3.4-200.fc22.x86_64
kernel-4.3.5-300.fc23.x86_64
kernel-core-4.3.4-200.fc22.x86_64
kernel-core-4.3.5-300.fc23.x86_64
kernel-devel-4.3.4-200.fc22.x86_64
kernel-devel-4.3.5-300.fc23.x86_64
kernel-headers-4.3.5-300.fc23.x86_64
Contents of displaylink.log:

Quote:
Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...(bad exit status: 2)
make KERNELRELEASE=4.3.5-300.fc23.x86_64 all INCLUDEDIR=/lib/modules/4.3.5-300.fc23.x86_64/build/include KVERSION=4.3.5-300.fc23.x86_64 DKMS_BUILD=1....
cleaning build area...(bad exit status: 2)

DKMS: build completed.

evdi.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/4.3.5-300.fc23.x86_64/extra/
Adding any weak-modules

depmod....

DKMS: install completed.

Quote:
[/var/lib/dkms:#] lsmod | grep evdi
evdi 36864 2
drm_kms_helper 122880 2 i915,evdi
drm 335872 14 i915,evdi,drm_kms_helper
Let me know if there's anything else I can provide...

Last edited by firelink4; 02-23-2016 at 05:16 PM.
firelink4 is offline   Reply With Quote
Old 04-05-2017, 02:40 PM   #8
LinuxETC
Junior Member
 
Join Date: Mar 2017
Location: Denver, Colorado, USA
Posts: 2
Default RHEL7/CentOS7?

Just wondering if anyone has tried this with RHEL7 and/or CentOS7 as of yet, as well as related feedback with such.

I have a StarTech.com "Triple Video Docking Station for Laptops" (P/N: USB3DOCKH2DP) which is working quite nicely under Ubuntu 16.04 and a 4.8.0-39 kernel so far on a System76 Lemur laptop. The RHEL7 is an Lenovo ThinkPad 450 for work.

Thanks in advance!
LinuxETC is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.