From: Darrick H. <dha...@dj...> - 2007-03-01 15:06:39
|
I updated most of the test images last night/this morning with a few recent changes from svn. svn revision 678 includes the following changes: improved openntpd init full zaptel binaries preliminary wanpipe drivers (untested) I did not get an image built for the wrap boards yet, but images for VIA, generic i586 and the Soekris platform are available. http://www.djhsolutions.com/astlinux/ Once again, report back with any feedback on these images (even if it's just "it works fine"). Thanks, Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: <ast...@el...> - 2007-03-01 23:48:32
|
> I updated most of the test images last night/this morning with a few > recent changes from svn. > > svn revision 678 includes the following changes: > > improved openntpd init > full zaptel binaries > preliminary wanpipe drivers (untested) > > I did not get an image built for the wrap boards yet, but images for > VIA, generic i586 and the Soekris platform are available. > > http://www.djhsolutions.com/astlinux/ > > Once again, report back with any feedback on these images (even if it's > just "it works fine"). > > Thanks, > > Darrick > > -- > Darrick Hartman > DJH Solutions, LLC > http://www.djhsolutions.com Is it possible for you to put up the .config file you use to generate those images as well? I seem to be having a hell of a time compiling for the WRAP, mostly because I don't know enough to know what should and should not be checked off. I need to perform an idiot check, that idiot being me. |
From: Kristian K. <kri...@gm...> - 2007-03-01 23:53:36
|
On 3/1/07, ast...@el... <ast...@el...> wrote: > Is it possible for you to put up the .config file you use to generate > those images as well? I seem to be having a hell of a time compiling for > the WRAP, mostly because I don't know enough to know what should and > should not be checked off. I need to perform an idiot check, that idiot > being me. > asterisk, Most of the time this is all you need to do: cp astlinux.config .config make oldconfig make menuconfig (select WRAP) make Keep in mind that Darrick's images are from the 0.4 branch, not trunk. From what I have seen lately you have been trying to build trunk. trunk and 0.4 are quite different these days. -- Kristian Kielhofner |
From: Darrick H. <dha...@dj...> - 2007-03-02 03:25:48
|
Use the older wrap image on that site. There are minor changes to anything applicable to the wrap image (you're not going to run a zaptel or wanpipe card on a wrap board). I'll make sure to compile a wrap image when I do the next set of upgrades. In general, the .config is the same as the asterisk.config with the change of the target device. Darrick ast...@el... wrote: >> I updated most of the test images last night/this morning with a few >> recent changes from svn. >> >> svn revision 678 includes the following changes: >> >> improved openntpd init >> full zaptel binaries >> preliminary wanpipe drivers (untested) >> >> I did not get an image built for the wrap boards yet, but images for >> VIA, generic i586 and the Soekris platform are available. >> >> http://www.djhsolutions.com/astlinux/ >> >> Once again, report back with any feedback on these images (even if it's >> just "it works fine"). >> >> Thanks, >> >> Darrick >> >> -- >> Darrick Hartman >> DJH Solutions, LLC >> http://www.djhsolutions.com >> > > > Is it possible for you to put up the .config file you use to generate > those images as well? I seem to be having a hell of a time compiling for > the WRAP, mostly because I don't know enough to know what should and > should not be checked off. I need to perform an idiot check, that idiot > being me. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: <ast...@el...> - 2007-03-02 00:17:58
|
> On 3/1/07, ast...@el... <ast...@el...> wrote: >> Is it possible for you to put up the .config file you use to generate >> those images as well? I seem to be having a hell of a time compiling for >> the WRAP, mostly because I don't know enough to know what should and >> should not be checked off. I need to perform an idiot check, that idiot >> being me. >> > > asterisk, > > Most of the time this is all you need to do: > > cp astlinux.config .config > make oldconfig > make menuconfig (select WRAP) > make > > Keep in mind that Darrick's images are from the 0.4 branch, not > trunk. From what I have seen lately you have been trying to build > trunk. trunk and 0.4 are quite different these days. > > -- > Kristian Kielhofner I have been trying to compile 0.4 and trunk separately, to try to understand better. I just don't have a good impression of what I can remove or add safely. As a simple example, the WRAP is using only ztdummy, so how much zaptel and hardware related parts can be pared away? I figure ZAP/PRI could be removed, but how much ISDN/mISDN stuff can I remove before I cripple something or make a compile fail? |
From: Kristian K. <kri...@gm...> - 2007-03-02 00:43:38
|
Whenever possible care has been taken to make building wih different package selections. It should dependencies for you. with that being said we usually only test full builds with the default config files... to answer you question- on a wrap you might not need zaptel/ztduumy at all. Certainly not libpri! On 3/1/07, ast...@el... <ast...@el...> wrote: > > On 3/1/07, ast...@el... <ast...@el...> wrote: > >> Is it possible for you to put up the .config file you use to generate > >> those images as well? I seem to be having a hell of a time compiling for > >> the WRAP, mostly because I don't know enough to know what should and > >> should not be checked off. I need to perform an idiot check, that idiot > >> being me. > >> > > > > asterisk, > > > > Most of the time this is all you need to do: > > > > cp astlinux.config .config > > make oldconfig > > make menuconfig (select WRAP) > > make > > > > Keep in mind that Darrick's images are from the 0.4 branch, not > > trunk. From what I have seen lately you have been trying to build > > trunk. trunk and 0.4 are quite different these days. > > > > -- > > Kristian Kielhofner > > > I have been trying to compile 0.4 and trunk separately, to try to > understand better. I just don't have a good impression of what I can > remove or add safely. As a simple example, the WRAP is using only ztdummy, > so how much zaptel and hardware related parts can be pared away? I figure > ZAP/PRI could be removed, but how much ISDN/mISDN stuff can I remove > before I cripple something or make a compile fail? > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > -- Kristian Kielhofner |