Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

Habilitar wifi en mac mini después de instalar Kubuntu 24.04

Posted on 18 March, 202511 April, 2026

¿Acabas de instalar Kubuntu 24.04 en tu Mac Mini y te das cuenta de que el WiFi no funciona? No te preocupes, es un problema común debido a los controladores de hardware específicos de Apple. 

sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source
sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma
sudo modprobe wl

Fuente: Ubuntu Community Help – WifiDocs/Driver/bcm43xx

¡No dejes que la falta de WiFi te detenga! Disfruta de tu Kubuntu 24.04 al máximo. 😊




















Linux

Post navigation

Previous post
Next post

Related Posts

Linux

Habilitar mod_rewrite en Ubuntu 14.04

Posted on 30 October, 201430 October, 2014

Correr el comando para habilitar el mod_rewrite sudo a2enmod rewrite Se reinicia apache sudo service apache2 restart El archivo de configuracion por defecto en Ubuntu 14.04 cambió de default.conf a 000-default.conf sudo nano /etc/apache2/sites-available/000-default.conf Al final del archivo se agrega la ruta webserver: <Directory “/var/www/html”> AllowOverride All </Directory> En Ubuntu 14.04 tambien…

Read More

Resetear la clave root de mysql

Posted on 25 November, 201223 December, 2014

Para resetear la clave root de mysql se debe seguir los siguientes pasos: 1. Detener el servicio mysql con el comando: sudo service mysql stop

Read More

PHPExcel: Uncaught exception ‘Exception’ with message ‘Could not close zip file

Posted on 18 November, 20125 April, 2014

Empezando a usar la libreria PHPExcel me encontré con el siguiente problema: 15:45:52 Create new PHPExcel object 15:45:52 Set document properties 15:45:52 Add some data 15:45:52 Rename worksheet 15:45:52 Write to Excel2007 format Fatal error: Uncaught exception ‘Exception’ with message ‘Could not close zip file /var/www/osmon/scripts/gui/hotspot/final/Tests/01simple.xlsx.’ in /var/www/osmon/scripts/gui/hotspot/final/Classes/PHPExcel/Writer/Excel2007.php:378 Stack trace: #0 /var/www/osmon/scripts/gui/hotspot/final/Tests/01simple.php(80):…

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes