[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I turn the radio in a pi 3b off



Yes, I uninstalled network manager and wicd from synaptic, should have
mentioned that.  Especially don't trust wicd.

If you rename your /etc/network/interfaces file to something else as a
backup, then make a new one that's like:

---------------
auto eth0
iface eth0 inet static
  address 192.168.0.17
  netmask 255.255.255.0
  network 192.168.0.0
  broadcast 192.168.0.255
----------------
It should bring up just your wired ethernet on 192.168.0.17 on every
boot.  ifup and ifdown should still work with it.  Change IP and
network as needed, that's copied from mine.

On 1/10/17, Gene Heskett <gheskett@shentel.net> wrote:
> On Tuesday 10 January 2017 14:13:41 Alan Corey wrote:
>
>> man interfaces, change  /etc/network/interfaces
>>
>> ifdown wlan0
>> should bring it down in the short term
>
> That gave no perms errors, I tried to edit it w/o removeing the chattr +i
> attribute, fixed and +i restored.  Otherwise a reboot destroys my
> network setup by running something like network-mangler at bootup. My
> network here is totally static, host based, and network-destroyer has
> never learned to play nice with a static network.  If anyone ever starts
> a reward fund to permanently remove it, I've got a donation.  They have
> thanks to howls for scalps, removed its dependencies so it can be
> removed with the package manager, but some ID10T changed its name for
> arm for  starters, and didn't keep the patch that keeps if from nuking a
> static setup. I had to reconfigure it at every bootup until I discovered
> the chattr +i applied to interfaces, and resolv.conf.  Grrrrr.
>
> Anyway. I believe I've whupped up on this, at least until I know better.
>
> Thanks for the hints, all of you.
>
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page <http://geneslinuxbox.net:6309/gene>
>
>


-- 
Credit is the root of all evil.  - AB1JX


Reply to: