Wireless - Debian wheezy [RESOLVIDO]

1. Wireless - Debian wheezy [RESOLVIDO]

Felipe Oscar
Felipe_Oscar

(usa Ubuntu)

Enviado em 23/02/2014 - 20:29h

Boa noite pessoas.

Meu problema é com relação a minha placa:
Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller.
Consta como firmware não instalado:

# ifconfig
eth0 Link encap:Ethernet Endereço de HW 1c:c1:de:32:f3:b2
inet end.: 192.168.1.31 Bcast:192.168.1.255 Masc:255.255.255.0
endereço inet6: fe80::1ec1:deff:fe32:f3b2/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:88746 errors:0 dropped:0 overruns:0 frame:0
TX packets:83505 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:107476300 (102.4 MiB) TX bytes:9043523 (8.6 MiB)
IRQ:40 Endereço de E/S:0x6000

# ifconfig wlan0
wlan0 Link encap:Ethernet Endereço de HW e0:2a:82:12:e2:7c
BROADCASTMULTICAST MTU:1500 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

# ifconfig wlan0 up
SIOCSIFFLAGS: Arquivo ou diretório não encontrado

# iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

eth0 no wireless extensions.

Já procurei aqui no VOL mas não achei nada que resolvesse, também no google e nada. Alguém pode me dar um help?


  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 23/02/2014 - 20:44h

Felipe_Oscar escreveu:
Consta como firmware não instalado:


Vc mesmo deu a resposta/solução!

Instale o firmware.

https://packages.debian.org/wheezy/firmware-realtek

3. Re: Wireless - Debian wheezy [RESOLVIDO]

Felipe Oscar
Felipe_Oscar

(usa Ubuntu)

Enviado em 23/02/2014 - 21:26h

# dpkg -i firmware-realtek_0.36+wheezy.1_all.deb
(Lendo banco de dados ... 189841 ficheiros e directórios actualmente instalados.)
Preparando para substituir firmware-realtek 0.36+wheezy.1 (usando firmware-realtek_0.36+wheezy.1_all.deb) ...
Desempacotando substituto firmware-realtek ...
Configurando firmware-realtek (0.36+wheezy.1) ...
update-initramfs: deferring update (trigger activated)
Processando gatilhos para initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64

# ifconfig wlan0
wlan0 Link encap:Ethernet Endereço de HW e0:2a:82:12:e2:7c
BROADCASTMULTICAST MTU:1500 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

# ifconfig wlan0 up
SIOCSIFFLAGS: Arquivo ou diretório não encontrado

Creio que fiz tudo certo mas ainda continuo sem o wirelees.



4. Re: Wireless - Debian wheezy [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 23/02/2014 - 21:57h

Faça o seguinte:

# apt-get install lshw

# lshw -class network

Poste o resultado do comando aqui.


5. Re: Wireless - Debian wheezy [RESOLVIDO]

Felipe Oscar
Felipe_Oscar

(usa Ubuntu)

Enviado em 23/02/2014 - 22:04h

# lshw -class network
*-network DISABLED
description: Wireless interface
product: RT3090 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 00
serial: e0:2a:82:12:e2:7c
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=3.2.0-4-amd64 firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:16 memory:d3400000-d340ffff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: 1c:c1:de:32:f3:b2
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8101 driverversion=1.024.00-NAPI duplex=full ip=192.168.1.31 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:40 ioport:2000(size=256) memory:d1410000-d1410fff memory:d1400000-d140ffff memory:d1420000-d142ffff



6. [RESOLVIDO]

Felipe Oscar
Felipe_Oscar

(usa Ubuntu)

Enviado em 23/02/2014 - 23:23h

# aptitude install firmware-ralink

Executei este e funcionou, estranho, rs, mas muito obrigado :D


7. Re: Wireless - Debian wheezy [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 23/02/2014 - 23:42h

Felipe_Oscar escreveu:

# lshw -class network
*-network DISABLED
description: Wireless interface
product: RT3090 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
...


Ok, sua placa é da Ralink e não RealTek. Ainda bem que foi resolvido... felicidades!




  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts