Ir al contenido principal

Ubuntu 12.04 Wireless reconexión

Instalé ubuntu 12.04 ayer por la noche. todo funciona bien, casi perfecto, excepto que hoy en la mañana después de abrir muchas páginas, apt-get etc al mismo tiempo creo que hizo que el wireless se desconectase y aunque me preguntó mil veces el password nunca pudo conectarse; ver los logs con gnome-system-log no fue de gran ayuda simplemente mostraba time-out's después de 100 intentos...la solución reboot... casi como windows7 :(

eso funcionó...posteriormente volvió a pasar....no quiero rebootear... es linux asi que unos mans sobre modprobe, lsmod comandos de modulos me llevó a esta solución...
Aplica para mi Toshiba satellite A505:

Primero listar todos los módulos cargados
$lsmod

encontré los módulos posibles que son del wireless: cfg80211,

consulte información para descargarlos

$ man modprobe

ahí una referencia mas directa para descargar módulos
$ man rmmod

luego intentar (sólo aplica a la toshiba que tengo --latinoamerica)
$ sudo rmmod -v cfg80211

envía
ERROR: Module cfg80211 is in use by rtlwifi,mac80211

intentando los módulos mencionados...

$ sudo rmmod -v rtlwifi

mismo error...
ERROR: Module rtlwifi is in use by rtl8192se

entonces el último referido...
$ sudo rmmod -v rtl8192se
rmmod rtl8192se, wait=no

eso funciono ahora ya no tengo el wireless más. Luego volver a cargarlo

$ sudo modprobe -v rtl8192se
insmod /lib/modules/3.2.0-24-generic-pae/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko

finalmente decirle al NetworkManager que se conecte a mi antena (telmex infinitum...)

y listo

conectado sin rebootear.

Comentarios

Unknown ha dicho que…
Gracias mi hermano, me sirvió, pero aún no sé que es lo que realmente ocasiona que el Wifi deje de funcionar... ¿Has encontrado algo al respecto?. Saludos.

Entradas populares de este blog

GNUstep ProjectCenter/Gorm/AClock running Ubuntu 10.04

Download sources GNUstep (stable or unstable) to compile; Dependencies First you need to check dependencies in ubuntu and install with sudo apt-get or search before with apt-cache command; almost every package ends with *-dev in ubuntu repositories this command will install all dependencies for compile: ~$ sudo apt-get install libffi-dev libssl-dev libxml2-dev libxslt1-dev libcairo2-dev libxt-dev GNUstep Make compiling GNUstep make is our first target; it's the primary package to compile GNUstep applications. get the package, untar and change into the folder and compile: ~$wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.4.0.tar.gz ~$tar xzvf gnustep-make-2.4.0.tar.gz ~$cd gnustep-make-2.4.0/ ~$./configure --prefix=/usr/local/GNUstep/ --enable-native-objc-exceptions ~$make ~$sudo make -E install *NOTE: the options /usr/local/GNUstep/ is the folder where all the GNUstep is going to install. the second option --enable-native-objc-exceptions enable th...

Capacitación en línea

Python, uno de los lenguajes soportados en la GoogleApps beginning: python , ShowMeDo . jQuery commercial screencast: Peepcode.com SharePoint 2010, la tecnología de mayor crecimiento en micro$oft intro: Building Solutions on SharePoint 2010 SharePoint 2010 Beta Developer Center Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 CriticalPath Technical Articles Driving SharePoint adoption SharePoint Server 2010 capacity management: Software boundaries and limits Learning Snack for Developers: Developing Solutions with Microsoft SharePoint 2010 (20 min) Experiencing the Microsoft SharePoint Server 2010 User Interface (20 min) Managing and Troubleshooting with Microsoft SharePoint Server 2010 (17 min) Microsoft eLearning: Clinic 10277: What's New in Microsoft SharePoint 2010 for Developers SharePoint 2010 for Internet Sites Implementers' Course Developing on SharePoint 2010 Getting Sta...

Changing Background GWorkspace

GWorkspace application in GNUstep, is like the equivalent to Nautilus under GNOME. It has interesting features that I'm beginning to love, right now I believe GNUstep is for UNIX-geek-old-fashioned. Here is the screenshot for changing the background image, you need to go to Info->Preferences->Desktop (drop down) then click Choose button for search the image. I'm running GNUstep compiled in Ubuntu 10.04 and the image comes from the folder / usr/share/backgrounds/ Another really cute functionality of GWorkspace is start applications from their installation folder, you need to open the viewer from menu View->Viewer and go to the installation application folder (in my case compiled from sources: /usr/local/lib/GNUstep/Applications ) then a double-click starts the application (*.app)