Opened 9 years ago

Closed 9 years ago

#4263 closed defect (fixed)

sh4 stapi5 - does not work

Reported by: satxtreme Owned by:
Priority: Please fill in Component: ! Please select...
Severity: Please fill in Keywords:
Cc: Sensitive: no

Description

after the last update 10897 is not working oscam sh4 stapi5

Change History (8)

comment:1 by nm1, 9 years ago

/* coolstream*/ { "/dev/cnxt/", "null", "null", "/tmp/camd.socket", COOLAPI },

the comma should be removed at the line 189 in the source code.

Last edited 9 years ago by nm1 (previous) (diff)

in reply to:  description comment:2 by satxtreme, 9 years ago

Replying to satxtreme:


nm1>>> nothing changed, is not working...if I remove сhangeset 10897, all ok !!!

Last edited 9 years ago by satxtreme (previous) (diff)

comment:3 by the.sniffer, 9 years ago

perhaps
change
/* wetek (dvb-api-3)*/ { "/dev/dvb%d.", "ca%d", "demux%d", "/tmp/camd.socket", DVBAPI_3 },
to
/* wetek (dvb-api-3)*/ { "/dev/dvb%d/", "ca%d", "demux%d", "/tmp/camd.socket", DVBAPI_3 },

comment:4 by satxtreme, 9 years ago

sniffer > not working...

comment:5 by nm1, 9 years ago

The patch is wrong
order of devices shouldn't be changed otherwise the whole module should be changed

A reverting the patch is a good way.

comment:6 by satxtreme, 9 years ago

you're right

comment:7 by satxtreme, 9 years ago

closed> 10899 is fixed

comment:8 by Aeon, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.