| Past Articles
|
|
| Monday, February 05 |
| · | BeyondTV Vista Compatibility FAQ ( 4.6 coming soon ) (0) |
| Wednesday, January 24 |
| · | Fun with BeyondTV Skins (1) |
| · | Broadcast HDTV quality compared (0) |
| · | SageTV HDTV Network Extender Q2 2007 (536) |
| · | Vidabox announces Blu-Ray, HD-DVD, CableCARD VISTA boxes (1) |
| Tuesday, January 16 |
| · | Recording Cable HDTV on a Mac via FIREWIRE (551) |
| Friday, January 12 |
| · | MythTV vs Windows Media Center Comparison (6) |
| · | CES/MacWorld Links Galore (12) |
| · | More Vista Media Center & ATI CableCard tuner news (7) |
| Monday, January 08 |
| · | ATI Announces Two CableCARD Digital Cable Tuner Cards (574) |
| Tuesday, January 02 |
| · | Nintendo Wii Media Center (16) |
| Sunday, December 24 |
| · | Happy Holidays 5% Coupon from PCAlchemy (EXPIRED) (583) |
| Thursday, December 21 |
| · | SageTV 6 Released (579) |
| · | New GBPVR Release Coming Soon (?) (18) |
| Tuesday, December 12 |
| · | VidaBox: DualHD Media Center->Blue-ray & HD-DVD format! (3) |
| | Older articles |
|
| |
|
| HowTo: Maiku's Guide to Setting up MythTV under Mandrake 10.1 | Log-in or register a new user account | 17 Comments |
|
| Comments are statements made by the person that posted them. They do not necessarily represent the opinions of the site editor. |
Re: HowTo: Maiku's Guide to Setting up MythTV under Mandrake 10.1
by kkrekula on Dec 04, 2004 - 07:42 AM
(User information | Send a message)
|
This was exactly what I was looking for :-)
However, I get a problem when trying to load the new "self-compiled" drivers. Modprobe complains about them being in the .ko format (the Mandrake drivers are in .ko.gz format.).
I tried to gzip them, but modprobe still refuse to load them.
What trick to I need to do?
Regards,
Kenneth
|
Re: HowTo: Maiku's Guide to Setting up MythTV under Mandrake 10.1 by maiku on Dec 04, 2004 - 07:58 PM
initialize from modprobe.conf
by sigurdne on Dec 20, 2004 - 03:28 AM
(User information | Send a message)
|
Have you figured out how to initialize from ‘/etc/modprobe.conf’ rather than from '/usr/local/bin/start-ivtv' ?
Sigurd
|
Re: HowTo: Maiku's Guide to Setting up MythTV under Mandrake 10.1
by voelkerc (chad-.-voelker_@_gmail-.-com)
on Jan 11, 2005 - 09:07 PM
(User information | Send a message)
http://
|
Hello Maiku / All-
I'm working through the HOWTO, and I'm having a problem with the ivtv make step. I've looked through this site and Google groups and it seems like a general compilation configuration issue that I'm having... when I attempt to do a make on any version of ivtv I get a *** No rule to make target `modules'. Stop. error. Here's the steps:
[root@localhost mythtv]# cd ivtv-0.2.0-rc3d/driver/
[root@localhost driver]# make
make -C /lib/modules/2.6.8.1-12mdk/build SUBDIRS=/home/mythtv/ivtv-0.2.0-rc3d/driver modules
make[1]: Entering directory `/lib/modules/2.6.8.1-12mdk/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.8.1-12mdk/build'
make: *** [all] Error 2
This occurs as either root or the mythtv user. I've also tried the following:
[root@localhost driver]# make -C /usr/src/linux-2.4.27-0.pre2.1mdk/ SUBDIRS=$PWD V=1 modules
make: Entering directory `/usr/src/linux-2.4.27-0.pre2.1mdk'
make -C /home/mythtv/ivtv-0.2.0-rc3d/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.27-0.pre2.1mdk/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.27-0.pre2.1mdk/include/linux/modversions.h" MAKING_MODULES=1 modules
make[1]: Entering directory `/home/mythtv/ivtv-0.2.0-rc3d/driver'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/home/mythtv/ivtv-0.2.0-rc3d/driver'
make: *** [_mod_/home/mythtv/ivtv-0.2.0-rc3d/driver] Error 2
make: Leaving directory `/usr/src/linux-2.4.27-0.pre2.1mdk'
Any thoughts? I am using 10.1 official, downloaded last night.
Thanks.
-Chad
|
|