elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Estamos en la red social de Mastodon


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  Sin wifi en linux
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Sin wifi en linux  (Leído 3,558 veces)
naguarito

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Sin wifi en linux
« en: 24 Mayo 2010, 15:53 pm »

Hola buenas, soy nuevo y me gustaría saber si alguien me puede ayudar! Mi problema es que no consigo tener red en linux, que probado diferentes sistemas operativos y no hay manera. Pongo aqui mi sources.list a ver si tiene algo que ver en esto!



#deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://es.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://es.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid universe
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://es.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://es.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse


En línea

xv0


Desconectado Desconectado

Mensajes: 1.026



Ver Perfil
Re: Sin wifi en linux
« Respuesta #1 en: 24 Mayo 2010, 16:41 pm »

Buenas tu tarjeta wifi que es pci o usb, no te reconoce la tarjeta o no puedes navegar?

Un saludo


En línea

naguarito

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Re: Sin wifi en linux
« Respuesta #2 en: 24 Mayo 2010, 16:45 pm »

Mi tarjeta es la ATHEROS 5007EG, es PCI me parece. No me reconoce ninguna red inalambrica, he probado con otros S.O. Linux y no me reconoce tampoco, antes hace un tiempo si me reconocia pero de repente me dejo de funcionar.
En línea

xv0


Desconectado Desconectado

Mensajes: 1.026



Ver Perfil
Re: Sin wifi en linux
« Respuesta #3 en: 24 Mayo 2010, 16:54 pm »

Ya te digo yo que es super raro que ubuntu no te reconozca la atheros, seguro que as hecho una actualización del sistema y se jodio algo, bueno aki te dejo un link que explica como instalar el driver tambien vale para tu atheros ATHEROS 5007EG

http://foro.elhacker.net/wireless_en_linux/nuevas_atheros_instalacion_drivers-t214616.0.html

Un saludo
En línea

naguarito

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Re: Sin wifi en linux
« Respuesta #4 en: 24 Mayo 2010, 17:16 pm »

no se que pasa pero no me deja hacer nada del link que me pasaste, me salen muchos errores!!
En línea

naguarito

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Re: Sin wifi en linux
« Respuesta #5 en: 27 Mayo 2010, 12:00 pm »

Me sale todo bien, menos cuando hago el make install que me sale lo siguiente:

Escritorio/madwifi-hal-0.10.5.6-r4126-20100324$ make install
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.32-21-generic/build SUBDIRS=/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-generic'
  Building modules, stage 2.
  MODPOST 14 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-generic'
sh scripts/find-madwifi-modules.sh -r 2.6.32-21-generic
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
      make -C $i install || exit 1; \
   done
make[1]: Entering directory `/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324/ath'
test -d //lib/modules/2.6.32-21-generic/net || mkdir -p //lib/modules/2.6.32-21-generic/net
mkdir: cannot create directory `//lib/modules/2.6.32-21-generic/net': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324/ath'
make: *** [install-modules] Error 1


Si alguien me puede ayudar se lo agradecería muchísimo.
Un saludo.
En línea

xv0


Desconectado Desconectado

Mensajes: 1.026



Ver Perfil
Re: Sin wifi en linux
« Respuesta #6 en: 27 Mayo 2010, 14:24 pm »

Buenas, cuando pones make install estan en modo root? te lo digo porque e visto que pone permiso denegado:
Citar
Escritorio/madwifi-hal-0.10.5.6-r4126-20100324$ make install
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.32-21-generic/build SUBDIRS=/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-generic'
  Building modules, stage 2.
  MODPOST 14 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-generic'
sh scripts/find-madwifi-modules.sh -r 2.6.32-21-generic
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
      make -C $i install || exit 1; \
   done
make[1]: Entering directory `/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324/ath'
test -d //lib/modules/2.6.32-21-generic/net || mkdir -p //lib/modules/2.6.32-21-generic/net
mkdir: cannot create directory `//lib/modules/2.6.32-21-generic/net': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/aaron/Escritorio/madwifi-hal-0.10.5.6-r4126-20100324/ath'
make: *** [install-modules] Error 1
Entra en root asi
Código:
sudo su
o cuando haces el make install
Código:
sudo make install

Un saludo
« Última modificación: 27 Mayo 2010, 15:03 pm por cpu2 » En línea

xexio

Desconectado Desconectado

Mensajes: 209



Ver Perfil
Re: Sin wifi en linux
« Respuesta #7 en: 27 Mayo 2010, 15:57 pm »

pon este comando en el terminal
lspci
y pega aqui lo que salga

PD: de todas formas que yo sepa las atheros estan soportadas por el kernel desde el .30 sin hacer nada de nada
En línea


xploitbuster
Visitante


Email
Re: Sin wifi en linux
« Respuesta #8 en: 28 Mayo 2010, 18:42 pm »

primero logueate como root y luego pon lspci como dice xexio, para ir mas a la segura ya que algunas distros tienen el lspci y lsusb solo para root.

$ su -s
$ lspci | grep Network


Luego copia todo lo que salga en este hilo del foro, en caso de que te salga que es una 5007EG, entonces puedes instalar madwifi como indica cpu2, esta te permitirá tener una bella y fácil inyección de trafico para poder robar wifi cuando quieras xD

tan solo que no se te olvide hacer la instalación como root
$ su -s
$ .configure
$ make
$ make install

En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
linux problema con mi wifi
GNU/Linux
jesusillo0o 2 2,109 Último mensaje 10 Marzo 2012, 19:14 pm
por P4nd3m0n1um
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines