Results 1 to 10 of 22
ive done a stage3 install of gentoo and skipped all the networking. now i need to set it up.
how can i tell if my wireless network card is eth0 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-08-2005 #1Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
wireless networking in gentoo[still NOT solved ... gah..bleh..]
ive done a stage3 install of gentoo and skipped all the networking. now i need to set it up.
how can i tell if my wireless network card is eth0 or ath0 and if it is compatible. it is detected withnext how do i actually connect to my network (SSID, wep key and all that)Code:lspci
can someone show me an example /etc/conf.d/net file?
thanksregistered linux user #390920 << makes me feel important
- 08-08-2005 #2
Which card is it?
- 08-08-2005 #3Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
its an intel pro/wireless 802.11b/g
Originally Posted by lakerdonald
lspci detected it asCode:0000:03:03.0 Network controller : Intel corp PRO/Wireless 2915ABG MiniPCI Adapter (rev 05)
registered linux user #390920 << makes me feel important
- 08-08-2005 #4
Gentoo provides a driver for the card here: http://packages.gentoo.org/packages/...s;name=ipw2200
The firmware here: http://packages.gentoo.org/packages/...w2200-firmware
And the IEEE 802.11 subsystem here: http://packages.gentoo.org/packages/...name=ieee80211
AFter you have those installed, you can configure the SSID, etc. with the iwconfig command (you can always ask us if you have any questions, of course).There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 08-08-2005 #5Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
are the packages just source code that i use
Originally Posted by Flatline to compile?[/quote]Code:make
registered linux user #390920 << makes me feel important
- 08-08-2005 #6Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
you could install them using emerge, like this:
...and since the last one (ieee80211) is masked, you'd have to do:Code:emerge ipw2200 ipw2200-firmware
to install itCode:ACCEPT_KEYWORDS="~x86" emerge =ieee80211
- 08-09-2005 #7Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
when i try to
Originally Posted by josolanes it tries to download it from the web which isnt working. when i doCode:emerge ipw2200 ipw2200-firmware
it says theres no ebuilds to satisfy ieee80211.Code:ACCEPT_KEYWORDS="~x86" emerge =ieee80211
does your method require internet access?registered linux user #390920 << makes me feel important
- 08-11-2005 #8Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
UPDATE: scratch everything said before....
the things portage wanted me to install :
> hotplug (installed sucessfully)
> ipw2200-fw-2.2 (installed sucessfully)
> ipw2200-1.0.1 (install failed)
i guess since i dont have an internet connection at this point the portage tree looks for less than current files so trying to install ipw2200-fw-2.3 and ipw2200-1.0.6 didnt work with emerge.
anyway ipw2200-1.0.1 fail with this message:
anyone know what i do now?Code:* ipw2200-1.0.1 requires support for Michael MIC keyed digest algorithm (CONFIG_CRYPTO_MICHAEL_MIC). * ipw2200-1.0.1 requires support for ARC4 cipher algorithm (CONFIG_CRYPTO_ARC4). * Please check to make sure these options are set correctly * Once you have satisfied these options, please try merging * this package again.
registered linux user #390920 << makes me feel important
- 08-12-2005 #9Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
the error is refering to your kernel config, cd /usr/src/linux && make menuconfig, find those two options under the cryptography section, recompile your kernel MOUNT BOOT and copy the kernel over, update grub.conf to reflect the changes and reboot. now you should be able to merge the package.
Proud to be a GNU/Gentoo Linux user!
- 08-12-2005 #10Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
what is the code to recompile the kernel and what do u mean by
Originally Posted by variant
Originally Posted by variant registered linux user #390920 << makes me feel important


Reply With Quote
