Bug 895460
Summary: | Missing drivers (af9013) in kernel 3.7.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan ONDREJ <ondrejj> | ||||
Component: | kernel | Assignee: | Mauro Carvalho Chehab <mchehab> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 18 | CC: | gansalmon, itamar, jonathan, kernel-maint, lwang, madhu.chinakonda, zxvdr.au | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-01-18 20:43:32 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jan ONDREJ
2013-01-15 09:25:58 UTC
Mauro, I'm fairly sure this is a result of CONFIG_MEDIA_SUBDRV_AUTOSELECT defaulting to =y in the 3.7 kernels. With that set, we can't individually enable this module. Should it be added to the AUTOSELECT list? (In reply to comment #1) > Mauro, I'm fairly sure this is a result of CONFIG_MEDIA_SUBDRV_AUTOSELECT > defaulting to =y in the 3.7 kernels. With that set, we can't individually > enable this module. Should it be added to the AUTOSELECT list? Yes. This device is a frontend: $ git grep CONFIG_DVB_AF9013 drivers/media/ drivers/media/dvb-frontends/Makefile:obj-$(CONFIG_DVB_AF9013) += af9013.o drivers/media/dvb-frontends/af9013.h:#if defined(CONFIG_DVB_AF9013) || \ drivers/media/dvb-frontends/af9013.h: (defined(CONFIG_DVB_AF9013_MODULE) && defined(MODULE)) drivers/media/dvb-frontends/af9013.h:#endif /* CONFIG_DVB_AF9013 */ $ git grep af9013.h drivers/media/ drivers/media/dvb-frontends/af9013_priv.h:#include "af9013.h" drivers/media/usb/dvb-usb-v2/af9015.h:#include "af9013.h" The only driver that uses it is af9015. Its Kconfig should be autoselecting it. At least on the current upstream, this seems to be correct: config DVB_USB_AF9015 tristate "Afatech AF9015 DVB-T USB2.0 support" depends on DVB_USB_V2 select DVB_AF9013 OK. We don't have DVB_USB_V2 set, so that doesn't show up. That would be the issue I guess. Fixed in Fedora git. kernel-3.7.2-204.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/kernel-3.7.2-204.fc18 kernel-3.7.2-204.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 902622 has been marked as a duplicate of this bug. *** |