Talk:Sabrent TV-USBHD

From LinuxTVWiki
Revision as of 05:39, 18 February 2011 by Grassmunk (talk | contribs) (Created page with 'I'd like to mention here after much struggle with this I was able to get it to work by adding two simple lines to a file (in Ubuntu 10.10). Get the current release as described...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I'd like to mention here after much struggle with this I was able to get it to work by adding two simple lines to a file (in Ubuntu 10.10).

Get the current release as described on this site (the easy way) run the following commands: make -C linux/ download make -C linux/ untar

the edit ~/media_build/linux/drivers/media/video/au0828/au0828-cards.c

At the very end of the file you will see { USB_DEVICE(0x2040, 0x8200), .driver_info = AU0828_BOARD_HAUPPAUGE_WOODBURY },

Add this to the line immediately following:

       { USB_DEVICE(0x05e1, 0x0400),
               .driver_info = AU0828_BOARD_HAUPPAUGE_WOODBURY },

{ },

then type make.

Note, this only works on the Sabrent card with the tda18271 chipset but it works now flawlessly after messing around for 2 years.