mooresey,
Some bad news, I'm afraid. According to your lspci, your board is using TW6800 chips, while all of the other people posting have TW6802 or TW6805 chips. On my 4-chip TW6805 board, for instance, I get:
Code: Select all
[bill@bbsuper tw68-v2]$ lspci | grep 68
06:04.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
06:05.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
06:06.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
06:07.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
(the '6804' is the common sub-module of the chip which handles video processing for both the TW6802 and TW6805). The TW6800 was the "Grandfather" of the series, and isn't altogether compatible. During driver development, there has been no testing of the TW6800, for the simple reason that I don't have access to one.
Because there was no testing, at the moment the driver won't even recognize the chip. For anyone technically inclined, this is related to the PCI-ID, which for the TW6802 and TW6805 is 1797:6804, while for the TW6800 it is 1797:6800 - you can see for yourself by giving the command
If you'd like, I can enhance the driver to make it recognize your PCI-ID (that's fairly simple). However, it is likely there will be further problems once it's been recognized.
Bill