| Summary: | no radio devices for kernel 3.2.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew <travneff> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kernel-2.6.42.7-1.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-22 15:31:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Andrew
2012-01-26 11:17:33 UTC
Temporary workaround may be building just the needed module by yourself using custom makefile and linux kernel sources (same version with kernel you use). For example (using SI470 USB device): go to drivers/media/radio/si470x folder and run a following commands there. $ git checkout v3.2 # assuming it is a vanilla source cloned by git and currently loaded kernel is 3.2.* $ mv Makefile Makefile.bak $ echo -e ' radio-usb-si470x-objs := radio-si470x-usb.o radio-si470x-common.o obj-m += radio-usb-si470x.o KERNELDIR := /lib/modules/`uname -r`/build ccflags-y += -DCONFIG_USB_SI470X -DCONFIG_USB_SI470X_MODULE all: \t$(MAKE) -C $(KERNELDIR) SUBDIRS=$(CURDIR) modules clean: \trm -rf *.ko *.o *.cmd .*.o.d .tmp_versions Module.* modules.order ' > Makefile $ make $ sudo mv -iv radio-usb-si470x.ko /lib/modules/`uname -r`/kernel/drivers/media/ $ sudo depmod -A $ sudo modprobe radio-usb-si470x re-enabled on all branches kernel-3.2.7-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/kernel-3.2.7-1.fc16 kernel-2.6.42.7-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/kernel-2.6.42.7-1.fc15 Package kernel-2.6.42.7-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-2.6.42.7-1.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-2136/kernel-2.6.42.7-1.fc15 then log in and leave karma (feedback). Kernel 3.2.7-1.fc16.x86_64 fixed subject issue. Thank you! kernel-3.2.7-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. kernel-2.6.42.7-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |