<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 13px;">
<div style="">&nbsp;Hi, <br>
&nbsp;I am using Ubuntu 9.10 (Karmic Koala) for accessing openpcd v04 reader. I have successfully downloaded main_dumbreader firmware to AT91SAM7 chip. I can toggle red LED as well. When I tried accessing CLRC632 registers using /opcd_test -r I am not able to. Then
 I tried reading tags using ./librfid-tool -s but receive a message &quot;No openpcd found...............No Cardman 5121 found&quot;<br>
<br>
After debugging I realized that it is not able to open the reader handle and also on giving dmesg | grep ttyUSB does not display any message or &quot;connected disconnected messages&quot;. I did not have modprobe.conf files in modprobe.d , I did create one and added
 &quot;options USBserial product and vendor &quot; as written in the firmware page. But, still no success.<br>
<br>
Now, I have realized that I am getting &quot;error opening reader handle...No openpcd found&quot; because the reader module is not getting loaded successfully. There is USB issue. Though I have added 62-openpcd.rules to /etc/udev/rules.d and also librfid.rules to /etc/udev
 folder.<br>
<br>
My librfid.rules files added is&nbsp; as follows:<br>
<br>
# This file is part of the librfid distribution<br>
#<br>
# udev rules file for supported readers<br>
#<br>
#<br>
<br>
ACTION!=&quot;add&quot;, GOTO=&quot;librfid_rules_end&quot;<br>
SUBSYSTEM!=&quot;usb_device&quot;, GOTO=&quot;librfid_rules_end&quot;<br>
<br>
# Omnikey 5121<br>
SYSFS{idVendor}==&quot;076b&quot;, SYSFS{idProduct}==&quot;5121&quot;, MODE=&quot;0664&quot;, GROUP=&quot;users&quot;<br>
<br>
# Openpcd<br>
SYSFS{idVendor}==&quot;16c0&quot;, SYSFS{idProduct}==&quot;076b&quot;, MODE=&quot;0664&quot;, GROUP=&quot;users&quot;<br>
<br>
LABEL=&quot;librfid_rules_end&quot;<br>
<br>
Can anyone please tell still why it is not able to load reader module? Or is it because of Ubuntu 9.10.<br>
Do I need to add some more rule file or make some changes to existing file.<br>
<br>
Thanks &amp; regards<br>
Kirti <br>
</div>
</div>
</body>
</html>