Is there a way to install them if downloaded from there? Dahdi still has same complaints. Install log follows:
root <at> voyage:/var/lib/dahdi/digium-firm# /usr/share/dahdi/get-digium-firmware
make: Entering directory `/var/lib/dahdi/digium-firm'
Attempting to download dahdi-fw-oct6114-064-1.05.01.tar.gz
Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
HTTP request sent, awaiting response... 200 OK
Length: 165869 (162K) [application/x-gzip]
Saving to: `dahdi-fw-oct6114-064-1.05.01.tar.gz'
100%[======================================>] 165,869 528K/s in 0.3s
2012-02-22 18:40:20 (528 KB/s) - `dahdi-fw-oct6114-064-1.05.01.tar.gz' saved [165869/165869]
Attempting to download dahdi-fw-oct6114-128-1.05.01.tar.gz
Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
HTTP request sent, awaiting response... 200 OK
Length: 165849 (162K) [application/x-gzip]
Saving to: `dahdi-fw-oct6114-128-1.05.01.tar.gz'
100%[======================================>] 165,849 542K/s in 0.3s
2012-02-22 18:40:20 (542 KB/s) - `dahdi-fw-oct6114-128-1.05.01.tar.gz' saved [165849/165849]
Attempting to download dahdi-fw-tc400m-MR6.12.tar.gz
Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
HTTP request sent, awaiting response... 200 OK
Length: 1750035 (1.7M) [application/x-gzip]
Saving to: `dahdi-fw-tc400m-MR6.12.tar.gz'
100%[======================================>] 1,750,035 889K/s in 1.9s
2012-02-22 18:40:22 (889 KB/s) - `dahdi-fw-tc400m-MR6.12.tar.gz' saved [1750035/1750035]
Attempting to download dahdi-fw-hx8-2.06.tar.gz
Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
HTTP request sent, awaiting response... 200 OK
Length: 29252 (29K) [application/x-gzip]
Saving to: `dahdi-fw-hx8-2.06.tar.gz'
100%[======================================>] 29,252 --.-K/s in 0.1s
2012-02-22 18:40:23 (251 KB/s) - `dahdi-fw-hx8-2.06.tar.gz' saved [29252/29252]
Attempting to download dahdi-fw-vpmoct032-1.11.0.tar.gz
Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
HTTP request sent, awaiting response... 200 OK
Length: 443984 (434K) [application/x-gzip]
Saving to: `dahdi-fw-vpmoct032-1.11.0.tar.gz'
100%[======================================>] 443,984 741K/s in 0.6s
2012-02-22 18:40:24 (741 KB/s) - `dahdi-fw-vpmoct032-1.11.0.tar.gz' saved [443984/443984]
Firmware dahdi-fw-oct6114-064.bin is already installed with required version 1.05.01
Firmware dahdi-fw-oct6114-128.bin is already installed with required version 1.05.01
Firmware dahdi-fw-tc400m.bin is already installed with required version MR6.12
Firmware dahdi-fw-hx8.bin is already installed with required version 2.06
Firmware dahdi-fw-vpmoct032.bin is already installed with required version 1.11.0
make: Leaving directory `/var/lib/dahdi/digium-firm'
On Wed, Feb 22, 2012 at 12:43 PM, Punky Tse
<punkytse-bXEzZViHzIBBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Shane,
Please install "make" first, then run /usr/share/dahdi/get-digium-firmware
this will download the required firmware. Let me know you progress. Thanks.
Regards,
Punky
On 2/22/2012 11:08 PM, Shane O'Cain wrote:
Can you update dahdi package to include the vpmadt032 loader (Hardware
echo cancellation hardware)? I downloaded the dahdi source that is out
there but i don't have the sources for the 3.2.4 kernel installed and I do
not see them out there. I'm getting the following messages when loading
dahdi related to the vpmadt032 module.
[64365.858633] wcte12xp 0000:0e:08.0: Failed to find a registered loader
after loading module.
[64365.861648] wcte12xp 0000:0e:08.0: Failed to load VPMADT032 firmware.
[64366.177624] wcte12xp 0000:0e:08.0: Failed VPMADT032 reset. VPMADT032 is
disabled.
[64366.267574] wcte12xp 0000:0e:08.0: Disabling VPMADT032 Checking.
On Tue, Feb 21, 2012 at 1:53 PM, Shane O'Cain<socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
The Asterisk dahdi channel driver does not appear to be installed on
daily build. I was able to install it with "apt-get install asterisk-dahdi"
but received the following errors:
Asterisk CLI> module load chan_dahdi.so
Unable to load module chan_dahdi.so
Command 'module load chan_dahdi.so ' failed.
[Feb 21 15:31:46] WARNING[2717]: loader.c:777 inspect_module: Module
'chan_dahdi.so' was not compiled with the same compile-time options as this
version of Asterisk.
[Feb 21 15:31:46] WARNING[2717]: loader.c:778 inspect_module: Module
'chan_dahdi.so' will not be initialized as it may cause instability.
[Feb 21 15:31:46] WARNING[2717]: loader.c:861 load_resource: Module
'chan_dahdi.so' could not be loaded.
Also, I had to install dahdi to get /etc/init.d/dahdi and dahdi tools by
running apt-get install dahdi dahdi-linux
The chan_dahdi error was corrected by adding "deb
http://www.voyage.hk/dists/experimental ./" to /etc/apt/source.list, then
updating asterisk-dahdi. - chan_dahdi loads now. It looks like the only
other error I am having now is when dahdi_cfg runs - it hangs if I have a
valid configuration in /etc/dahdi/system.conf (setting up PRI). It may be
because dahdi tools version is 2.5.0 and dahdi is 2.6.0?
Can the daily build be updated with the compatible chan_dahdi, dahdi
tools, and dahdi-linux then I'll retry?
Thanks
--
Regards,
Kim-man "Punky" Tse
* Open Source Embedded Solutions and Systems
- Voyage Linux (http://linux.voyage.hk)
- Voyage ONE (http://linux.voyage.hk/voyage-one)
- Voyage MPD (http://linux.voyage.hk/voyage-mpd)
* Voyage Store (http://store.voyage.hk)