kernel module

How do I find the version of a kernel module (*.ko files located in /lib/modules/… directory) in Linux server?

{ 0 comments }

Q. I know how to find out information about compiled driver under FreeBSD kernel. But, how do I find out if a Particular feature, driver or filesystem support is compiled into my running Linux kernel or not? How do I find out if DMA support is compiled into my kernel?

{ 0 comments }

FreeBSD: Load Kernel Module at Runtime

by Vivek Gite on October 1, 2008 · 0 comments

Q. How do I load a kernel module at runtime from a shell prompt under FreeBSD UNIX operating systems?

{ 0 comments }

FreeBSD Setting up Firewall using IPFW

by Vivek Gite on April 14, 2007 · 24 comments

I’m new to FreeBSD and am trying to configure the firewall using IPFW, but I’m having a hard time understanding it as compare to Linux. Can you provide a small example on how to go about setting up the rules for a typical FreeBSD based Apache Web server?

{ 24 comments }

Q. I am using Linux on HP server and I am getting error that read as follows: Linux Kernel panic: VFS: Unable to mount root fs How do I solve this problem? A. Most modern distributions including Debian uses loadable kernel module for ext3 file system. So to read ext3/ext2 file system kernel must load [...]

{ 6 comments }