You are not logged in.

#1 2006-08-27 02:57:17

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

udev rule

currently I have placed
'rmmod saa7134 ; modprobe saa7134 card=3 tuner=5'
in '/etc/rc.local' since saa7134 doesn't get autoloaded with correct options. This is a bad hack to get it working.

Is it possible to write a udev rule for saa7134 so that everytime it is loaded, it is loaded with options card=3 tuner=5 or is that not possible?

Offline

#2 2006-08-27 06:00:04

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: udev rule

/etc/modprobe.conf handles this kind of thing. Check the man page - you need something like this:

options saa7134 card=3 tuner=5

Offline

#3 2006-08-27 07:43:51

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: udev rule

tomk, that sounds good. Thanks smile

Offline

Board footer

Powered by FluxBB