Quote:
Originally Posted by lawrence_lee_lee
I want to know whether the ATAPI/CAM support has been added to my kernel and whether DMA access for ATAPI devices has been enabled. How can I check that in my Ubuntu7.10?
|
By finding-out the name of the relevant kernel config options and then grepping your config file. Example:
Code:
cat /boot/config-2.6.22-14-generic | grep CONFIG_BLK_DEV_IDESCSI
Quote:
Besides, if they are not yet enabled, how can I enabled them?
|
Usually, by recompiling the kernel with support for the feature you want enabled. But it depends on the feature, and whether or not it's available as a module. What brand/model hardware are you trying to get running?