[Home]

Summary:ASTERISK-04519: Zaptel compiles but fails to load with 2.6.13 series kernels
Reporter:linuxa (linuxa)Labels:
Date Opened:2005-07-04 21:26:50Date Closed:2008-06-07 10:57:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using a vanilla 2.6.13-rc1 kernel zaptel compiles but then when
modprobing dmesg gives:-

zaptel: Unknown symbol class_simple_device_add
zaptel: Unknown symbol class_simple_destroy
zaptel: Unknown symbol class_simple_device_remove
zaptel: Unknown symbol class_simple_create

Kevin has noted that the sysfs interfaces have changed post-2.6.12, and the drivers will need
updating.
Comments:By: Kevin P. Fleming (kpfleming) 2005-07-05 10:07:42

This is most definitely not a "major" bug, since the 2.6.13 kernel has not even been released yet.

By: Kevin P. Fleming (kpfleming) 2005-07-08 20:13:54

Fixed in CVS HEAD and CVS v1-0, thanks for the report!

By: Kevin P. Fleming (kpfleming) 2005-07-08 20:15:12

Also, I don't see how this could have even compiled against 2.6.13 kernel headers at all... it certainly wouldn't for me.

By: Digium Subversion (svnbot) 2008-06-07 10:57:41

Repository: dahdi
Revision: 688

U   trunk/zaptel.c

------------------------------------------------------------------------
r688 | kpfleming | 2008-06-07 10:57:41 -0500 (Sat, 07 Jun 2008) | 2 lines

update to 2.6.13 sysfs API (bug ASTERISK-4519)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=688

By: Digium Subversion (svnbot) 2008-06-07 10:57:45

Repository: dahdi
Revision: 689

U   branches/v1-0/zaptel.c

------------------------------------------------------------------------
r689 | kpfleming | 2008-06-07 10:57:44 -0500 (Sat, 07 Jun 2008) | 2 lines

update to 2.6.13 sysfs API (bug ASTERISK-4519)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=689