Hello, I need to preload my tda9887 sound module with qss, followed by saa7134 how do i do this in modprobe.conf?
What is "qss"? Anyway to have your tda9887 module load before saa7134 try the following in /etc/mdprobe.conf
# V4L / VIA
alias char-major-81 videodev
alias char-major-81-0 saa7134
install saa7134 /sbin/modprobe tda9887; /sbin/modprobe --ignore-install saa7134
The last "install" line is is one long line.
-- Redmond, we have a problem.