yarko93 / tdt-amiko

Automatically exported from code.google.com/p/tdt-amiko
1 stars 0 forks source link

Can't decode two channels on 7162 #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With the 03 January version:
1. start record of an encrypted channel
2. zap to another encrypted channel 
3. black screen

I try with two oscam version with a regular subscription. 
- with 8110 i've "/dev/dvb/adapter0/ca1 error 16: Device or resource busy" in 
log
- in other there's no error
Always black screen.

I hope it will be useful.

Original issue reported on code.google.com by rexu...@gmail.com on 23 Jan 2013 at 8:40

GoogleCodeExporter commented 8 years ago
Hi here is solutions:
change /etc/udev/rules.d/60-dvb-ca.rules

KERNEL=="dvb0.ca0", NAME="dvb/adapter0/ca0",MODE="0660"
KERNEL=="dvb0.ca1", NAME="dvb/adapter0/ca1", MODE="0660" 

Martin.

Original comment by ma.kuku...@gmail.com on 12 Apr 2013 at 9:14

GoogleCodeExporter commented 8 years ago
And you will get problem with emulators (mgcamd, wicardd). 

Original comment by andrey....@gmail.com on 12 Apr 2013 at 9:36

GoogleCodeExporter commented 8 years ago
Thank you for report, do you know any mgcamd version that can work without ca0 
-> ca1 link ?

Original comment by alexeytech on 12 Apr 2013 at 10:14

GoogleCodeExporter commented 8 years ago
Need start script for mgcamd - 
ALT camd manager not good .. 
rm -f /dvb/adapter0/ca1
ln -s /dvb/adapter0/ca0 /dvb/adapter0/ca1

Original comment by ma.kuku...@gmail.com on 12 Apr 2013 at 11:22

GoogleCodeExporter commented 8 years ago

Original comment by alexeytech on 29 Aug 2013 at 8:58