[argyllcms] ColorMunki Display not detected

  • From: Federico Bruni <fedelogy@xxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Sun, 27 May 2012 16:13:49 +0200

Hi,

I've already posted a similar question in January/February in the gnome-color-manager mailing list:
https://mail.gnome.org/archives/gnome-color-manager-list/2012-January/msg00011.html

Four months ago gcm couldn't detect the device while DispcalGUI could, so I guessed it was due to gcm.
Now both programs can't see it.

How can I check if Argyll is able to detect the ColorMunki?

My system can see it:
[20140.814890] generic-usb 0003:0765:5020.0003: hiddev0,hidraw0: USB HID v1.11 Device [X-Rite, Inc. ColorMunki Display] on usb-0000:00:1d.1-1/input0

I'm on Debian testing and argyll is version 1.4.0-4

I attach also my /lib/udev/rules.d/55-Argyll.rules
The device is listed there, IIUC.

Thanks in advance,
Federico
# udev rule to recognize instruments and make them accessible to user 
applications.
# Copy this to /etc/udev/rules.d/55-Argyll.rules

# Skip all this to speed things up if it'a not a usb add.
ACTION!="add", GOTO="argyll_rules_end"
SUBSYSTEM!="usb", GOTO="argyll_rules_end"

# Recognize the color measurement devices

# DTP20
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d020", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# DTP92Q (not tested)
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d092", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# DTP94
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d094", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# MonacoOPTIX (Same as i1 Display 1)
ATTRS{idVendor}=="0670", ATTRS{idProduct}=="0001", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# i1Display
ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2003", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# i1Display 3
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="5020", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# i1Monitor
ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2001", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# i1Pro
ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2000", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# ColorMunki
ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2007", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Colorimtre HCFR
ATTRS{idVendor}=="04db", ATTRS{idProduct}=="005b", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Spyder 2
ATTRS{idVendor}=="085c", ATTRS{idProduct}=="0200", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Spyder 3
ATTRS{idVendor}=="085c", ATTRS{idProduct}=="0300", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Spyder 4
ATTRS{idVendor}=="085c", ATTRS{idProduct}=="0400", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Huey
ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2005", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# ColorHug
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f8da", 
ENV{COLOR_MEASUREMENT_DEVICE}="1"

# Let udev-acl and ConsoleKit manage these devices, if applicable
TEST=="/lib/udev/udev-acl", TEST=="/var/run/ConsoleKit/database", 
ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}="1"

# Otherwise, restrict access to members of the plugdev group
ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", 
GROUP="plugdev"

# Set ID_VENDOR and ID_MODEL acording to VID and PID
IMPORT{program}="usb-db %p"

LABEL="argyll_rules_end"

Other related posts: