Finding modules in menuconfig

I'm customizing my kernel and trying to find these modules in menuconfig
cdrom.ko
i2c-algo-bit.ko
libata.ko
mperf.ko
snd-page-alloc.ko
usb-common.ko
usbcore.ko
I just can't find them anywhere. Please help me.

Thank you
I read about it earlier here:
http://stackoverflow.com/questions/1147 … ell-script
but author mentioned this:
Its important to know that it does not always work flawlessly. So you should tweak your config further using make menuconfig. You will see some modules are still marked to be built which is in reality unnecessary for your system
So I thought there's maybe more accurate way to do it manually.
In  menuconfig's help descriptions every parameter that can be compiled as a module have something like this:
This support is also available as a module.  If so, the module will be called XXXX
I think the problem is that F8 or "/" can search only the exact name of kernel parameters and not the whole content of help descriptions (so also the module names).
So it's not always obvious where to find parameter that enables module XXXX.ko

Similar Messages

  • Azure mobile services error cannot find module 'azure-storage'

    this is driving me nuts for past five days now and still no solution. After asking the questing at StackOverflow and azure-storage npm, I thought of now posting the same question here so that it reaches to more targeted 'microsoft azure' experts. 
    in my AzureMobileService, I am using azure-storage npm module in one of my custom API. I have been using this for past couple of months and it was all working great, I was very happy. Until last moday it started throwing the error - 'cannot find module
    'azure-storage'. It was strange, the code that was working till morning , started failing when I came back from work, with no change of a bit in the code. I get this error where I call 'require' for 'azure-module':
    var azure = require('azure-storage');
    var retryOperationFilter = new azure.ExponentialRetryPolicyFilter();
    var tableService= azure.createTableService().withFilter(retryOperationFilter);
    and in package.json, I have
    "dependencies": {"tracer": "0.7.3", "colors" : "1.0.3", "lodash" :"2.4.1", "azure-storage": "0.4.1"},
    Today, I also tried creating a new Mobile service from scratch in my azure account. Then I created the custom API and wrote the code again from scratch. Updated package.json to include azure-storage, updated my client code(HTML/JS) to use this new service
    URL etc. and tested again, everything worked fine till it reached the same line (require('azure-storage') ) and failed again there with
    same error.
    I am at my wits end. please help. 

    ok, got it working.
    I did an npm install 'azure-storage'  to my mobile service's service directory and then it started working. 
    As I remember reading, if I just include the npm module I want to use in my mobile service's package.json, it gets taken care, installed and I don't to install myself manually.
    And thats what has been happening when my code was working till last week. 
    Also, its feels odd because the other node modules I use - like tracer or lodash - work with no manual npm install. 
    anyways, its working for now, but now I am thinking about the azure mobile's reliability

  • Unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...

    I am fairly new to Measurement studio and am having an issue.I am running visual studio 2010 SP1 and measurement studio 2013. my project runs fine in the developement environment. But when I try to make an installer package I am getting these errors when I try to build the setup project.
    unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...
    Two or more objects have the same target location('[policydir]\9.0.30729.1.cat')
    two or more objects have the same target location ('[payload_ul]9.030729.1.policy')
    when looking at all of the detected dependencies module dependencies I found that mstudiocommon2010.msm and mstudioui.msm
    had microsoft_VC100_CRT_x86.AFA... as a dependancy but the current merge module had the DF495 signature.
    After reading some of the posts I saw that if you were running Visual studio SP1 you may need to goto the pre SP1 files.
    I did this and the warnings for msstudiocommon2010.msm and mstudioui.msm went away.
    now I have the problem MStudiodaqmx.2010.msm has a dependency on microsoft_vc100_crt_x86.DF495
    but that got replaced when i went back to the older versions. I am at aloss as to what to do at this point.
    As for the policy and payload error I was hoping these would disappear when the other issue is cleared up but I may be wrong.
    Any help would be greatly appreciated

    Hi vmrak,
    Just to clarify, have you been following the steps in the Deploying Measurement Studio Applications KB article and using the files posted in the Problems building InstallShield installer after upgrading to MS 2010 forum post?  Also, where are you seeing that MStudiodaqmx.2010.msm is dependent on microsoft_vc100_crt_x86.DF495?  If you're receiving an error that says this, would you mind posting a screenshot of it?
    You could try keeping both the old and the new versions of the merge modules in the same directory on your computer to see if all the correct references are made this way.
    -Myriam

  • Hyperion Planning - Invalid or could not find module configuration

    Hi,
    I have changed the essbase properties file in both essbase server and reporting server as below and restarted all the hyperion services.
    netConnectRetry=30
    netDelay=2000
    netSocketTimeOut=20000
    After restarting the services, I am not able to open the planning applications. I am getting error message - "Invalid or could not find module configuration"
    Thanks,
    Aravindh K

    Was that error straight after restarting the services, usually that type of error can be caused if the jdbc connection pool is full which shouldnt really be happening when the service is starting up.
    Are you able to log into Planning directly though? If not, restart the service again and check if any errors are logged.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured

    Dear
      I use version 11.2.1, try to open an application one by planning and workspace is the error below.
      "Invalid or Could not find module configuration" and "Required application module HyperionPlanning.planning is not configured"
    I checked the oracle site, but the suggested solution is not possible because using the OHS and found the file HYSLWorkers.properties.
    Solution
    On the server que hosts the Apache component:
    1. Navigate to HYPERION_HOME%% \ common \ httpServers \ Apache \ 2.0.59 \ conf
    2. Edit the file named HYSLWorkers.properties,
    3. Locate the entry starting with "worker.HP__8300.port"
    4. Set its value to the value of the Planning web application's listening port incremented by two,
    5. Save and close
    6. Restart Apache only
    Anyone have any suggestions?

    If restarting the services does not help, run the EPM configurator again and configure foundation web server again then restart services and try logging into workspace
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • BlankCordovaApp Error : Cannot find module 'q'

    Currently I'm using Visual Studio 2013 update 4 with Visual Studio Tools for Apache Cordova extension on Windows 8.1. I create a new Cordova JavaScript Blank project and then trigger a build, it turns out to be below building error:
    Error 2 Cannot find module 'q' C:\Users\penlv\documents\visual studio 2013\Projects\BlankCordovaApp1\BlankCordovaApp1\MDAVSCLI 1 1 BlankCordovaApp1
    Seems many other users run into the same issue. Any help on this? 

    Hi Penlv,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    From the bottom of this document about Apache Corodva tool:http://blogs.msdn.com/b/visualstudio/archive/2014/11/13/tools-for-apache-cordova-update-ios-debugging-amp-windows-8-1-support.aspx,
    Microsoft announced the following statement:
    If you’ve already installed the tools and are actively using it, thank you! The improvements we prioritize are based largely on your feedback, so please don’t feel shy in contacting us via
    UserVoice, Twitter,
    StackOverflow, and email.
    So for your issue, I doubt something necessary is not installed or something is corrupt on your machine, I suggest consulting here:
    http://stackoverflow.com/questions/tagged/multi-device-hybrid-apps which discusses Multi-Device Hybrid applications and Apache Cordova issues.
    Thank you for your understanding,
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Kernel Panic!!! Can't find modules.dep

    Hello, everybody,
    Yesterday I followed the Kernel Compilation From Source topic on arch's wiki. So i did:
    wget -c http://kernel.org/pub/linux/kernel/v2.6 … 31.tar.bz2 (not 2.6.28)
    cp linux-2.6.31.tar.bz2 ~/kernelbuild/
    cd ~/kernelbuild
    tar -xvjf linux-2.6.31.tar.bz2
    cd ~/kernelbuild/linux-2.6.31
    make mrproper
    make menuconfig
    I didn't change nothing in menuconfig.
    So I created PKGBUILD and kernel26.install
    makepkg -c
    pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz
    Everything with no problems. Except for one thing. When I did "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz" it returned conflicts with: vmlinuz26.img and *.map (I don't remember the names, the first it something like vmlinuz26.img but the second I only remember the extension *.map, I problably can remember if i see the names again). So I deleted these 2 files (I thought the new kernel would create these 2 files again).  After delete them, I runned again "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz", now with no erros. I restarted and BOOM!!!
    When I start appears the ERROR: could not load /lib/modules/2.6.31/modules.dep: file not found
    But I started from my Ubuntu and I can see modules.dep there. Maybe, it is searching in the /boot directory, instead the /
    What I must to do now? Is there a way to recover the old kernel? I think I made a backup. But I don't know how to access it, because my Ubuntu can't (only the owner can) and I don't how to use the live cd, because I know the Ubuntu-like live cd, but I can't find a live cd for Arch. So, is there a way to solve the problem? Please, reinstall Arch is the last option.
    ----------- EDIT ---------------
    Maybe I have to configure my bootloader (GRUB). But how do I do that?
    Last edited by igmx94 (2009-12-07 14:03:46)

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • Can't find modules or libraries

    I am trying to compile some fortran 90 code. I am using the -M option to specify the location of modules as indicated by the following line:
    f90 -M/home2/pncgisho/jensen/apps/f90gl-1.2.9/include/GL -c mod_OpenGL_visualization.f90
    However, I get the following error message:
    use opengl_glut
    ^
    "mod_OpenGL_visualization.f90", Line = 3, Column = 6: ERROR: "OPENGL_GLUT" is specified as the module name on a USE statement, but the compiler cannot find it.
    I know that the module is located in the directory as specified. The most frustrating aspect of the problem is that on another machine (both are SunBlade 2000's) the compiler can find the modules. I have the directories configured exactly the same on both machines and I use the exact same makefile. Do you have any suggestions as to why the compiler cannot find the modules?
    I am also having a similar issue with the linker not being able to locate libraries, eventhough I am using the -L and -l options to specify the location and names. With the libraries, if I give the complete path and name of the library (i.e., /usr/lib/libmylib.a), the linker will find it. Otherwise I get the message that the linker cannot find the libraries.
    Any help will be greatly appreciated.
    Sincerely,
    Richard Jensen

    The option -M is the one you want. Is the directory containing the
    .mod file on the machine where the compilation is done? If not,
    try copying the .mod file to a directory on the machine where the
    compilation is done, and use the option -M to specify that
    directory. If you are accessing the file using NFS, you might need
    to prefix the pathname for the directory.
    Sincerely,
    Bob Corbett

  • How to find modules implemented and licensed but not used.

    Hi, one of our customer is in such a situation that they have no idea of which are the modules implemented. They have a big list of modules licensed but these are not necessarily be implemented. Is there a query to find out the same or any other option.
    Regards
    Santy

    Hi,
    Hi, one of our customer is in such a situation that they have no idea of which are the modules implemented. They have a big list of modules licensed but these are not necessarily be implemented. Is there a query to find out the same or any other option.Please see (Note: 420648.1 - How to Establish if a Product is Installed in e-Business Suite) and (Note: 443699.1 - How to check if certain Oracle Applications product/module is implemented?).
    Thanks,
    Hussein

  • Need Help in finding Module MEM-C6K-CPTFL512M, BF-S720-64MB-RP

    Hi all,
    Could help in finding out the module BF-S720-64MB-RP
    ,MEM-C6K-CPTFL512M,CF-ADAPTER-SP
    of 6513 Switch ,
    which command i have to use like sh version etc,,

    BF-S720-64MB-RP is bootflash memory, no serial number, just 64MB of bootflash.
    MEM-C6K-CPTFL512M is Supervisor flash, again no serial number.
    CF-ADAPTER-SP is an adapter for a bootflash upgrade, no serial number.
    You could view the two file systems with dir bootflash: and dir

  • Powershell can't find modules that worked before

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?
    Update:
    when I open a command prompt window and type
    "powershell -importsystemmodules", I am then able to proceed to
    import-module remotedesktop from the CMD prompt and perform the functions that I need to do. Not sure why in the world this would suddenly work only under CMD and not Powershell.                 

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?

  • [Solved] Kernel 2.6.31 cannot find "modules.dep"

    After upgrading to default x86_64 kernel 2.6.31-ARCH with no error messages, I get this during reboot:
    "Could not load /lib/modules/2.6.30-ARCH/modules.dep"
    Well, no wonder, as there is no 2.6.30-ARCH directory, only 2.6.31-ARCH. I have tried "mkinitcpio -p kernel26", but it didn't help any (naturally).
    Is there an easy fix for this?
    Last edited by whaler (2009-10-18 22:15:46)

    Dieter@be wrote:Yes, if you have a separate filesystem for /boot, you should leave it uncommented in fstab and mounted when you install a new kernel (watch out with the 'noauto' mount option).  during package installation it will show a warning if you have /boot not mounted but I guess we both overlooked it.
    It is not so surprising if I overlooked it... However, I cannot recall seeing such a warning? I am in the habit of copying both pacman's package install msgs and boot console msgs, but I don't think I have ever seen a warning about the /boot partition not being mounted.
    Dieter@be wrote:It is remarkable however,  I don't remember ever having an issue like this, do you?  It looks to me like something changed, I looked at the sources for kernel26 but couldn't find anything special.
    During the 18 months I have used Arch I have received a faulty kernel twice. On both occasions the problem was another than this /boot partition issue. I have never had the /boot partition uncommented in fstab while using Arch, so something must have changed, or there is a new bug in the kernel code somewhere. It is significant that this only appears with the 2.6.31 kernel.
    I have EXT3 on my boot partition, and I use this ending in fstab "defaults 0 1". Is it safe?
    BTW - with "vga=773 nomodeset" in GRUB, graphics, incl. MPlayer etc., seem to be back to normal - in fact better than before, as I am now getting full repaints in OOo Calc! Of course, since I am not into gaming, I don't know if there is some other functionality missing...
    Thanks again, Dieter - I will mark this thread solved!

  • CFP-2000 can't find modules on bank

    Hello,
    I'm using this cFP-2000 for a while, and now I have another problem:
    The cFP-2000 cannot find any module connected to it, when I go to MAX and ask to find devices, all I got is the controller itself.
    I already did change the IP, the power supply, format the field point and install old drivers, but nothing changed.
    The LED "Ready" on the modules remain off, only the "Power" LED is ON the entire time.
    Does anyone know how to solve this problem?
    Thanks in advance.

    I'm completely sorry, Abel_Souza, but we're in the middle of something big and I could not stop the system for a detailed analisys until now.
    It seems that the cFP-2000 can only operate the module on the first position of the bank, any module inserted here works, but when it comes to another slot it won't turn on the "Ready" LED and can't be identified on MAX.
    The report is provided in the attachment.
    I hope you can help me with that.
    Greetings,
    Tassio Borges.
    Attachments:
    ni_support.zip ‏46 KB

  • 2.6.37 trys to find module.dep in /lib/modules/2.6.36-ARCH

    and obviously fails.
    what went wrong?

    crazy thing
    I found out the problem.
    I have 2 Sata-Drives, root is on the second while on the first is a clone of root. Now here is the strange thing: In bios I declare the second sata as first in boot sequence. This makes grub think it is (hd0,0) it seams. As i have root=(hd1,0) grub read the kernelimages from the clone (it seams). Than  later in the bootprocess the kernel itself looks at the right place, but as the image loaded is 2.6.36 it doesn't find the correct modules.
    Now I changed in menu.lst the line to "root   (hd0,0)" it succesfully boots from SDB1!!!!!!!
    I have to apologize as it was a grub-thing, but nobody can expect such a strange behaviour from grub
    Last edited by capoeira (2011-01-31 16:46:35)

  • Transaction code to find modules in ECC 6.0

    Hi gurus
    I installed ECC 6.0 with windows and oracle. I want to know the transaction code that tells me what are the modules ( SD, FICO..etc) which are present in my ECC 6.0.
    Pllzzz help me

    Hi,
    Goto --> SE93 
    Suppose u want all the Tcodes for Material Mangement then type MM* in the box.It will show u the all the Tcodes for MM.
    In this way u can go ahead with other modules.
    Thanks,
    Spandan

Maybe you are looking for

  • How do I know if my 4th Generation iPad is locked?

    How can I find out if my 4th Generation iPad is locked?

  • Can't update iPhone 3GS to 4.3.3

    iTunes prompts me to download and update my iPhone, I choose to do so. When it's completed downloading and stuff, it says that my iPhone isn't eligible for the requested build. This seems odd, I've had this problem before and I fixed it by updating i

  • Dynamical logical port creation

    Hi Is it possible to generate a logical port dynamically at runtime. I only need a logical port once for executing a web service, so I'm looking for a way to minimize administration work. Regards, Mathias

  • Still cant get 400mhz to work

    why is my ddr clock set to 333mhz when i have got 400mhz memory ..........I cant change it it is greyed out ....have tried changing settings in dram settings as well

  • Error in table while createing replication

    I have a 2 sets of database ORCL1 and ORCL2 and i am trying to replicate from ORCL1 TO ORCL2. Both the databases have have same tableS .Out of 432 i have been able to create the replication of 400 Structure ,but for 32 tables in ORCL2 It shows the st