[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

modprobe.d and post-install problem



Hi,

I have a tv-tuner with saa7135HL chipset and works fine with kernel version 2.6.15.4. When booting I want to pass the module alsa=1 option and to load the saa7134-alsa module also. So I took these steps:

 1. created a file /etc/modprobe.d/tuner which contains this:

options saa7134 alsa=1
post-install saa7134 insmod /lib/modules/2.6.15.4/kernel/drivers/media/video/saa7134/saa7134-alsa

 2. run update-modules

 3. reboot to see if these take effect

The result is that the saa7134-alsa module doesn't get loaded and this message can be read on boot:

WARNING: /etc/modprobe.d/tuner line 2: ignoring bad line starting with 'post-install'

 The path of the module is correct and I also tryied without specifying the whole path. What am I doing wrong? I must mention that there is no problem installing the module manually after boot.

Reply to: