Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ipw3945 wireless drivers
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 30, 31, 32  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Tue Aug 15, 2006 12:16 am    Post subject: Reply with quote

As you read in the bug report I am using it yes.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
Antek Grzymala
n00b
n00b


Joined: 02 Jul 2004
Posts: 40
Location: Warsaw, Poland, EU

PostPosted: Tue Aug 15, 2006 12:17 am    Post subject: Re: ipw3945 and baselayout-1.12.4-r2 -> kernel panic Reply with quote

VinzC wrote:
Antek Grzymala wrote:
OK, I filed a bug: http://bugs.gentoo.org/show_bug.cgi?id=143887

[a]

Are you using an init script to run the regulatory daemon, ipw3945d? (Saw it reading the bug report comments.)

Nope. I understand the proposed fix requires this hack, but then, in my opinion, this should be fixed system-wide in baselayout, ipw3945d, and what not.

Therefore the bug should stay open till this is fixed properly.
_________________
Antek Grzymala
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Tue Aug 15, 2006 12:43 am    Post subject: Reply with quote

I believe an init script for loading the daemon could cause troubles in certain circumstances. Antek Grzymala, does your laptop successfully load the daemon when the module is loaded using the insert/remove instructions (in the module config file)?
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Boomer
n00b
n00b


Joined: 21 Apr 2002
Posts: 43
Location: Cleveland Heights, OH

PostPosted: Tue Aug 15, 2006 1:33 am    Post subject: Reply with quote

FINALLY!

I solved my problems by adding ipw3945d to the depend() function in /etc/init.d/net.lo as in :

Code:

depend() {
   need localmount ipw3945d
   after bootmisc hostname
   use isapnp isdn pcmcia usb wlan
   (the rest of the script is here ...)


Now it works like a charm at boot.
Back to top
View user's profile Send private message
trautenberg
n00b
n00b


Joined: 22 Feb 2006
Posts: 4
Location: Prague

PostPosted: Mon Aug 21, 2006 6:42 pm    Post subject: Reply with quote

thanks VinzC. I got it working!!! I only cannot recompile the kernel anymore. After I removed all the old files, recompiling the kernel gives me an error
Code:
make[2]: *** No rule to make target `net/ieee80211/ieee80211_module.s', needed by `net/ieee80211/ieee80211_module.o'.  Stop.
make[1]: *** [net/ieee80211] Error 2
make: *** [net] Error 2

Anyway, it seems that it does not matter and the wifi is working fine now. Thanks once again I did not even hope it will finally go.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Tue Aug 22, 2006 5:22 am    Post subject: Reply with quote

@trautenberg,

Run the following command again [answering "yes" throughout] and recompile; the error message should go way:
Code:
/bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux

_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Wed Aug 23, 2006 7:42 am    Post subject: Reply with quote

Hi, guys,
Thank you for this thread. It is very helpful.
I am just trying to install the wireless support for my Dell Wireless 1390 802.11g Mini-Card. I got the system up and running, and now, according to the following link, part "7. KERNEL REQUIREMENTS - Configuration" I have to set some aditional stuff.
I am using the latest stable kernel (2.6.17-r4-gentoo-sources), and my question is:

According to his part, I have to enable "Library routines -> CRC32 functions" as a module. However, when I looked at this option with "menuconfig", it's not accessible, I can't turn it on. When I looked at the help part, I can see that it depend on some huge list of options. Can someboy shed a light for me what I have to turn on for that to be accessible?

Also, do I have to use "modules" when configuring the kernel, or I can compile the "module" support in the kernel?

And, as far as I understood from this thread, all I will need to do afterwards, is:

1. Re-compile the kernel.
2. Load additional modules.
3. Reboot into the new kernel.
4. "emerge ipw3945".

Anything I missed?

Thank you.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Wed Aug 23, 2006 12:24 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
I am using the latest stable kernel (2.6.17-r4-gentoo-sources), and my question is:

According to his part, I have to enable "Library routines -> CRC32 functions" as a module. However, when I looked at this option with "menuconfig", it's not accessible, I can't turn it on. When I looked at the help part, I can see that it depend on some huge list of options. Can someboy shed a light for me what I have to turn on for that to be accessible?

This is what I have:
Code:
$ zgrep CRC /proc/config.gz
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=y

I never bothered with CRC32 kernel options because I think they're enabled by default when you select "certain" options (don't ask which though). I just had the choice with CRC16. So the question whether a module or built-in does not apply for I don't have the choice either.

