You are not logged in.
Hi!
I've recently migrated from mandrake.
Just like in mandrake, tv tuning is off by 1 channel, which means that the tuner type is wrong.
In mandrake, I pass options to the tuner driver via:
options tuner type=2
in modprobe.conf, which fixes things up beautifully.
I tried doing the same here in arch, but nothing happens. What do I do here?
-----------
I load bttv module via rc.conf
lsmod output:
Module Size Used by
nvidia 2072520 12
joydev 9024 0
tuner 17804 0
bttv 144748 0
video_buf 17412 1 bttv
i2c_algo_bit 9480 1 bttv
v4l2_common 5376 1 bttv
btcx_risc 4360 1 bttv
i2c_core 19460 3 tuner,bttv,i2c_algo_bit
videodev 7936 1 bttv
sd_mod 16512 0
ohci_hcd 18180 0
snd_seq_midi 6944 0
snd_emu10k1_synth 7168 0
snd_emux_synth 37504 1 snd_emu10k1_synth
snd_seq_virmidi 6528 1 snd_emux_synth
snd_seq_midi_emul 7424 1 snd_emux_synth
snd_seq_oss 33792 0
snd_seq_midi_event 6784 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq 55568 8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 50724 0
snd_mixer_oss 18176 2 snd_pcm_oss
snd_emu10k1 95492 6 snd_emu10k1_synth
snd_rawmidi 21280 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_pcm 90784 3 snd_pcm_oss,snd_emu10k1
snd_timer 23428 2 snd_seq,snd_pcm
snd_seq_device 6920 7 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_ac97_codec 63236 1 snd_emu10k1
snd_page_alloc 9476 2 snd_emu10k1,snd_pcm
snd_util_mem 3712 2 snd_emux_synth,snd_emu10k1
snd_hwdep 7840 2 snd_emux_synth,snd_emu10k1
snd 49124 23 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
soundcore 8160 2 snd
tulip 44832 0
crc32 4352 1 tulip
Permissions for video0, I edited devfsd.conf (lifted from asla wiki):
REGISTER v4l/.* PERMISSIONS root.users 660
REGISTER video0 PERMISSIONS root.users 660
Am I doing something wrong? Any help is appreciated.
Offline
Its ok now...
passed this option instead:
options bttv card=34 radio =1 tuner=2
Offline