All times are UTC-06:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: make modules_install
PostPosted: Fri Feb 01, 2008 11:41 am 
Offline

Joined: Fri Jul 27, 2007 4:20 am
Posts: 7
Location: switzerland
Hi all

Trying to make modules.
However, something goes wrong.
Using the procedure outlined i the "Efika OpenFirmware and Linux Howto".
+ make without arguments produces a working zImage
- make INSTALL_MOD_PATH=/tmp/ modules_install
seems to abort prematurely, look at this:

e5k125:/usr/src/linux-2.6.19# make INSTALL_MOD_PATH=/tmp/ modules_install >MakeMods.log 2>&1 &
[1] 19842
....
[1]+ Done
....
e5k125:/usr/src/linux-2.6.19# tail MakeMods.log
....
....
INSTALL sound/usb/snd-usb-audio.ko
INSTALL sound/usb/snd-usb-lib.ko
INSTALL sound/usb/usx2y/snd-usb-usx2y.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /tmp/ -r 2.6.19; fi
e5k125:/usr/src/linux-2.6.19#

Questions:
- what's the cause for this strange end of the log file?
- does this any harm?
- how can I correct this?
- how can I find out, whether modules have not been produced, and if so which ones?

_________________
rm


Top
   
 Post subject:
PostPosted: Sun Feb 03, 2008 7:13 am 
Offline

Joined: Tue Feb 14, 2006 2:01 pm
Posts: 75
Location: Germany
The command should have installed all the modules just normal. I cannot see any abnormalities in the log. Although you haven't posted the whole log...

If you do not understand the last line then let me try to explain:

Modules need to be loaded in a specific order: user wants to load module B, which requires module A. So if the user types "modprobe B" to load the module B the modprobe needs to load module A first. These dependencies are "created" with the depmod utility. And that is what the last line of the log does.

regards,

-corsair

EDIT: This might be interesting to understand the options of the depmod execution:

http://www.oreillynet.com/linux/cmd/cmd ... h=d/depmod


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group