LIRC/IVTV help!

Status
Not open for further replies.

The General

Banned
Messages
5,191
I am in dire need of help setting up LIRC and IVTV

Here's my setup:

AMD Athlon 64 X2 3800+
DFI LanParty SLI-DR
2048 Mb OCZ Platinum
eVGA Geforce 7800GT 256 Mb
Audigy 2 ZS Platinum
Haupagge WinTV PVR-150 WMC Edition
Memorex DVD+/-RW 16X Dual Layer
300 Gb Seagate 7800rpm IDE (4gb swap / 296gb as root)
2 x 250 Gb = /home via LVM

Debian unstable / gnome 2.12
Kernel 2.6.15-1-k7-smp (decided not to go for amd64/k8 because i was having problems with it)

I tried apt-getting lirc, but i couldn't get it to work, so i was like whatever i'll build from source, but before that i was reading this how to: http://www.develia.org/documents.php?l=2&f=1&p=lirclivedrive#lirclivedrive2

it was very helpful, i actually got it to work last night, but somehow i broke it today.

what i did was this

i added "options snd-emu10k1 enable_ir=1" to my /etc/modules.conf
the how to says to add it to /etc/modprobe.conf, but that doesnt exsist in debian, its /etc/modules.conf

then i did

# ./configure --prefix=/usr --sysconfdir=/etc --disable-static --with-driver=livedrive_midi --with-major=61 --with-port=none --with-irq=none --with-x

# make && make install

# chmod 666 /dev/lircd

then i added the config file from http://lirc.sourceforge.net/remotes/creative
the rm-1500 one, thats what remote i have

then i started the daemon
# /usr/sbin/lircd -H livedrive_midi -d /dev/snd/midiC0D1

ran irw and pressed buttons on the remote and it worked. all of the buttons were bound to the right commands.

then when i restarted my computer, it didnt work. i checked /etc/modules.conf and the option i added wasnt there anymore... and so far i can't seem to get it to stay... every time i restart its gone. how do i get it to stay?

currently it does not work... if anyone knows anything about lirc pm me or post on the the thread, im gunna need some help..

that and with ivtv. i need those drivers for my tv tuner card so i can use it with tvtime or ptune-ui or mythtv or whatever, i just wanna be able to use my tv tuner card

thanks
 
well, take a look at the top of it and see, or do lspci in a terminal as root and see what it says, cause if its unsupporterd it isnt gonna freakin work

V4L or video for linux which is part of the linux kernel supports a few of the popular ones quite well, chances are if its supported the kernel already has recognized it and loaded the kernel modules for it, check that with lsmod
 
ted@debian:~$ lspci
0000:00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
0000:00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
0000:00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
0000:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
0000:00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
0000:00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
0000:00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
0000:00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hyp erTransport Technology Configuration
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Add ress Map
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRA M Controller
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mis cellaneous Control
0000:01:06.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23 416) MPEG-2 Encoder (rev 01)
0000:01:07.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
0000:01:07.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (re v 04)
0000:01:07.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04 )
0000:01:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Control ler (rev 80)
0000:01:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
0000:05:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0092 (rev a1)

so this is it

0000:01:06.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23 416) MPEG-2 Encoder (rev 01)
 
debian:/home/ted# lsmod
Module Size Used by
nvidia 4090832 12
agpgart 32396 1 nvidia
vmnet 35940 13
vmmon 105516 0
rfcomm 36308 0
l2cap 24320 5 rfcomm
ipv6 235104 211
parport_pc 33412 0
lp 11172 0
parport 33288 2 parport_pc,lp
autofs4 18692 0
sk98lin 144416 0
dm_mod 52952 2
sr_mod 17060 0
sbp2 22212 0
snd_emu10k1_synth 7168 0
snd_emux_synth 33088 1 snd_emu10k1_synth
snd_seq_virmidi 7488 1 snd_emux_synth
snd_seq_midi_emul 6592 1 snd_emux_synth
snd_seq_dummy 4100 0
snd_seq_oss 30464 0
snd_seq_midi 8928 0
snd_seq_midi_event 7360 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 48336 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul ,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
tda9887 14608 0
wm8775 5964 0
eth1394 19912 0
cx25840 21840 0
joydev 9408 0
snd_emu10k1 100004 4 snd_emu10k1_synth
tuner 21856 0
tveeprom 13356 0
ivtv 185492 0
snd_rawmidi 23904 3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_seq_device 8524 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,s nd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
firmware_class 10560 2 cx25840,ivtv
snd_ac97_codec 83232 1 snd_emu10k1
snd_pcm_oss 47072 1
snd_mixer_oss 17088 2 snd_pcm_oss
evdev 9344 0
i2c_algo_bit 8840 1 ivtv
irtty_sir 8384 0
snd_pcm 80580 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
videodev 9408 1 ivtv
sir_dev 18684 1 irtty_sir
hci_usb 15700 2
snd_timer 23044 3 snd_seq,snd_emu10k1,snd_pcm
snd_ac97_bus 2560 1 snd_ac97_codec
emu10k1_gp 3968 0
mousedev 11300 1
bluetooth 44836 7 rfcomm,l2cap,hci_usb
i2c_nforce2 6848 0
pcspkr 2436 0
irda 171452 2 irtty_sir,sir_dev
snd_page_alloc 10504 2 snd_emu10k1,snd_pcm
snd_util_mem 4800 2 snd_emux_synth,snd_emu10k1
ohci1394 31796 0
ieee1394 91192 3 sbp2,eth1394,ohci1394
i2c_core 20160 8 tda9887,wm8775,cx25840,tuner,tveeprom,ivtv,i2c_a lgo_bit,i2c_nforce2
gameport 15240 2 emu10k1_gp
rtc 12916 0
psmouse 33156 0
snd_hwdep 9056 2 snd_emux_synth,snd_emu10k1
crc_ccitt 2496 1 irda
floppy 56548 0
snd 51428 15 snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_ seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_ oss,snd_pcm,snd_timer,snd_hwdep
soundcore 9760 3 snd
serio_raw 7300 0
ext3 121224 2
jbd 53396 1 ext3
mbcache 9476 1 ext3
ide_generic 1664 0 [permanent]
ide_cd 37700 0
cdrom 34144 2 sr_mod,ide_cd
sd_mod 17920 4
ide_disk 16448 3
sata_nv 9540 2
libata 52940 1 sata_nv
usbhid 33696 0
usb_storage 66304 0
scsi_mod 128200 5 sr_mod,sbp2,sd_mod,libata,usb_storage
skge 35344 0
generic 4804 0 [permanent]
amd74xx 13404 0 [permanent]
ide_core 116048 6 ide_generic,ide_cd,ide_disk,usb_storage,generic, amd74xx
ohci_hcd 19076 0
ehci_hcd 30536 0
usbcore 116932 6 hci_usb,usbhid,usb_storage,ohci_hcd,ehci_hcd
thermal 14024 0
processor 24264 1 thermal
fan 5124 0



the ivtv one was after i installed the ivtv drivers, but i may have done that incorrectly.
 
Status
Not open for further replies.
Back
Top Bottom