Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell Vostro 3700 & BCM43224 [решено]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Fri Aug 13, 2010 11:44 am    Post subject: Dell Vostro 3700 & BCM43224 [решено] Reply with quote

Пытаюсь настроить wifi на dell vostro 3700. Wifi там от Broadcom'а, BCM43224. Установил дрова broadcom-sta, устройсво видно и все такое. Вроде бы все красиво, но подключится к своей точке доступа не могу. На точке доступа стоит WPA.
iwconfig eth1 essid my_essid проходит отлично.
А вот после
iwconfig eth1 key s:my_key Получаю вот такое:
Code:
Error for wireless request "Set Encode" (8B2A) :
SET failed on device уер1 ; Invalid argument.


Кто сталкивался с подобным?
_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.


Last edited by serg_sk on Fri Aug 13, 2010 6:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
serg_sk
Guru
Guru


Joined: 10 Jul 2004
Posts: 315
Location: Ukraine

PostPosted: Fri Aug 13, 2010 4:38 pm    Post subject: Reply with quote

Решено с помощью wpa_supplicant

Code:
# cat /etc/conf.d/net
modules=( "wpa_supplicant" )
wpa_supplicant_eth1=( "-Dwext" )

# cat /etc/wpa_supplicant/wpa_supplicant.conf
crtl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1

network={
           ssid="MySSID"
           scan_ssid=1
           psk="My_text_password"
           priority=2
}


Вот так у меня оно работает. Пользуйтесь, если кому надо)
_________________
Sorry for my bad englilsh. :)
irc.freenode.net #fluxbox-ru - Fluxbox russian speaking channel.
Back to top
View user's profile Send private message
generatorglukoff
n00b
n00b


Joined: 08 Aug 2008
Posts: 18

PostPosted: Mon Aug 30, 2010 4:48 pm    Post subject: Reply with quote

для WPA/WPA2 нужны юзерспейсовые утилиты (wpa_supplicant, NetworkManager, wicd), ядро напрямую умеет только WEP и без шифрования
_________________
Gentoo Router Overlay: http://bitbucket.org/generatorglukoff/gentoo-router-overlay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian 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