[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-10 Thread Phillip Lougher
Thanks for your detailed follow-up information, and I unfortunately
recognise and appreciate your comment about work leaving little free
time and energy :)

It does seem odd both cards are working in each other's PCI slots.  As
you said, it may have been a loose card, or perhaps there is a subtle
race-condition in the driver.  As the driver is now working I'll close
this bug.  If it occurs again, please re-open the bug,  Thanks.

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-10 Thread Richard Brooklyn
** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Needs Info => Rejected

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-08 Thread Richard Brooklyn
Hi,

Sorry to be taking so long with getting back to you. Work has left me
with very little free time or energy recently.

To confirm. Mandriva's kernel version shows as 2.6.17-13mdv in uname.

I did some digging, with surprising results:

When card one is installed on it's own: No issues.

When card two is installed on it's own: No issues. Registers same
zarlink frontend as listed in original bug report.

When card one and two are installed, but are in each other's PCI slots:
No issues... Mythtv picks up both cards just fine and I'm watching one
program whilst recording another as I write this.

I'm slightly freaked out by this. Maybe the second card was just loose
the whole time? Would that even make sense? My assumption would be that
it wouldn't work at all under those conditions.

Please close this bug. Hopefully it will help anyone with the same issue
in the future.

Thank you for your time, Phillip.

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-02 Thread Richard Brooklyn
Hello Phillip,

Thank you for your lengthy reply. It's nice to see this bug is being
taken seriously, despite my amateurish attempts at reporting it.

Attached is the full dmesg report, as requested.

I cannot confirm right now that it only happens on the second card. I'll
have a play with removing the hardware tomorrow and get back to you on
that one.

Mandriva uses kernel 2.6.17 according to it's distrowatch page. I shall
confirm this tomorrow by booting the livecd again.

The Gentoo system used kernel 2.6.18 or 2.6.19, I'm honestly not sure.

I did find this, which is concerning me. Maybe this is a hardware issue
after all: http://www.linuxtv.org/pipermail/linux-
dvb/2006-January/007910.html

Is there a way of forcing the driver to see the board as having a
specific frontend? I'm certain the cards are identical, and if the
driver can see past this error, I guess it might work?

** Attachment added: "full dmesg output"
   http://librarian.launchpad.net/7123033/dmesg.txt

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-02 Thread Phillip Lougher
All DVB-T cards need a front end tuner (FET) to tune to the correct
terrestrial multiplex, and then to convert the signal into something
that can be de-multiplexed to obtain the desired audio/video MPEG
streams.

Unfortunately, there are a number of these FETs, all with different
programming interfaces.  The dmesg error log shows that the MT352 FET
driver has been loaded by the DVB software.  It appears that the MT352
driver code when probing the FET on your board has failed to read it.
Unsurprisingly, because the MT352 software can't read the chip, it
doesn't recognise it as a MT352 FET.

There are a number of possible reasons for this.  Because you say it
only happens on the second card, it is probably safe to rule out obvious
causes such as not having an MT352, or bugs in the chip reading code.
The most probable cause is code which assumes only one card is present.

To go any further with this bug, we need to know some more information.

 * Can you confirm it only happens on the second card?
 * What kernel version does the Mandrive One LiveCD 2007.1 use?
 * Can you supply the full dmesg output (dmesg > dmesg,txt and attach it 
please).

What would be really useful is finding a kernel where both cards
definately worked.  You mentioned it worked on Gentoo ?  What kernel was
that using?

Thanks



** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Phillip Lougher
   Status: Unconfirmed => Confirmed

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Confirmed => Needs Info

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 99120] Re: Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)

2007-04-02 Thread Richard Brooklyn
I get the exact same error message in Mandrive One LiveCD 2007.1

This this is either a hardware issue (in which case, I apologise for
wasting time and bandwidth) or a kernel issue.

Interestingly, the mt352_read_register error message appears in the same
place (when I modprobe the dvb-bt8xx module), so it's probably
significant. I wish I knew what that error code meant.

I shall do more digging later.

-- 
Missing frontend for avermedia dvb-t 771 (yet working for another 771 card)
https://bugs.launchpad.net/bugs/99120
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs