Home > Questions

SD card reader not showing up on MacBook running Kubuntu, how to fix?

I'm using Kubuntu 21.10 on a 2012 MacBook Pro and super happy with it. However, I just noticed that the SD card reader doesn't register anywhere. I'm a photographer and use it quite often. I can still connect my cameras via USB, so it's not the end of the world, but I'd love to be able to just pop the SD card in. I have no idea where to start with this. I'm gathering that it's a Broadcom card reader, so it may need proprietary drivers (not an issue for me) but I don't know how to add it to my hardware list to even get it visible in Linux. Any suggestions?

Best Answered by

iBoysoft author Ciki Liu

Ciki Liu

Answered on Monday, April 29, 2024

 The most effective way yet to fix the Broadcom card reader not showing up on MacBook running Kubuntu is using command lines. Follow the detailed prompts below.

Step 1. On your MacBook running Linux, open the terminal by clicking on the Activities from the top-left corner and type in terminal/shell/prompt. Click on the terminal icon and open it for writing command lines.

Step 2. Type in the following prompts:

$ sudo touch /etc/rc.local  
$ sudo chmod +x /etc/rc.local  
$ sudo nano /etc/rc.local  
### add this line:  
setpci -s 00:1c.2 0x50.B=0x41  
[ctrl-o to write out, enter to save, ctrl-x to exit]

$ sudo nano /etc/apm/resume.d/21aspm  
### add the same line  
setpci -s 00:1c.2 0x50.B=0x41  
[ctrl-o, enter, ctrl-x]

$ sudo nano /etc/modprobe.d/sdhci.conf:  
### add the line:  
options sdhci debug_quirks2=4  
[ctrl-o, enter, ctrl-x]

### regenerate initrd  
$ sudo update-initramfs -u -k all

### reload shdhci module  
$ sudo rmmod sdhci-pci sdhci  
$ sudo modprobe sdhci  
$ sudo modprobe sdhci-pci

### reboot

Step 3. Your Mac restarts now. If unfortunately, your SD card reader is not working still, you can try the following command lines.

$ sudo setpci -s 00:1c.2 0x50.B=0x41

Other methods such as hardware check may work, but running prompts is considered the most working way to fix this issue.

People Also Ask

Read More Questions

Read More Advice From iBoysoft's Computer Experts

comment compresser un fichier png sur mac

Comment compresser un fichier PNG sur Mac en quelques étapes faciles ?

Découvrez comment compresser des images PNG sur Mac de 4 manières différentes, notamment en utilisant iBoysoft MagicMenu, macOS Preview, macOS Photos et un compresseur d'images en ligne.

Fusion Drive no se muestra en Mac

¿El Fusion Drive no aparece o no funciona en Mac? ¡Solucionado!

Aprende diferentes casos en los que el Fusion Drive no aparece en Mac, en Utilidad de Discos o en el escritorio y las formas de resolver estos problemas de Apple Fusion Drive.

recuperacion de datos mac

Mac não inicializa a partir da unidade USB

Corrigido: (M1/M2/M3) Mac/MacBook não detecta USB inicializável

Este post explica as razões pelas quais seu Mac não vai inicializar a partir do USB inicializável e abrange as soluções para forçar seu Mac a inicializar a partir do USB.