![]() |
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: Jun 2010
Posts: 27
|
Interesting. Yesterday I had just set my display sleep to be the same as the computer sleep (since apple won't let you "disable" the display sleep) to see if that had impact. I haven't noticed the "lockup" yet...
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jun 2010
Posts: 12
|
Tried that... does not help. I think the only solution is to disable sleep entirely.
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2010
Posts: 12
|
Possible solution -- seemed to have worked today.
Use sleepwatcher. Add the -S and -W options to /Library/LaunchDaemons/de.bernhard-baehr.sleepwatcher.plist to run display sleep and wakeup scripts. The display sleep script should be: launchctl remove com.displaylink.usbnivolistener The display wakeup script should be: launchctl load /Library/LaunchDaemons/com.displaylink.usbnivolistener.plist This will cause the driver to be disabled during display sleep and re-enabled during display wakeup. It is very fast, unlike the uninstall/reinstall driver trick. The driver stays installed, just disabled. |
|
|
|
|
#4 |
|
Junior Member
Join Date: Jun 2010
Posts: 12
|
The solution I posted above has now worked for 2 days. Previously it was crashing 3 times a day -- so I'm starting to feel good about this. Try it out and let me know what you think!
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jun 2010
Posts: 27
|
Which version of the driver are you using? What OS X version and hardware revision? My driver version was installed as a launch agent, not as a daemon. Therefore, the command to remove you gave does not work for me (I already use sleepwatcher). I've managed to directly remove the driver, which resulted in an a kernel panic.
-Snow Leopard 10.6.4 on Late '08 MBP (32 bit mode). |
|
|
|
|
#6 | |
|
Junior Member
Join Date: Jul 2010
Posts: 2
|
Quote:
Code:
launchctl load /Library/LaunchAgents/com.displaylink.usbnivolistener.plist Code:
launchctl load ~/LaunchAgents/com.displaylink.usbnivolistener.plist |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Jun 2010
Posts: 12
|
There are two processes installed by the DisplayLink installation.
There is a LaunchDaemon com.displaylink.usbnivolistener loaded from the file /Library/LaunchDaemons/com.displaylink.usbnivolistener.plist There is also a LaunchAgent com.displaylink.useragent loaded from the file /Library/LaunchAgents/com.displaylink.useragent.plist Both must be running for it to work. Do not just try to remove the driver with kextunload. It will crash. If you instead use launchctl to remove the controlling process of the driver, it goes away cleanly. My procedure in the "solution" thread stops the daemon only on display sleep, and then restarts the daemon and agent on display wakeup (so the agent syncs properly with the new instance of the daemon) I am wondering if you may have installed the DisplayLink drivers as "my user only" rather than "for all users". I must have installed it "for all users" given where the installation put the agent on my system (also MacBookPro i5 with 10.6.4). Still no crashes since I implemented this solution. |
|
|
|
|
#8 |
|
Junior Member
Join Date: Jun 2010
Posts: 12
|
Here is the Hardware Overview from my Mac Book Pro. Note also that I am using the 64-bit Snow Leopard (just got my machine this past April) -- I don't know if that could result in some differences.
Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro6,2 Processor Name: Intel Core i5 Processor Speed: 2.4 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per core): 256 KB L3 Cache: 3 MB Memory: 4 GB Processor Interconnect Speed: 4.8 GT/s Boot ROM Version: MBP61.0057.B05 SMC Version (system): 1.58f15 Serial Number (system): WQ0161L4AGU Hardware UUID: 499A36D0-1C91-5CB8-9186-E00A0B3B6374 Sudden Motion Sensor: State: Enabled |
|
|
|
|
#9 |
|
Junior Member
Join Date: Aug 2010
Posts: 1
|
Have any of you had the 'wont wake from sleep" problem when using Logitech's latest mouse driver? (Logitech COntrol Center v 3.3 for 64-bit 10.4.x)
I disabled it and now waking from sleep is not a problem. Maybe the wake problem could also be attributed to Logitech's driver? Just an idea... My hardware = 2.16 Ghz Intel Core2 (original 20" Imac with Intel). Ati Graphics card. |
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|