tarazed wrote:dib0700 was detected by kaffeine at the channel tuning stage when the WinTV card was plugged in. I think most of these should be registered with the em28xx driver. It keeps a table of the supported devices, and way back, doktor5000 showed me a way to examine that but I cannot put my hand on the notes just now. What I am saying is if you have some clue as to the specific hardware component you could see if it matched any of the firmware and then find out if em28xx knows about it. When a device is recognized the firmware is loaded and leaves a trail in the journal I think. Try journalctl and grep on something like dvb.
Well, at the very least you should provide the vendor and product IDs, either via lspci -vnnk or via lspcidrake -v as the product name itself is not really relevant. E.g. for some wireless devices there are 3 or 4 different revisions, some even using totally different chipsets from different OEM vendors.
Then the other thing is to look what happens after you plugin your device. Try as root with
- Code: Select all
journalctl -af
then wait a few seconds and plug your device.
Apart from that I don't get quite the point of the OP. Are you only asking if DVB adapters are working in general for other people or do you want to get your device to work?