The 'via' target is really the Via C3-2 kernel. So it only supports Nehemiah and newer cores. For older boards that would require the original C3 kernel target, you should use the generic i586 target from trunk-1907 or the 0.6 images when those are available.
Darrick Nicholas Sabinske wrote: > Darrick, > > Here's the output > > - Nick > > pbx ~ # lspci > 00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05) > 00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP] > 00:11.0 ISA bridge: VIA Technologies, Inc. VT8231 [PCI-to-ISA Bridge] (rev 10) > 00:11.1 IDE interface: VIA Technologies, Inc. > VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) > 00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 > Controller (rev 24) > 00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 > Controller (rev 24) > 00:11.4 Bridge: VIA Technologies, Inc. VT8235 ACPI (rev 10) > 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 > AC97 Audio Controller (rev 40) > 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 51) > 01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a) > > pbx ~ # cat /proc/cpuinfo > processor : 0 > vendor_id : CentaurHauls > cpu family : 6 > model : 7 > model name : VIA Samuel 2 > stepping : 3 > cpu MHz : 533.377 > cache size : 64 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu de tsc msr cx8 mtrr pge mmx 3dnow > bogomips : 1067.50 > clflush size : 32 > > > On Sun, Sep 7, 2008 at 10:50 AM, Darrick Hartman > <[EMAIL PROTECTED]> wrote: >> Nick, >> >> Can you do an lspci and cat /proc/cpuinfo and post that info here? >> >> That will show me exactly which hardware is included and we can probably >> tell you why one is working and not the other. >> >> Darrick >> >> Nicholas Sabinske wrote: >>> Thanks -- that makes more sense now. >>> >>> Ok so here's my points of data >>> >>> * A-Data 2GB 120x CF card, working in a [brand unknown] UDMA CF -> IDE >>> adapter. I had the same adapter and card in the laptop, and the combo >>> worked with all builds >>> >>> * Same combo doesn't work with the Via on the trunk-1907 image but it >>> DOES work with the 0.5 image... so it can work... something's >>> different there that matters. >>> >>> * Ive got the partition the runnix image provides, then a second hda2 >>> that's 256mb of ext2. You can see the kernel identify the 2GB drive >>> and hda1 and hda2 in both the runnix and AstLinux boots. >>> >>> * It does get past runnix in all cases (of course, since that's been common) >>> >>> Since it looks like the 0.5 build was newer, maybe Ill be fine when >>> the 0.6 goes up? Maybe something was fixed or something is being built >>> slightly different? >>> >>> Thanks, >>> - Nick >>> >>> On Sat, Sep 6, 2008 at 3:00 AM, Darrick Hartman (lists) >>> <[EMAIL PROTECTED]> wrote: >>>> Nicholas, >>>> >>>> 0.5-xxx was only done by request of one person who is still using >>>> Asterisk 1.2. It will get one more update to the last Asterisk 1.2 >>>> release, but probably never go official. >>>> >>>> The 0.6 releases should be finalized anytime now. Not sure what >>>> Kristian is waiting to finish up. The tag was created over a week ago. >>>> Probably something work related is preventing him from finishing the >>>> release process. >>>> >>>> The trunk-1907 images were the last images I built from trunk before it >>>> was branched to create the 0.6 branch. Those are the images you will >>>> want to use. I though Kristian would have had the official 0.6.0 images >>>> posted by now. I may build some images from 0.6.0 and put those up in >>>> place of the 1907 svn version images until Kristian has a chance to get >>>> the official ones up on Source Forge. >>>> >>>> The 0.5 images do not have all the code to do the "auto" recognition of >>>> the unionfs partition. That's why it's not recognizing your unionfs >>>> partition. I would not recommend using those images unless for some >>>> reason you really want to stay with Asterisk 1.2. Asterisk 1.4 has been >>>> quite stable for most people for a long time. (so use the trunk images >>>> or something from 0.6.X. >>>> >>>> Ok. After explaining that, what media are you using? I've had some >>>> problems with odd-ball CF to ide adapters. Perhaps there could be a >>>> problem with the CF to ide adapter that you're using. However, since it >>>> loads the image, I'll assume that's not the problem. Is the unionfs >>>> partition on the same CF as the runnix setup and astlinux images? >>>> >>>> (for example, do you have a XX size CF with the first 128mb as vfat for >>>> runnix and the images and the balance setup as ext2 for unionfs?) >>>> >>>> Darrick >>>> >>>> Nicholas Sabinske wrote: >>>>> I am trying to get AstLinux going at home on a mini-ITX I have and a >>>>> compact flash card. During the comedy of errors of me not having the >>>>> right adapters for this, I did have astlinux-trunk-1907-geni586 >>>>> running on a laptop in the interim >>>>> >>>>> Now that I try booting it on the mini-ITX system (A Via EPIA, I dont >>>>> even see anything other than EPIA so I think it's the oldest one), it >>>>> hangs up at "Freeing unused kernel memory" during boot. It's not >>>>> crashed or anything, it just doesn't go any further than that. I can >>>>> plug/unplug a usb keyboard and see the events appear so it's happily >>>>> running... not very useful though :) >>>>> >>>>> I have tried the astlinux-0.5-1924-gen586 from >>>>> http://www.djhsolutions.com/astlinux/ , and that boots all the way >>>>> through but completely blows off the unionfs partition's existence (I >>>>> used genunion to create it). So... there's something here that's far >>>>> beyond me to understand about what's going on but I'm open to >>>>> suggestions of things to try. >>>>> >>>>> What's the relationship between the two builds mentioned anyhow, as I >>>>> don't quite follow. Is the 0.5-1924 release superceding trunk-1907 or >>>>> is trunk-1907 leading up to 0.6? I don't quite understand all of that >>>>> developer talk but I do follow that 0.5 and 0.6 are being developed at >>>>> the same time (my preference is just to go with 0.6/asterisk 1.4 since >>>>> I have nothing in place already). >>>>> >>>>> Oh, I did try the -via version as well, no difference from the geni586. >>>>> >>>>> Thanks muchly for any ideas, and thank all for your work on this >>>>> project. It's exactly what I was looking for (well, as long as it will >>>>> work, but I'm pretty confident it will) >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>>> challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great >>>>> prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the >>>>> world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> Astlinux-users mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/astlinux-users >>>>> >>>>> Donations to support AstLinux are graciously accepted via PayPal to >>>>> [EMAIL PROTECTED] >>>> -- >>>> Darrick Hartman >>>> DJH Solutions, LLC >>>> http://www.djhsolutions.com >>>> http://www.djhsolutions.com/wiki >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> _______________________________________________ >>>> Astlinux-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/astlinux-users >>>> >>>> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL >>>> PROTECTED] >>>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Astlinux-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/astlinux-users >>> >>> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL >>> PROTECTED] >> -- >> Darrick Hartman >> DJH Solutions, LLC >> http://www.djhsolutions.com >> Small Business IT Specialists >> Office: 920.547.4535 >> Cell: 920.901.3113 >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Astlinux-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to [EMAIL >> PROTECTED] >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to [EMAIL > PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
