Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel 4965AGN + WEP
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shyce
n00b
n00b


Joined: 25 Apr 2008
Posts: 4

PostPosted: Fri Apr 25, 2008 4:33 am    Post subject: Intel 4965AGN + WEP Reply with quote

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-r8)
Code:
make: *** No rule to make target `menuconfig'.  Stop.

_________________
~brian_royer
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Fri Apr 25, 2008 5:30 am    Post subject: Reply with quote

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
View user's profile Send private message
Dagger
Retired Dev
Retired Dev


Joined: 11 Jun 2003
Posts: 765
Location: UK

PostPosted: Fri Apr 25, 2008 10:59 am    Post subject: Reply with quote

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
View user's profile Send private message
shyce
n00b
n00b


Joined: 25 Apr 2008
Posts: 4

PostPosted: Fri Apr 25, 2008 8:49 pm    Post subject: Reply with quote

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
View user's profile Send private message
shyce
n00b
n00b


Joined: 25 Apr 2008
Posts: 4

PostPosted: Fri Apr 25, 2008 8:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Sat Apr 26, 2008 1:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
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