Skip to main content

All Questions

0 votes
1 answer
455 views

Linux 2.6.39.4 how to find available loadable kernel modules

I'm customizing the 2.6.39.4 linux kernel on an arm platform and trying to test out a "Hello World" driver I created. I selected "M" (loadable) in the kernel make menuconfig and verified that it ...
sager89's user avatar
  • 678
3 votes
1 answer
6k views

Linux kernel - check currently used drivers

Is it possible to check what drivers from linux kernel source are used for currently working devices in the system? I know that usually device drivers are written as kernel modules, but some of them ...
Andna's user avatar
  • 165
52 votes
5 answers
70k views

How to get a list of active drivers that are statically built into the linux kernel?

While I can use lsmod in order to show currently active kernel modules, how can I see which drivers are statically built into the kernel AND currently active?
JohnnyFromBF's user avatar
  • 4,988
1 vote
1 answer
5k views

How to downgrade Linux kernel

I have a Linux machine running RHEL3.8 with kernel release 2.4.21-66.ELsmp. How can I downgrade the Linux kernel to 2.4.21-47.ELsmp? Second: About the last kernel upgrade, can we find logs somewhere ...
yael's user avatar
  • 27
2 votes
2 answers
1k views

Linux kernel compiling: standalone OS

Hi guys I'm new to linux kernel compiling so I have some question: By compiling linux kernel are we building a totally standalone OS which doesn't depend on any linux destributions? If yes... Well ...
Mortie's user avatar
  • 490
0 votes
1 answer
113 views

Development environment for embedded system [closed]

I need to develop software in C/C++ for an embedded system. I have Debian 6 running off of a USB hard drive. I would like to be able to generate a stripped-down kernel with modules, and install them ...
Howard Lee Harkness's user avatar
1 vote
1 answer
5k views

Disable "longhaul" kernel module with a GRUB command?

I've got a problem with a VIA C3 (1GHz)-system: the system freezes immediately when the CPU frequency goes under 731MHz because of an incompatibility with the (not completely implemented) i686 ...
Julian's user avatar
  • 11
0 votes
1 answer
129 views

Building modules with linux kernel for custom flavor

I followed the instructions for building a custom kernel and booting it. Everything works fine, except that when building it, I used the option skipmodule=true (as given in this link), so I guess the ...
Chandan's user avatar
  • 101
3 votes
2 answers
2k views

Where do I look for Linux kernel module documentation?

Where do I look for Linux kernel module documentation? For example, I've tried googling the module iwlagn, but I cannot find anything that tells me about available options. Where do I look?
user avatar
1 vote
2 answers
5k views

__modver_version_show undefined error when building linux kernel 3.0.4 version

I tried to build the linux kernel 3.0.4 on ubuntu 11.10 in virtualbox. Here are my steps: Download the source code tar xjvf linux-source-3.0.0.tar.bz2 cd linux-source-3.0.0 make menuconfig, changed ...
Jie Liu's user avatar
  • 11
3 votes
1 answer
157 views

Oracle Virtualbox on statically compiled kernel

I can't seem to find any documentation on the subject. I'm working on putting together a linux install for a fairly "dirty" environment. Best practice there would be a statically compiled kernel ...
RobotHumans's user avatar
  • 5,914
0 votes
1 answer
2k views

How to add ahci module to linux-image-2.6.38-11-virtual kernel?

I just installed Ubuntu 11.04 with the linux-image-2.6.38-11-virtual kernel as a virtual machine in VirtualBox (4.1.2). When I booted the machine after installation, I got this error message: FATAL: ...
Brandon Lebedev's user avatar
5 votes
3 answers
6k views

Do both lsmod and /proc/modules use the same mechanism to retrieve modules?

I can get a list of modules using either lsmod or cat /proc/modules. Do the two approaches use the same mechanism to retrieve the modules? I want to know this as we could use it to find some hidden ...
user61954's user avatar
  • 859

15 30 50 per page
1
2