ONEEYEMAN wrote:
And, as far as I understood from this thread, all I will need to do afterwards, is:

1. Re-compile the kernel.
2. Load additional modules.
3. Reboot into the new kernel.
4. "emerge ipw3945".

What do you mean by afterwards?

To get things clear, here are the two possible situations:
  1. Install a new kernel
  2. Change an existing kernel configuration

When you compile a new kernel, here are the steps (I'll skip the traditional steps to cd into the directory, make the symlink aso):
  1. Eventually copy an existing configuration and run make oldconfig.
  2. First compile your kernel for it'll create some files belonging to ieee80211 module; they are to be removed later.
  3. Run /bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux
  4. Emerge ieee80211 and additional kernel modules like svgalib, nvidia; this may be accomplished by running module-rebuild rebuild.

    Then follow these steps in either case:

  5. Optionally make changes in you kernel config
  6. Recompile and install your kernel w/ modules
If you don't find module-rebuild on your system, simply emerge module-rebuild. This script takes care of all the "external" kernel modules that you installed using portage.
Code:
module-rebuild list    # Lists all the modules that should be re-emerged

Code:
module-rebuild rebuild    # Re-emerges all the required modules

Follow 1 through 6 for a new kernel or 5-6 only for changing an existing kernel. I personnally usually carry the same kernel configuration across kernels and updates are made automatically or interactively as needed when running make oldconfig. Hence my /etc/modules.autoload.d/kernel-2.6 doesn't change very often (e.g. not even once a year).
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Wed Aug 23, 2006 5:33 pm    Post subject: Reply with quote

VinzC wrote:

ONEEYEMAN wrote:

I am using the latest stable kernel (2.6.17-r4-gentoo-sources), and my question is:

According to his part, I have to enable "Library routines -> CRC32 functions" as a module. However, when I looked at this option with "menuconfig", it's not accessible, I can't turn it on. When I looked at the help part, I can see that it depend on some huge list of options. Can someboy shed a light for me what I have to turn on for that to be accessible?

This is what I have:
Code:
$ zgrep CRC /proc/config.gz
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=y

I never bothered with CRC32 kernel options because I think they're enabled by default when you select "certain" options (don't ask which though). I just had the choice with CRC16. So the question whether a module or built-in does not apply for I don't have the choice either.

Well, this option is disabled for me. It just showing couple of dashes. So, I don't know if it will be selected or not.
When you look at help for this item, you will see a big list of dependancies. So, I wonder, if I missed something to check, in order to enable this option... Besides there are some other options that said needs to be compiled as a modules...

VinzC wrote:

ONEEYEMAN wrote:

And, as far as I understood from this thread, all I will need to do afterwards, is:

1. Re-compile the kernel.
2. Load additional modules.
3. Reboot into the new kernel.
4. "emerge ipw3945".

What do you mean by afterwards?

After I will be done with "make menuconfig". But here I already have the answer.... :)

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Thu Aug 24, 2006 7:25 am    Post subject: Reply with quote

OK,
The config option "CONFIG_CRC32" says following in the "Help" section of 2.6.17-r4-gentoo-sources:

Code:

Selected by: PCMCIA && PCCARD || BT_BNEP && NET && BT && BT_L2CAP || IEEE80211_CRYPT_WEP && NET && IEEE80211 || SIGMATEL_FIR && NET && IRDA && USB && EXPERIMENTAL || TUN && NET || ARM_AM79C961A && NET && !UML && NET_ETHERNET && ARM && ARCH_EBSA110 || ARM_ETHERH && NET && !UML && NET_ETHERNET && ARM && ARCH_ACORN || MACE && NET && !UML && NET_ETHERNET && PPC_PMAC && PPC32 || BMAC && NET && !UML && NET_ETHERNET && PPC_PMAC && PPC32 || OAKNET && NET && !UML && NET_ETHERNET && PPC && BROKEN || A2605 && NET && !UML && NET_ETHERNET && ZORRO || HYRA && NET && !UML && NET_EHERNET && ZORRO || ZORRO8390 && NET && !UML && NET_ETHERNET && ZORRO && ......


