Open diegoherranz opened 9 years ago
Wow, I'm not sure what went wrong, but I don't appear to be getting emails when I have messages & bugs opened! I'm very sorry about this and I have to guess that after 9 months you've solved the problem! :)
iirc, modprobe doesn't work due to the issue with the hid generic driver liking your device and a lack of a mechanism for us to be able to tell the kernel that this particular hid generic device should use the mcp2210 driver. Somebody posted a bug report with instructions on how to do this via udev rules, but I haven't integrated that yet.
Hi!
First, thanks for this driver which (if I get it to work) will solve my need of using spidev and MCP2210.
This is the process I follow:
Correct.
I think that
Can't read private key
is not a problem.Then execute:
But when I try to modprobe:
However, the
ko
file is there:What am I doing wrong? Any idea/hint?
Thanks a lot!
EDIT:
Using
insmod
, the driver works correctly. Why can'tmodprobe
find it? Thanks!