Which modules get installed with modules_install


 
Thread Tools Search this Thread
Operating Systems Linux Which modules get installed with modules_install
# 1  
Old 11-12-2008
Which modules get installed with modules_install

I'm trying to build a 2.6.18 kernel for XEN (level 0), and I need to make an initrd image that will utilize our HP's raid/scsi driver (cciss.o). The driver is being built and I can see it in drivers/block/cciss.o. But when I do "make modules_install", this module is not copied into the corresponding directory in /lib/modules. Why? How can I change this so that it is installed? (I do not need to know how to manually make a .ko file from a .o file.)

Thanks.

Last edited by otheus; 11-12-2008 at 01:48 PM.. Reason: Xen level 0 - hypervisor
# 2  
Old 11-14-2008
did you mead the module is not installed in /lib/modules within your filesystem within initrd.
normally it should be installed within your filesystem by make modules_install.
you can change to the source directory of cciss and type make install to force this or see any error.
# 3  
Old 11-14-2008
Right. It's getting made but not installed. The xen compilation "build world" process is handling this.

I tried starting from scratch, but then "build world" resulted in "cannot find stdarg.h". The compilation line has --nostdinc, so I don't know WTF is going on.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. Shell Programming and Scripting

How to get result from both of these modules?

Hallo All unix Guru's I have written a small (static) pl/sql function which is inserting data into database. It is as follows: sqlplus $CONNECT <<-EOF DECLARE Counter integer :=1; BEGIN WHILE Counter <= ${no_of_files} LOOP INSERT INTO... (1 Reply)
Discussion started by: bluemind2005
1 Replies

3. Shell Programming and Scripting

how to create custom modules in perl and how to import all modules with single command?

I have some custom functions which i want to use in perl Scripting all time. i want to How to create modules in perl and how to import them. Also if i create 15 modules and i want to > import all at once then how can i import? (0 Replies)
Discussion started by: Navrattan Bansa
0 Replies

4. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

5. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

6. UNIX for Dummies Questions & Answers

Which modules are installed for APACHE?

Is there some way I can tell which modules I have installed for APACHE? Would it be in httpd.conf? (2 Replies)
Discussion started by: mojoman
2 Replies

7. Solaris

How to check for installed Perl modules on solaris?

Is there a quick way to check for installed perl modules on a solaris server? I found using perl -e "use Crypt::DES" will work for checking one package at a time. I was wondering if there was anything else out there? (4 Replies)
Discussion started by: jsandova
4 Replies

8. UNIX for Dummies Questions & Answers

modules under bsd

Hello I know that I can load or unload kernel modules (/sbin/modload or /sbin/modunload) but how can I check what of modules are now loaded to my kernel? I heard that I can do it by /sbin/modstat but I haven't file like this in my system... Please help me. Have a nice day (2 Replies)
Discussion started by: pgas
2 Replies

9. UNIX for Advanced & Expert Users

Compilng Modules

Hi all Can anyone tell me if it is possible to compile modules individually without having to recompile the whole kernel? I have recently compiled a new kernel but forgot to compile in lp.o which would allow me to print. I can see lp.c in /usr/src/linux/kernel/drivers/char sometimes in these... (1 Reply)
Discussion started by: silvaman
1 Replies

10. UNIX for Dummies Questions & Answers

/etc/modules/conf

RedHat 7.1 I get /etc/modules.conf is more recent than /lib/modules/2.4.2-2/modules.dep This is currently running on a Dell Latitude CPi Laptop. (2 Replies)
Discussion started by: jblank1234
2 Replies
Login or Register to Ask a Question