[asterisk-bugs] [DAHDI-linux 0014794]: DAHDI Module Fails to Load
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 31 12:49:30 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14794
======================================================================
Reported By: swarga
Assigned To:
======================================================================
Project: DAHDI-linux
Issue ID: 14794
Category: dahdi (the module)
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
======================================================================
Date Submitted: 2009-03-31 12:24 CDT
Last Modified: 2009-03-31 12:49 CDT
======================================================================
Summary: DAHDI Module Fails to Load
Description:
dahdi-linux 2.1.0.4 compiles and installs correctly, but when the init
script tries to load the module I see the following error:
-bash-3.2# /etc/init.d/dahdi start
Loading DAHDI hardware modules:
dahdi_dummy: [ OK ]
Error: missing /dev/dahdi!
======================================================================
----------------------------------------------------------------------
(0102490) sruffell (administrator) - 2009-03-31 12:49
http://bugs.digium.com/view.php?id=14794#c102490
----------------------------------------------------------------------
Assuming that udev isn't running, you may need to hand create the following
special files:
crw-rw---- 1 asterisk asterisk 196, 254 Mar 31 12:45 channel
crw-rw---- 1 asterisk asterisk 196, 0 Mar 31 12:45 ctl
crw-rw---- 1 asterisk asterisk 196, 255 Mar 31 12:45 pseudo
crw-rw---- 1 asterisk asterisk 196, 253 Mar 31 12:45 timer
i.e.
mknod /dev/dahdi/channel c 196 254
mknod /dev/dahdi/ctl c 196 0
mknod /dev/dahdi/pseudo 196 255
mknod /dev/dahdi/timer 196 253
Issue History
Date Modified Username Field Change
======================================================================
2009-03-31 12:49 sruffell Note Added: 0102490
======================================================================
More information about the asterisk-bugs
mailing list