I checked the version and it looks like it is up to date [root@dozer2 dahdi]# asterisk -rx 'dahdi show version' DAHDI Version: 2.6.1 Echo Canceller: HWEC [root@dozer2 dahdi]# modinfo -F version dahdi 2.6.1 [root@dozer2 dahdi]# cat /sys/module/dahdi/version 2.6.1
On a whim, I went ahead and downloaded and built/installed dahdi 2.6.1 After that, I ran dahdi_genconf and it made entries for the card in /etc/dahdi/system.conf I think perhaps it didn't have the proper firmware downloaded in the distribution, or it tried to download it during the install and failed (we're behind a web content filtering system, so sometimes things get blocked) But still when I run dahdi_hardware, I still only see the TDM800P card -Justin -----Original Message----- From: Shaun Ruffell [mailto:[email protected]] Sent: Thursday, November 08, 2012 7:24 AM To: Justin Killen Subject: Re: [asterisk-users] TE820 hardware detection On Thu, Nov 08, 2012 at 06:58:57AM -0800, Justin Killen wrote: > Two follow up questions: > > 1) is there an easy way to tell what dahdi version is installed? > I tried looking in the man pages for something like a -version > option, but I couldn't find one. If you have Asterisk running you can get the version like: # asterisk -rx 'dahdi show version' DAHDI Version: v2.6.1 Echo Canceller: HWEC You can see which version is installed in the modules (sitting on the disk, not necessarily loaded into the running kernel) directory like: # modinfo -F version dahdi v2.6.1 You can see which version is actually loaded in the kernel like: # cat /sys/module/dahdi/version v2.6.1 > 2) is there an easy way to upgrade the dahdi package within the > freepbx distro? (i realize that this is more suited to the > freepbx forums, but I'm hoping somebody here will know). And I'm with you on this one... -- 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 -- _____________________________________________________________________ -- 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
