Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
iwl4965 - ioctl[SIOCSIWAUTH]: Operation not supported
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
qubaaa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2006
Posts: 148

PostPosted: Fri Sep 26, 2008 12:06 pm    Post subject: iwl4965 - ioctl[SIOCSIWAUTH]: Operation not supported Reply with quote

Witam - próbuję własnie odpalic wi-fi na moim laptopie, jednak napotykam na problemy, ktore prawdopodobnie wiaza się z niedawnym przeniesieniem sterownikow od tej karty do jadra. Na domiar zlego moja siec jest chroniona haslem. aktualny stan:
Code:

iwconfig
wlan0     IEEE 802.11  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=off
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

/etc/conf.d/net
Code:
config_eth0="dhcp"

modules="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
config_wlan0="dhcp"
dhcpcd_wlan0="-t 30"

wpa_supplicant.conf:
Code:
network={
        key_mgmt=WPA-PSK
        priority=2
        proto=WPA
        pairwise=CCMP TKIP
        group=CCMP TKIP
        ssid="netgear"
        psk="**mojehaslo**"
}

Code:
/etc/init.d/net.wlan0 start
net.wlan0        | * Bringing up interface wlan0
net.wlan0        | *   Starting wpa_supplicant on wlan0 ...
net.wlan0        |ioctl[SIOCSIWAUTH]: Operation not supported                            [ ok ]
net.wlan0        | *   Starting wpa_cli on wlan0 ...                                     [ ok ]
net.wlan0        | *   Backgrounding ... ...
net.wlan0        | * WARNING: net.wlan0 has started, but is inactive

dmesg
Code:

ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100102, writing 100106)
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
ADDRCONF(NETDEV_UP): wlan0: link is not ready
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX


Co jest nie tak?
Back to top
View user's profile Send private message
mistix
Apprentice
Apprentice


Joined: 27 Dec 2006
Posts: 247
Location: Gliwice / Poland

PostPosted: Fri Sep 26, 2008 2:14 pm    Post subject: Reply with quote

Może czegoś w jajo nie wkompilowałeś co jest potrzebne wpa ? Pokaż wszystko odnośnie Twojej karty co jest w jądrze.
_________________
Cuda się zdarzają. Co potwierdzi każdy programista.
Back to top
View user's profile Send private message
olejseba
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2005
Posts: 95

PostPosted: Fri Sep 26, 2008 3:19 pm    Post subject: Reply with quote

Witam ja mam takie ustawienia i na wpa_supplicant.
/conf.d/net
Code:
config_eth0=( "dhcp" )
modules=("wpa_supplicant")
wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
wpa_supplicant_wlan0="-Dwext"
config_wlan0=("dhcp")
wpa_timeout_wlan0="60"
sleep_associate_wlan0="10"

/etc/wpa_supplicant/wpa_supplicant.conf
Code:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
update_config=1
fast_reauth=1
ap_scan=1
   network={
      ssid="costam"
   key_mgmt=WPA-PSK
   psk="twojetajne......"
        pairwise=CCMP
}

wersje opp.
net-wireless/iwl4965-ucode-22
linux-2.6.25-gentoo-r7
Config jaja.
Code:

   {M} Improved wireless configuration API 
[ ]   nl80211 new netlink interface support
  -*- Wireless extensions     
 <M> Generic IEEE 802.11 Networking Stack (mac80211)
 Rate control algorithm selection  --->
  [ ]   Enable packet alignment debugging
 [ ]   Enable debugging output
  <M> Generic IEEE 802.11 Networking Stack (DEPRECATED)
  [ ]   Enable full debugging output
  <M>   IEEE 802.11 WEP encryption (802.1x)
  <M>   IEEE 802.11i CCMP support
 <M>   IEEE 802.11i TKIP encryption
 < >   Software MAC add-on to the IEEE 802.11 networking stack

config jaja cd.
Code:

  <M>   Intel Wireless WiFi 4965AGN
 [ ]     Enable Wireless QoS in iwl4965 driver
 [ ]     Enable Spectrum Measurement in iwl4965 driver
[ ]     Enable Sensitivity Calibration in iwl4965 driver
[ ]     Enable full debugging output in iwl4965 driver   

I wszystko działa.
Pozdrawiam
Back to top
View user's profile Send private message
qubaaa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2006
Posts: 148

PostPosted: Fri Sep 26, 2008 4:16 pm    Post subject: Reply with quote

