Wifi Controller Macbook Pro

ip link set wlp2s0 up
RTNETLINK answers: Operation not permitted

use ‘sudo’ in front and activate it with sudo permission

Done :wink:

Works ?

no - i added the network connection in the networ settings - is there a way to search for available Networks such as in a wifi menue or via Terminal?
Sorry for the delay in reply but the systems sometimes freezes and i have to restart

is there a hardware switch or a hotkey at the keyboard to switch on/off wifi ? this could trouble

thats not the case

sudo modprobe ssb

any changes ? propably redo afterwards

sudo ip link set wlp2s0 up

nope only works with a ehternet cable pluged in :frowning:
Goal was to safe the macbook from the electric scrap box…

well playchild let’s go on

sudo -i
echo "blacklist b43"  >>  /etc/modprobe.d/blacklist.conf
echo "blacklist bcma"  >>  /etc/modprobe.d/blacklist.conf
echo "blacklist brcmsmac"  >>  /etc/modprobe.d/blacklist.conf
echo "blacklist ssb"  >>  /etc/modprobe.d/blacklist.conf
exit

and reboot. any changes ?

https://askubuntu.com/questions/561338/how-can-i-get-my-broadcom-wifi-card-to-work

Thanks for your time!!! but still no good news… i am forced to the ethernet cable

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.