On May 29, 2007, at 8:28 PM, John S. Strock wrote:

After receiving your last response, one thing hit me, I have my server
locked down and have the following in my /etc/rc.conf file:

kern_securelevel_enable="YES"
kern_securelevel="1"

I thought that might be a problem but was checking some things before I replied as I was not sure how that affected kernel modules


So I've now disabled these lines, and I get the following errors, now
instead of "Operation not permitted", I received "File Exists":


# /usr/local/etc/rc.d/zaptel.sh start
zaptelkldload: can't load /usr/local/lib/zaptel/zaptel.ko: File exists

# kldload /usr/local/lib/zaptel/zaptel.ko
kldload: can't load /usr/local/lib/zaptel/zaptel.ko: File exists

maybe it is already loaded from your startup?

try

# kldstat


is it listed?

Chad


Again, I'm not familiar with loading modules and devices so I'm not sure
what this means.

To answer your install question...

Installing Asterisk from ports appeared to have installed zaptel as well,
because when I tried to install zaptel from ports, I received an error
stating it was already installed.  Also, the zaptel.ko file exists in
/usr/local/lib/zaptel, so again, I assume it was created for me.

Any more ideas?

Thanks again,

John


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mimura,Shigeki
Sent: Tuesday, May 29, 2007 8:11 pm
To: Asterisk on BSD discussion
Subject: RE: [Asterisk-bsd] Zaptel Drivers

John Strock wrote:
As a side note, how do I get zaptel.ko, I assume when I installed
Asterisk
via the ports, it would've installed the *.ko file, but apparently
not.

When you installed asterisk from ports, also zaptel was installed under
'/usr/local/lib/zaptel'.
How about to execute 'kldload /usr/local/lib/zaptel/zaptel.ko'?
_______________________________________________
Asterisk-BSD mailing list
Asterisk-BSD@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-bsd

_______________________________________________
Asterisk-BSD mailing list
Asterisk-BSD@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-bsd

_______________________________________________
Asterisk-BSD mailing list
Asterisk-BSD@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to