Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dudas sobre el wifi en gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
plerkk
n00b
n00b


Joined: 14 Jan 2018
Posts: 5
Location: Argentina-Buenos_Aires

PostPosted: Wed Jan 24, 2018 3:27 am    Post subject: Dudas sobre el wifi en gentoo Reply with quote

Hola a todos. Al finalizar la instalacion de gentoo (me tomo 1 semana completa) levante un escritorio con openbox y ya lo tengo todo mas o menos configurado xfce panel firefox audacious smplayer bla bla. segui el handbook y configure el wpa_supplicant para tener wifi .
Cree el archivo net.wlp2s0 y lo puse en el arranque con rc-update add net.wlp2s0 default y ahora tengo wifi en la netbook.
La duda es que en openbox instale wicd y no me reconoce las redes. ejecuto iwconfig no me detecta wlp2s0 como wireless
Code:

sit0      no wireless extensions.

wlp2s0    no wireless extensions.

enp1s0    no wireless extensions.

lo        no wireless extensions.

ifconfig muestra lo siguiente:
Code:

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 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.248  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fd15:b433:cec4:0:7c08:5fa3:998d:1e7f  prefixlen 64  scopeid 0x0<global>
        inet6 fd15:b433:cec4:0:6e71:d9ff:fe94:b4  prefixlen 64  scopeid 0x0<global>
        inet6 fd15:b433:cec4::2b1  prefixlen 128  scopeid 0x0<global>
        inet6 fe80::6e71:d9ff:fe94:b4  prefixlen 64  scopeid 0x20<link>
        ether 6c:71:d9:94:00:b4  txqueuelen 1000  (Ethernet)
        RX packets 13077  bytes 12596438 (12.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 11509  bytes 1530865 (1.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



probe con una tarjeta de red usb modelo TL-WN77N de TP-LINK que usa el driver rtl8188eu ,en otras distros tengo que compilar el driver y darle a make install para que ande pero en gentoo configure el kernel para que ya venga instalado el rtl8188eu y lo reconoce a penas lo conecto . el iwconfig tambien lo detecta como wireless pero a la hora de usar wicd que lo tengo que iniciar con
Code:
/etc/init.d/wicd start
y luego ejecutarlo desde openbox la tarjeta me detecta las redes pongo la contraseña pero cuando le doy a conectar dice conectando y cuando termina esta desconectado no entiendo por que pasa esto.
El wpa_supplicant anda perfecto, pero al tener una netbook necesito poder conectarme a las redes wifi de forma mas facil que andar moficando archivos.
_________________
"Don't look them in the eyes , believe me they're gonna try to fill you up with lies..."
Back to top
View user's profile Send private message
cameta
Veteran
Veteran


Joined: 04 Aug 2004
Posts: 1320

PostPosted: Wed Jan 24, 2018 11:35 am    Post subject: Reply with quote

https://wiki.gentoo.org/wiki/Wicd#Wicd_is_not_able_to_scan_for_Wireless_Networks_while_using_the_new_nl80211_Interface
_________________
Si algo falla LEE el jodido manual, Si sigue fallando LEE BIEN el jodido manual.
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Wed Jan 24, 2018 6:56 pm    Post subject: Reply with quote

@plerkk.

No debes usar simultáneamente wpa_supplicant y wicd. Si quieres wicd asegúrate que se inicia en el arranque
Code:
(root)# rc-update add wicd default
y que wpa_supplicant no se inicia
Code:
(root)# rc-update del net.wlp2s0 default

https://wiki.gentoo.org/wiki/Handbook:AMD64/Networking/Wireless/es
Back to top
View user's profile Send private message
plerkk
n00b
n00b


Joined: 14 Jan 2018
Posts: 5
Location: Argentina-Buenos_Aires

PostPosted: Wed Jan 24, 2018 10:07 pm    Post subject: Reply with quote

Ya solucione el problema de que iwconfig no me detectaba la tarjeta de red interna como wireless.
Me habia faltado agregar una configuracion al kernel:
Code:

[*] Networking support  --->
    -*-   Wireless  --->
        <*>   cfg80211 - wireless configuration API
        [*]   cfg80211 wireless extensions compatibility

Recompile el kernel y ahora me detecta la tarjeta pero cuando inicio wicd (con /etc/init,d/net.wlp2s0 en stop) me aparecen las redes me conecto a una y muestra el cartel conectando ,luego conexion establecida y por ultimo no conectado.
Deberia de probar con networkManager?. O estoy haciendo algo mal con wicd
_________________
"Don't look them in the eyes , believe me they're gonna try to fill you up with lies..."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum