Has anyone successfully run asterisk with a VIA processor ? I have tried unsucessfully, do I have to run make with any specific switches ?
On Wed, 2003-09-24 at 12:41, Mike Hjorleifsson wrote:> Has anyone successfully run asterisk with a VIA processor ? > I have tried unsucessfully, do I have to run make with any specific switches > ?Yes, look for comments about a 586 flag since the via chips aren't fully PII or above compatible. -- Steven Critchfield <critch@basesys.com>
speaking of VIA - has anyone on the list looked at or used these ? http://www.mini-itx.com/store/default.asp?c=2¤cy=2 various collection of via based boards and cases and other goodies that go along with them. They are cheap enough they could work as either an asterisk server (diskless or with disk), or as phone platforms themselves. At 01:02 PM 9/24/2003 -0500, you wrote:>On Wed, 2003-09-24 at 12:41, Mike Hjorleifsson wrote: > > Has anyone successfully run asterisk with a VIA processor ? > > I have tried unsucessfully, do I have to run make with any specific > switches > > ? > >Yes, look for comments about a 586 flag since the via chips aren't fully >PII or above compatible. >-- >Steven Critchfield <critch@basesys.com> > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users
On Wed, 2003-09-24 at 10:41, Mike Hjorleifsson wrote:> Has anyone successfully run asterisk with a VIA processor ? > I have tried unsucessfully, do I have to run make with any specific switches > ? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >I once used to fight that problem... The VIA would aspire to be a i686, but it is actually a i586 from a compiler standpoint. So with that, you need to make a change to you /usr/src/asterisk/Makefile and change the following: #ifeq (${OSARCH},Linux) #PROC=$(shell uname -m) #endif # Pentium Pro Optimize #PROC=i686 # Pentium & VIA processors optimize PROC=i586 Make sure that you comment out the ifeq (${OSARCH},Linux) or else when the Makefile is running, it will reset the PROC value from i586 back to i686. K.
I am running Asterisk on one of these (T100P taking the single PCI slot.) (EPIA M10000 Mini-ITX Motherboard) http://www.hushtechnologies.com/default.asp?pageID=2&Lang=ENG I bought it via http://mini-itx.com/ <quote who="Steven Critchfield">> On Wed, 2003-09-24 at 12:41, Mike Hjorleifsson wrote: >> Has anyone successfully run asterisk with a VIA processor ? >> I have tried unsucessfully, do I have to run make with any specificswitches>> ? > > Yes, look for comments about a 586 flag since the via chips aren't fullyPII or above compatible.> -- > Steven Critchfield <critch@basesys.com> > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >-- END OF LINE
> > I am running Asterisk on one of these (T100P taking the single > PCI slot.) (EPIA M10000 Mini-ITX Motherboard) > > http://www.hushtechnologies.com/default.asp?pageID=2&Lang=ENG > > I bought it via http://mini-itx.com/ >How many concurrent calls have you run on this MB?? What codecs are you using for your phones? (assuming IP phones) Later.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Have you tried ALSA? I am just getting my platform up with the 1GHz C3. Seems to be running fine with 4 BT101s in a meetme conference using ULAW. Next is to try ALSA to get local console sound support. Yes, OSS_Lite does fail. AC97 driver does not recognize the chip ID. <quote who="Sean P. Robertson">> I have. Heads up on the built-in sound. Like everything else on themotherboard, it uses a VIA chipset and chan_oss will not work with it.> > Several posts have been made to the list in the past about the VIAchipset sound cards. Take a look at the Google archives for more info.> > Does anyone have any updated information on this or is the VIA chipsetsound> card a lost cause? > > Sean > _______________________________________________ > > Sean Robertson > > NETXUSA > p. 800-289-6389 > f. 864-233-4344 "Ask me about Voice over IP." > http://www.netxusa.com/ > > ----- Original Message ----- > From: "Jon Pounder" <JonP@inline.net> > To: <asterisk-users@lists.digium.com> > Sent: Wednesday, September 24, 2003 2:13 PM > Subject: Re: [Asterisk-Users] VIA vs Intel > > >> >> speaking of VIA - has anyone on the list looked at or used these ?http://www.mini-itx.com/store/default.asp?c=2¤cy=2>> >> various collection of via based boards and cases and other goodies that go >> along with them. >> >> They are cheap enough they could work as either an asterisk server(diskless or with disk), or as phone platforms themselves.>> >> At 01:02 PM 9/24/2003 -0500, you wrote: >> >On Wed, 2003-09-24 at 12:41, Mike Hjorleifsson wrote: >> > > Has anyone successfully run asterisk with a VIA processor ? I havetried unsucessfully, do I have to run make with any specific>> > switches >> > > ? >> > >> >Yes, look for comments about a 586 flag since the via chips aren't >> fully >> >PII or above compatible. >> >-- >> >Steven Critchfield <critch@basesys.com> >> > >> >_______________________________________________ >> >Asterisk-Users mailing list >> >Asterisk-Users@lists.digium.com >> >http://lists.digium.com/mailman/listinfo/asterisk-users >> >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >-- END OF LINE
On Wed, 24 Sep 2003, Robert Hajime Lanning wrote:> Next is to try ALSA to get local console sound support. Yes, OSS_Lite > does fail. AC97 driver does not recognize the chip ID.chan_alsa is buggy... i have had zero luck with it on * -Dan
<quote who="asterisk@sasami.anime.net">> On Wed, 24 Sep 2003, Robert Hajime Lanning wrote: >> Next is to try ALSA to get local console sound support. Yes, OSS_Lite >> does fail. AC97 driver does not recognize the chip ID. > > chan_alsa is buggy... i have had zero luck with it on * > > -DanThen, I will have to try the OSS emulation that ALSA has. Someone else on the list has mentioned that this works good. -- END OF LINE