#3041 closed defect (invalid)
Infinity USB Smart problem: Cannot open device
Reported by: | TGFS | Owned by: | |
---|---|---|---|
Priority: | critical | Component: | Reader |
Severity: | high | Keywords: | |
Cc: | Sensitive: | no |
Description
Revision
OSCAM 1.20-unstable_svn build #8063
Issue Description
I have updated oscam from 7700 > 8063
in 7700 oscam could read the Infinity USB Smart and now not anymore
When the issue occurs
When starting oscam
How the issue is reproducable
not
[2013/01/05 15:11:48 83782A8 h kaart-familiehd [mouse] Restarting reader
2013/01/05 15:11:48 83782A8 h kaart-familiehd [mouse] creating thread for device 002:004
2013/01/05 15:11:48 83A0680 r kaart-familiehd [mouse] ERROR: Opening device 002:004 (errno=2 No such file or directory)
2013/01/05 15:11:48 83A0680 r kaart-familiehd [mouse] Cannot open device: 002:004]
or
[2013/01/05 15:11:48 83782A8 h kaart-familiehd [smartreader] Restarting reader
2013/01/05 15:11:48 83782A8 h kaart-familiehd [smartreader] creating thread for device 002:004
2013/01/05 15:11:48 83A0680 r kaart-familiehd [smartreader] ERROR: Opening device 002:004 (errno=2 No such file or directory)
2013/01/05 15:11:48 83A0680 r kaart-familiehd [smartreader] Cannot open device: 002:004]
all smargo readers working fine!
Change History (4)
comment:1 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
This is my setup for this reader, now i have to downgrade OSCAM :(
[reader]
label = card1
protocol = mouse
device = 002:004
caid = 0100
ecmwhitelist = 0100@00006A:64
ecmheaderwhitelist = 803061006A00075C00,813061006A00075C00,800061006A00075C00,810061006A00075C00
detect = cd
mhz = 357
cardmhz = 357
ident = 0100:000000,00006A
group = 1
emmcache = 1,3,2
blockemm-unknown = 1
blockemm-g = 1
lb_weight = 300
dropbadcws = 1
disablecrccws = 1
ratelimitecm = 4
ratelimitseconds = 10
comment:3 by , 10 years ago
Like said
device = 002:004
is only valid for smartreader mode, not for mouse mode (and it was never valid before in mouse mode!). For smartreader mode in current revisions, you probably need
device = Infinity;002:004
For mouse mode, the device can't be defined like that, you need some /dev/ttyUSB0 or so. For smartreader mode, see the changed "device" parameter (device_out_endpoint is not supported anymore!) in documentation.