Shitian Long
2012-Aug-22 10:09 UTC
[asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server
I am trying to setup TE110P wildcard on a PBX running ubuntu 12.04 server edition. I followed the procedure from http://docs.digium.com/misc/ADL_quickstart.pdf step by step. During the process of installing "dahdi-linux-complete" I got following warnings: root at ubuntu:/usr/local/src/dahdi-linux-complete-2.6.1+2.6.1# make perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Frist of, I am wondering if this error matters? Second question, after installation process complete, and reboot the machine I got the following error, when machine boot up: Loading DAHDI hardware modules: wcte11xp: error I think the TE110P card is no properly loaded. I try to confirm my thought by using root at ubuntu:~# dahdi_tool There is no interface listed on the table. I am wondering if anyone got idea about this issue. Thanks. longst -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120822/e6dbc527/attachment.htm>
Shaun Ruffell
2012-Aug-22 14:45 UTC
[asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server
On Wed, Aug 22, 2012 at 12:09:54PM +0200, Shitian Long wrote:> I am trying to setup TE110P wildcard on a PBX running ubuntu 12.04 > server edition. I followed the procedure from > http://docs.digium.com/misc/ADL_quickstart.pdf step by step. > > During the process of installing "dahdi-linux-complete" > > I got following warnings: > > root at ubuntu:/usr/local/src/dahdi-linux-complete-2.6.1+2.6.1# make > > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = "en_US:en", > LC_ALL = (unset), > LC_CTYPE = "UTF-8", > LANG = "en_US.UTF-8" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > > > Frist of, I am wondering if this error matters?I think you can safely ignore these warnings. You might need to make sure those locales are properly setup on your server to get rid of the warnings. See http://ubuntuforums.org/showthread.php?t=1346581> Second question, after installation process complete, and reboot the machine > > I got the following error, when machine boot up: > > Loading DAHDI hardware modules: > wcte11xp: error > > I think the TE110P card is no properly loaded.You will want to runt he dmesg command after trying to load the driver to see if there are any errors listed. Run these commands as root and send the output: # dmesg -c > /dev/null # /etc/init.d/dahdi stop # modprobe wte11xp # dmesg> I try to confirm my thought by using > root at ubuntu:~# dahdi_tool > > There is no interface listed on the table. > > I am wondering if anyone got idea about this issue. Thanks.dahdi_tool will not be able to see the interface since the driver failed to load in the previous step. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org
Michel Verbraak
2012-Aug-23 13:16 UTC
[asterisk-users] TE110P Wildcard does not work with Ubuntu 12.04 server
Op 22-08-12 12:09, Shitian Long schreef:> I am trying to setup TE110P wildcard on a PBX running ubuntu 12.04 > server edition. I followed the procedure > from http://docs.digium.com/misc/ADL_quickstart.pdf step by step. > > During the process of installing "dahdi-linux-complete" > > I got following warnings: > > root at ubuntu:/usr/local/src/dahdi-linux-complete-2.6.1+2.6.1# make > > > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = "en_US:en", > LC_ALL = (unset), > LC_CTYPE = "UTF-8", > LANG = "en_US.UTF-8" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > > > Frist of, I am wondering if this error matters? > > Second question, after installation process complete, and reboot the > machine > > I got the following error, when machine boot up: > > Loading DAHDI hardware modules: > wcte11xp: error > > I think the TE110P card is no properly loaded. > > I try to confirm my thought by using > root at ubuntu:~# dahdi_tool > > There is no interface listed on the table. > > I am wondering if anyone got idea about this issue. Thanks. > > > > longst > > > > > > -- > _____________________________________________________________________ > -- 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-usersPlease try the command "lspci" and see if the card is mentioned in the results. Regards. Michel. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120823/fe8a1666/attachment.htm>