I found PCCARD options, however, I can't find PCMCIA. Can someboy, please direct me to this option?
Or I shoud follow the 3rd condition - IEEE80211_CRYPT_WEP && NET && IEEE80211?

Thank you.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Thu Aug 24, 2006 8:32 am    Post subject: Reply with quote

Given the numerous conditions that make CONFIG_CRC32 selected I'd say that you don't have to worry. CONFIG_CRC32 *will*be selected for you whenever you select, in the kernel configuration, the appropriate options that depend on CRC32. In fact there are quite a few options in the kernel that are selected automatically using the same mechanism. This is the case with CRC32.

So don't worry at all why you can't select it. I couldn't either and the system is working properly. Trust the makers of menuconfig for having things done automatically for you. Of course Intel has some recommendations but I didn't have to compile CRC32 as a module - for I simply had no choice. And it's working perfectly even though. So - I repeat - don't worry. Just tick (or emerge) the drivers for your hardware, compile and that's it 8) .

As a final note, this is what I have in Library routines:
Code:
<M> CRC-CCITT functions
<M> CRC16 functions
--- CRC32 functions
--- CRC32c (Castagnoli, et al) Cyclic Redundancy-Check

This is also what I have on any Gentoo Linux system I ever configured. Whether it is a laptop or a desktop.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
MrWolf
n00b
n00b


Joined: 09 Mar 2005
Posts: 9

PostPosted: Thu Aug 24, 2006 2:16 pm    Post subject: Couldnt ping anything Reply with quote

Hello all,

Up until tonight I thought I was connecting to my access point , well iwconfig was telling me it was connected to my access point but I was in the same boat as a lot of people, very confused as to why I could not actually get any network connectivity.

Here is how I fixed my issue:

After a lot of playing around I discovered that my access points channel number was 13 I manually tried to specify that on the cli using:

Code:
iwconfig eth1 channel 13


returns:

Code:
Error for wireless request "Set Frequency" (8B04) : SET Failed on device eth1; Invalid argument.


After reading the message closely I decided to read up on which arguments are were valid: channels 1 - 10.

I sucessfully changed to channel 9 so I did the same for my AP rebooted it used iwlist to make sure the changes had taken affect:

Code:
iwlist eth1 scan
and saw that my AP's channel was now 9 then issued:

Code:
iwconfig eth1 essid <insert essid here>


Gave my interface and appropriate IP and Gateway and I was online via 802.11g!

This is actually documented in the readme however I did overlook it until I actually solved my problem if you need to see a list of supported
channels it does mention using the iwlist freq command to get a list of usable channels.

My AP has channel 12 and 13 was just unlucky[/bug] I went for channel 13 so basically if you are having simular problems just make sure you are using a channel on your access point which is supported by iwconfig.

Hope it helps!
_________________
I am Mr Wintson Wolf...I solve problems.
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Thu Aug 24, 2006 5:39 pm    Post subject: Reply with quote

Thank you for the reply, VinzC.
Given that when upgraing the kernel, you are talking about ieee80211, do I need to select this options in my kernel?

VinzC wrote:

First compile your kernel for it'll create some files belonging to ieee80211 module; they are to be removed later.
Run /bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux
Emerge ieee80211 and additional kernel modules like svgalib, nvidia; this may be accomplished by running module-rebuild rebuild.


Thank you.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Thu Aug 24, 2006 5:58 pm    Post subject: Reply with quote

No, you don't need kernel ieee802.11 support. However compiling the kernel first will strangely enough create a bunch of files that you need to remove *after* the first compile. Otherwise you'd get a warning when emerging ieee80211 and would be required to run the remove-all script again to proceed.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Thu Aug 24, 2006 6:04 pm    Post subject: Reply with quote

VinzC wrote:

No, you don't need kernel ieee802.11 support. However compiling the kernel first will strangely enough create a bunch of files that you need to remove *after* the first compile. Otherwise you'd get a warning when emerging ieee80211 and would be required to run the remove-all script again to proceed.


Even hough I am not upgraing the kernel, and doing it on the fresh new install?

Thank you.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Fri Aug 25, 2006 9:58 am    Post subject: Reply with quote

The reason is both (kernel and portage) versions are mutually exclusive. So use one, remove the other. Note, in cases I was a little unclear, you don't need to run the remove-all script *every* time you recompile your kernel but right after the first time you compiled it.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Fri Aug 25, 2006 5:03 pm    Post subject: Reply with quote

