diff options
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 7250ab5f8..6b0d1dfb8 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -143,7 +143,9 @@ my @devices = detect_devices::probeall(1); if (grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' } @devices) { if (($< == 0) && (grep { $_->{driver} eq 'bttv' } @devices)) { use harddrake::bttv; + modules::read_conf; harddrake::bttv::config($in); + modules::write_conf; } scan4channels(); $in->exit(0); |