Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50142 - ztdummy driver not compiled in zaptel ebuilds
Summary: ztdummy driver not compiled in zaptel ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 15:43 UTC by Arthur Ward
Modified: 2005-02-15 15:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Ward 2004-05-05 15:43:58 UTC
For people setting up the Asterisk PBX without any Zaptel hardware, the ztdummy kernel module is necessary for some features of Asterisk to work (by emulating the Zaptel hardware's timer).

All that's needed is this line added to src_unpack in the existing ebuild:

sed -i -e "s:#\( ztdummy.o.*\):\1:" Makefile

This uncomments the ztdummy driver's entry in the Makefile. A more robust ebuild might also advise that ztdummy requires the standard usb_uhci driver, and make these changes dependent on a local USE variable (perhaps USE=ztdummy).
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-15 15:41:54 UTC
old and fixed