Shane O'Cain | 21 Feb 19:53
Picon

VoyageONE current - Asterisk & dahdi

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







_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Shane O'Cain | 22 Feb 16:08
Picon

Re: VoyageONE current - Asterisk & dahdi

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-Re5JQEeQqe8@public.gmane.orgm> 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








_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Punky Tse | 22 Feb 18:43
Favicon

Re: VoyageONE current - Asterisk & dahdi

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@...>  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)
Shane O'Cain | 22 Feb 20:06
Picon

Re: VoyageONE current - Asterisk & dahdi

Thanks Punky. I ran that and it looks like it grabbed many firmware entries but I do not see the firmware, or firmware loader for vpmadt032. Only vpmoct032 and some others. 


I see the firmware and loader at  http://downloads.digium.com/pub/telephony/firmware/releases/ 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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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)


_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Shane O'Cain | 22 Feb 22:40
Picon

Re: VoyageONE current - Asterisk & dahdi

After further research it looks like the vpmoct032 is now the correct firmware for the vpm module. They have done away with vpmadt032. Now not sure why it is not loading....Perhaps something is wrong with the fwloader. Probably a question for Digium.....

On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain <socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Thanks Punky. I ran that and it looks like it grabbed many firmware entries but I do not see the firmware, or firmware loader for vpmadt032. Only vpmoct032 and some others. 

I see the firmware and loader at  http://downloads.digium.com/pub/telephony/firmware/releases/ 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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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
Connecting to downloads.digium.com|76.164.171.232|:80... connected.
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)



_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Kim-man 'Punky' TSE | 23 Feb 05:22
Favicon

Re: VoyageONE current - Asterisk & dahdi

Hi Shane,

Please reinstall dahdi-modules-3.2.6-voyage:

http://www.voyage.hk/dists/experimental/dahdi/dahdi-modules-3.2.6-voyage_2.6.0+dfsg-0.9428+11.0-1_i386.deb

The problem is that vpmadt032_loader is a closed source binary blob.  And it is not included in the source
code of dahdi 
kernel module.  I need to manual extract the binary blob to module source directory in order to build it.

This process is too manual that I am trying to avoid.  Perhaps you should stay away from the hardware that uses
binary 
blob in the kernel.

BTW, it is just the firmware loader, I suspect it also needs a firmware as well.

Regards,

On 2/23/2012 5:40 AM, Shane O'Cain wrote:
> After further research it looks like the vpmoct032 is now the correct firmware for the vpm module. They
have done away 
> with vpmadt032. Now not sure why it is not loading....Perhaps something is wrong with the fwloader.
Probably a 
> question for Digium.....
>
> On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain <socain00@...
<mailto:socain00@...>> wrote:
>
>     Thanks Punky. I ran that and it looks like it grabbed many firmware entries but I do not see the firmware, or
>     firmware loader for vpmadt032. Only vpmoct032 and some others.
>
>     I see the firmware and loader at http://downloads.digium.com/pub/telephony/firmware/releases/ 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
>     --2012-02-22 18:40:19--
>     http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz
>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>     Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
>     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
>     --2012-02-22 18:40:20--
>     http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz
>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>     Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
>     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
>     --2012-02-22 18:40:20-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz
>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>     Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
>     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
>     --2012-02-22 18:40:23-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz
>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>     Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
>     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
>     --2012-02-22 18:40:23-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.11.0.tar.gz
>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>     Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
>     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'
>     -- 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)
>
Shane O'Cain | 23 Feb 16:09
Picon

Re: VoyageONE current - Asterisk & dahdi

Hi Punky,


That worked and is now loading correct firmware /lib/firmware/vpmoct032.bin. The dahdi make file has option to "make firmware-loaders". I wonder if this will take the place of the manual extraction process while building dahdi? This firmware is for the on-board hardware echo cancellation modules that optionally come with the  wcte12xp PRI card. I have a couple of these running in production for a couple of years now and they really help with the echo. Perhaps if we continue having issues with loading the firmware, or if it's gets to be too manual, we can test with the software echo cancellation. Thanks for your assistance!

