|
version 1.9, 2000/07/18 23:45:58
|
version 1.10, 2000/07/18 23:48:25
|
|
|
|
| Q: When I try to compile emlog, I get hundreds of errors related | Q: When I try to compile emlog, I get hundreds of errors related |
| to header files. | to header files. |
| | |
| A: Make sure that you've run "make config" or "make menuconfig" in |
A: If you've recently installed new kernel sources, make sure that |
| /usr/src/linux. You don't actually have to go through the entire |
you've run "make config" or "make menuconfig" in /usr/src/linux. You |
| configuration; just make sure that the symbolic link to your |
don't actually have to go through the entire configuration; just make |
| architecture-specific header files is created. |
sure that the symbolic link to your architecture-specific header files |
| |
is created. |
| | |
| | |
| Q: When I try insert the module using 'insmod', I get 'I/O error". |
Q: When I try insert the module using 'insmod', I get 'I/O error'. |
| | |
| A: That probably means the major device number being registered by | A: That probably means the major device number being registered by |
| emlog is already in use by another device driver. Try changing the | emlog is already in use by another device driver. Try changing the |