~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compile Error
~~~~~~~~~~~~~
When I try to compile rdj, i get an error that says:

/usr/bin/ld: cannot find -ldb1
collect2: ld returned 1 exit status

The linker can't find the library db1.  You must install the developer version of the db1 package.  For example, the main package is db1-1.85 while the developer's package is db1-tools-1.85.  For Mandrake 8.0 users, those packages are on installation CD 1.

If you receive any other compilation errors that say "ld cannot find -l<library>" then you probably need to find the library and install it.  If you're still getting the same error and you can prove the library is installed (i.e. you know the full path to the .a file, like /usr/lib/libdb1.a), then check your /etc/ld.so.conf to make sure that the library's directory is in that file, and finally, (as root) execute ldconfig.

No Sound
~~~~~~~~
Some people have reported problems with sound.  Before emailing me, check these first:

o  That your mixer settings are adjusted properly
o  If you have a sound cable from your card to your sound card, check it.
o  Make sure you've selected the correct card (although, if you haven't, rdj will fall back onto /dev/radio)
o  Check out the documentation for your bttv driver

Can't open the card
~~~~~~~~~~~~~~~~~~~
I've had reports that people can't open their radio cards.  Here are some suggestions:

o  Make sure no other application is using the radio device:
   o  a tv program using the same board
   o  if left running, mixers like gmix and aumix can block you from opening /dev/radio
   o  kill all running radio programs
   o  even a crashed tv/radio program can keep /dev/radio open or from being opened (sometimes the only fix is a reboot)
o  If you aren't using the kernel module loader, check if the required bttv modules are loaded
o  Make sure your /etc/modules.conf is configured correctly
o  Check the file permissions of your bttv devices /dev/radio0-3, /dev/video0-3, etc.

