Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
configure networking after instal[STILL NOT SOLVED GAH HELP]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Sun Aug 07, 2005 3:15 am    Post subject: configure networking after instal[STILL NOT SOLVED GAH HELP] Reply with quote

i did a stage3 install and i didnt configure any networking during the install. (i basically skipped it all with the default options)

how can i configure my wireless network card now? im not sure if the card was detected (my ethernet card eth0 that i dont use was detected but in not sure if the wireless one was) how can i tell if the wireless card is detected and supported and then how can i get it to work? this networking stuff is confusing to me so as many details as possible is greatly appreciated.
thanks


Last edited by whiskers on Wed Aug 17, 2005 12:20 am; edited 1 time in total
Back to top
View user's profile Send private message
TheRAt
Veteran
Veteran


Joined: 03 Jun 2002
Posts: 1580

PostPosted: Sun Aug 07, 2005 3:22 am    Post subject: Reply with quote

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.
_________________
All reality is the construct of the observer.

Get Firefox and rediscover the web!

BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it.
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Sun Aug 07, 2005 11:29 pm    Post subject: Reply with quote

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.


output from lspci:
Code:
0000:03:03.0 Network controller : Intel corp PRO/Wireless 2915ABG MiniPCI Adapter (rev 05)
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Mon Aug 08, 2005 12:48 am    Post subject: Reply with quote

(sorry i forgot to ask in previous post)

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?

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?

and does the wireless-tools support 128bit encryption?

thanks
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Wed Aug 10, 2005 3:20 pm    Post subject: Reply with quote

(bump :-P)

can anyone help?
Back to top
View user's profile Send private message
vaguy02
Guru
Guru


Joined: 25 Feb 2005
Posts: 424
Location: Hopefully in one place

PostPosted: Wed Aug 10, 2005 8:43 pm    Post subject: Reply with quote

I've played with that myself, you have to emerge the package um.....(tries to remember) I think it is ipw2200....Someone will correct me if I'm wrong on this. Then you have to use iwconfig to mess around with the settings.
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Wed Aug 10, 2005 9:48 pm    Post subject: Reply with quote

whiskers 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?


run iwconfig

whiskers 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?


yes

whiskers wrote:
and does the wireless-tools support 128bit encryption?


yes
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Wed Aug 10, 2005 9:52 pm    Post subject: Reply with quote

when i run iwconfig it outputs this:

Code:
lo           no wireless extentions



do i have to install drivers for the wireless card?


Last edited by whiskers on Wed Aug 10, 2005 9:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Wed Aug 10, 2005 9:55 pm    Post subject: Reply with quote

Have you emerged ipw2200? Is the ipw2200 module loaded? Check with lsmod. If not run

Code:
modprobe ipw2200


and run iwconfig again.
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Wed Aug 10, 2005 9:56 pm    Post subject: Reply with quote

dgaffuri wrote:
Have you emerged ipw2200? Is the ipw2200 module loaded? Check with lsmod. If not run

Code:
modprobe ipw2200


and run iwconfig again.


when i run
Code:
emerge ipw2200
it tries to get it from the web, which inst working. how else do i get it
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Wed Aug 10, 2005 10:15 pm    Post subject: Reply with quote

whiskers wrote:
when i run
Code:
emerge ipw2200
it tries to get it from the web, which inst working. how else do i get it


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.

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.

Code:
-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


I don't know if 1.0.1 is needed or it's just and old version.

Hope this may help you.
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Thu Aug 11, 2005 6:06 pm    Post subject: Reply with quote

[/code]
dgaffuri wrote:
whiskers wrote:
when i run
Code:
emerge ipw2200
it tries to get it from the web, which inst working. how else do i get it


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.

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.

Code:
-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


I don't know if 1.0.1 is needed or it's just and old version.

Hope this may help you.


this helped a looooottttt. thanks. but. more problems. bleh.


gentoo emerges the firmware fine but when it gets to the ipw2200-1.0.1 it says this
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.


anyone know what i do now?
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Thu Aug 11, 2005 8:14 pm    Post subject: Reply with quote

You've to build some crypto option into the kernel. Besides the Michael MIC one, if I remember well. This is my menuconfig screenshot for crypto options.

Code:
  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  --->


Last edited by dgaffuri on Sun Aug 14, 2005 5:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Sun Aug 14, 2005 5:34 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Aug 14, 2005 5:45 pm    Post subject: Reply with quote

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


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.
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Sun Aug 14, 2005 8:49 pm    Post subject: Reply with quote

the exact error was like this:

Code:
(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)
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Aug 14, 2005 10:22 pm    Post subject: Reply with quote

You'll probably have some more meaningful error message if you look at dmesg output.
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Tue Aug 16, 2005 11:23 pm    Post subject: Reply with quote

dgaffuri wrote:
You'll probably have some more meaningful error message if you look at dmesg output.


dmesg network card related output looked like this

Code:
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
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Wed Aug 17, 2005 9:34 pm    Post subject: Reply with quote

bump....
doesnt anyone know something?
Back to top
View user's profile Send private message
jmroach
n00b
n00b


Joined: 04 May 2005
Posts: 50
Location: West Lafayette, IN

PostPosted: Thu Aug 18, 2005 7:27 pm    Post subject: Reply with quote

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!
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Thu Aug 18, 2005 9:55 pm    Post subject: Reply with quote

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!



well i remembered to recompile the kernel, but we may be on to something here (i think thers something... i can feel it... sorta...). and since this problem seems unsolvable (roughly 28 views to 1 post)we might as well try. i just cant think of the problem here right off the bat. it makes sense that the kernel or something is not loaded that may cause this problem. im not sure what though...... anyone?
Back to top
View user's profile Send private message
xbmodder
Guru
Guru


Joined: 25 Feb 2004
Posts: 404

PostPosted: Thu Aug 18, 2005 10:01 pm    Post subject: Reply with quote

post the output of:
Code:

zcat /proc/config.gz

post the output of dmesg after loading modules. try updating the kernel and relinking /usr/src/linux and re-emerging ipw2200
_________________
http://xbmodder.us/
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Thu Aug 18, 2005 10:09 pm    Post subject: Reply with quote

xbmodder wrote:
post the output of:
Code:

zcat /proc/config.gz

post the output of dmesg after loading modules. try updating the kernel and relinking /usr/src/linux and re-emerging ipw2200


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)
Back to top
View user's profile Send private message
xbmodder
Guru
Guru


Joined: 25 Feb 2004
Posts: 404

PostPosted: Thu Aug 18, 2005 10:15 pm    Post subject: Reply with quote

well post that stuff and post a "uname -a"
_________________
http://xbmodder.us/
Back to top
View user's profile Send private message
whiskers
n00b
n00b


Joined: 17 Jul 2005
Posts: 45

PostPosted: Fri Aug 19, 2005 1:03 am    Post subject: Reply with quote

Code:
# 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


just a tidbit: when i boot into windows, the little "wifi" led indicator comes on. when i boot linux, this little light never comes on. does this mean anything, like that linux doesnt boot the network card, or does ipw2200 take care of that?
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
Goto page 1, 2  Next
Page 1 of 2

 
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