Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVE] wicd: deauthentification (reason=3)
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
Gojita02
n00b
n00b


Joined: 12 Jun 2013
Posts: 19

PostPosted: Wed Nov 20, 2013 1:58 pm    Post subject: [SOLVE] wicd: deauthentification (reason=3) Reply with quote

Hello,

I'm currently trying to configure my wifi network, but It does not work !

1) Kernel 3.11.8 (in order to have my wifi card working)
2) I've got an Intel N-7260 card, with microcode loaded (according to dmesg)
3) I'm using wicd in order to configure my netword, as I do not have any X windows system yet
4) wicd-curses show all the available network, succeed in getting a new IP adress via DHCP but deauthentificated juste after.

Here a summary of the /var/log/message file:
Quote:

dhcpcd[888]: wlp1s0: carrier acquired
dhcpcd[888]: wlp1s0: sending IPv6 Router Solicitation
dhcpcd[888]: wlp1s0: sendmsg: Cannot assign requested address
dhcpcd[888]: wlp1s0: broadcasting for a lease
dhcpcd[888]: wlp1s0: offered 192.168.0.39 from 192.168.0.254
dhcpcd[1221]: sending command to master dhcpcd process
dhcpcd[888]: control command: /sbin/dhcpcd -h pirotess --noipv4ll wlp1s0
dhcpcd[888]: wlp1s0: acknowledged 192.168.0.39 from 192.168.0.254
dhcpcd[888]: wlp1s0: checking for 192.168.0.39
dhcpcd[888]: wlp1s0: Router Advertisement from fe80::224:d4ff:fead:721f
dhcpcd[1240]: sending command to master dhcpcd process
dhcpcd[888]: control command: /sbin/dhcpcd -k wlp1s0
dhcpcd[888]: wlp1s0: removing interface wlp1s0
kernel: [ 150.212077] wlp1s0: deauthentification from 00:24:d4:ca:7a:04 by local choice (reason=3)


Do you have any idea ?
Thanks for any answer


Last edited by Gojita02 on Thu Nov 21, 2013 1:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Wed Nov 20, 2013 4:46 pm    Post subject: Reply with quote

Hi,
if you use the iwl4965 or the iwlwifi module, you can disable at least the 11n functionnality. It's a workaround that have been used more than one time to resolv some Intel N wireless cards stability problem. So, stop Wicd, add the line who fit your module to /etc/modprobe.d/modprobe.conf, un load and load the module again and try to connect one more time.
Code:
options iwl4965 11n_disable=1
options iwlwifi 11n_disable=1

Code:
modinfo -p iwlwifi

swcrypto:using crypto in software (default 0 [hardware]) (int)
11n_disable:disable 11n functionality, bitmap: 1: full, 2: agg TX, 4: agg RX (uint)
amsdu_size_8K:enable 8K amsdu size (default 0) (int)
fw_restart:restart firmware in case of error (default true) (bool)
antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable, 2=enable (default: 0) (int)
nvm_file:NVM file name (charp)
bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
power_save:enable WiFi power management (default: disable) (bool)
power_level:default power save level (range from 1 - 5, default: 1) (int)

_________________
Paul
Back to top
View user's profile Send private message
Gojita02
n00b
n00b


Joined: 12 Jun 2013
Posts: 19

PostPosted: Thu Nov 21, 2013 1:03 pm    Post subject: Success Reply with quote

Hello,

thanks for the answer but it does not seem to help.

But, I let down wicd and configure /etc/conf.d/net by hand and launch /etc/init.d/net.wlp1s0 restart
and it was fine !!!

Don't know wht but now, my network is working.
Thanks all
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