I already posted this on Hardware support but i got no help.
I need help to solve this problem:
I have tv-card that requires the saa7134 driver to be loaded with the options card=2 and tuner=38.
At the boot time, saa7134 is loaded, i don't know with which option but, but to get tvtime work properly i have to do
sudo modprobe -r saa7134
sudo modprobe saa7134 card=2 tuner=38
To avoid thes two command each time i do this
sudo echo "options saa7134 card=2 tuner=38" > /etc/modprobe.d/saa7134
The driver is now loaded at the boot with the right options, but randomly before or afther the alsa driver have been loaded.
when saa7134 ist loaded first it creates /dev/dsp and alsa creates /dev/dsp1. Then i will not get sound from the system.
When alsa is first loaded, all goes OK.
The problem is that I don't know which driver will be loaded first.
How can i resolve this Problem?
I need help to solve this problem:
I have tv-card that requires the saa7134 driver to be loaded with the options card=2 and tuner=38.
At the boot time, saa7134 is loaded, i don't know with which option but, but to get tvtime work properly i have to do
sudo modprobe -r saa7134
sudo modprobe saa7134 card=2 tuner=38
To avoid thes two command each time i do this
sudo echo "options saa7134 card=2 tuner=38" > /etc/modprobe.d/saa7134
The driver is now loaded at the boot with the right options, but randomly before or afther the alsa driver have been loaded.
when saa7134 ist loaded first it creates /dev/dsp and alsa creates /dev/dsp1. Then i will not get sound from the system.
When alsa is first loaded, all goes OK.
The problem is that I don't know which driver will be loaded first.
How can i resolve this Problem?
Comment