[   27.765306] wcte12xp 0000:0e:08.0: Booting VPMADT032
[   28.163293] wcte12xp 0000:0e:08.0: VPM present and operational (Firmware version 125)



On Wed, Feb 22, 2012 at 11:22 PM, Kim-man 'Punky' TSE <punkytse-bXEzZViHzIBBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Shane,

Please reinstall dahdi-modules-3.2.6-voyage:

http://www.voyage.hk/dists/experimental/dahdi/dahdi-modules-3.2.6-voyage_2.6.0+dfsg-0.9428+11.0-1_i386.deb

The problem is that vpmadt032_loader is a closed source binary blob.  And it is not included in the source code of dahdi kernel module.  I need to manual extract the binary blob to module source directory in order to build it.

This process is too manual that I am trying to avoid.  Perhaps you should stay away from the hardware that uses binary blob in the kernel.

BTW, it is just the firmware loader, I suspect it also needs a firmware as well.

Regards,

On 2/23/2012 5:40 AM, Shane O'Cain wrote:
After further research it looks like the vpmoct032 is now the correct firmware for the vpm module. They have done away with vpmadt032. Now not sure why it is not loading....Perhaps something is wrong with the fwloader. Probably a question for Digium.....

On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain <socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <mailto:socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> wrote:

   Thanks Punky. I ran that and it looks like it grabbed many firmware entries but I do not see the firmware, or
   firmware loader for vpmadt032. Only vpmoct032 and some others.

   I see the firmware and loader at http://downloads.digium.com/pub/telephony/firmware/releases/ 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
   --2012-02-22 18:40:19--
   http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
   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
   --2012-02-22 18:40:20--
   http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
   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
   --2012-02-22 18:40:20-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.11.0.tar.gz
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com <http://downloads.digium.com>|76.164.171.232|:80... connected.
   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'
   -- 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)


_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Punky Tse | 23 Feb 18:09
Favicon

Re: VoyageONE current - Asterisk & dahdi

Hi Shane,

Can you test the Voyage ONE daily tomorrow?

The firmware will be installed as /lib/firmware/dahdi-fw-vpmoct032.bin  
instead of /lib/firmware/vpmoct032.bin.  Not sure if i would also work 
though.

If you have further problem, please let me know.
Regards,
Punky

