[linux-dvb] AF9015 Driver (USB)
Antti Palosaari
crope at iki.fi
Thu Nov 22 03:26:26 CET 2007
Lindsay Mathieson wrote:
> Antti Palosaari wrote:
>> LindsYour stick uses most likely tuners from Maxilinear. This driver
>> supports only AF9015 reference with MT2060 and MT2061F tuners. Manu's
>> tree should support your stick. But if there is really AF9015 it
>> should dump at least some information to log, e.g. eeprom dump and and
>> errors saying that tuner is not recognized if not errors even before
>> that. Look debug and message logs for more information.
>
>
> Yes, it uses the Maxilinear tuner. I've just been looking at the dmesg
> output, where would I find the debug logs?
It depends on distribution. If I remember correctly Ubuntu logs debug by
default to /var/log/debug. On Fedora you should enable debug logging. It
is done by syslog, /etc/syslog.conf.
Examples to try:
*.debug;*.info;mail.none;authpriv.none;cron.none /var/log/messages
*.debug /var/log/debug
Remember restart syslogd if configuration is changed.
And check also that there is no race condition in drivers that same
usb-id is used in more than one driver at the time. You need to remove
driver duplicate driver module and install new one. Or broke usb-id from
driver you don't want to use and install broken driver and then install
driver with correct usb-id.
/antti
--
http://palosaari.fi
More information about the linux-dvb
mailing list