Bug 1220118
| Summary: | Kernel 3.19.5 segfaults when connecting Hauppage Nova-TD usb stick | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pekka Harjamäki <mcfizh> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 21 | CC: | anothersname, gansalmon, itamar, jonathan, kernel-maint, labbott, madhu.chinakonda, mchehab | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | kernel-4.0.4-201.fc21 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-05-26 03:38:24 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
Pekka Harjamäki
2015-05-10 09:22:48 UTC
Here's outputs from lspci and lsusb without stick attached, if it's any help: lspci: 00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03) 00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03) 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) 00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03) 00:03.2 IDE interface: Intel Corporation 4 Series Chipset PT IDER Controller (rev 03) 00:03.3 Serial controller: Intel Corporation 4 Series Chipset Serial KT Controller (rev 03) 00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02) 00:1a.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 (rev 02) 00:1a.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 (rev 02) 00:1a.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 2 (rev 02) 00:1d.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a2) 00:1f.0 ISA bridge: Intel Corporation 82801JD (ICH10D) LPC Interface Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801JD/DO (ICH10 Family) SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02) lsusb: Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Created attachment 1024353 [details]
Possible fix for dvb oops
Can you try the following patch?
Patch seems to work. I compiled 3.19.7-200.fc21.x86_64 from source and connected usb stick -> crash then applied patch and recompiled, and now it works: [ 114.114030] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 134.237030] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 134.351966] usb 1-1: New USB device found, idVendor=2040, idProduct=9580 [ 134.351973] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 134.351977] usb 1-1: Product: NovaT 500Stick [ 134.351980] usb 1-1: Manufacturer: Hauppauge [ 134.351982] usb 1-1: SerialNumber: 4028638203 [ 135.429717] dvb-usb: found a 'Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity' in cold state, will try to load a firmware [ 135.431295] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw' [ 135.632704] dib0700: firmware started successfully. [ 136.133212] dvb-usb: found a 'Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity' in warm state. [ 136.133295] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 136.133336] DVB: registering new adapter (Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity) [ 136.359834] usb 1-1: DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)... [ 136.369208] MT2266: successfully identified [ 136.516077] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer. [ 136.516207] DVB: registering new adapter (Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity) [ 136.653708] usb 1-1: DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)... [ 136.657334] MT2266: successfully identified [ 136.831017] Registered IR keymap rc-dib0700-rc5 [ 136.831227] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0/input11 [ 136.831480] rc0: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/rc/rc0 [ 136.831577] dvb-usb: schedule remote query interval to 50 msecs. [ 136.831581] dvb-usb: Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity successfully initialized and connected. [ 136.831743] usbcore: registered new interface driver dvb_usb_dib0700 Btw.. this bug might be related to same problem: https://bugzilla.redhat.com/show_bug.cgi?id=1185116 Thanks for the confirmation. I'll work on submitting this upstream. Once it gets accepted we will bring it in. *** Bug 1185116 has been marked as a duplicate of this bug. *** kernel-4.0.4-300.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/kernel-4.0.4-300.fc22 kernel-4.0.4-200.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kernel-4.0.4-200.fc21 Package kernel-4.0.4-300.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-4.0.4-300.fc22' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-8534/kernel-4.0.4-300.fc22 then log in and leave karma (feedback). kernel-4.0.4-201.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kernel-4.0.4-201.fc21 kernel-4.0.4-100.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/kernel-4.0.4-100.fc20 kernel-4.0.4-300.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. kernel-4.0.4-201.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. kernel-4.0.4-101.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/kernel-4.0.4-101.fc20 |