• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[GELÖST] Hilfe zu MIRO VIDEO PCTV pro gesucht

Hallo,
habe hier im Forum und drumherum alles abgesucht und ausprobiert, stecke jetzt aber fest. Habe die Miro Video PCTV pro installiert, habe Video4Linux im gebrauch, MoTV, KDETV, XawTv und auf allen ist nur ein verschneites schlechtes SW Bild ohne Ton. Sender lassen sich suchen und einstellen, mehr aber auch nicht.
Hier die lsmod

Module Size Used by
tuner 16524 0
tda9887 7172 0
tvaudio 21260 0
bttv 143372 1
video_buf 19972 1 bttv
i2c_algo_bit 9352 1 bttv
v4l2_common 6400 1 bttv
btcx_risc 4872 1 bttv
i2c_core 23684 5 tuner,tda9887,tvaudio,bttv,i2c_algo_bit
pppoe 13504 2
pppox 3592 1 pppoe
af_packet 20360 2
ppp_generic 28692 6 pppoe,pppox
slhc 7424 1 ppp_generic
appletalk 33716 2
ax25 58220 2
ipx 26284 2
videodev 9472 2 bttv
mga 103872 6
nvram 8328 0
usbserial 28912 0
parport_pc 35264 1
lp 10916 0
parport 37704 2 parport_pc,lp
speedstep_lib 3712 0
freq_table 4612 0
snd_seq_oss 30976 0
thermal 12424 0
edd 9240 0
snd_pcm_oss 56868 0
processor 16040 1 thermal
snd_mixer_oss 18688 1 snd_pcm_oss
snd_seq_midi 8864 0
snd_seq_midi_event 7680 2 snd_seq_oss,snd_seq_midi
snd_seq 54672 6 snd_seq_oss,snd_seq_midi,snd_seq_midi_event
fan 3972 0
joydev 10176 0
button 6032 0
battery 8580 0
ipv6 244100 13
ac 4868 0
snd_ens1371 22368 5
snd_rawmidi 24992 2 snd_seq_midi,snd_ens1371
snd_seq_device 8328 4 snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_pcm 96776 2 snd_pcm_oss,snd_ens1371
snd_page_alloc 11012 1 snd_pcm
snd_timer 25476 2 snd_seq,snd_pcm
snd_ac97_codec 60676 1 snd_ens1371
st 38940 0
snd 59524 23 snd_seq_oss,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_seq_midi_event,snd_seq,snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_ac97_codec
soundcore 8800 2 bttv,snd
gameport 4736 1 snd_ens1371
sr_mod 15652 0
ide_cd 36484 0
cdrom 36508 2 sr_mod,ide_cd
sg 35360 0
sd_mod 19840 0
usb_storage 59584 0
scsi_mod 107980 5 st,sr_mod,sg,sd_mod,usb_storage
uhci_hcd 29584 0
3c59x 36776 0
usbcore 96988 5 usbserial,usb_storage,uhci_hcd
intel_agp 17052 1
agpgart 28712 2 intel_agp
evdev 9600 0
subfs 7296 2
dm_mod 50044 0
reiserfs 233808 1

habe Suse 9.1., Grafikarte "Matrox MGA400 AGP (mga) und Kernel 2.6.4.52. :roll:
 
Endlich das Probleme gelöst.
Erstmal habe ich im modprobe die # zeichen vor options bttv/options tuner/options msp3400 gelöscht. Dann die Cardnummer von 11 (automatischer Eintrag) auf 1 geändert. Ebenso im letzten Eintrag von modprobe conf. (Yast Eintrag).Dann per rmmod in Konsole erst msp3400, tuner und bttv gelöscht und per lsmod neu installiert. Zum Schluß noch in modules. conf. als einzigen Eintrag "tuner type=0 und nun habe ich super Bild, Farbe, Ton und Videotext!

Vielleicht hilft´s auch anderen. :D Bey bey
 
eine ähnliche erfahrung hab ich auch gemacht mit meiner Leadtek Winfast2000XP tv-karte. yast stellt card=34 und tuner=23 ein, richtig ist aber tuner=41. das hab ich in knoppix rausgefunden, als meine karte plötzlich funktionierte mit dem befehl:
Code:
insmod bttv card=34 tuner=0
gruss
 
Oben