Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Mac Software

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 10-10-2019, 11:29 AM   #1
steelvoltage
Junior Member
 
Join Date: Oct 2019
Posts: 2
Default

I was able to fix the issue this morning.

Steps that I took:

Uninstalled the displaylink driver.
Shutdown my mac and entered recovery mode.
Opened up the terminal and ran:
Code:
kextcache -i /Volumes/Local
Note: Local is the name of my disk. Yours may vary.
The command returned a string/id/guid (not sure what it entails), but there was no error message.
Code:
reboot
After it booted back up, I opened up terminal again.
Code:
kextcache | grep DisplayLink
The grep returned nothing, which now I knew the driver was gone completely. Grep is a regular expression search, meaning it returning nothing is what we want here as we cleared the cache.

I installed the beta driver and it rebooted.

Afterward, success!

Last edited by steelvoltage; 10-10-2019 at 11:34 AM.
steelvoltage is offline  
Old 10-10-2019, 04:02 PM   #2
ElKekoTopo
Junior Member
 
Join Date: Oct 2019
Posts: 4
Default

I tried above solution, after it booted back up, I opened up terminal again. I type kextcache | grep DisplayLink and that's what I get, idk if this is good or not (or should I type that code in recovery mode?). I attached my output logs.

EDIT: Added screenshot of kextstat | grep DisplayLink. It returned nothing so the driver was gone?

EDIT2: Added screenshot of kextstat | grep DisplayLink in recovery mode because I don't knot where I should type this. It retuned command not found.
Attached Images
File Type: jpg Screen Shot 2019-10-10 at 18.00.01 PM.jpg (20.7 KB, 0 views)
File Type: jpg Screen Shot 2019-10-10 at 20.42.09 PM.jpg (9.6 KB, 0 views)
File Type: jpg Screen Shot 2019-10-10 at 21.08.32 PM.jpg (20.0 KB, 0 views)
Attached Files
File Type: zip DisplayLinkInfo_Output_20191010_175340.zip (281.7 KB, 0 views)

Last edited by ElKekoTopo; 10-10-2019 at 07:09 PM.
ElKekoTopo is offline  
Old 10-10-2019, 04:50 PM   #3
NancyV
Junior Member
 