bez zmian nawet przy identycznym configu. Masz siec na haslo?
Back to top
View user's profile Send private message
olejseba
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2005
Posts: 95

PostPosted: Fri Sep 26, 2008 4:25 pm    Post subject: Reply with quote

Tak mam na hasło.
a spróbuj zrobić tak:
rmmod iwl4965
modprobe iwl4965
kiedyś mi działało tylko po tym jak ręcznie wywaliłem i załadowałem moduł.
Poza tym sprawdź lsmod czy masz takie moduły.
Code:
 
crypto_blkcipher       17796  1 ecb
cryptomgr               6656  0
iwl4965                89716  0
mac80211              109452  1 iwl4965
cfg80211                9992  1 mac80211

pozdrawiam
Back to top
View user's profile Send private message
qubaaa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2006
Posts: 148

PostPosted: Fri Sep 26, 2008 4:33 pm    Post subject: Reply with quote

mam,
zastanawia mnie owe ioctl[SIOCSIWAUTH]: Operation not supported.. Oraz iwl4965: Microcode SW error detected. Restarting 0x82000000 z dmesg.
Back to top
View user's profile Send private message
olejseba
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2005
Posts: 95

PostPosted: Fri Sep 26, 2008 4:38 pm    Post subject: Reply with quote

ioctl[SIOCSIWAUTH]: Operation not supported
tym bym się nie przejmował u mnie i innych także występuje a działa.
Z ten drugi problem wskazuje na jakiś konflikt jajo -->pakiet iwl4965-ucode
Czy masz tą samą wersję jaja i tego pakietu co ja?
Back to top
View user's profile Send private message
qubaaa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2006
Posts: 148

PostPosted: Fri Sep 26, 2008 4:46 pm    Post subject: Reply with quote

mam jajo 2.6.26-r1 i iwl4965-ucode-228.57.2.21.

Samo laczenie sie jak u Ciebie wyglada i co wtedy pokazuje dmesg?
Back to top
View user's profile Send private message
olejseba
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2005
Posts: 95

PostPosted: Fri Sep 26, 2008 4:55 pm    Post subject: Reply with quote

startowanie wlan0
Code:

 * Starting wlan0
 *   Starting wpa_supplicant on wlan0 ...                      [ ok ]
ioctl[SIOCSIWAUTH]: Operation not supported                                     
th param 4 value 0x0 -
 *   Starting wpa_cli on wlan0 ...                                        [ ok ]
 *     Backgrounding ...

dmesg
Code:

bridge-wlan0: down
wlan0: deauthenticate(reason=3)
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100102, writing 100106)
bridge-wlan0: enabling the bridge
bridge-wlan0: up
wlan0: Initial auth_alg=0
wlan0: authenticate with AP 00:03:2e:92:c2:07
wlan0: RX authentication from 00:03:2e:92:c2:07 (alg=0 transaction=2 status=0)
wlan0: authenticated
wlan0: associate with AP 00:03:2e:92:c2:07
wlan0: RX AssocResp from 00:03:2e:92:c2:07 (capab=0x431 status=0 aid=1)
wlan0: associated
wlan0: switched to short barker preamble (BSSID=00:03:2e:92:c2:07)
wlan0: WMM queue=2 aci=0 acm=0 aifs=0 cWmin=0 cWmax=0 burst=0
wlan0: WMM queue=3 aci=1 acm=0 aifs=0 cWmin=0 cWmax=0 burst=0
wlan0: WMM queue=1 aci=2 acm=0 aifs=0 cWmin=0 cWmax=0 burst=0
wlan0: WMM queue=0 aci=3 acm=0 aifs=0 cWmin=0 cWmax=0 burst=0
 

maki troche pozmienialem ;-).
Back to top
View user's profile Send private message
olejseba
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2005
Posts: 95

PostPosted: Fri Sep 26, 2008 5:00 pm    Post subject: Reply with quote

A jaką masz wersję wpa_supplicant-0.6.3 ?
może spróbuj zaciągnąć gentoo-sources25-r7 skompiluj zgodnie z moim konfigiem,
Myślę ze to na 70% jest niezgodność wersji modułu z ucode.
Back to top
View user's profile Send private message
qubaaa
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2006
Posts: 148

PostPosted: Fri Sep 26, 2008 6:33 pm    Post subject: Reply with quote

0.5.10

nie chce downgradeowac z powodu tego, iz mam nowy sprzet i kilka funkcjonalnosci odpadnie.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt 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