RE: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Andrew McRory
> I am using stock FC3 with a T1 card from digium and have not > had any problems yet... I just checked /lib/modules/XXX/build/.config > and PREEMPT_VOLUNTARY=y > > the "service zaptel stop" and start do not work - I have to manually load > > modprobe wct1xxp > modprobe zaptel > ztcfg - >

[Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Jerry Geis
I am using stock FC3 with a T1 card from digium and have not had any problems yet... I just checked /lib/modules/XXX/build/.config and PREEMPT_VOLUNTARY=y the "service zaptel stop" and start do not work - I have to manually load modprobe wct1xxp modprobe zaptel ztcfg - It is working at this ti

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Rob Emanuele
In the source RPM this is from the i686 non-SMP config: # CONFIG_PREEMPT is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT_NORESCHED is not set It looks off except for the voluntary case (what ever that means). --Rob > Well, from what I'm looking at here, it appears preemption is off by >

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Sean Kennedy
Well, from what I'm looking at here, it appears preemption is off by default ( installed the sources, did make menuconfig. *shrug* Thanks again Sean Adam Fineberg wrote: Just a reminder, if you are using the stock fedora kernel I'd recommend rebuilding it without preemption turned off as I've e

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-11 Thread Adam Fineberg
Just a reminder, if you are using the stock fedora kernel I'd recommend rebuilding it without preemption turned off as I've experience kernel panics from the zaptel driver. Digium tech support agrees (or at least did a few weeks ago) that is was a problem. Adam Sean Kennedy wrote: Got it, that

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-10 Thread Sean Kennedy
Got it, that was it. Thank you so much Adam. For those searching, here's the solution: vi /usr/src/linux-2.6/Makefile Remove the word 'custom' from the version information. If you've been following along at home, you'll need to `make clean` in the kernel source directory. Then, `make prepare-all

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-10 Thread Sean Kennedy
Thank you, Adam. I think I see how to do that ( the kernel Makefile has that version information. So either I just change that and recompile zap, or I have to recompile the kernel AND zap. As long as it works, I'm happy ). Question: I can force the zaptel module to load, but I can't force th

Re: [Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-10 Thread Adam Fineberg
This appears to be a module version mismatch. Notice that the kernel is linux-2.6.8-1.521 but the modules are 2.6.8-1.521custom. This means you need to remake your modules or your kernel to get them to match. Also, you should try rebuilding the kernel with preemption turned off. It helps a

[Asterisk-Users] Zaptel module load errors under stock Fedora Core 2 (2.6.8-1.521 kernel )

2004-11-10 Thread Sean Kennedy
Hi folks, start to finish, this is what I did: cd /usr/src/linux-2.6.8-1.521 make prepare-all cd .. wget http://www.asterisk.org/zaptel-1.0.0.tar.gz tar xfsz zaptel-1.0.0.tar.gz cd zaptel-1.0.0 less README less README.Linux26 ( see, I really did RTFM ;) ) ln -s /usr/src/linux-2.6.8-1.521 /usr/src/