Updated ISO image of version 0.3.0 with bugfixes
A short notice: As some smaller bugs crept in at the last minute we decided to provide you with an updated ISO image called yavdr-0.3.0a.iso.
What has been fixed ?
- The Nvidia display driver is now the right/expected version (260.12)
- The driver package v4l-dvb-dkms now comes with two re-enabled patches related to mantis cards
- OSD Menu translations should work now for other languages than German and English (also added an updated French translation)
- The Italian version of the web interface should work now (no blue HTML screen any more)
Please note: if you are not affected by these errors there is no reason for redownload/re-install the ISO. These corrections will of course also be made available as package updates.
You can find the yavdr-0.3.0a.iso on the download page.
PermalinkViews: 19579
- 9 Comment(s)

Usals gotoxx
vdr plugin rotor don't work gotoxx mode
i can search sat i can use gotopos but
gotoxx dont' work...i see a patch for it but is for old version of yavdr0.2....
you can correct this bug?
Thank!!
Bug reports
Please report bugs in our bugtracker at bugs.yavdr.com and provide us with more details to the patch. Thank you!
Rotor 1.5.0 Gotoxx Solved!!
I have made this .deb packet for all.
I have patched rotor plugin and build package .deb
you can find it here
http://www.megaupload.com/?d=VMD7SL0S
where i foud it
i found the patch here
http://vdr-portal.de/board/attachment.php?attachmentid=26515
Please provide more details billisat
Please provide us:
a) the source package, there is not much use for us having the binary package. Next package update this deb will be obsolete.
b) Provide us the link to the post, not the attachment, so we can review also the discussion.
Source patch plugin rotor gotoxx
The source of patch is here
http://www.spinics.net/lists/vdr/msg22495.html
If it is a problem ask me....
Very very thanks for your job!!!
another problem with remote control
this mce_usb realtek don't work with yavdr
but with ubuntu work properly,I found this and I solved the problem and now Work properly with big satisfation!!
Re: Media Center Infrared Remote Not working in Ubuntu 9.10+lirc
I don't know if you fixed this, but the cause is that the lirc_mceusb module does not know the vendor and product ID's of the remote receiver. To fix this is easy, just follow these steps:
sudo apt-get install build-essential checkinstall module-assistant
sudo apt-get install lirc-modules-source
cd /usr/src/lirc-0.8.6/drivers/lirc_mceusb/
sudo vi lirc_mceusb.c (or any other editor you might like)
After the line that says:
#define VENDOR_NORTHSTAR 0x04eb
add the following line:
#define VENDOR_REALTEK 0x0bda
After the line that says:
{ USB_DEVICE(VENDOR_NORTHSTAR, 0xe004) },
add the following 2 lines:
/* Realtek card reader and IR receiver */
{ USB_DEVICE(VENDOR_REALTEK, 0x0161) },
Save the file and exit
sudo dpkg-reconfigure lirc-modules-source
sudo modprobe -r lirc_mceusb
sudo modprobe lirc_mceusb
voila, your IR receiver will now work.
the original post you can find here!!
http://ubuntuforums.org/showthread.php?t=1362586
I renew my gratitude for you and for your nice job.
Bye!
problem apt-get autoremove
before i do apt-get dist-upgrade and after from web interface i do apt-get autoremove.... Big proble it has removed all and now yavdr don't work. How i have to do for repair my system? Because i'don't want reinstall all because the system is perfect(after problem). I think the solution is aptitude bu i don't know perfectly.... bye
Please follow the discussion in other blog postin
Hi, try: sudo apt-get install yavdr-essential Please also follow the discussion in the blog posting for VDR 1.7.21. I think your question is being discussed there. Cheers hepi