грабли с wifi (сеть поднимается, но...)

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

LinBegin
Сообщения: 31

грабли с wifi

Сообщение LinBegin »

...при загрузке, вылезают вот такие вот сообщения

Код:

genhost eabzalov # /etc/init.d/net.eth0 restart * Unmounting network filesystems ... [ ok ] * Stopping eth0 * Bringing down eth0 SIOCSIFFLAGS: No such file or directory * Shutting down eth0 ... [ ok ] * Starting eth0 SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory * Configuring wireless network for eth0 SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory * eth0 connected to ESSID "W" at FF:FF:FF:FF:FF:FF * in ad-hoc mode on channel 3 (WEP enabled - open) SIOCSIFFLAGS: No such file or directory * Bringing up eth0 * 192.168.0.1/24 SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory [ ok ] SIOCSIFFLAGS: No such file or directory * Mounting network filesystems ... [ ok ] genhost eabzalov #


Вроде пишет, что все ОК, но достает это жутко. Помогите решить.

dmesg выводит следующее

Код:

bcm43xx: core_up for active 802.11 core failed (-2) bcm43xx: set security called, .active_key = 0, .level = 1, .enabled = 1, .encrypt = 1 bcm43xx: set security called, .level = 1, .enabled = 1, .encrypt = 1, .auth_mode = 0 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)


похоже, что не хватает подскажите где и что, а также где это взять?
Спасибо сказали:
Аватара пользователя
mczim
Сообщения: 665
ОС: Debian/Ubuntu

Re: грабли с wifi

Сообщение mczim »

ifconfig -a

до и после!
Я странный...
Спасибо сказали:
LinBegin
Сообщения: 31

Re: грабли с wifi

Сообщение LinBegin »

mczim писал(а):
16.07.2007 21:54
ifconfig -a

до и после!


Код:

genhost bcm43xx # ifconfig -a bond0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 BROADCAST MASTER MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) dummy0 Link encap:Ethernet HWaddr 4E:BC:FF:19:35:4E BROADCAST NOARP MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) eth0 Link encap:Ethernet HWaddr 00:18:F3:36:3B:D0 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:11 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) ppp0 Link encap:Point-to-Point Protocol inet addr:XXX.XX.XX.XX P-t-P:10.6.6.6 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:1970 errors:0 dropped:0 overruns:0 frame:0 TX packets:2231 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:1926741 (1.8 Mb) TX bytes:329951 (322.2 Kb)
Спасибо сказали: