View previous topic :: View next topic |
Author |
Message |
matttah Apprentice

Joined: 22 Jan 2005 Posts: 207
|
Posted: Mon Aug 25, 2008 9:19 pm Post subject: mythtv looking for ivtv-fb not ivtvfb |
|
|
I recently upgraded my system to where the ivtv is built into the kernel and the ivtv-fb module was renamed ivtvfb. When i go to start any video feed from my pvr-350 I get the following error:
Code: | 2008-08-25 17:10:42.543 Using protocol version 31
2008-08-25 17:10:42.548 TV: Attempting to change from None to WatchingLiveTV
2008-08-25 17:10:42.549 Using protocol version 31
2008-08-25 17:10:43.353 IVD Error: Framebuffer number query failed.
eno: Bad address (14)
Did you load the ivtv-fb Linux kernel module?
2008-08-25 17:10:44.037 TV Error: StartPlayer(): NVP is not playing after 20000 msec
2008-08-25 17:10:44.289 IVD Error: Failed to stop decoder
eno: Invalid argument (22)
2008-08-25 17:10:44.293 TV Error: LiveTV not successfully started
|
Any idea what is the reason for this? How to fix it? 2.6.25 is the new kernel. I can see in lsmod ivtv and ivtvfb are loaded fine.
Daum |
|
Back to top |
|
 |
depontius Advocate

Joined: 05 May 2004 Posts: 3530
|
Posted: Wed Aug 27, 2008 12:04 pm Post subject: |
|
|
Pardon my near-complete ignorance, but would the "alias" facility in modprobe help?
Add an file "/etc/modprobe.d/ivtv-hack" with the contents:
Code: | alias ivtv-fb ivtvfb |
and re-run update-modules to get it into "/etc/modprobe.conf".
I'll confess that I don't really understand this stuff, but it seems like it might do the name redirection you need, and I'll learn from someone correcting me if I'm (probably) wrong. _________________ .sigs waste space and bandwidth |
|
Back to top |
|
 |
|