> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:asterisk-gui- > [EMAIL PROTECTED] On Behalf Of Stephen Coles > Sent: Wednesday, October 17, 2007 12:37 PM > To: 'asterisk-gui@lists.digium.com' > Subject: [asterisk-gui] conferencing > > brandon > > Tried 'modprobe ztdummy' didn't work says couldn't find modprobe > After looking on the net found that you have to run it as root and > reference from the sbin directory > Using locate i found ztdummy.ko in /lib/modules/2.6 ...... > When i try modprobe ztdummy.ko it fails and says no file ztdummy.ko > even > though it exists
Modprobe should be run as root, if your using su to change users you need to use "su -" so you get roots environment variable changes. > Is there a simple way i can just add to a config file - i just need a > working line and what file to add it too Modify the /etc/sysconfig/zaptel file so the line: #MODULES="$MODULES ztdummy" # UHCI USB Zaptel Timing Only Interface Reads like: MODULES="$MODULES ztdummy" # UHCI USB Zaptel Timing Only Interface Then as root either restart zaptel or restart the box, now ztdummy should load every time the server comes up instead of manually starting it. Not sure if Asterisk GUI will modify this file to disable it for any reason. Trevor _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-gui mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui