All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Jordi Coma Garcia <jordicoma22@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Error saa7134 Avermedia Hibrid 16AR
Date: Mon, 21 Sep 2020 07:02:50 +0200	[thread overview]
Message-ID: <20200921070250.18d823aa@coco.lan> (raw)
In-Reply-To: <CAOcvHs6Te1N3Vv_KcWEGpCy6uajfjs2-DUJi_JzZ6n2znMOHBw@mail.gmail.com>

Em Sun, 20 Sep 2020 14:14:39 +0200
Jordi Coma Garcia <jordicoma22@gmail.com> escreveu:

> Hello,
> 
> I'm trying to run the tv dvb-t card Avermedia hybrid 16ar on the linux
> 5.8.10 an arch linux. I can sintonize but I'm getting errors with kaffeine.
> 
> 
> [image: imatge.png]
> When running the lts kernel of arch ( 5.4.66-1) I have no errors and it
> works fine.
> 
> Hope you can help

Based on the Kaffeine logs, I suspect that the sqlite database got
somehow corrupted (perhaps because some distro upgrade?).

Kaffeine stores its configuration, plus the channels found by scan 
and the EPG data on some files:


	$ file ~/.local/share/kaffeine/*
	~/.local/share/kaffeine/config.dvb:   ASCII text
	~/.local/share/kaffeine/epgdata.dvb:  data
	~/.local/share/kaffeine/playlistsK4:  data
	~/.local/share/kaffeine/scanfile.dvb: ASCII text
	~/.local/share/kaffeine/sqlite.db:    SQLite 3.x database, last written using SQLite version 3033000

You could try to backup those files to some different place and then
remove the sqlite ones (epgdata.dvb and sqlite.db) and re-run the
Kaffeine's channel scan.

Thanks,
Mauro

           reply	other threads:[~2020-09-21  5:02 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAOcvHs6Te1N3Vv_KcWEGpCy6uajfjs2-DUJi_JzZ6n2znMOHBw@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200921070250.18d823aa@coco.lan \
    --to=mchehab@kernel.org \
    --cc=jordicoma22@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.