[asterisk-bugs] [DAHDI-linux 0013607]: wct1xxp module fails to probe the hardware

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Oct 22 05:18:16 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13607 
====================================================================== 
Reported By:                klaus3000
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   13607
Category:                   wct1xxp
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     acknowledged
====================================================================== 
Date Submitted:             2008-10-03 04:22 CDT
Last Modified:              2008-10-22 05:18 CDT
====================================================================== 
Summary:                    wct1xxp module fails to probe the hardware
Description: 
"modprobe wct1xxp" results in:

Oct  3 11:21:38 samuel kernel: [877999.378572] t1xxp: probe of
0000:03:08.0 failed with error -5

I never had any issues while using zaptel.
====================================================================== 

---------------------------------------------------------------------- 
 (0094121) tzafrir (manager) - 2008-10-22 05:18
 http://bugs.digium.com/view.php?id=13607#c94121 
---------------------------------------------------------------------- 
Looking at it shows a small difference at that area:

-       if (pci_enable_device(pdev)) {
-               res = -EIO;
+       if (!pci_enable_device(pdev)) {
+               return -EIO;

:-( 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-22 05:18 tzafrir        Note Added: 0094121                          
======================================================================




More information about the asterisk-bugs mailing list