好的
大概就是这样的我在安装PCI卡的驱动的时候,按照卡的readme 首先要先编译内核我按照说明编译
Automatic loading of modules is system specific and is beyond the scope of this document.
This document describes installation in default Fedora Core 3 with kernel sources installed.
1. In the source directory for the desired kernel
(/usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9) execute <make menuconfig>
2. Select <Device Drivers>
3. Select <Multimedia Devices> (note to user these are not in alphabetic sequence).
4. Select <Video for Linux>
5. Using the arrow keys, select Exit twice to return to the <Device Drivers> page.
6. Select <Sound>
7. Verify Module option [<M> Sound card support] is selected.
8. Select <Open Sound System>
9. Select exit 4 times then select <Yes> to save the new kernel configuration.
10. Still in the source directory execute <make> to compile the new kernel. This will take some time.
11. Reboot into the newly compiled kernel.
*****Follow instructions in your BUILD.TXT file.
12. Change directories to the bttv driver, make and install it:
cd to the bttv-0.9.15-osprey-rc1
make
make install
13. Change directories to the btaudio driver, make and install it:
cd to the btaudio-0.9.15-osprey-rc1
make
make install
14. Remove all currently loaded modules, that may have been loaded by hotplug, that are attached to the capture board.
lsmod | grep bt
rmmod bt878
rmmod bttv
这个问题就是出在了第10步,我不知道是什么原因所以请教大家 |