LINUX.ORG.RU
ФорумAdmin

Linux Wifi, как настроить/работать????


0

0

Вопрос такой, не могу понять как работать с вай фаем (CentOS 5.2) ноут 6715s.
Поставил дрова, карточка появилась:

[root@localhost ~]# lsmod | grep bcm43xx
bcm43xx 408608 0
ieee80211softmac 33473 1 bcm43xx
ieee80211 33289 2 bcm43xx,ieee80211softmac


[root@localhost ~]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSID:"" Nickname:"Broadcom 4311"
Mode:Managed Access Point: Invalid
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

sit0 no wireless extensions.

virbr0 no wireless extensions.

дальше что?
пытаюсь выполнить
[root@localhost ~]# iwlist eth1 scan
eth1 Interface doesn't support scanning : No such device
результат такой везде один и тот же, что тут?

попробуйте
iwconfig eth1 essid hello key 0123-4567-89
и посмотрите в dmesg или /var/log/messages
не удивлюсь, что оно требует firmware для работы

hizel ★★★★★
()
Ответ на: комментарий от hizel

вот такое:
bcm43xx: set security called, .active_key = 0, .level = 1, .enabled = 1, .encrypt = 1
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed.
bcm43xx: core_up for active 802.11 core failed (-2)
SoftMAC: Associate: Scanning for networks first.
SoftMAC: Associate: failed to initiate scan. Is device up?
bcm43xx: set security called, .active_key = 0, .level = 1, .enabled = 1, .encrypt = 1

hello_world
() автор топика
Ответ на: комментарий от SANTA_CLAUS

сделал:
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
944 tar xjf b43-fwcutter-011.tar.bz2
945 cd b43-fwcutter-011
946 make
947 cd ..
948 export FIRMWARE_INSTALL_DIR="/lib/firmware"
949 wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
950 tar xjf broadcom-wl-4.150.10.5.tar.bz2
951 cd broadcom-wl-4.150.10.5/driver
952 sudo ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o

hello_world
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.