DOes anyone know if you can use an Astribank usb channelbank with a 64 bit linux distribution like CentOs? I saw a note that the driver is only built when you have an i386 processor and a kernel>= 2.6.10 but it does not mention if you can build it manually for other architecture/kernel. -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001
On Sat, Oct 07, 2006 at 04:15:35PM -0500, Carlos Chavez wrote:> DOes anyone know if you can use an Astribank usb channelbank with a 64 > bit linux distribution like CentOs? I saw a note that the driver is only > built when you have an i386 processor and a kernel>= 2.6.10Actually this has been changed to "and also if arch is amd64 and kernel version >= 2.6.10" .> but it does not > mention if you can build it manually for other architecture/kernel.The Astribank drivers work just fine on my workstation: Linux frenkel 2.6.15-1-amd64-k8 #2 Tue Mar 7 20:57:25 UTC 2006 x86_64 GNU/Linux Should work fine on amd64 in general. There is one expected build problem with recent RHEL kernel which I have not been able to work around in a decent manner: http://lists.digium.com/pipermail/asterisk-dev/2006-September/023329.html Thus you'll probably need manual patching of the tarball. Alternatively, try rebuilding http://updates.xorcom.com/trixbox/zaptel-1.2.8-2.xpp.r2223.src.rpm -- Tzafrir Cohen sip:tzafrir@local.xorcom.com icq#16849755 iax:tzafrir@local.xorcom.com +972-50-7952406 jabber:tzafrir@jabber.org tzafrir.cohen@xorcom.com http://www.xorcom.com
On Sun, 8 Oct 2006 10:07:28 +0200, Tzafrir Cohen wrote> On Sat, Oct 07, 2006 at 04:15:35PM -0500, Carlos Chavez wrote:> > Alternatively, try rebuilding > http://updates.xorcom.com/trixbox/zaptel-1.2.8-2.xpp.r2223.src.rpm >I downloaded the file and did a rpmbuild --rebuild on the server but it did not compile the xpp module. If I do a rpm -ql of the zaptel-modules I get this: [root@pbx x86_64]# rpm -ql zaptel-modules-2.6.9-42.0.2.EL-1.2.8-2.xpp.r2223 /lib/modules/2.6.9-42.0.2.EL/extra/pciradio.ko /lib/modules/2.6.9-42.0.2.EL/extra/tor2.ko /lib/modules/2.6.9-42.0.2.EL/extra/torisa.ko /lib/modules/2.6.9-42.0.2.EL/extra/wcfxo.ko /lib/modules/2.6.9-42.0.2.EL/extra/wct1xxp.ko /lib/modules/2.6.9-42.0.2.EL/extra/wct4xxp.ko /lib/modules/2.6.9-42.0.2.EL/extra/wctdm.ko /lib/modules/2.6.9-42.0.2.EL/extra/wctdm24xxp.ko /lib/modules/2.6.9-42.0.2.EL/extra/wcte11xp.ko /lib/modules/2.6.9-42.0.2.EL/extra/wcusb.ko /lib/modules/2.6.9-42.0.2.EL/extra/zaptel.ko /lib/modules/2.6.9-42.0.2.EL/extra/ztd-eth.ko /lib/modules/2.6.9-42.0.2.EL/extra/ztd-loc.ko /lib/modules/2.6.9-42.0.2.EL/extra/ztdummy.ko /lib/modules/2.6.9-42.0.2.EL/extra/ztdummypll.ko /lib/modules/2.6.9-42.0.2.EL/extra/ztdynamic.ko Any extra parameters I need to pass to the rebuild comand? -- Carlos Chavez Director de Tecnolog?a Telecomunicaciones Abiertas de M?xico S.A. de C.V. Tel: +52-55-91169161 Ext 2001