Sponsored Content
Operating Systems Linux SuSE Madwifi - Only kernel versions 2.4.x are supported. Post 89549 by LinuxN00bie on Monday 14th of November 2005 09:15:40 AM
Old 11-14-2005
Data Madwifi - Only kernel versions 2.4.x are supported.

I have seen this problem posted before, but I have never seen an answer.

I have searched a few different Linux forums and exhaustively Googled the problem, but again, I have only seen a solution.

I am hoping someone who has experienced this problem was able to solve it and can pass their wisdom on to me!

Here are my specs:

Suse 10
Kernel 2.6.13-15
Gcc Version 4.0.2 20050901
Wireless Extention Support installed
Sharutils 4.5-2
Crypto API Support present
PCMCIA attempting to install: Atheros Netgear WG511T SuperG 108 Mbps 802.11g
Dell Inspiron 4100 Laptop

What I have been trying to do for the past 6 days is install Madwifi for my PCMCIA.

I get stuck after the "make" command.

I receive the error:

Checking if all requirements are met... FAILED
Only kernel versions 2.4.x and above are supported.
You have .
make: *** [configcheck] Error 1

Smilie I don't get it.

As stated above, I have kernel version 2.6.13.15.

When I type in make info, these are my results:

madwifi # make info
The following settings will be used for compilation:
TARGET : i386-elf
OS : linux
BUS : PCI
KERNELRELEASE:
KERNELPATH : /usr/src/linux-2.6.13-15-obj/i386/default
KERNELSRC : /usr/src/linux-2.6.13-15-obj/i386/default
KERNELCONF : /usr/src/linux-2.6.13-15-obj/i386/default/.config
MODULEPATH : /lib/modules//net
KMODSUF : o
WIRELESSEXT : 18


Due to this error, I then tried (upon advise):

make KERNELPATH: /usr/src/linux-2.6.13-15-obj/i386/default

This produced the error:

linux:/home/myusername/dls/madwifi # make KERNELPATH:/usr/src/linux-2.6.13-15-obj/i386/default
make: *** No rule to make target `KERNELPATH:/usr/src/linux-2.6.13-15-obj/i386/default'. Stop.

Can anyone advise a next step? Smilie
 

8 More Discussions You Might Find Interesting

1. Solaris

Filesystems Supported by Solaris

Could someone please tell me which filesystems are supported by Solaris? I am specifically interested in ext2, ext3, and XFS. Is XFS included in a standard Solaris distro? Are ext2 and ext3 only supported in Read-Only using lxrun? Thanks. (1 Reply)
Discussion started by: Ralph Armstrong
1 Replies

2. HP-UX

RMB supported?

Hi, I would like to know if there are any particular sites I can go to in order to findout what programs are supported in UNix OS version 11i. PArticularly if Hp Basic is supported in this new Unix version 11i. Thank you very much. (1 Reply)
Discussion started by: huhuloa
1 Replies

3. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies

4. UNIX for Advanced & Expert Users

building and running a software in different linux kernel versions

my Querry is if i build a software on a specific linux kernel and then try to run it on another linux kernel ....what can be the possible problems or what errors can most probably appear while running the binary in an updated version of linux. (1 Reply)
Discussion started by: mobydick
1 Replies

5. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

6. UNIX for Advanced & Expert Users

What are these kernel versions?

2.6.32-028stab094.3 x86_64 vs 2.6.32-5-amd64 x86_64 and where can i download the first one? thx (1 Reply)
Discussion started by: suffeks
1 Replies

7. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

8. Solaris

Supported filesystem

Hi, Searching for the support filesystem log on solaris. For linux it is in cat /proc/filesystems. shows supported filesystem and thirdparty filesystem integrations. (4 Replies)
Discussion started by: tarun_nix
4 Replies
CHEATMAKE(1)							  [FIXME: manual]						      CHEATMAKE(1)

NAME
cheatmake - fool make into not rebuilding certain files SYNOPSIS
cheatmake [hidechangefile] [show] [whyfile] DESCRIPTION
cheatmake is used to save time when recompiling. It can fool make into skipping files that haven't changed in a meaningful way. This can be used for instance when you change a comment in a file but none of the actual code. This utility is part of the KDE Software Development Kit. OPTIONS
hidechange file Hides the fact that file was changed by setting the timestamp into the past. Use with care! show Lists what files make currently needs to rebuild why file Explains why make must rebuild file ENVIRONMENT
One of the following variables (but not both) should be set if the source directory is different from the build directory. If the build directory is simply a subdirectory of the source directory, the simpler variable OBJ_SUBDIR should be used. OBJ_SUBJDIR Indicates that the build directory is in the given subdirectory of the source directory. For instance, if the source directory is kdesdk and the build directory is kdesdk/obj-i386-linux, then OBJ_SUBDIR should be set to obj-i386-linux. OBJ_REPLACEMENT A sed expression that is used to transform the source directory into the build directory. For instance, if the source directory is kdesdk/obj-i386-linux, then OBJ_REPLACEMENT should be set to s#kdesdk#kdesdk-obj#. SEE ALSO
make(1) AUTHORS
cheatmake was written by David Faure<faure@kde.org>. This manual page was prepared by Ben Burton<bab@debian.org> for the Debian GNU/Linux(R) system (but may be used by others). [FIXME: source] March 8, 2003 CHEATMAKE(1)
All times are GMT -4. The time now is 10:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy