Hi Tilghman- I recently had a lot of problems getting the DevLit kit working out of the box, even using the configurations supplied on the floppy that came with the kit. I didn't have the problem you are experiencing though, which sounds like some kind of hardware conflict to me. I would suggest contacting [EMAIL PROTECTED], and they are pretty good about diagnosing the problem (if you give them a login to your machine via ssh etc)
I did notice that you are running on a slower machine. Digium finally got my configuration running by inserting some delays into my startup file /etc/rc.d/rc.local, which now looks like this: rmmod usb-uhci modprobe usb-uhci modprobe wcfxo modprobe wcusb sleep 1 ztcfg -vv sleep 1 (and then "asterisk" if you want to start it automatically) Good luck, Scott Scott M. Stingel Emerging Voice Technology Inc. Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> URL: www.evtmedia.com <http://www.evtmedia.com> > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tilghman Lesher > Sent: Monday, July 14, 2003 6:03 PM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Odd output from X100P > > > I'm attempting to configure a machine with a DevKit Lite (X100P & > S100U). After I modprobe wcfxo, the machine goes into some kind > of loop after about 10 seconds, where it spits out what appears to > be 32-bit addresses, ad infinitum. At this point, the machine becomes > completely unresponsive to keyboard input (i.e. Ctrl-C, Ctrl-Alt-Del, > even CapsLock and NumLock states [lights] cannot be changed). > > /etc/zaptel.conf contains: > fxsks=1 > fxoks=2 > loadzone = us > defaultzone=us > > The addresses are to the screen and are not logged to syslog. They > are of the form [<c053dc09>] [<c8009ec0>], etc. The addresses appear > to all be in the ranges C0xxxxxx and C8xxxxxx. > > The hardware is a PII-266, with 48MB RAM. > > -Tilghman > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
