bitwit wrote: 
> Is there any way to disable the built in wifi in the pi3? I put a
> picoreplayer with touchscreen in an old macintosh classic. Worked fine
> including lms om a pi3 except for that the macintosh case is screened so
> the pi3 wifi does not work. I wold like to put an external usb wifi
> adapter on the outside of the case. But on the pi3 both wifi cards get
> the wlan0 device. So it would be great if there was a way to turn of or
> disable the builtin wifi.
> Regards
> Nils

Jack had you sort of on the path.   But you cannot create that file
yourself, as the driver would get loaded very early in the boot process.


add the following to the command line.


Code:
--------------------
    
  blacklist=brcmfmac
  
--------------------


You will have to mount the partition to edit it
/mnt/mmcblk0p1/cmdline.txt

Will look to add an easy way to disable that driver from the web page.


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to