Rede wlan sumiu...Urgente [RESOLVIDO]

1. Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 02/07/2013 - 18:53h

Olá a todos,

Estou com um problema no wireless do meu laptop e não sei como solucionar.

Eles estava funcionando normalmente até esses dias (ontem...)

No entanto, conectei ao wireless do meu celular, que funciona como roteador, por falta de sinal. Após isso, o wireless não quer conectar em nenhuma rede mais. Nem as que já existiam previamente.

Tentei reiniciar a placa de rede wireless, tentei excluir e criar as conexões novamente, e nada.

Ele fica tentando, tentando, tentando e não conecta nunca.

Quando dou o comando ifconfig, não aparece a rede wlan, somente eth0, eth1, e lo.

E com o comando iwconfig ele diz que não existe extensões wireless.

Acredito que o problema não deva ser a placa wireless, pois no windows ela funciona normalmente. (inclusive estou usando o windows agora nesse momento.)

Ele ainda reconhece todas as redes disponíveis wireless.

Alguém tem alguma ideia do que possa ter acontecido. Pois achei muito estranho ter parado de funcionar de uma hora para outra.

Coloquei o urgente no topo do tópico, pois vou viajar para a Inglaterra para fazer parte de meus estudos de doutorado sanduiche, e preciso que o wireless pegue ĺá, pois toda a minha pesquisa é feita no linux.

Agradeço à atenção

André Livorati


  


2. MELHOR RESPOSTA

Fernando
phoemur

(usa Debian)

Enviado em 03/07/2013 - 09:09h

http://www.vivaolinux.com.br/dica/Alterar-nome-de-interface-de-rede-eth0-para-eth1-e-vice-versa

Edite o arquivo /etc/udev/rules.d/70-persistent-net.rules

O conteúdo do meu é assim:


# PCI device 0x10ec:/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="60:eb:69:33:a2:0d", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="5c:ac:4c:05:b8:df", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="*", NAME="wlan0"


Daí você identifica a sua placa pelo número do device ou pelo módulo em uso e troca NAME="eth1" por NAME="wlan0" e reinicia o PC que deve dar certo...

Mas posta aqui o resultado dos comandos

sudo ifconfig -a
sudo iwconfig
sudo lspci -v
sudo rfkill list

pra ter certeza de que você está renomeando a interface correta

3. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 02/07/2013 - 19:11h

vc já tinha a Eth1 antes?

o que posso pensar é que seu sistema, ao achar a wlan0 anterior, "achou" que sua wireless não estava conectada e "fez" uma nova interface wireless, ex uma wlan1.

mais uma coisa, tentou editar a wireless que funcionava, colocando IP fixo, invés de dinamico, DHCP?


4. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 02/07/2013 - 19:15h

olá obrigado pela resposta..

então... não me lembro ao certo, mas tenho quase certeza que não tinha não...

quando eu dava o comando ifconfig, só aparecia eth0, wlan e lo...

sabe como faço para configurar isso?? transformar esse eth1 em wlan de volta ???


5. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 02/07/2013 - 19:19h

também não tentei editar nenhum IP.... o que tentei fazer foi esquecer as conexões que já existiam...

tudo começou por causa do meu celular.... o wifi de casa estava fora do ar...(net virtua maldita...)

ai tentei acessar pelo celular, que funciona como roteador e ponto de acesso, através do 3G...

não consegui também..... a partir dai, mais nenhuma conexão wireless queria conectar...


6. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 02/07/2013 - 19:22h

atualizei minha versão do ubuntu para ver se adiantava alguma coisa, mas continuou na mesma.... passei para a 12.10


7. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 02/07/2013 - 23:10h

é apenas um palpite, mas a sua antiga interface de rede, a wlan0 não se chamaria agora, eth1? ele renomeou?

vc diz que eliminou as configs antigas e refez, experimente fazer uma cuja interface se chame wlan1 e outra cuja interface se chame eth1, senão funcionarem,vc já as deleta.


8. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 02/07/2013 - 23:45h

Acredito que tenha acontecido isso mesmo. Ele renomeou automático.

Não sei como excluir ou criar a rede. O que eu disse que tinha excluído foram as conexões. Por exemplo aqui em casa a rede se chama F22, ai exclui ela da memoria das conexões e tentei conectar novamente colocando a senha do wifi, mas não funcionou. Não funcionou com outras conexões também.

sabe como faço para voltar ao que era antes?? transformar a eth1 em wlan0, ou reconfigurar?

existe alguma linha de comando para isso?? provavelmente deve ser no etc/networks ???




9. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 03/07/2013 - 11:05h

olá...obrigado pela ajuda...

então, quando abri esse arquivo apareceu

# PCI device 0x1969:/sys/devices/pci0000:00/0000:00:1c.2/0000:13:00.0 (atl1c)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="f0:4d:a2:d7:ce:9f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1c.1/0000:12:00.0 (brcmsmac)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="ec:55:f9:1c:d7:84", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

manti o kernel wlan* e mudei o nome para eth1 e não funcionou, na verdade ele criou um eth2....

ai mudei o kernel de wlan para eth*,e name para eth1, também não foi....

ai mantive o kernel em eth*,e name para wlan0, e também não foi....

deixei com a alteração do último....

sempre reiniciei o pc depois de cada mundaça

quando dou o ifconfig aparece o seguinte

eth0 Link encap:Ethernet Endereço de HW f0:4d:a2:d7:ce:9f
inet end.: 192.168.0.97 Bcast:192.168.0.255 Masc:255.255.255.0
endereço inet6: fe80::f24d:a2ff:fed7:ce9f/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:1254 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:1361 erros:0 descartados:0 excesso:0 portadora:1
colisões:0 txqueuelen:1000
RX bytes:723813 (723.8 KB) TX bytes:248908 (248.9 KB)

lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:16436 Métrica:1
pacotes RX:315 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:315 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:0
RX bytes:27817 (27.8 KB) TX bytes:27817 (27.8 KB)

wlan0 Link encap:Ethernet Endereço de HW ec:55:f9:1c:d7:84
endereço inet6: fe80::ee55:f9ff:fe1c:d784/64 Escopo:Link
UP BROADCAST MULTICAST MTU:1500 Métrica:1
pacotes RX:8 erros:1 descartados:0 excesso:0 quadro:6998
Pacotes TX:103 erros:51 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:1224 (1.2 KB) TX bytes:31500 (31.5 KB)
IRQ:17

o que me intriga são esses erros que aparecem nos pacotes TX.... será que tem alguma coisa errada ai?

quando dou o comando iwconfig

wlan0 IEEE 802.11abg ESSID:"F22"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1E:58:0C:65:BE
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off

lo no wireless extensions.

eth0 no wireless extensions.


com o comando lspci - v

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at fac00000 (64-bit, non-prefetchable) [size=4M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f080 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at fbc09000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: mei
Kernel modules: mei

00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Dell Device 0466
Flags: bus master, medium devsel, latency 0, IRQ 16
Memory at fbc08000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at fbc00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=11, subordinate=11, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: d0a00000-d0bfffff
Prefetchable memory behind bridge: 00000000d0c00000-00000000d0dfffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Dell Device 0466
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=12, subordinate=12, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: fbb00000-fbbfffff
Prefetchable memory behind bridge: 00000000d0e00000-00000000d0ffffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Dell Device 0466
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fba00000-fbafffff
Prefetchable memory behind bridge: 00000000d1000000-00000000d11fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Dell Device 0466
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=15, subordinate=15, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fb000000-fb9fffff
Prefetchable memory behind bridge: 00000000d0000000-00000000d09fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Dell Device 0466
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Dell Device 0466
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at fbc07000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=20, subordinate=20, sec-latency=32
Capabilities: [50] Subsystem: Dell Device 0466

00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
Subsystem: Dell Device 0466
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=10 <?>
Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
Subsystem: Dell Device 0466
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 44
I/O ports at f070 [size=8]
I/O ports at f060 [size=4]
I/O ports at f050 [size=8]
I/O ports at f040 [size=4]
I/O ports at f020 [size=32]
Memory at fbc06000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Power Management version 3
Capabilities: [a8] SATA HBA v1.0
Capabilities: [b0] PCI Advanced Features
Kernel driver in use: ahci
Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
Subsystem: Dell Device 0466
Flags: medium devsel, IRQ 3
Memory at fbc05000 (64-bit, non-prefetchable) [size=256]
I/O ports at f000 [size=32]
Kernel modules: i2c-i801

00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fbc04000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Kernel driver in use: intel ips
Kernel modules: intel_ips

12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Subsystem: Dell Inspiron M5010 / XPS 8300
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fbb00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-f9-ff-ff-1c-ec-55
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: wl
Kernel modules: wl, bcma

13:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1)
Subsystem: Dell Device 0466
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at fba00000 (64-bit, non-prefetchable) [size=256K]
I/O ports at e000 [size=128]
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [6c] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [180] Device Serial Number ff-d7-ce-9f-f0-4d-a2-ff
Kernel driver in use: atl1c
Kernel modules: atl1c

ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0

ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0

ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0

ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0

ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0

ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
Subsystem: Intel Corporation Device 8086
Flags: bus master, fast devsel, latency 0


e com o comando rfkill list



0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no



10. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

Fernando
phoemur

(usa Debian)

Enviado em 03/07/2013 - 14:19h

Pelos comandos que você passou sua wireless está em wlan0 mesmo...

Faça assim:

$ sudo modprobe -r bcma
$ sudo echo -e "blacklist bcma\nblacklist bcm43xx\nblacklist brcmsmac\nblacklist b43\nblacklist b43fwcutter\nblacklist b43legacy" >> /etc/modprobe.d/blacklist.conf
$ sudo modprobe wl
$ sudo ifconfig wlan0 up

E reinicie o computador


11. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 03/07/2013 - 14:44h

não funcionou não...

deveria aparecer alguma coisa escrita no terminal ao final de cada comando?

pois somente no segundo comando que você disse acima, ele lista o seguinte

blacklist bcma
blacklist bcm43xx
blacklist brcmsmac
blacklist b43
blacklist b43fwcutter
blacklist b43legacy /etc/modprobe.d/blacklist.conf

ainda estou meio desconfiado dos erros nos pacotes RX e TX da rede wlan0, quando eu dou o comando ifconfig... será que isso tem alguma coisa a ver??





12. Re: Rede wlan sumiu...Urgente [RESOLVIDO]

André Livorati
livorati

(usa Ubuntu)

Enviado em 04/07/2013 - 14:54h

up..... alguém ai tem mais alguma ideia??

como tiro os erros dos pacotes RX e TX da conexão wlan0???






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts