Sponsored Content
Operating Systems Linux SuSE How do I load kernel modules so BestCrypt will work Post 58050 by CTroxtell21 on Friday 12th of November 2004 11:50:12 AM
Old 11-12-2004
# modprobe brings up another line telling about the Usage. This version of BestCrypt works with linux 2.5 and 2.6 talking about the kernels I think. How do I find this kernel to load? I see a /usr/src/kernel-modules/ folder that has 20 folders in in it.

acx100-0.2.0pre8_plus_fixes_29
adm8211
at76c503a-0.12beta18
bios
dazuko
drm
fcdsl
fritzcapi
hostap-driver-0.2.4
ipppcomp
ipw
km_smartlink_softmodem
linux-iscsi-4.0.1
linux-wlan-ng-0.2.1pre21
madwifi-20040928
openafs
rfswitch-0.1
subfs
tpctl
usbvision

Any of these the one I need to load?
 

9 More Discussions You Might Find Interesting

1. HP-UX

Information about kernel modules

Hi all, what do kernel modules libaudit, klog and strlog do? Specifically I want to determine if it was possible for us to determine if kernel level auditing is enabled at all? regards (0 Replies)
Discussion started by: slash_blog
0 Replies

2. Programming

HELP!!: CPU resource allocation between kernel modules and user mode process

Hi,all: I run my program which consists of one kernel module and one user mode process on a dual core server. The problem here is the kernel module consumes 100% of one core while the user mode process only consumes 10% of the other core, is there any solution that I can assign some computing... (1 Reply)
Discussion started by: neyshule
1 Replies

3. UNIX for Advanced & Expert Users

Kernel Modules Not geting built

I installed in VM the Mandriva Linux with 2.6.27 kernel. But presently when I fire make the modules .ko does not get built. I get the following output on firing command in the kernel module folder. $ make Building first_driver.c ... make: Entering directory... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

4. Programming

Debugging Linux Kernel Modules

I am aware of debugging linux applications using gdb and ddd. Now I have written a simple kernel module having init_module, exit _module and some functions for tasklets and workqueues. I want to debug these kernel modules like I used to debug applications setting breakpoints etc. How can I debug... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

5. Emergency UNIX and Linux Support

Linux: passing parameters to kernel modules

Hi, I need to set qlogic qla2xxx parameters in /etc/modprobe.conf (Oracle Linux Server release 5.7, almost equal to RedHat 5.7) two questions: how can I pass this parameters to the module while it is loaded (fibre channel luns are in use), if possible at all and how can I check the... (3 Replies)
Discussion started by: funksen
3 Replies

6. UNIX for Dummies Questions & Answers

Linux kernel modules makefiles doubts

This query is regarding the makefiles of linux kernel modules. I saw at some sites on net it is suggesting to include the following path: KERNEL_SOURCE := /usr/src/linux... while at some places it is askibg to include /lib/modules path: KERNEL_SOURCE := /lib/modules/2.6.27-7-generic/build... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

7. Hardware

Linux Kernel Modules

Hey everyone. I have a question, doing an lsmod gives me a list of all the loaded modules for my system. But how did they know to load? my /etc/modules files is empty, so how did these modules know to load themselves on boot time? If I were to take this hard drive to another computer with a... (6 Replies)
Discussion started by: Lost in Cyberia
6 Replies

8. Linux

Disable loading kernel modules

Hi, I am running CentOS 6.5 and I want to remove auto loading 8021q and garp modules, but there are no configure files in /etc/modprobe.d define bot modules. I even added both module names to /etc/modprobe.d/blacklist.conf, both of them are still loaded after the reboot. How can I disable... (2 Replies)
Discussion started by: hce
2 Replies

9. UNIX for Beginners Questions & Answers

Missing Modules After Compiling Kernel

I'm a little embarrassed after all these years I've never really successfully compiled my own kernel. I used this guide to make the following files: linux-headers-5.1.9_5.1.9-1_amd64.deb linux-image-5.1.9_5.1.9-1_amd64.deb linux-libc-dev_5.1.9-1_amd64.deb When I first booted into this... (4 Replies)
Discussion started by: Azrael
4 Replies
IPW(4)							   BSD Kernel Interfaces Manual 						    IPW(4)

NAME
ipw -- Intel PRO/Wireless 2100 IEEE 802.11 driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ipw device ipwfw device pci device wlan device firmware Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ipw_load="YES" In both cases, place the following line in loader.conf(5) to acknowledge the firmware license (see below): legal.intel_ipw.license_ack=1 DESCRIPTION
The ipw driver provides support for the Intel PRO/Wireless 2100 MiniPCI network adapter. ipw supports station, adhoc, and monitor mode oper- ation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8). This driver requires the firmware built with the ipwfw module to work. For the loaded firmware to be enabled for use the license at /usr/share/doc/legal/intel_ipw/LICENSE must be agreed by adding the following line to loader.conf(5): legal.intel_ipw.license_ack=1 FILES
/usr/share/doc/legal/intel_ipw/LICENSE ipw firmware license EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev ipw0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev ipw0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev ipw0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up Join a specific BSS network with 128-bit WEP encryption: ifconfig wlan create wlandev ipw0 wlanmode adhoc ssid my_net wepmode on wepkey 0x01020304050607080910111213 weptxkey 1 DIAGNOSTICS
ipw%d: device timeout The driver will reset the hardware. This should not happen. ipw%d: firmware error The onboard microcontroller crashes for some reason. The driver will reset the hardware. This should not happen. ipw%d: timeout waiting for firmware initialization to complete The onboard microcontroller failed to initialize in time. This should not happen. ipw%d: could not load firmware image '%s' The driver failed to load the firmware image using the firmware(9) subsystem. Verify the ipwfw(4) firmware module is installed and the license agreement loader(8) tunable has been set. ipw%d: could not load microcode An attempt to upload the microcode image to the onboard microcontroller failed. This should not happen. ipw%d: could not load firmware An attempt to upload the firmware image to the onboard microcontroller failed. This should not happen. SEE ALSO
ipwfw(4), pci(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8). AUTHORS
The original ipw driver was written by Damien Bergamini <damien.bergamini@free.fr> BSD
April 13, 2008 BSD
All times are GMT -4. The time now is 07:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy