Wireless no Notebook [RESOLVIDO]

13. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 22:26h

# ifconfig wlan0 up
wlan0: ERROR while getting interface flags: Dispositivo inexistente


  


14. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 22:29h

FerAeroespacial escreveu:

# ifconfig wlan0 up
wlan0: ERROR while getting interface flags: Dispositivo inexistente


Viajei não ia achar não vi que tinha entrado como eth1:

Apague as informações e reinicie o drive esta correto :


echo "" > /etc/udev/rules.d/70-persistent-net.rules


Reinicie depois disso



15. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 22:37h

Pronto, reiniciei!


16. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 22:42h

FerAeroespacial escreveu:

Pronto, reiniciei!


Veja o que mostra agora no ifconfig -a


17. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 22:44h

# ifconfig -a
eth0 Link encap:Ethernet Endereço de HW 00:23:ae:ea:99:8a
inet end.: 192.168.1.15 Bcast:192.168.1.255 Masc:255.255.255.0
endereço inet6: fe80::223:aeff:feea:998a/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:7640 errors:0 dropped:0 overruns:0 frame:0
TX packets:7651 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:6168210 (5.8 MiB) TX bytes:1283205 (1.2 MiB)
IRQ:16

eth1 Link encap:Ethernet Endereço de HW 00:24:2b:6f:5d:c5
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)
IRQ:17 Endereço de E/S:0xc000

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 LOOPBACKRUNNING MTU:16436 Métrica:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:0
RX bytes:2636 (2.5 KiB) TX bytes:2636 (2.5 KiB)



18. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 22:50h

Instale um kernel mais recente pelo backports:

Adiciona Repositorio debian backports:

echo "deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free" >> /etc/apt/sources.list


Atualiza os pacotes incluindo os backports:

apt-get update

Instala o kernel 3.2 pelo backports:

apt-get -t squeeze-backports install linux-image-3.2.0-0.bpo.1-amd64 linux-headers-3.2.0-0.bpo.2-amd64 linux-headers-3.2.0-0.bpo.1-all



19. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 22:59h

Esse última linha de comando não deu certo, olha a saída:

"Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote linux-image-3.2.0-0.bpo.1-amd64
E: Não foi possível encontrar o pacote através da expressão regular 'linux-image-3.2.0-0.bpo.1-amd64'
E: Impossível encontrar o pacote linux-headers-3.2.0-0.bpo.2-amd64
E: Não foi possível encontrar o pacote através da expressão regular 'linux-headers-3.2.0-0.bpo.2-amd64'
E: Impossível encontrar o pacote linux-headers-3.2.0-0.bpo.1-all
E: Não foi possível encontrar o pacote através da expressão regular 'linux-headers-3.2.0-0.bpo.1-all'"




20. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 23:05h

troque os pacotes por:

aptitude install -t squeeze-backports linux-image-3.2.0-0.bpo.3-amd64 linux-headers-3.2.0-0.bpo.3-all




21. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 23:12h

apareceu isso:
"linux-base (3) unstable; urgency=low

* Some HP Smart Array controllers are now handled by the new 'hpsa'
driver, rather than the 'cciss' driver.

While the cciss driver presented disk device names beginning with
'cciss/', hpsa makes disk arrays appear as ordinary SCSI disks and
presents device names beginning with 'sd'. In a system that already
has other SCSI or SCSI-like devices, names may change unpredictably.

During the upgrade from earlier versions, you will be prompted to
update configuration files which refer to device names that may
change. You can choose to do this yourself or to follow an automatic
upgrade process. All changed configuration files are backed up with
a suffix of '.old' (or '^old' in one case).

-- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Mar 2011 13:19:34 +0000"

E travou o terminal...


22. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 23:15h

FerAeroespacial escreveu:

apareceu isso:
"linux-base (3) unstable; urgency=low

* Some HP Smart Array controllers are now handled by the new 'hpsa'
driver, rather than the 'cciss' driver.

While the cciss driver presented disk device names beginning with
'cciss/', hpsa makes disk arrays appear as ordinary SCSI disks and
presents device names beginning with 'sd'. In a system that already
has other SCSI or SCSI-like devices, names may change unpredictably.

During the upgrade from earlier versions, you will be prompted to
update configuration files which refer to device names that may
change. You can choose to do this yourself or to follow an automatic
upgrade process. All changed configuration files are backed up with
a suffix of '.old' (or '^old' in one case).

-- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Mar 2011 13:19:34 +0000"

E travou o terminal...


apenas aperte a tecla Q é um aviso


23. Re: Wireless no Notebook [RESOLVIDO]

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 27/12/2012 - 23:18h

pronto, saí e nada ainda =/, vish, já to começando a achar que meu notebook não tem solução..


24. Re: Wireless no Notebook [RESOLVIDO]

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 27/12/2012 - 23:19h

FerAeroespacial escreveu:

pronto, saí e nada ainda =/, vish, já to começando a achar que meu notebook não tem solução..


Após finalizar a instalação reinicie e entre pelo novo kernel 3.2






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts