Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iwconfig or wpa_supplicant not showing my wireless device
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
d1sturbanc3
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2006
Posts: 83

PostPosted: Mon Feb 13, 2006 5:32 am    Post subject: iwconfig or wpa_supplicant not showing my wireless device Reply with quote

I have a Intel® PRO/Wireless 2200BG
I have installed IPW2200 with emerge ipw2200
I have also emerge wireless-tools

right now whenever I do an ifconfig I only see eth0 my ethernet card. I do not see my wireless card.
my net file
Code:

config_eth0=("dhcp")
dhcp_eth0="nodns nontp nonis"

config_eth1=("dhcp")
dhcp_eth0="nodns nontp nonis"

modules=("iwconfig")
key_ESSID1="[1] s:0****************** [i] end open"
preferred_aps("ESSID1")

config_ESSID1=("dhcp")


Last edited by d1sturbanc3 on Mon Feb 13, 2006 8:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
thesnowman
Guru
Guru


Joined: 08 May 2003
Posts: 365
Location: Sydney, Australia

PostPosted: Mon Feb 13, 2006 6:01 am    Post subject: Reply with quote

Are the modules loaded?
Code:
lsmod | grep ipw
What does dmesg say when you do load the modules? Any errors in syslog?

BTW, If you use 2.6.15 kernel then you don't need the ipw2200 or ieee80211 packages installed, only the firmware.
Back to top
View user's profile Send private message
d1sturbanc3
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2006
Posts: 83

PostPosted: Mon Feb 13, 2006 1:42 pm    Post subject: Reply with quote

Is there a place that shows make I need to have selected on the make menuconfig?
I have
Device Drivers --> Network device support --> Wireless Lan drivers (non-hamradio) & Wireless Extensions seletected.
And i have AES cipher algorithms installed.


lsmod | grep ipw

Code:
lpw2200       181824 0


I do have an eth1 pointed to lo... but whenever I started it, it says device not exist

Can some provide more info?

One more thing, my wireless is active. I booted into windows and it works. I havn't disabled with with Fn F2

Thanks you all
Back to top
View user's profile Send private message
d1sturbanc3
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2006
Posts: 83

PostPosted: Mon Feb 13, 2006 6:28 pm    Post subject: Reply with quote

I don't know if this will help but I tried:

Code:
YanDell ~ # wpa_supplicant -Dwext -ieth1 -c/etc/wpa_supplicant.conf
ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'eth1' UP
ioctl[SIOCGIWRANGE]: No such device
ioctl[SIOCGIFINDEX]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: No such device
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAP]: No such device
ioctl[SIOCGIFFLAGS]: No such device



I have all these modules installed

Device Drivers -> Networking Support -> Wireless LAN -> Wireless LAN drivers & wireless extensions
Cryptographic options -> Cryptographic API
Cryptographic options -> AES cipher algorithms
Cryptographic options -> ARC4 cipher algorithm
Cryptographic options -> Michael MIC keyed digest algorithm
Cryptographic options -> CRC32c CRC algorithm

I have done modeprobe ipw2200. when I try iwconfig eth1, I get no such device
Back to top
View user's profile Send private message
d1sturbanc3
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2006
Posts: 83

PostPosted: Tue Feb 14, 2006 4:59 am    Post subject: Reply with quote

well after a lot of playing around with everything I finally figured it out.

There is a ipw2200 driver that comes with the kernel. However, that driver is "hidden". You have to go into Device Drivers -> Networking Support -> Wireless LAN -> Wireless LAN drivers & wireless extensions and select the one the last pci driver for it to appear. Make sure you include the selection that allows you to update the firmware.

Make sure you don't do emerge ipw2200.. If you did --unmerge it.

After you hame done the makes and cps you need to do

emerge ipw2200-firmware

once you have have don that you can restart, and your wireless device will show up.
Wish there was a more detailed explanantion on how to do this.
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