View previous topic :: View next topic |
Author |
Message |
Kerjo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 50
|
Posted: Sun Nov 28, 2004 6:53 am Post subject: Centrino Wireless (ipw2100) with 2.6.9 issue |
|
|
I have a Dell 600m that I have Gentoo 2.6.9-r6 running quite well on (with xorg and KDE). I'm trying to get my wireless going, but I'm running into a little trouble.
When I do:
Code: | bash-2.05b# emerge ipw2100 |
I get:
Code: | Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ipw2100-0.56-r1 to /
>>> md5 src_uri ;-) ipw2100-0.56.tgz
>>> md5 src_uri ;-) ipw2100-fw-1.3.tgz
>>> md5 src_uri ;-) ipw2100-0.56-2.4-v9.patch.gz
!!! ERROR: net-wireless/ipw2100-0.56-r1 failed.
!!! Function kernel-mod_configoption_present, Line 90, Exitcode 1
!!! kernel has not been configured yet
|
Now, I'm very sure my kernel has been configured, since I'm running it and all, so what's the deal?
Thanks! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
truekaiser l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/13873441545e08df3a7d211.gif)
Joined: 05 Mar 2004 Posts: 810
|
Posted: Sun Nov 28, 2004 8:08 am Post subject: |
|
|
thats what it is looking for in the kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kerjo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 50
|
Posted: Sun Nov 28, 2004 10:57 pm Post subject: |
|
|
That's in there, though. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sfcfagwdse n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/118266771541a05cb6dbc85.jpg)
Joined: 29 Mar 2004 Posts: 39 Location: Portland, OR
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kerjo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 50
|
Posted: Tue Nov 30, 2004 6:47 pm Post subject: |
|
|
And I have all the crypto libraries installed (via the kernel menuconfig). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jza Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 27 Jun 2004 Posts: 87 Location: U.S.A
|
Posted: Tue Nov 30, 2004 9:09 pm Post subject: |
|
|
I had a problem getting the ipw2100 once, so i just tried a slightly older version from the portage directory and it worked fine |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sfcfagwdse n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/118266771541a05cb6dbc85.jpg)
Joined: 29 Mar 2004 Posts: 39 Location: Portland, OR
|
Posted: Wed Dec 01, 2004 5:37 am Post subject: |
|
|
ipw2100-0.56-r1 looks like the oldest one in portage try out 1.0.1 see what that gives you. Also double check you're running the right kernel I sometimes foget to copy over the bzImage file and make sure that your /usr/src/linux symlink is pointing to the correct directory.
Just for kicks i deleted my /usr/src/linux symlink and got the same message. Make sure you have that.
Code: | ln -s /usr/src/linux-2.6.9-gentoo-r6/ /usr/src/linux |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kerjo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2004 Posts: 50
|
Posted: Thu Dec 02, 2004 6:55 pm Post subject: |
|
|
sfcfagwdse wrote: |
Just for kicks i deleted my /usr/src/linux symlink and got the same message. Make sure you have that.
Code: | ln -s /usr/src/linux-2.6.9-gentoo-r6/ /usr/src/linux |
|
It's always the little things. Thanks a ton.
Now onto getting the sound working. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|