View previous topic :: View next topic |
Author |
Message |
d1sturbanc3 Tux's lil' helper
Joined: 11 Feb 2006 Posts: 83
|
Posted: Mon Feb 13, 2006 5:32 am Post subject: iwconfig or wpa_supplicant not showing my wireless device |
|
|
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 |
|
|
thesnowman Guru
Joined: 08 May 2003 Posts: 365 Location: Sydney, Australia
|
Posted: Mon Feb 13, 2006 6:01 am Post subject: |
|
|
Are the modules loaded?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 |
|
|
d1sturbanc3 Tux's lil' helper
Joined: 11 Feb 2006 Posts: 83
|
Posted: Mon Feb 13, 2006 1:42 pm Post subject: |
|
|
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
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 |
|
|
d1sturbanc3 Tux's lil' helper
Joined: 11 Feb 2006 Posts: 83
|
Posted: Mon Feb 13, 2006 6:28 pm Post subject: |
|
|
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 |
|
|
d1sturbanc3 Tux's lil' helper
Joined: 11 Feb 2006 Posts: 83
|
Posted: Tue Feb 14, 2006 4:59 am Post subject: |
|
|
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 |
|
|
|