VinzC wrote:

The reason is both (kernel and portage) versions are mutually exclusive. So use one, remove the other. Note, in cases I was a little unclear, you don't need to run the remove-all script *every* time you recompile your kernel but right after the first time you compiled it.


You mean after

emerge <gentoo-sources>

right?

Thank you.
Back to top
View user's profile Send private message
okapi
n00b
n00b


Joined: 11 Feb 2003
Posts: 42
Location: Bromont, Canada

PostPosted: Fri Aug 25, 2006 6:35 pm    Post subject: Hard crash with ipw3945 on Toshiba A100 SK9 Reply with quote

Hi Forum,

I browsed thru the forum but did find any similar bug. But then again the thread is already quite lenghty.

I tried to install ipw3945 on my system. It builds fine and the module loads but only when the hardware kill switch is on.
The moment that I put the kill switch to off the system hard freezes.

My kernel is gentoo-sources-2.6.17-r4 with my own config.
I even tried with a genkernel vanilla config.

I tried with almost any version of ieee80211, ipw3945, ipw3945d and ipw3945-ucode with exactly the same result.

As a fallback method, I tried to manually patch the kernel but the compile stops with a IEEE80211_VERSION not defined error.

My system is a Toshiba A100 SK9: Intel T2500 Centrino Core Duo 2.0GHz.

Did someone encountered a similar problem.
_________________
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d++(-) s: a40 C+++>++++$ ULS++++$ P- L+++ E--- W+++ N+ o++ K? w---
!O M- V-- PS+ PE- Y+(++) PGP++>+++ t+ 5 X+++ R tv b+ DI++ D G e++ h--
r++ y+++
------END GEEK CODE BLOCK------
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Fri Aug 25, 2006 7:15 pm    Post subject: Reply with quote

VinzC wrote:
The reason is both (kernel and portage) versions are mutually exclusive. So use one, remove the other. Note, in cases I was a little unclear, you don't need to run the remove-all script *every* time you recompile your kernel but right after the first time you compiled it.



You are close to correct. If you change your kernel config, and the recompile, you will have to remove the files again.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
ONEEYEMAN
Veteran
Veteran


Joined: 01 Mar 2005
Posts: 1727

PostPosted: Fri Aug 25, 2006 8:22 pm    Post subject: Reply with quote

Thank you beatrider.
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Fri Aug 25, 2006 9:06 pm    Post subject: Reply with quote

beatryder wrote:
You are close to correct. If you change your kernel config, and the recompile, you will have to remove the files again.

Hmmm... I never had to in such cases though...
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4345
Location: Spa (Belgium)

PostPosted: Fri Aug 25, 2006 9:10 pm    Post subject: Reply with quote

ONEEYEMAN wrote:
You mean after

emerge <gentoo-sources>

right?

Thank you.

No.

I meant after:
Code:
emerge gentoo-sources && compile kernel

_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
adlaiff6
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2006
Posts: 83
Location: new york

PostPosted: Sun Aug 27, 2006 6:38 am    Post subject: Reply with quote

I just started having a problem with the card in my Dell Inspiron E1505. It was working perfectly before, then I started messing around with ACPI and did something to make it so that I have to hit Fn+F2 (the wireless switch) to get it working, which was no problem for a while.

Last night, I tried to connect to a hotel's wireless router. No page would fully load (although they would start), while I could connect to IRC servers, not even a MOTD would show, and IMs were very very slow and unreliable. Today I tried using the wireless connection again, and it messed up even worse. I eventually figured out that if both ipw3945d was started, and the Fn+F2 switch was telling the card to be on, the computer would become unresponsive (as the WiFi LED blinked slowly). Strangely, by "unresponsive" I mean that, while the computer would continue to run (if ipw3945d were started in the boot sequence, it would continue booting and end at the login prompt), and even the cursor would blink, but no input would be received, including background things like switching consoles, and I had to hard-reset to do anything. The computer works fine other than that, it's just that if I start ipw3945d and turn the card on, it goes catatonic on me.
Back to top
View user's profile Send private message
Drone1
Apprentice
Apprentice


Joined: 27 Sep 2005
Posts: 228
Location: United States of Texas

