Handbook Talk:AMD64/Installation/Networking/Archive

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
The following sections are completed discussions previously found on the Handbook Talk:AMD64/Installation/Networking page. They have been moved here for archival purposes.
  Note to editors
When moving discussions here, try to keep these discussions in chronological order. The date of a discussion's creation can usually be found in the first signature.

Wireless drivers

Talk status
This discussion is done as of Oct 3 2016.

The networking guide is outdated in the "Preparing for wireless access" section. Setup for Wireless networks using WPA or WPA2 protocol could be introduced here for convenience. Networking is often necessary during setup, and having this step integrated to the guide would be helpful for many, since WPA and WPA2 are becoming more commonly used protocols in WiFi routers.

For example, basic usage of wpa_supplicant and wpa_passphrase could be introduced in spirit of Sakaki's excellent guide here --Laurenzo (talk) 19:45, 19 September 2015 (UTC)

Is there a useful number of wifi drivers, firmware and wpa_supplicant on the minimal CD?
My advice on the forums is still that if you need WiFi to install, start off with SystemRescueCD.
Then add wifi later. The root of the problem being that the minimal ISO is too minimal.
Has that changed?
NeddySeagoon (talk) 21:16, 20 September 2015 (UTC)
No, I don't think the discussion here has changed at all. Wifi support is hard because a lot of the drivers require binary blobs (usually included in sys-kernel/linux-firmware package). When using systemd (which is becoming more common these days, even on Gentoo) these binary firmware files need to be built into the kernel (a safety feature prevents firmware blobs from being loaded after boot). Our current installation media does not support any build-in firmware at this time and I do not believe we will ever do so. Doing so even (for the free blobs) would make our kernel huge. It would not be worth the extra effort.
Looking at this practically this is more of a RelEng issue than a handbook issue. Our installation media needs to support the chipsets/firmware in the first place to even make adding wiki instructions possible. Take it up on Bugzilla with RelEng if you'd like to persist, but I doubt there's much anyone can do.
Marking this discussion is done because it's not very possible to do this well due to the nature of most wifi chipsets and the extra manpower involved. Not to mention RelEng's necessary involvement before steps could even be described. --Maffblaster (talk) 21:06, 3 October 2016 (UTC)

Contradictory device naming in "Preparing for wireless access": eth0

Talk status
This discussion is done as of May 15, 2017.

Currently the example wireless device name in the "Preparing for wireless access" section is eth0, which is unlikely to ever happen. We should use wlan0 or an example from the predictable naming w1NsNpN scheme, where N will be some integer. I know it was some kind of copy-paste error, but seemingly I do not have the right to edit this page. — The preceding unsigned comment was added by Attila (talkcontribs) 22:32, October 14, 2016‎

Fixed. It was likely a copy/paste error; I used wlp9s0 as the example name for the references. I still see wlan0 used in another place, which is okay by me, because some in the Gentoo community disable predictable interface naming. You did the correct thing to open a discussion on this page. We don't have the Handbook open to non-devs because there's too much risk. Thank you! --Maffblaster (talk) 21:56, 15 May 2017 (UTC)

Updating deprecated "Preparing for wireless access" instructions

Talk status
This discussion is done as of May 15, 2017.

The iwconfig commands on this page are deprecated.

I propose changing them to the equivalent iw commands. Perhaps also combining with the previous comment.

Info about a wireless device - iwconfig eth0 -> iw dev eth0 info

Open (i.e. no password) network connection - iwconfig eth0 essid GentooNode -> iw dev eth0 connect -w GentooNode

WEP connection with hex key - iw dev eth0 connect -w GentooNode key 0:d:1234123412341234abcd

WEP connection with string key - iw dev eth0 connect -w GentooNode key 0:some-password — The preceding unsigned comment was added by Grknight (talkcontribs) 10:35, March 6, 2017‎

Go ahead and change them. You're a developer, so YOU do it! --Maffblaster (talk) 21:58, 15 May 2017 (UTC)

Persistently and Globally setting proxy variables

Talk status
This discussion is done as of August 23, 2018.

Hi Handbook team, Under the section about setting a proxy there is only documentation on how to export the proxy variable for that specific bash session. What if a user wants to set a proxy globally and have it persist? Thank you for considering my suggestion. --Tom (talk) 01:47, 29 April 2018 (UTC)

Hi, Tom . The suggestion for proxies here is to help our users get through the Gentoo installation. Post-installation proxy settings will depend on the network configuration software, which is semi-dependent on the init system and kernel settings (DHCPD, DHCP client, systemd-networkd, GNOME, Plasma, XFCE, NetworkManager, etc., etc.). Most network configuration software is outside of the scope of Handbook. I will follow up by adding a line that these settings could be added to /etc/profile in the chroot in order to make them persist.
You are welcome to add them to the respective articles. Kind regards, --Maffblaster (talk) 23:55, 23 August 2018 (UTC)