On 2/23/2012 11:09 PM, Shane O'Cain wrote:
> Hi Punky,
>
> That worked and is now loading correct firmware
> /lib/firmware/vpmoct032.bin. The dahdi make file has option to "make
> firmware-loaders". I wonder if this will take the place of the manual
> extraction process while building dahdi? This firmware is for
> the on-board hardware echo cancellation modules that optionally come with
> the  wcte12xp PRI card. I have a couple of these running in production for
> a couple of years now and they really help with the echo. Perhaps if we
> continue having issues with loading the firmware, or if it's gets to be too
> manual, we can test with the software echo cancellation. Thanks for your
> assistance!
>
> [   27.765306] wcte12xp 0000:0e:08.0: Booting VPMADT032
> [   28.163293] wcte12xp 0000:0e:08.0: VPM present and operational (Firmware
> version 125)
>
>
>
> On Wed, Feb 22, 2012 at 11:22 PM, Kim-man 'Punky' TSE
> <punkytse@...>wrote:
>
>> Hi Shane,
>>
>> Please reinstall dahdi-modules-3.2.6-voyage:
>>
>> http://www.voyage.hk/dists/**experimental/dahdi/dahdi-**
>> modules-3.2.6-voyage_2.6.0+**dfsg-0.9428+11.0-1_i386.deb<http://www.voyage.hk/dists/experimental/dahdi/dahdi-modules-3.2.6-voyage_2.6.0+dfsg-0.9428+11.0-1_i386.deb>
>>
>> The problem is that vpmadt032_loader is a closed source binary blob.  And
>> it is not included in the source code of dahdi kernel module.  I need to
>> manual extract the binary blob to module source directory in order to build
>> it.
>>
>> This process is too manual that I am trying to avoid.  Perhaps you should
>> stay away from the hardware that uses binary blob in the kernel.
>>
>> BTW, it is just the firmware loader, I suspect it also needs a firmware as
>> well.
>>
>> Regards,
>>
>> On 2/23/2012 5:40 AM, Shane O'Cain wrote:
>>
>>> After further research it looks like the vpmoct032 is now the correct
>>> firmware for the vpm module. They have done away with vpmadt032. Now not
>>> sure why it is not loading....Perhaps something is wrong with the fwloader.
>>> Probably a question for Digium.....
>>>
>>> On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain<socain00@...<mailto:
>>> socain00@...>>  wrote:
>>>
>>>     Thanks Punky. I ran that and it looks like it grabbed many firmware
>>> entries but I do not see the firmware, or
>>>     firmware loader for vpmadt032. Only vpmoct032 and some others.
>>>
>>>     I see the firmware and loader at http://downloads.digium.com/**
>>>
pub/telephony/firmware/**releases/<http://downloads.digium.com/pub/telephony/firmware/releases/>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
>>>     --2012-02-22 18:40:19--
>>>     http://downloads.digium.com/**pub/telephony/firmware/**
>>> releases/dahdi-fw-oct6114-064-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz>
>>>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>>>     Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
>>> connected.
>>>     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
>>>     --2012-02-22 18:40:20--
>>>     http://downloads.digium.com/**pub/telephony/firmware/**
>>> releases/dahdi-fw-oct6114-128-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz>
>>>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>>>     Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
>>> connected.
>>>     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
>>>     --2012-02-22 18:40:20-- http://downloads.digium.com/**
>>> pub/telephony/firmware/**releases/dahdi-fw-tc400m-MR6.**12.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz>
>>>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>>>     Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
>>> connected.
>>>     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
>>>     --2012-02-22 18:40:23-- http://downloads.digium.com/**
>>> pub/telephony/firmware/**releases/dahdi-fw-hx8-2.06.**tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz>
>>>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>>>     Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
>>> connected.
>>>     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
>>>     --2012-02-22 18:40:23-- http://downloads.digium.com/**
>>> pub/telephony/firmware/**releases/dahdi-fw-vpmoct032-1.**11.0.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.11.0.tar.gz>
>>>     Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
>>>     Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
>>> connected.
>>>     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'
>>>     -- 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<http://linux.voyage.hk/voyage-one>) - Voyage MPD
>>>     (http://linux.voyage.hk/**voyage-mpd<http://linux.voyage.hk/voyage-mpd>)
>>> * Voyage Store (http://store.voyage.hk)
>>>
>>>

--

-- 

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)
Shane O'Cain | 23 Feb 19:18
Picon

Re: VoyageONE current - Asterisk & dahdi

Will do Punky. You are correct - I miss spoke. The current firmware that is loading is dahdi-fw-vpmoct032.bin. Will test tomorrow.


Thanks again,
Shane

On Thu, Feb 23, 2012 at 12:09 PM, Punky Tse <punkytse-bXEzZViHzIBBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Shane,

Can you test the Voyage ONE daily tomorrow?

The firmware will be installed as /lib/firmware/dahdi-fw-vpmoct032.bin  instead of /lib/firmware/vpmoct032.bin.  Not sure if i would also work though.

If you have further problem, please let me know.
Regards,
Punky

On 2/23/2012 11:09 PM, Shane O'Cain wrote:
Hi Punky,

That worked and is now loading correct firmware
/lib/firmware/vpmoct032.bin. The dahdi make file has option to "make
firmware-loaders". I wonder if this will take the place of the manual
extraction process while building dahdi? This firmware is for
the on-board hardware echo cancellation modules that optionally come with
the  wcte12xp PRI card. I have a couple of these running in production for
a couple of years now and they really help with the echo. Perhaps if we
continue having issues with loading the firmware, or if it's gets to be too
manual, we can test with the software echo cancellation. Thanks for your
assistance!

[   27.765306] wcte12xp 0000:0e:08.0: Booting VPMADT032
[   28.163293] wcte12xp 0000:0e:08.0: VPM present and operational (Firmware
version 125)



On Wed, Feb 22, 2012 at 11:22 PM, Kim-man 'Punky' TSE
<punkytse <at> punknix.com>wrote:

Hi Shane,

Please reinstall dahdi-modules-3.2.6-voyage:

http://www.voyage.hk/dists/**experimental/dahdi/dahdi-**
modules-3.2.6-voyage_2.6.0+**dfsg-0.9428+11.0-1_i386.deb<http://www.voyage.hk/dists/experimental/dahdi/dahdi-modules-3.2.6-voyage_2.6.0+dfsg-0.9428+11.0-1_i386.deb>

The problem is that vpmadt032_loader is a closed source binary blob.  And
it is not included in the source code of dahdi kernel module.  I need to
manual extract the binary blob to module source directory in order to build
it.

This process is too manual that I am trying to avoid.  Perhaps you should
stay away from the hardware that uses binary blob in the kernel.

BTW, it is just the firmware loader, I suspect it also needs a firmware as
well.

Regards,

On 2/23/2012 5:40 AM, Shane O'Cain wrote:

After further research it looks like the vpmoct032 is now the correct
firmware for the vpm module. They have done away with vpmadt032. Now not
sure why it is not loading....Perhaps something is wrong with the fwloader.
Probably a question for Digium.....

On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain<socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<mailto:
socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>>  wrote:

   Thanks Punky. I ran that and it looks like it grabbed many firmware
entries but I do not see the firmware, or
   firmware loader for vpmadt032. Only vpmoct032 and some others.

   I see the firmware and loader at http://downloads.digium.com/**
pub/telephony/firmware/**releases/<http://downloads.digium.com/pub/telephony/firmware/releases/>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
   --2012-02-22 18:40:19--
   http://downloads.digium.com/**pub/telephony/firmware/**
releases/dahdi-fw-oct6114-064-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:20--
   http://downloads.digium.com/**pub/telephony/firmware/**
releases/dahdi-fw-oct6114-128-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:20-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-tc400m-MR6.**12.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-hx8-2.06.**tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-vpmoct032-1.**11.0.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.11.0.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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'
   -- 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<http://linux.voyage.hk/voyage-one>) - Voyage MPD
   (http://linux.voyage.hk/**voyage-mpd<http://linux.voyage.hk/voyage-mpd>)
* Voyage Store (http://store.voyage.hk)




--

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)


_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Shane O'Cain | 27 Feb 16:51
Picon

Re: VoyageONE current - Asterisk & dahdi

Hi Punky. Everything seems to be loading correctly now with latest build. Occasionally the wcte12xp module is unloaded and disables PRI card when dahdi is restarted or "dahdi_cfg -vvv" is ran. Can you update dahdi-tools to 2.6.0 so that it matches the version of dahdi? I know that Digium has required this when hardware was supported was needed from them in the past. Thanks for your support.

On Thu, Feb 23, 2012 at 12:09 PM, Punky Tse <punkytse <at> punknix.com> wrote:
Hi Shane,

Can you test the Voyage ONE daily tomorrow?

The firmware will be installed as /lib/firmware/dahdi-fw-vpmoct032.bin  instead of /lib/firmware/vpmoct032.bin.  Not sure if i would also work though.

If you have further problem, please let me know.
Regards,
Punky

On 2/23/2012 11:09 PM, Shane O'Cain wrote:
Hi Punky,

That worked and is now loading correct firmware
/lib/firmware/vpmoct032.bin. The dahdi make file has option to "make
firmware-loaders". I wonder if this will take the place of the manual
extraction process while building dahdi? This firmware is for
the on-board hardware echo cancellation modules that optionally come with
the  wcte12xp PRI card. I have a couple of these running in production for
a couple of years now and they really help with the echo. Perhaps if we
continue having issues with loading the firmware, or if it's gets to be too
manual, we can test with the software echo cancellation. Thanks for your
assistance!

[   27.765306] wcte12xp 0000:0e:08.0: Booting VPMADT032
[   28.163293] wcte12xp 0000:0e:08.0: VPM present and operational (Firmware
version 125)



On Wed, Feb 22, 2012 at 11:22 PM, Kim-man 'Punky' TSE
<punkytse <at> punknix.com>wrote:

Hi Shane,

Please reinstall dahdi-modules-3.2.6-voyage:

http://www.voyage.hk/dists/**experimental/dahdi/dahdi-**
modules-3.2.6-voyage_2.6.0+**dfsg-0.9428+11.0-1_i386.deb<http://www.voyage.hk/dists/experimental/dahdi/dahdi-modules-3.2.6-voyage_2.6.0+dfsg-0.9428+11.0-1_i386.deb>

The problem is that vpmadt032_loader is a closed source binary blob.  And
it is not included in the source code of dahdi kernel module.  I need to
manual extract the binary blob to module source directory in order to build
it.

This process is too manual that I am trying to avoid.  Perhaps you should
stay away from the hardware that uses binary blob in the kernel.

BTW, it is just the firmware loader, I suspect it also needs a firmware as
well.

Regards,

On 2/23/2012 5:40 AM, Shane O'Cain wrote:

After further research it looks like the vpmoct032 is now the correct
firmware for the vpm module. They have done away with vpmadt032. Now not
sure why it is not loading....Perhaps something is wrong with the fwloader.
Probably a question for Digium.....

On Wed, Feb 22, 2012 at 2:06 PM, Shane O'Cain<socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org<mailto:
socain00-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>>  wrote:

   Thanks Punky. I ran that and it looks like it grabbed many firmware
entries but I do not see the firmware, or
   firmware loader for vpmadt032. Only vpmoct032 and some others.

   I see the firmware and loader at http://downloads.digium.com/**
pub/telephony/firmware/**releases/<http://downloads.digium.com/pub/telephony/firmware/releases/>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
   --2012-02-22 18:40:19--
   http://downloads.digium.com/**pub/telephony/firmware/**
releases/dahdi-fw-oct6114-064-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:20--
   http://downloads.digium.com/**pub/telephony/firmware/**
releases/dahdi-fw-oct6114-128-**1.05.01.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:20-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-tc400m-MR6.**12.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-hx8-2.06.**tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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
   --2012-02-22 18:40:23-- http://downloads.digium.com/**
pub/telephony/firmware/**releases/dahdi-fw-vpmoct032-1.**11.0.tar.gz<http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.11.0.tar.gz>
   Resolving downloads.digium.com... 76.164.171.232, 2001:470:e0d4::e8
   Connecting to downloads.digium.com<http://downloads.digium.com>|**76.164.171.232|:80...
connected.
   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'
   -- 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<http://linux.voyage.hk/voyage-one>) - Voyage MPD
   (http://linux.voyage.hk/**voyage-mpd<http://linux.voyage.hk/voyage-mpd>)
* Voyage Store (http://store.voyage.hk)




--

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)


_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Favicon

Re: VoyageONE current - Asterisk & dahdi

Hi Shane,

dahdi-tools pretty much relies on the debian repository:

     http://anonscm.debian.org/viewvc/pkg-voip/dahdi-tools/trunk/

dahdi-linux (kernel modules) 2.6.0 is required for 3.x kernel but dahdi-tools is still 2.5.0 in debian.  I
am waiting 
for their update to mainstream as well.   Will let you know If I have any news.

On 2/27/2012 11:51 PM, Shane O'Cain wrote:
> Hi Punky. Everything seems to be loading correctly now with latest build. Occasionally the wcte12xp
module is unloaded 
> and disables PRI card when dahdi is restarted or "dahdi_cfg -vvv" is ran. Can you update dahdi-tools to
2.6.0 so that 
> it matches the version of dahdi? I know that Digium has required this when hardware was supported was
needed from them 
> in the past. Thanks for your support.

--

-- 
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)

Gmane