View previous topic :: View next topic |
Author |
Message |
shyce n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Apr 2008 Posts: 4
|
Posted: Fri Apr 25, 2008 4:33 am Post subject: Intel 4965AGN + WEP |
|
|
What I'm trying to do is get my wireless ap (WEP Key: 028B01585A // SSID: Aeon) working with my Intel 4965AGN wireless card, and preferably have the wireless light come on in the front. So far, after hours of searching google and these forums, I have multiple fragments of what I should know.
Here is what I've found out:
Build/Kernel: 2.6.23-gentoo-r8
Tools Needed: mac80211, wireless-tools (wep-not wpa), iwlwifi, build-essential??, linux-source??
See my frusteration below. Any help would be amazing, thanks guys.
lspci
Code: | 06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61) |
ifconfig
Code: | eth0 Link encap:Ethernet HWaddr 00:1A:80:48:9E:96
inet addr:192.168.0.66 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21a:80ff:fe48:9e96/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:39638 errors:0 dropped:0 overruns:0 frame:0
TX packets:23996 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55150892 (52.5 Mb) TX bytes:2407348 (2.2 Mb)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
emerge iwlwifi
Code: | Calculating dependencies /
!!! All ebuilds that could satisfy "net-wireless/iwlwifi" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-wireless/iwlwifi-1.2.23 (masked by: package.mask, ~x86 keyword)
/usr/portage/profiles/package.mask:
# Saleem Abdulrasool <compnerd@gentoo.org> (10 Jul 2007)
# Masking for testing (still not a drop in replacement for ipw3945)
- net-wireless/iwlwifi-1.2.22 (masked by: package.mask, ~x86 keyword)
- net-wireless/iwlwifi-1.1.21-r1 (masked by: package.mask, ~x86 keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
|
make patch_kernel (/home/shyce/Desktop/Downloads/mac80211-10.0.4)
Code: | Kernel Makefile not found at '/lib/modules/2.6.23-gentoo-r8/source/'
If patch or script failed, check pre/ and post/ for current stage.
make: *** [compatible/modified] Error 1
|
make menuconfig (/lib/modules/2.6.23-gentoo-r
Code: | make: *** No rule to make target `menuconfig'. Stop.
|
_________________ ~brian_royer |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
swimmer Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2582886303ece267a916fa.jpg)
Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Fri Apr 25, 2008 5:30 am Post subject: |
|
|
First of all don't show your key in the public
Then unmask iwlwifi with Code: | echo "net-wireless/iwlwifi ~x86" >> /etc/portage/package.keywords
echo "net-wireless/iwl4965-ucode ~x86" >> /etc/portage/package.keywords
echo "net-wireless/iwlwifi +ipw4965 -ipw3945" >> /etc/portage/package.use |
After that you can emerge iwlwifi + iwl4965 ...
HTH
swimmer
Last edited by swimmer on Sat Apr 26, 2008 12:56 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dagger Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/28177677446e8e74b25aff.jpg)
Joined: 11 Jun 2003 Posts: 765 Location: UK
|
Posted: Fri Apr 25, 2008 10:59 am Post subject: |
|
|
1) iwlwifi driver is included in linux kernel since 2.6.24. It's a good idea to give it a try (works perfectly here)
2) WEP is dead. use WPA
3) iwlwifi driver does not support led (yet) _________________ 95% of all computer errors occur between chair and keyboard (TM)
Join the FSF as an Associate Member!
Post under CC license. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
shyce n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Apr 2008 Posts: 4
|
Posted: Fri Apr 25, 2008 8:49 pm Post subject: |
|
|
Dagger wrote: | 1) iwlwifi driver is included in linux kernel since 2.6.24. It's a good idea to give it a try (works perfectly here)
2) WEP is dead. use WPA
3) iwlwifi driver does not support led (yet) |
How do I edit the kernel in make menuconfig if I don't have the original kernel source? I think I only have headers? I use WEP because my dad's wireless card in his desktop doesn't support WPA. _________________ ~brian_royer |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
shyce n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Apr 2008 Posts: 4
|
Posted: Fri Apr 25, 2008 8:54 pm Post subject: |
|
|
swimmer wrote: | First of all don't show your key in the public
Then unmask iwlwifi with Code: | echo "net-wireless/iwlwifi ~x86" >> /etc/portage/package.keywords
echo "net-wireless/iwl4965-ucode" >> /etc/portage/package.keywords
echo "net-wireless/iwlwifi +ipw4965 -ipw3945" >> /etc/portage/package.use |
After that you can emerge iwlwifi + iwl4965 ...
HTH
swimmer |
That code doesn't work line-for-line in terminal? Do I have to save it in a *.sh and run it? I'm really kind of new to linux. _________________ ~brian_royer |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
swimmer Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2582886303ece267a916fa.jpg)
Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Sat Apr 26, 2008 1:01 am Post subject: |
|
|
shyce wrote: | swimmer wrote: | [...] Code: | echo "net-wireless/iwlwifi ~x86" >> /etc/portage/package.keywords
echo "net-wireless/iwl4965-ucode ~x86" >> /etc/portage/package.keywords
echo "net-wireless/iwlwifi +ipw4965 -ipw3945" >> /etc/portage/package.use |
After that you can emerge iwlwifi + iwl4965 ...
[...] |
That code doesn't work line-for-line in terminal? Do I have to save it in a *.sh and run it? I'm really kind of new to linux. |
Did you try it? Why does it not work? What are the errors that you get?
Did you have a look at The Handbook already? It's quite helpful in many ways
Greetz
swimmer |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|