我有一个Raspberry Pi 3 Model B Rev 1.2。由于设备使用有线以太网,因此我想确保Wifi和蓝牙不会上电或消耗电流。
根据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
我知道在哪里添加命令行参数。我不知道命令行参数是什么。
如何禁用Wifi和蓝牙并确保启动期间没有耗电?
$ 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
—
奥迪·马洛
—
狼