Andy Zivkovic wrote:
> Joseph Shraibman wrote:
> I have two dvb cards in my system. Is there any way to change the order
> of the device files?
It might also be possible to use udev for this kind of ordering. Maybe just
like the persistent-[net|storage] scripts in
/etc/udev/rules.d
Regards,
J
Joseph Shraibman wrote:
I have two dvb cards in my system. Is there any way to change the order
of the device files?
If the different cards use different drivers, you can pass the
adapter_nr parameter to the module.
In my /etc/modprobe.conf I have:
options dvb_usb_dib0700 adapter_nr=0,1,2,3
Joseph Shraibman schrieb:
> I have two dvb cards in my system. Is there any way to change the order
> of the device files?
Usually, the device files (/dev/dvb/adapter?/..) are create by a udev-rule. If
you modify
the rule, you can assign every dvb card to a specific number. In my case, I'm
usi