https://bugzilla.novell.com/show_bug.cgi?id=853073 https://bugzilla.novell.com/show_bug.cgi?id=853073#c5 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |goldstein.mark@gmail.com --- Comment #5 from Takashi Iwai <tiwai@suse.com> 2014-03-17 17:40:45 UTC --- OK, the problem seems to be the static blacklist in /etc/modprobe.d/50-blacklist.conf: # These devices have bt878 chip without PCI Subsystem ID. Without that info bttv # does not know how to treat them properly. Therefore we disable autoloading of # modules for these devices. # See https://bugzilla.novell.com/show_bug.cgi?id=149588 # To enable your device create a hardware configuration file for your device. # See man hwup for details. # You will probably have to specify an option to identify your card. Have a # look in /usr/src/linux/Documentation/video4linux/CARDLIST.bttv. alias pci:v0000109Ed0000036Esv00000000sd00000000bc04sc00i00 bttv_skip_it alias pci:v0000109Ed00000878sv00000000sd00000000bc04sc80i00 bttv_skip_it install bttv_skip_it echo "module alias skipped (bt878 chip without PCI Subsystem ID)" So, it's an (unfortunate) intentional behavior. I guess a quick fix is just to load this module forcibly by adding an entry in /usr/lib/modules-load.d/*.conf. Could you give it a try? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.