This is a discussion on 'make install' error: depmod: QM_MODULES: Function not implemented within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi, I just installed mdk 10.1 OE and i try to get my soudcard (audigyls) to work. I followed ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I just installed mdk 10.1 OE and i try to get my soudcard (audigyls) to work. I followed the instructions on the alsa site (http://www.alsa-project.org/alsa-doc...dule=audigyls). The ./configure and make of the alsa-driver-xxx return no error but when i do the 'make install' I get this error: /sbin/depmod -a 2.4.27-0.pre2.1mdk depmod: QM_MODULES: Function not implemented Anyone an idea how to solve this? Nico |
| |||
| Nico wrote: > The ./configure and make of the alsa-driver-xxx return no error but when i > do the 'make install' I get this error: > > /sbin/depmod -a 2.4.27-0.pre2.1mdk > depmod: QM_MODULES: Function not implemented Someone else can probably help you more, but my understanding is that the module-init-tools (modutils originally) got changed, etc, for the kernel >=2.5.48, and perhaps the alsa modules require this update as well (e.g., they have been integrated into the 2.6 kernel, after all)? Couldn't seem to find much information on this, except one or two references in Gentoo forums. I may be totally off base here. Jon. -- * Does the walker choose the path, or does the path choose the walker? (fr. Sabriel) * -- |
| |||
| Jon Gomez wrote: > Nico wrote: >> The ./configure and make of the alsa-driver-xxx return no error but when >> i do the 'make install' I get this error: >> >> /sbin/depmod -a 2.4.27-0.pre2.1mdk >> depmod: QM_MODULES: Function not implemented > > Someone else can probably help you more, but my understanding is that the > module-init-tools (modutils originally) got changed, etc, for the kernel >>=2.5.48, and perhaps the alsa modules require this update as well (e.g., > they have been integrated into the 2.6 kernel, after all)? Couldn't seem > to find much information on this, except one or two references in Gentoo > forums. > > I may be totally off base here. > > Jon. > > -- * Does the walker choose the path, or does the path choose the walker? > (fr. Sabriel) * -- Thanks for your effort, but i already found the problem. When i installed Mandrake, i only installed the source for the 2.4.27 kernel instead of the 2.6.8.1 which i'm using. When i replaced the source with the one for the 2.6.8.1 kernel, everything went fine. thanks again. Nico |
| ||||
| Nico wrote: > Thanks for your effort, but i already found the problem. When i installed > Mandrake, i only installed the source for the 2.4.27 kernel instead of the > 2.6.8.1 which i'm using. When i replaced the source with the one for the > 2.6.8.1 kernel, everything went fine. Glad to hear things are working, then! Jon. -- * Does the walker choose the path, or does the path choose the walker? (fr. Sabriel) * -- |