tvheadend crashes when descrambling -> Bus Error
Added by Paukl Schmidt over 8 years ago
Hi,
my setup is the following:
Raspberry Pi 2 -> Xbian
I have a DVB-C USB tuner connected and running.
tvheadend is up and running for all free tv channels.
For encrypted channels I use OSCam (cccam).
Tvheadend and OSCam are connected via dvbapi.
As soon as I switch to an encrypted channel, tvheadend crashes immediately.
The consol just shows a "Bus Error" and the exists tvheadend.
This is my oscam.conf
[global] logfile = stdout fallbacktimeout = 3 bindwait = 5 nice = -1 maxlogsize = 200 waitforcards = 0 preferlocalcards = 1 [anticasc] enabled = 1 [cache] cwcycle_check_enable = 1 cwcycle_check_caid = 098E,1838,1850 cwcycle_maxlist = 4000 cwcycle_keeptime = 15 [newcamd] [cccam] port = 12000 reshare = 1 ignorereshare = 0 version = 2.0.11 updateinterval = 60 minimizecards = 0 keepconnected = 1 stealth = 1 [dvbapi] enabled = 1 au = 1 request_mode = 1 user = tvheadend boxtype = pc-nodmx [webif] httpport = 8888 httprefresh = 2 httppollrefresh = 2 httpallowed = 127.0.0.1,192.168.0.0-192.168.254.254
Any idea what to do?
Replies (1)
RE: tvheadend crashes when descrambling -> Bus Error - Added by Mark Clarkstone over 8 years ago
Paukl Schmidt wrote:
Hi,
my setup is the following:
Raspberry Pi 2 -> Xbian
I have a DVB-C USB tuner connected and running.
tvheadend is up and running for all free tv channels.
For encrypted channels I use OSCam (cccam).
Tvheadend and OSCam are connected via dvbapi.
As soon as I switch to an encrypted channel, tvheadend crashes immediately.
The consol just shows a "Bus Error" and the exists tvheadend.This is my oscam.conf
[...]Any idea what to do?
Check dmesg and /var/log/daemog.log for crash lines.
You may need to install the tvheadend-dbg package though otherwise there won't be any line traces.
When you have the crash lines please open a new bug.