output from lspci:TheRAt wrote:You may like to look at this from the Gentoo-Wiki and this from the Gentoo Handbook.
What type of network card do you have?
Use lspci if you are unsure, adn post the output here.
Code: Select all
0000:03:03.0 Network controller : Intel corp PRO/Wireless 2915ABG MiniPCI Adapter (rev 05)run iwconfigwhiskers wrote:is the wireless card always ath0 or can it be eth0 or something else.
how can i tell if my wireless card is ath0 or eth0 or something?
yeswhiskers wrote:also, in the gentoohandbook about wireless it tells me to put key_ESSID1="s:mywepkey enc open" do i replace ESSID 1 with my SSID?
yeswhiskers wrote:and does the wireless-tools support 128bit encryption?
Code: Select all
lo no wireless extentionsCode: Select all
modprobe ipw2200when i rundgaffuri wrote:Have you emerged ipw2200? Is the ipw2200 module loaded? Check with lsmod. If not run
and run iwconfig again.Code: Select all
modprobe ipw2200
Code: Select all
emerge ipw2200Stupid question (mine) and good answer (yours). Of course if you can use another connection it would be simpler, but I don't think so.whiskers wrote:when i runit tries to get it from the web, which inst working. how else do i get itCode: Select all
emerge ipw2200
Code: Select all
-rw-rw-r-- 1 root portage 130026 Feb 8 2005 /usr/portage/distfiles/ipw2200-1.0.1.tgz
-rw-rw-r-- 1 root portage 134799 Apr 8 23:38 /usr/portage/distfiles/ipw2200-1.0.3.tgz
-rw-rw-r-- 1 root portage 179280 Dec 23 2004 /usr/portage/distfiles/ipw2200-fw-2.2.tgzthis helped a looooottttt. thanks. but. more problems. bleh.dgaffuri wrote:Stupid question (mine) and good answer (yours). Of course if you can use another connection it would be simpler, but I don't think so.whiskers wrote:when i runit tries to get it from the web, which inst working. how else do i get itCode: Select all
emerge ipw2200
I'm not pretty sure, but I think that it's enough to put packages in /usr/portage/distfiles. You may download them from any Gentoo mirror (of course you have to use Windows or another box).
http://gentoo.osuosl.org/distfiles/
Here's what's in my tree.
I don't know if 1.0.1 is needed or it's just and old version.Code: Select all
-rw-rw-r-- 1 root portage 130026 Feb 8 2005 /usr/portage/distfiles/ipw2200-1.0.1.tgz -rw-rw-r-- 1 root portage 134799 Apr 8 23:38 /usr/portage/distfiles/ipw2200-1.0.3.tgz -rw-rw-r-- 1 root portage 179280 Dec 23 2004 /usr/portage/distfiles/ipw2200-fw-2.2.tgz
Hope this may help you.
Code: Select all
* 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.Code: Select all
Linux Kernel v2.6.12-gentoo-r6 Configuration
[*] Cryptographic API
[*] HMAC support
< > Null algorithms
< > MD4 digest algorithm
<M> MD5 digest algorithm
<M> SHA1 digest algorithm
<M> SHA256 digest algorithm
<M> SHA384 and SHA512 digest algorithms
< > Whirlpool digest algorithms
< > Tiger digest algorithms
<M> DES and Triple DES EDE cipher algorithms
<M> Blowfish cipher algorithm
<M> Twofish cipher algorithm
< > Serpent cipher algorithm
<M> AES cipher algorithms (i586)
< > CAST5 (CAST-128) cipher algorithm
< > CAST6 (CAST-256) cipher algorithm
< > TEA and XTEA cipher algorithms
<M> ARC4 cipher algorithm
< > Khazad cipher algorithm
< > Anubis cipher algorithm
<M> Deflate compression algorithm
<M> Michael MIC keyed digest algorithm
< > CRC32c CRC algorithm
< > Testing module
Hardware crypto devices --->
Well netmount doesn't start because of eth0 failure to get an address, and probably dhcp fails because ipw2200 doesn't work, caused by the errors in crypto stuff. So it may be only one problem. You should post the exact errors you get with crypto modules, or will be difficult to help you.whiskers wrote:k ive recompiled the kernel with the crypto options mentioned by emerge wehn i tried to install ipw2200.
the install went fine, but now when i restart it says some errors about different types of crypto stuff, takes forever to bring up eth0 via dhcp and says netmount was not loaded becasue there were problems starting services...... soo many problems.
im stumped
Code: Select all
(some boot stuff not related)
* Failed to load ieee80211_crypt_wep...
* Failed to load ieee89211_crypt_ccmp...
* Failed to load ieee80211_crypt_ttpk
(some more boot stuff not related)
* Bringing eth0 up via DHCP
* Error: Problem starting needed services
"netmount" was not started...
(more boot stuff not related)dmesg network card related output looked like thisdgaffuri wrote:You'll probably have some more meaningful error message if you look at dmesg output.
Code: Select all
ieee80211_crypt: registered algorythm 'NULL'
ipw2200: unknown symbol request_firmware
ieee80211_crypt_wep: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_wep: Unknown Symbol crytpo_free_tfm
ieee80211_crypt_ccmp: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_ccmp: Unknown Symbol crytpo_free_tfm
ieee80211_crypt_tkip: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_tkip: Unknown Symbol crytpo_free_tfm
jmroach wrote:this may be a stupid suggestion, but i am having the same problems with the aforementioned wifi card and i was following the ipw2200 stuff. when i built the crypto in to the kernel i forgot to recompile it (make && make modules_install) and i got the same error messages. i'm sure you remembered to do it, but it never hurts to ask.
god knows i make a ton of dumb mistakes!
Code: Select all
zcat /proc/config.gz
what do you mean by updating the kernel? recomileing..downloading...? just clearing cause i dont have web access and i dont know how to download it and update it (if thats what you meant)xbmodder wrote:post the output of:post the output of dmesg after loading modules. try updating the kernel and relinking /usr/src/linux and re-emerging ipw2200Code: Select all
zcat /proc/config.gz
Code: Select all
# zcat /proc/config.gz
zcat: /proc/config.gz unknown directory
# dmesg
ieee80211_crypt: registered algorythm 'NULL'
ipw2200: unknown symbol request_firmware
ipw2200: unknown symbol release_firmware
ieee80211_crypt_wep: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_wep: Unknown Symbol crytpo_free_tfm
ieee80211_crypt_ccmp: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_ccmp: Unknown Symbol crytpo_free_tfm
ieee80211_crypt_tkip: Unknown Symbol crypto_alloc_tfm
ieee80211_crypt_tkip: Unknown Symbol crytpo_free_tfm
# uname -a
-2.6.11-gentoo-r3 #1 SMP (date and time) i686 Intel Pentium M processor 1.73Ghz GenuineIntel GNU/Linux