Join Date: Sep 2019
Posts: 6
Default :-) Partial Solution, :-( temporary success

thanks for your post steelvoltage, it gave me some progress towards a solution

Quote:
Originally Posted by steelvoltage View Post
I was able to fix the issue this morning.

Steps that I took:

Uninstalled the displaylink driver.
Shutdown my mac and entered recovery mode.
Opened up the terminal and ran:
Code:
kextcache -i /Volumes/Local
Note: Local is the name of my disk. Yours may vary.
The command returned a string/id/guid (not sure what it entails), but there was no error message.
Code:
reboot
After it booted back up, I opened up terminal again.
Code:
kextcache | grep DisplayLink
The grep returned nothing, which now I knew the driver was gone completely. Grep is a regular expression search, meaning it returning nothing is what we want here as we cleared the cache.

I installed the beta driver and it rebooted.

Afterward, success!


this solution got output to my 2 DisplayLink driven external monitors, but required some extra work in the system preferences.
reboot broke it all again

Steps:
1. uninstalled DisplayLink driver
2. rebooted and checked the kextcache to verify it was cleared and verified DisplayLink software no longer installed
3. reinstalled DisplayLink driver v5.2(15)
4. rebooted

Results: 2 external DisplayLink monitors are recognized by the OS (cursor displays on each) but only shows black screen. app windows moved to the monitors do not display, nor does the desktop background image

5. Opened System/Preferences/Displays
Selected: Arrangement Mirror Displays
all external monitors display everything perfectly
deselecting 'mirror...' and the DL monitors go back to black, but clicking on each monitor in the arrangement display shows the thin red line indicating another monitor adjacent to the main display
Selected each of the external monitors in turn and selected "Optimize for display"
Unselected 'Mirror Displays" and all are working as expected

6. Rebooting computer - external DisplayLink monitors return to black w/ cursor state.

any other thoughts or suggestions welcome ... I'll try anything at this point. this is my work computer.

Thanks, All!
NancyV is offline  
Old 10-11-2019, 07:50 AM   #4
MGI
Junior Member
 
Join Date: Oct 2019
Posts: 2
Angry

Quote:
Originally Posted by NancyV View Post
thanks for your post steelvoltage, it gave me some progress towards a solution





this solution got output to my 2 DisplayLink driven external monitors, but required some extra work in the system preferences.
reboot broke it all again

Steps:
1. uninstalled DisplayLink driver
2. rebooted and checked the kextcache to verify it was cleared and verified DisplayLink software no longer installed
3. reinstalled DisplayLink driver v5.2(15)
4. rebooted

Results: 2 external DisplayLink monitors are recognized by the OS (cursor displays on each) but only shows black screen. app windows moved to the monitors do not display, nor does the desktop background image

5. Opened System/Preferences/Displays
Selected: Arrangement Mirror Displays
all external monitors display everything perfectly
deselecting 'mirror...' and the DL monitors go back to black, but clicking on each monitor in the arrangement display shows the thin red line indicating another monitor adjacent to the main display
Selected each of the external monitors in turn and selected "Optimize for display"
Unselected 'Mirror Displays" and all are working as expected

6. Rebooting computer - external DisplayLink monitors return to black w/ cursor state.

any other thoughts or suggestions welcome ... I'll try anything at this point. this is my work computer.

Thanks, All!
Same here !
We still wait for a working solution Displaylink !

Please delete [Solved] from the post suject !
MGI is offline  
Old 10-11-2019, 02:56 PM   #5
NancyV
Junior Member
 
Join Date: Sep 2019
Posts: 6
Default

MGI quoted [Please delete [Solved] from the post suject]

would if I could, not forum savvy :-(
NancyV is offline  
Old 10-11-2019, 03:38 PM   #6
ElKekoTopo
Junior Member
 
Join Date: Oct 2019
Posts: 4
Default

Ok I tried everything you Guys post here and still my Mac OS don't give my external display permission to screen recording.
ElKekoTopo is offline  
Old 10-13-2019, 12:45 PM   #7
fabietto.re
Junior Member
 
Join Date: Oct 2019
Posts: 1
Unhappy

Problems here as well. I just updated to Catalina my Mac Mini (late 2012), installed the new beta drivers and provided the required screen recording authorisation. The DisplayLink screen is correctly recognised by the OS and seems to be active (windows can be moved to there), although it is completely blank (not even the mouse pointer can be seen).
fabietto.re is offline  
Old 10-14-2019, 01:09 PM   #8
Noodles
Junior Member
 
Join Date: May 2015
Posts: 2
Default

I think the root cause of this problem is the same as posted here. Gives more details of what the issue is and how to work around it:

https://blog.obdev.at/how-kernel-pre...acos-catalina/
Noodles is offline  
Old 10-24-2019, 06:59 AM   #9
CherieHere
Junior Member
 
Join Date: Oct 2019
Posts: 1
Default DisplayLink not in Screen Recording

I am having same problem where DisplayLink is not in the screen recording window.

Yes I have done everything else suggested in the forum - uninstall, clear cache, reinstall i it is loaded etc. Just not in the screen record list....

Any ideas?
CherieHere is offline  
Old 10-24-2019, 06:53 PM   #10
agtcovert
Junior Member
 
Join Date: Oct 2019
Posts: 1
Unhappy Link for fix script doesn't work...displays don't work

When I attempt to download the fix script I get (as of 10/23/2019 2:50PM EDT):

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>
live/downloads/software/f1437_KEXT Cache Update Re-installer Script 0.1.zip
</Key>
<RequestId>1E29FB38B4E5F76D</RequestId>
<HostId>
lAMvkkfwN3wusqfPYgiLeqmy/hdxNwHzv53tOWuoPetZggZC/rjwDpBzBYLazxIzQwf8rZrqU1M=
</HostId>
</Error>


I have uninstalled, ran recovery mode with kextcache command, reinstalled using the latest beta3 driver, and the dock/DisplayLink does not work at all. Screens don't even power on. Not seeing how this is resolved.
agtcovert is offline  
Closed Thread

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 03:02 PM.


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