My Infinity USB Phoenix is currently running on Fedora Core 4, with newcs acting as a cardserver. To able to get it to run you need niftytool from the manufacturers homepage.
Here's the command how to put it into phoenix mode in Linux
Code:
nftytool -p phoenix -- -f 3.58 -p phoenix -e
My reader is hooked upto serial port #1 so it's located at /dev/ttyS0, so that part in newcs.xml looks like this
Code:
<readers name="Card Readers">
<device>
<name>Reader1</name>
<type>Phoenix</type>
<node>/dev/ttyS0</node>
<mhz>357</mhz>
<export>yes</mhz>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>no</blockga>
<boxid>0000000000</boxid>
<carddetect>yes</carddetect>
<newcamd_port>22222</newcamd_port>
...
</device>
...
</readers>
Ofcourse change the needed parts to suite your setup/taste
Hope this helps,
/t