Markus Buech the scan status of every mux is "idle pend". what's the exact meaning of this?
Reading the source code didn't help much:
MM_SCAN_STATE_IDLE, // Nothing
MM_SCAN_STATE_PEND, // Queue'd pending scan
MM_SCAN_STATE_IPEND, // Queue'd pending scan - idle queue
MM_SCAN_STATE_ACTIVE, // Scan is active
Have you tried to set the mux to 'Active'? That should force a scan and hopefully go back to 'Idle' when its finished.