Problemas con tp-link

Iniciado por xL00Px, Mayo 03, 2017, 04:29:27 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Mayo 03, 2017, 04:29:27 PM Ultima modificación: Mayo 03, 2017, 06:24:19 PM por HATI
Hola buenas gente tengo un problema con una tarjeta tl-wn722n en debían el tema es que ya le instale el módulo y apenas lo instale la tarjeta andaba de 10 pero despues de reiniciar no funcionó mas , ya intente reinstalar el modulo y no funciono lo lo raro es q cuando pongo lsusb lo ve pero sigue sin funcionar alguien sabrá por q es?

Enviado desde mi 6039A mediante Tapatalk

Hola!! Muestrame la salida de lo siguiente:

Código: php
ifconfig
y
Código: php
iwconfig


Gracias por leer!
DUDA

Mayo 03, 2017, 05:12:16 PM #2 Ultima modificación: Mayo 03, 2017, 07:27:27 PM por xyz
lo tengo por utp no me quedo otra
Código: bash
root@debian:/home/loop# ifconfig

Código: bash
eth0      Link encap:Ethernet  HWaddr 90:2b:34:01:53:55  
          inet addr:192.168.0.7  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::922b:34ff:fe01:5355/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3728378 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2664631 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5532500074 (5.1 GiB)  TX bytes:207570383 (197.9 MiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:110 errors:0 dropped:0 overruns:0 frame:0
          TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:39289 (38.3 KiB)  TX bytes:39289 (38.3 KiB)


Código: bash
root@debian:/home/loop# iwconfig

Código: bash
lo        no wireless extensions.

eth0      no wireless extensions.

Código: bash
root@debian:/home/loop#

No está reconociendo la tarjeta, tengo la misma y debe mostrarte así:

Código: php
[manjaro@manjaro ~]$ ifconfig
enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.x.x  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::d8c1:ebe2:8340:xxx  prefixlen 64  scopeid 0x20<link>
        ether 10:60:4b:73:20:80  txqueuelen 1000  (Ethernet)
        RX packets 741062  bytes 535718942 (510.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 587817  bytes 97505715 (92.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xf7c00000-f7c20000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 90135  bytes 40673766 (38.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 90135  bytes 40673766 (38.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s26u1u1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 7e:07:bf:d7:b7:f0  txqueuelen 1000  (Ethernet)
        RX packets 1  bytes 135 (135.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1  bytes 155 (155.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Código: php
[manjaro@manjaro ~]$ iwconfig
wlp0s26u1u1  IEEE 802.11  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
         
lo        no wireless extensions.

enp0s25   no wireless extensions.


Dale un update y upgrade a tu s.o, luego muestra los comandos que te indiqué más la salida de:
Código: php
 lsusb


Gracias por leer!
DUDA