Hi.

I am a bit lost with this, and am hoping this is the right place.

I am attempting to build a mythtv box using a pvr150 card and a dvico dvb-t 
card using fedora core 5 and Jarod's how-to.  When I attempt to install the 
driver for the dvico card (with the directions at 
http://www.linuxtv.org/repo/#build).

make gets up to micropcm20-rds-core.o and then says

CC [M]  /root/build/v4l-dvb/v4l/miropcm20-rds-core.o
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c:27:36: error: 
../../../sound/oss/aci.h: No such file or directory
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c: In function 'rds_waitread':
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c:83: error: 'RDS_REGISTER' 
undeclared (first use in this function)
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c:83: error: (Each undeclared 
identifier is reported only once
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c:83: error: for each function it 
appears in.)
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c: In function 
'rds_rawwrite_nowait':
/root/build/v4l-dvb/v4l/miropcm20-rds-core.c:108: error: 'RDS_REGISTER' 
undeclared (first use in this function)
make[3]: *** [/home/tefol/v4l-dvb/v4l/miropcm20-rds-core.o] Error 1
make[2]: *** [_module_/home/tefol/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.16-1.2111_FC5-i686'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/tefol/v4l-dvb/v4l'
make: *** [all] Error 2

I did some searching and found someone who said that if I changed the path 
./../../sound/oss/aci.h to ../sound/oss/aci.h it should work.  I tried that, 
  but it didn't make much difference.

After checking out what is actually on my system,  I found that there was a 
/usr/src/kernels/2.6.16-1.2111_FC5-i686/sound/oss directory,  but it only 
had the following files:
cs4281  dmasound  emu10k1  Kconfig  Makefile

Nowhere was there an aci.h file.


I have the following packages installed:

# rpm -qa | grep alsa
alsa-lib-1.0.11-3.rc2.2
alsa-driver-1.0.11-47.rhfc5.at
alsa-utils-1.0.11-4.rc2
alsa-kmdl-2.6.16-1.2111_FC5-1.0.11-47.rhfc5.at

Is the oss stuff supposed to be installed with any of those?  Am I 
completely way here:  Should I be asking in a different forum?

Any help or advice will be greatly appreciated!

TIA

Tefol




_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to