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 options mantis adapter_nr=4 Andy