View previous topic :: View next topic |
Author |
Message |
mdupuis at ocg.ca Guest
|
Posted: Wed Feb 04, 2015 6:55 pm Post subject: [asterisk-users] When are /proc/dahdi files created |
|
|
Can someone tell me when the /proc/dahdi files are created for spans? Are they created when asterisk starts (or the asterisk init script) - if not what script creates them? |
|
Back to top |
|
|
rmeyerriecks at digium... Guest
|
Posted: Thu Feb 05, 2015 11:55 am Post subject: [asterisk-users] When are /proc/dahdi files created |
|
|
On Wed, Feb 4, 2015 at 5:54 PM, Michelle Dupuis <mdupuis@ocg.ca> wrote:
Quote: | Can someone tell me when the /proc/dahdi files are created for spans?
|
That file structure is created by dahdi and the associated board
driver after they are modprobed into the kernel.
--
Russ Meyerriecks
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
direct: +1 256-428-6025
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Mon Feb 09, 2015 4:38 am Post subject: [asterisk-users] When are /proc/dahdi files created |
|
|
On Wed, Feb 04, 2015 at 11:54:12PM +0000, Michelle Dupuis wrote:
Quote: | Can someone tell me when the /proc/dahdi files are created for spans? Are they created when asterisk starts (or the asterisk init script) - if not what script creates them?
|
/proc/dahdi is created when dahdi is loaded. Each span N that is loaded
creates /proc/dahdi/N .
See the README:
http://docs.tzafrir.org.il/dahdi-linux/#_procfs_interface_proc_dahdi
and while we're at it: the following sections about the sysfs interface.
/proc and /sys are generated by the kernel. No script generates them. A
script may trigger the load of those modules. Those modules will be
loaded typically in the dahdi init script, if not loaded earlier by
hotplug (if the DAHDI hardware driver is not blacklisted).
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|