Linux / UNIX Tech Support Forum
This is a discussion on How Linux modprobe command works and find out path for modules? within the Linux software forums, part of the Linux Getting Started category; Hello, i am new to linux...can anyone tell me how this "modprobe" works when booting the kernel....how it fetches the ...
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
i am new to linux...can anyone tell me how this "modprobe" works when booting the kernel....how it fetches the modules path? |
| Sponsored Links | ||
|
|
|
||||
|
modprobe looks in the module directory /lib/modules/$(uname -r) for all the modules and other files, except for the optional /etc/modprobe.conf configuration file and /etc/modprobe.d directory.
To print your path try as follows at a shell prompt: Code:
echo /lib/modules/$(uname -r)
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| echo , linux , linux driver path , linux drivers , linux kernel path , modprobe , modules |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find Out If Linux Command Is Internal Or External | Raj K Yadav | Linux software | 2 | 08-21-2008 10:35 PM |
| Command to find which process is utilizing max number of resources in Red hat Linux | Santosh Sharma | Linux software | 0 | 01-19-2008 03:12 PM |
| Linux Find Out RAM CAS Latency Command | andrei048 | Linux hardware | 1 | 01-04-2008 10:56 AM |
| Use memory command to find details under Fedora Linux | chiku | Getting started tutorials | 0 | 04-29-2007 08:35 PM |
| Modules in Linux | guest | Linux software | 2 | 01-24-2006 06:49 PM |