I installed R5A16 with little hassle I got the box up and running so I could view TV, but I can't get the remote working. I thought that the PVR 350 was supposed to work out of the box. I can't move the cursor in the frontend, and when I run irw it doesn't show anything when I hit the remote(I have checked the batteries). Anyway I followed a couple of post from the forums and some howto on the wiki, and here's what I got so far.
Code:
root@mythtv:~# cat /etc/mythtv/modules/ivtv
alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
#options tuner type=2
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtc-fb; /sbin/modprobe lirc_i2c
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner && /sbin/modprobe -r ivtv-fb && /sbin/modprobe -r lirc_i2c
Code:
root@mythtv:~# lsmod
Module Size Used by
sg 30880 0
nvidia 3916796 12
ehci_hcd 31112 0
shpchp 91524 0
pci_hotplug 31048 1 shpchp
intel_mch_agp 10000 0
8250_pnp 10112 0
pcspkr 5324 0
cx8800 27276 0
cx88xx 47904 1 cx8800
ir_common 7300 1 cx88xx
v4l1_compat 14852 1 cx8800
saa7127 14236 0
ivtv 808420 2
saa7115 13720 0
msp3400 27576 0
tuner 26536 0
bttv 144336 0
video_buf 18436 3 cx8800,cx88xx,bttv
firmware_class 9728 1 bttv
i2c_algo_bit 10504 3 cx88xx,ivtv,bttv
v4l2_common 6528 2 cx8800,bttv
btcx_risc 5768 3 cx8800,cx88xx,bttv
tveeprom 13336 2 cx88xx,bttv
videodev 9600 4 cx8800,cx88xx,ivtv,bttv
lirc_i2c 9348 1
lirc_dev 14212 1 lirc_i2c
md5 5760 1
ipv6 235808 12
autofs4 17284 0
af_packet 18696 0
snd_mixer_oss 18048 0
snd_intel8x0 29248 0
snd_ac97_codec 68984 1 snd_intel8x0
snd_pcm 79364 2 snd_intel8x0,snd_ac97_codec
snd_timer 22532 1 snd_pcm
snd_page_alloc 9348 2 snd_intel8x0,snd_pcm
snd 47460 5 snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 9312 1 snd
8139too 24192 0
mii 5888 1 8139too
i2c_i801 9612 0
i2c_core 20224 10 cx88xx,saa7127,saa7115,msp3400,tuner,bttv,i2c_algo_bit,tveeprom,lirc_i2c,i2c_i801
jedec_probe 18944 0
cfi_probe 8064 0
gen_probe 4864 2 jedec_probe,cfi_probe
mtdcore 8008 0
chipreg 4736 2 jedec_probe,cfi_probe
map_funcs 3712 0
intel_agp 20636 1
agpgart 29616 3 nvidia,intel_mch_agp,intel_agp
parport_pc 37444 0
parport 32456 1 parport_pc
8250 23108 1 8250_pnp
serial_core 19840 1 8250
ohci1394 31748 0
pcmcia 20624 0
yenta_socket 20616 0
rsrc_nonstatic 10496 1 yenta_socket
pcmcia_core 42656 3 pcmcia,yenta_socket,rsrc_nonstatic
video 16260 0
thermal 12936 0
processor 22504 1 thermal
fan 5252 0
container 5248 0
button 7056 0
battery 10372 0
ac 5508 0
tsdev 7744 0
rtc 11980 0
evdev 9088 0
ieee1394 301752 1 ohci1394
usb_storage 63552 0
ohci_hcd 20488 0
usbhid 41408 0
uhci_hcd 30224 0
usbcore 101368 6 ehci_hcd,usb_storage,ohci_hcd,usbhid,uhci_hcd
tmscsim 22976 0
BusLogic 77588 0
Code:
root@mythtv:~# dmesg|grep lirc
lirc_dev: IR Remote Control driver registered, at major 61
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
lirc_dev: lirc_register_plugin:sample_rate: 10
Code:
root@mythtv:~# ls -la /dev/lirc*
crw-rw-rw- 1 root root 61, 0 Jul 30 2004 /dev/lirc
srw-rw-rw- 1 root root 0 May 31 21:29 /dev/lircd
prw-r--r-- 1 root root 0 Jul 30 2004 /dev/lircm