[Support] Linuxserver.io - Oscam


Recommended Posts

6 minutes ago, du.perin said:

hi guys,

 

i've just noticed that i cannot access the webui, but oscam is working fine.

 

I tried to remove and reinstall the docker and change the webui port, no luck :(

 

any thoughts?

 

 

 

Forget it. oscam.conf "serverip" was configured with 255.255.255.0

 

I'm pretty sure i did not change it :/

Link to comment
  • 4 months later...
20 minutes ago, Gee1 said:

i added sucessfully my reader via unraid UI "/dev/bus/usb/001/003" to the oscam docker.

 

but when i try "/dev/bus/usb/001/003" in my server config i get (errno=13 Permission denied)

 

whats wrong there?   unraid 6.8

Permissions are wrong. You can try to do a chmod -R 777 /dev/bus/usb/001/003 and then start the container and see if it works then.

Link to comment
  • 1 month later...
9 minutes ago, v.i.p.e.r said:

I've a question regarding the build interval of the container image. I'm looking for the newest oscam from svn (11572 or 11571). 

How often gets the image a new build?

 

It should have been built, and it was built successfully, but for some reason it's not being pushed to docker hub or github. I'll check what the issue is.

 

Link to comment
  • 7 months later...

Hey, i'm using oscam with the unraid dvb plugin. I'm using dvbapi to connect with tvheadend but get the following error, whenever i try to descramble something:

 

"2020/08/14 20:51:57 505F4341 c (dvbapi) ERROR: Can't open device /dev/dvb/adapter0/demux0 (errno=2 No such file or directory)"

Link to comment
2 minutes ago, Zoba said:

Hey, i'm using oscam with the unraid dvb plugin. I'm using dvbapi to connect with tvheadend but get the following error, whenever i try to descramble something:

 

"2020/08/14 20:51:57 505F4341 c (dvbapi) ERROR: Can't open device /dev/dvb/adapter0/demux0 (errno=2 No such file or directory)"

You are getting the error in oscam or tvheadend?

If it's in oscam you are not set it up correctly as oscam shouldn't need the dvb card to do anything.

Link to comment
1 minute ago, Zoba said:

In Oscam, i've added the tmp folder in both docker to be able to use the camd.socket and pmt file. What should i do instead?

Use the IP. I don't remember the settings anymore, but you should find it in the documentation of oscam and tvheadend.

  • Like 1
Link to comment

I've encountered the next weird thing with my setup. I tried to watch stuff via another kodi client but it only says "scrambled channel". On my PC (with vlc) everything works. If i watch on vlc i can also watch that channel with my kodi clients.

 

As you mentioned, using a port fixed it. I had to set a listen port and add that port in the oscam docker.

Edited by Zoba
Link to comment
  • 2 months later...
  • 1 month later...

Hi all,

 

I am new to Oscam.

 

I am trying to add a Smargo Cardreader, by this oscam.server file:

 

oscam.server

 

[reader]
label                         = smargo
protocol                      = smargo
device                        = 001:006
pincode                       = 0000
caid                          = 0500
detect                        = cd
mhz                           = 600
ident                         = 0500:FFF490,040210,040220,040230,040240
group                         = 1
emmcache                      = 1,3,2,0

 

 

I have added the the following extra configuration for the Docker:

--device=/dev/bus/usb/001/006

 

 

I keep getting the following error in the log:

 

2020/12/17 20:23:34 00000000 s (main) System name = Linux

2020/12/17 20:23:34 00000000 s (main) Host name = af4892750bd3

2020/12/17 20:23:34 00000000 s (main) Release = 4.19.107-Unraid

2020/12/17 20:23:34 00000000 s (main) Version = #1 SMP Thu Mar 5 13:55:57 PST 2020

2020/12/17 20:23:34 00000000 s (main) Machine = x86_64

2020/12/17 20:23:34 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 3034

2020/12/17 20:23:34 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled

2020/12/17 20:23:34 00000000 s (main) signal handling initialized

2020/12/17 20:23:34 00000000 s (reader) smargo [smargo] creating thread for device 001:006

2020/12/17 20:23:34 00000000 s (emmcache) loaded 0 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms

2020/12/17 20:23:34 00000000 s (emmcache) loaded 0 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms

2020/12/17 20:23:34 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:34 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:34 00000000 s (anticasc) ERROR: anti cascading is enabled but ac_logfile is not set.

2020/12/17 20:23:34 605C81DC c (client) plain dvbapi-client granted (tvheadend, au=auto (1 reader))

2020/12/17 20:23:34 605C81DC c (dvbapi) dvbapi channelcache loaded from /config/oscam/oscam.ccache

2020/12/17 20:23:34 605C81DC c (dvbapi) Using /tmp/camd.socket listen socket, API forced to DVBAPIv3 (0), userconfig boxtype: 11

2020/12/17 20:23:34 797FD894 h (webif) webif: decompressed 185234 bytes back into 487096 bytes

2020/12/17 20:23:34 797FD894 h (webif) HTTP Server running. ip=0.0.0.0 port=8888

2020/12/17 20:23:36 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:36 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:38 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:38 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:40 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:40 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:42 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:42 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:44 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:44 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:46 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:46 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

 

 

Can someone please help me getting this working?

 

Thanks in advance.

 

Søren

 

Link to comment
1 hour ago, SørenF said:

Hi all,

 

I am new to Oscam.

 

I am trying to add a Smargo Cardreader, by this oscam.server file:

 

oscam.server

 

[reader]
label                         = smargo
protocol                      = smargo
device                        = 001:006
pincode                       = 0000
caid                          = 0500
detect                        = cd
mhz                           = 600
ident                         = 0500:FFF490,040210,040220,040230,040240
group                         = 1
emmcache                      = 1,3,2,0

 

 

I have added the the following extra configuration for the Docker:

--device=/dev/bus/usb/001/006

 

 

I keep getting the following error in the log:

 

2020/12/17 20:23:34 00000000 s (main) System name = Linux

2020/12/17 20:23:34 00000000 s (main) Host name = af4892750bd3

2020/12/17 20:23:34 00000000 s (main) Release = 4.19.107-Unraid

2020/12/17 20:23:34 00000000 s (main) Version = #1 SMP Thu Mar 5 13:55:57 PST 2020

2020/12/17 20:23:34 00000000 s (main) Machine = x86_64

2020/12/17 20:23:34 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 3034

2020/12/17 20:23:34 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled

2020/12/17 20:23:34 00000000 s (main) signal handling initialized

2020/12/17 20:23:34 00000000 s (reader) smargo [smargo] creating thread for device 001:006

2020/12/17 20:23:34 00000000 s (emmcache) loaded 0 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms

2020/12/17 20:23:34 00000000 s (emmcache) loaded 0 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms

2020/12/17 20:23:34 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:34 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:34 00000000 s (anticasc) ERROR: anti cascading is enabled but ac_logfile is not set.

2020/12/17 20:23:34 605C81DC c (client) plain dvbapi-client granted (tvheadend, au=auto (1 reader))

2020/12/17 20:23:34 605C81DC c (dvbapi) dvbapi channelcache loaded from /config/oscam/oscam.ccache

2020/12/17 20:23:34 605C81DC c (dvbapi) Using /tmp/camd.socket listen socket, API forced to DVBAPIv3 (0), userconfig boxtype: 11

2020/12/17 20:23:34 797FD894 h (webif) webif: decompressed 185234 bytes back into 487096 bytes

2020/12/17 20:23:34 797FD894 h (webif) HTTP Server running. ip=0.0.0.0 port=8888

2020/12/17 20:23:36 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:36 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:38 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:38 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:40 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:40 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:42 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:42 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:44 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:44 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

2020/12/17 20:23:46 5802A2DF r (reader) smargo [smargo] ERROR: Opening device 001:006 (errno=2 No such file or directory)

2020/12/17 20:23:46 5802A2DF r (reader) smargo [smargo] Cannot open device: 001:006

 

 

Can someone please help me getting this working?

 

Thanks in advance.

 

Søren

 

Might be permission errors. Have you tried to change permissions for the smargo?

Link to comment
1 hour ago, SørenF said:

Do you mean in unraid or in Oscam?

 

I have already done chmod 777 in Unraid for the /dev/bus/usb/001/006

 

 

Is the smargo even using a device ID like that? From what I remember from years back you have to find the ID of the reader using the smartreader tools. Googling smargo and oscam confirms that.

Also the protocol should be smartreader or mouse.

Link to comment
55 minutes ago, saarg said:

Is the smargo even using a device ID like that? From what I remember from years back you have to find the ID of the reader using the smartreader tools. Googling smargo and oscam confirms that.

Also the protocol should be smartreader or mouse.

Thank you for the quick reply.

 

in the oscam.server I am using:

 

device = 001:003

 

So maybe the entry for the docker is not needed.

 

Have found the ID of the smargo, by looking in system devices in Unraid.

 

I have changed the protocol to smartreader, and not I get this:

 

2020/12/18 01:01:18 00000000 s (main) System name = Linux

2020/12/18 01:01:18 00000000 s (main) Host name = 73e7b8493d20

2020/12/18 01:01:18 00000000 s (main) Release = 4.19.107-Unraid

2020/12/18 01:01:18 00000000 s (main) Version = #1 SMP Thu Mar 5 13:55:57 PST 2020

2020/12/18 01:01:18 00000000 s (main) Machine = x86_64

2020/12/18 01:01:18 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 653

2020/12/18 01:01:18 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled

2020/12/18 01:01:18 00000000 s (main) signal handling initialized

2020/12/18 01:01:18 00000000 s (reader) smargo [smartreader] creating thread for device 001:003

2020/12/18 01:01:18 00000000 s (emmcache) loaded 0 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms

2020/12/18 01:01:18 00000000 s (emmcache) loaded 0 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms

2020/12/18 01:01:18 00000000 s (anticasc) ERROR: anti cascading is enabled but ac_logfile is not set.

2020/12/18 01:01:18 5FFA4A18 c (client) plain dvbapi-client granted (tvheadend, au=auto (1 reader))

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:18 5FFA4A18 c (dvbapi) dvbapi channelcache loaded from /config/oscam/oscam.ccache

2020/12/18 01:01:18 5FFA4A18 c (dvbapi) Using /tmp/camd.socket listen socket, API forced to DVBAPIv3 (0), userconfig boxtype: 11

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:18 1B32B057 h (webif) webif: decompressed 185234 bytes back into 487096 bytes

2020/12/18 01:01:18 1B32B057 h (webif) HTTP Server running. ip=0.0.0.0 port=8888

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

 

 

I tried googling "Endpoint check failed, assuming this is not a smartreader", but I cannot find the issue.

Link to comment
9 hours ago, SørenF said:

Thank you for the quick reply.

 

in the oscam.server I am using:

 

device = 001:003

 

So maybe the entry for the docker is not needed.

 

Have found the ID of the smargo, by looking in system devices in Unraid.

 

I have changed the protocol to smartreader, and not I get this:

 

2020/12/18 01:01:18 00000000 s (main) System name = Linux

2020/12/18 01:01:18 00000000 s (main) Host name = 73e7b8493d20

2020/12/18 01:01:18 00000000 s (main) Release = 4.19.107-Unraid

2020/12/18 01:01:18 00000000 s (main) Version = #1 SMP Thu Mar 5 13:55:57 PST 2020

2020/12/18 01:01:18 00000000 s (main) Machine = x86_64

2020/12/18 01:01:18 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 653

2020/12/18 01:01:18 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled

2020/12/18 01:01:18 00000000 s (main) signal handling initialized

2020/12/18 01:01:18 00000000 s (reader) smargo [smartreader] creating thread for device 001:003

2020/12/18 01:01:18 00000000 s (emmcache) loaded 0 emmcache records from /tmp/.oscam/oscam.emmcache in 0 ms

2020/12/18 01:01:18 00000000 s (emmcache) loaded 0 emmstat records from /tmp/.oscam/oscam.emmstat in 0 ms

2020/12/18 01:01:18 00000000 s (anticasc) ERROR: anti cascading is enabled but ac_logfile is not set.

2020/12/18 01:01:18 5FFA4A18 c (client) plain dvbapi-client granted (tvheadend, au=auto (1 reader))

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:18 5FFA4A18 c (dvbapi) dvbapi channelcache loaded from /config/oscam/oscam.ccache

2020/12/18 01:01:18 5FFA4A18 c (dvbapi) Using /tmp/camd.socket listen socket, API forced to DVBAPIv3 (0), userconfig boxtype: 11

2020/12/18 01:01:18 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:18 1B32B057 h (webif) webif: decompressed 185234 bytes back into 487096 bytes

2020/12/18 01:01:18 1B32B057 h (webif) HTTP Server running. ip=0.0.0.0 port=8888

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:20 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:22 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:24 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:26 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:28 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:30 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:32 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:34 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:36 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Endpoint check failed, assuming this is not a smartreader

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Smartreader device 001:003 not found

2020/12/18 01:01:38 5FD4E7F5 r (reader) smargo [smartreader] Cannot open device: 001:003

 

 

I tried googling "Endpoint check failed, assuming this is not a smartreader", but I cannot find the issue.

I never set one up myself, as the one I had was dead when I tried setting it up in oscam.

Oscam doesn't find the device. The device ID I was talking about is not xxx:yyy, it's just one number and you have to find it using a special tool. You can try setting the ID from 0 to 6 and see if it works.

 

There is a section in the webui where you can see all available devices. Don't remember where and I don't have access to setting up oscam now.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.