Hey,<br><br>I have written a small patch that allows the module-zeroconf-publish module to export the service for both cards, even though they originally had the same name. In the get_service() I have extracted the content that dealt with naming the service to a separate function, get_service_name(). Then, if the registration of the service fails, a loop is entered, trying to add &quot;.%d&quot; to the name until it succeeds (or a limit of 100 is reached), basically the same strategy used in pa_namereg_register().<br>
<br>Without this patch, PA refuses to export the second card over the network. Would be nice if this patch (or something similar) is added to the PA system.<br><br>Thanks,<br>-Ivar!<br>