Hi
I am currently running .30 but have an anoying problem during startup.
Following execution of the startup scripts specifically /usr/pluto/bin/alsaconf-noninteractive
Asterisk is terminated with exit status 0
Alsa sound drivers are unloaded and bttv0 is unloaded
Can anyone point me in the right direction so I can figure out why the apps and drivers are unloaded ?
I can restart asterisk and load the bttv drivers in a console widow and everything is then fine
Thanks
NOS
alsaconf-noninteractive will be removed soon from the boot process. It will be replaced with a blacklist entry for snd-bt87x since that's the only reason that scripts exists: to unload snd-bt87x and re-set up the sound system. And then snd-bt87x may be loaded explicitely. Why blacklist it? Because it loads before the real sound card and you can't use sound if that happens, so it has to be forced until after the sound drivers are loaded.
@radu.c
Thanks for the detailed explanation, I will create another script to start asterisk and bttv as a short term fix.
Cheers
NOS.