diff options
Diffstat (limited to 'Documentation/telephony/ixj.txt')
| -rw-r--r-- | Documentation/telephony/ixj.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Documentation/telephony/ixj.txt b/Documentation/telephony/ixj.txt index 621024fd3a18..44d124005bad 100644 --- a/Documentation/telephony/ixj.txt +++ b/Documentation/telephony/ixj.txt | |||
| @@ -305,21 +305,14 @@ driver, like this: | |||
| 305 | 305 | ||
| 306 | which will result in the needed drivers getting loaded automatically. | 306 | which will result in the needed drivers getting loaded automatically. |
| 307 | 307 | ||
| 308 | g. if you are planning on using kerneld to automatically load the | 308 | g. if you are planning on having the kernel automatically request |
| 309 | module for you, then you need to edit /etc/conf.modules and add the | 309 | the module for you, then you need to edit /etc/conf.modules and add the |
| 310 | following lines: | 310 | following lines: |
| 311 | 311 | ||
| 312 | options ixj dspio=0x340 xio=0x330 ixjdebug=0 | 312 | options ixj dspio=0x340 xio=0x330 ixjdebug=0 |
| 313 | 313 | ||
| 314 | If you do this, then when you execute an application that uses the | 314 | If you do this, then when you execute an application that uses the |
| 315 | module kerneld will load the module for you. Note that to do this, | 315 | module the kernel will request that it is loaded. |
| 316 | you need to have your kernel set to support kerneld. You can check | ||
| 317 | for this by looking at /usr/src/linux/.config and you should see this: | ||
| 318 | |||
| 319 | # Loadable module support | ||
| 320 | # | ||
| 321 | <snip> | ||
| 322 | CONFIG_KMOD=y | ||
| 323 | 316 | ||
| 324 | h. if you want non-root users to be able to read and write to the | 317 | h. if you want non-root users to be able to read and write to the |
| 325 | ixj devices (this is a good idea!) you should do the following: | 318 | ixj devices (this is a good idea!) you should do the following: |
