Raspberry Pi 3 Model B Rev 1.2가 있습니다. 장치가 유선 이더넷을 사용하고 있기 때문에 Wi-Fi 및 Bluetooth의 전원이 켜지거나 전류가 흐르지 않게하고 싶습니다.
에 따르면 dmesg
장치가 다음과 같이 부팅되고 있습니다.
[ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656
bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa22082 bcm2709.serial=0xe7ffc20d smsc95xx.macaddr=B8:...:0D
bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000
dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4
elevator=deadline fsck.repair=yes rootwait
명령 줄 매개 변수를 추가 할 위치를 알고 있습니다. 커맨드 라인 매개 변수가 무엇인지 모르겠습니다.
Wi-Fi 및 Bluetooth를 비활성화하고 부팅 중에 전원이 공급되지 않도록하려면 어떻게합니까?
$ uname -a
Linux raspberrypi 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie
1
어쩌면 이것이 도움이 될 것입니다. upubuntu.com/2012/01/how-to-disable-your-network-adapter.html
—
Audite Marlow
—
Wolf