PostPosted: Mon Aug 28, 2006 5:41 pm    Post subject: Reply with quote

I'm at a dead end on this one folks. Have read this entire thread and call no joy.

New Thinkpad T60P. Am running:
- 2.6.17.9
- gcc-3.4.4 (i386 for some reason; should be i686 as is make.conf... ??)
- ~x86

Did the normal modularize IEEE80211 in kernel ( kernel does not allow exclusion; modularize or build-in). Ran the
'/bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux' command and prompts for 'y/n' and then to comment out all 'CONFIG_IEEE80211' options in config, 'y/n'. Say yes to both....

Emerge ieee80211 which completes fine. Then try and emerge ipw3945; ipw3945d and ipw3945-ucode were previously emerged. My attempt to emerge ipw3945 produces this:
Code:

>> Emerging (1 of 1) net-wireless/ipw3945-1.1.0 to /
 * ipw3945-1.1.0.tgz MD5 ;-) ...                                                                                                   [ ok ]
 * ipw3945-1.1.0.tgz RMD160 ;-) ...                                                                                                [ ok ]
 * ipw3945-1.1.0.tgz SHA1 ;-) ...                                                                                                  [ ok ]
 * ipw3945-1.1.0.tgz SHA256 ;-) ...                                                                                                [ ok ]
 * ipw3945-1.1.0.tgz size ;-) ...                                                                                                  [ ok ]
 * checking ebuild checksums ;-) ...                                                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                                                             [ ok ]
 * checking ipw3945-1.1.0.tgz ;-) ...                                                                                              [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.17.9
 * Checking for suitable kernel configuration options...                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking ipw3945-1.1.0.tgz to /var/tmp/portage/ipw3945-1.1.0/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/ipw3945-1.1.0/work/ipw3945-1.1.0 ...
 * Preparing ipw3945 module

 WARNING: Your kernel contains ieee80211 symbol definitions and you
 are not using the kernel's default ieee80211 subsystem.  (Perhaps you
 used the out-of-tree ieee80211 subsystem's 'make install' or have
 provided a path to the ieee80211 subsystem via IEEE80211_INC.)

 If you wish to use the out-of-tree ieee80211 subsystem then it is
 recommended to use that projects' "make patch_kernel" facility
 and rebuild your kernel to update the Module symbol version information.

 Failure to do this may result in build warnings and unexpected
 behavior when running modules which rely on the ieee80211 subsystem.


make -C /usr/src/linux M=/var/tmp/portage/ipw3945-1.1.0/work/ipw3945-1.1.0  modules
 Aborting the build.  You can force the build to continue by adding:

        IEEE80211_IGNORE_DUPLICATE=y

 to your make command line.


make: *** [check_inc] Error 1
make: *** Waiting for unfinished jobs....
make[1]: Entering directory `/usr/src/linux-2.6.17.9'
  CC [M]  /var/tmp/portage/ipw3945-1.1.0/work/ipw3945-1.1.0/ipw3945.o
  Building modules, stage 2.
  MODPOST
  CC      /var/tmp/portage/ipw3945-1.1.0/work/ipw3945-1.1.0/ipw3945.mod.o
  LD [M]  /var/tmp/portage/ipw3945-1.1.0/work/ipw3945-1.1.0/ipw3945.ko
make[1]: Leaving directory `/usr/src/linux-2.6.17.9'

!!! ERROR: net-wireless/ipw3945-1.1.0 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  ipw3945-1.1.0.ebuild, line 74:   Called linux-mod_src_compile
  linux-mod.eclass, line 469:   Called die

!!! Unable to make  KSRC=/usr/src/linux KSRC_OUTPUT=/usr/src/linux IEEE80211_INC=/usr/include all.
!!! If you need support, post the topmost build error, and the call stack if relevant.


Here are the other package versions currently installed:
- ieee80211-1.1.13-r1
- ipw3945-ucode-1.13
- ipw3945d-1.7.22-r1

I can't seem to identify why this driver is failing since ieee80211 is modularized in the kernel, subsequently removed from the kenel directory, and the ieee80211 ebuild is installed in its place.

What am I missing here???
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Mon Aug 28, 2006 5:49 pm    Post subject: Reply with quote

you have to NOT select anything to do with ieee80211 in the kernel.
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 30, 31, 32  Next
Page 10 of 32

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum