<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — dhcpcd error when update to v0.4.3]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=903</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=903&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in dhcpcd error when update to v0.4.3.]]></description>
		<lastBuildDate>Fri, 06 Oct 2023 14:22:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6591#p6591</link>
			<description><![CDATA[<p>Thanks, closing this thread. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Please open another one if problems are there.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Fri, 06 Oct 2023 14:22:05 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6591#p6591</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6590#p6590</link>
			<description><![CDATA[<p>[solve]</p><p>I was find my error, it was from my router, hyperiso is okey, excuse me for delay, thank you so much</p>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Fri, 06 Oct 2023 08:36:42 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6590#p6590</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6579#p6579</link>
			<description><![CDATA[<p>From the logs provided there is an error-message to be seen, which results local and needs to be resolved:</p><div class="codebox"><pre><code># ctrl_iface exists and seems to be in use - cannot override it
# Delete &#039;/var/run/wpa_supplicant/wlp0s20f0u1u3&#039; manually if it is not used anymore
# Failed to initialize control interface &#039;/var/run/wpa_supplicant&#039;.
# You may have another wpa_supplicant process already running or the file was
# left by an unclean termination of wpa_supplicant in which case you will need
# to manually remove this file before starting wpa_supplicant again.</code></pre></div><p>There are no further problems otherwise to be seen resulting from packages, kernel or drivers.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sun, 24 Sep 2023 11:05:51 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6579#p6579</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6578#p6578</link>
			<description><![CDATA[<p>Excuse me I try will be better for my report but basically I run the next, do you need more information, only tell me, grettings</p><div class="codebox"><pre><code># I run this commands

echo &#039;$ iw dev&#039;

iw dev

echo &#039;$ ip link set wlp0s20f0u1u3 up&#039;

ip link set wlp0s20f0u1u3 up

echo &#039;$ wpa_supplicant -B -i wlp0s20f0u1u3 -c /mnt/user/.emacs.d/p/ln/sudo/wpa_supplicant.conf&#039;

wpa_supplicant -B -i wlp0s20f0u1u3 -c /mnt/user/.emacs.d/p/ln/sudo/wpa_supplicant.conf

echo &#039;$ dhcpcd wlp0s20f0u1u3&#039;

dhcpcd wlp0s20f0u1u3

# /some/wpa_supplicant.conf
# ctrl_interface=/var/run/wpa_supplicant
# ctrl_interface_group=wheel
# update_config=1

# network={
#     ssid=&quot;somehiddennetwork&quot;
#     scan_ssid=1
#     psk=&quot;somepassword&quot;
# }

# LOGS:
# $ iw dev
# phy#0
#     Interface wlp0s20f0u1u3
#         ifindex 2
#         wdev 0x1
#         addr 18:a6:f7:11:76:4b
#         type managed
#         txpower 20.00 dBm
# $ ip link set wlp0s20f0u1u3 up
# $ wpa_supplicant -B -i wlp0s20f0u1u3 -c /mnt/user/.emacs.d/p/ln/sudo/wpa_supplicant.conf
# Successfully initialized wpa_supplicant
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# nl80211: kernel reports: Match already configured
# ctrl_iface exists and seems to be in use - cannot override it
# Delete &#039;/var/run/wpa_supplicant/wlp0s20f0u1u3&#039; manually if it is not used anymore
# Failed to initialize control interface &#039;/var/run/wpa_supplicant&#039;.
# You may have another wpa_supplicant process already running or the file was
# left by an unclean termination of wpa_supplicant in which case you will need
# to manually remove this file before starting wpa_supplicant again.

# nl80211: deinit ifname=wlp0s20f0u1u3 disabled_11b_rates=0
# $ dhcpcd wlp0s20f0u1u3
# sending commands to master dhcpcd process
# $ ping gnu.org
# ping: gnu.org: Temporary failure in name resolution</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Sun, 24 Sep 2023 09:28:52 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6578#p6578</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6576#p6576</link>
			<description><![CDATA[<p>So please try to manual startup that device, not through the service.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 23 Sep 2023 09:14:06 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6576#p6576</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6574#p6574</link>
			<description><![CDATA[<p>Bus 003 Device 005: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n<br />TP-LINK TL-WN722N v1<br />USB ^</p>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Sat, 23 Sep 2023 09:10:58 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6574#p6574</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6570#p6570</link>
			<description><![CDATA[<p>The packages is one thing, but you have not provided any more information. So I ask again: What kind of USB-adapter with what kind of chipset? Please specify the hardware itself. Not every Atheros-chip is working. Besides you need to provide more information on your own and debug manual the services.</p><p>So in the end: Configurations and logs are needed. Not only the installed package-names!</p><p>And the next important question also: Was this antenna working on Hyperbola 0.4.x before? There were no changes on drivers and / or kernel.</p><p>So possible ideas:</p><p>- Is the USB-device recognized correct? Try with <strong>lsusb</strong>, list the output also for people here to attend and help.<br />- Can you activate the device and use it manual? Please refer therefore to the installation-guide (part &quot;Wireless&quot;).</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 23 Sep 2023 08:26:56 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6570#p6570</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6568#p6568</link>
			<description><![CDATA[<p>the same error when I try connect my atheros anthena to hyperiso</p>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Sat, 23 Sep 2023 03:00:14 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6568#p6568</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6567#p6567</link>
			<description><![CDATA[<p>^ then, I was installed hyperbola v0.4.2, then I run `pacman -Syyy`</p>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Sat, 23 Sep 2023 02:46:19 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6567#p6567</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6566#p6566</link>
			<description><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>Which kind of USB-adapter with what kind chipset? Update from which version towards 0.4.3? Please also take into perspective to debug your current installation further, including to start the network-stack with all commands step by step to get a deeper perspective into the issue.</p></blockquote></div><p>I was install dhcpcd, wpa_supplicant and my usb anthena with firmware ath9k-htc-firmware</p>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Sat, 23 Sep 2023 02:44:47 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6566#p6566</guid>
		</item>
		<item>
			<title><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6565#p6565</link>
			<description><![CDATA[<p>Which kind of USB-adapter with what kind chipset? Update from which version towards 0.4.3? Please also take into perspective to debug your current installation further, including to start the network-stack with all commands step by step to get a deeper perspective into the issue.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Fri, 22 Sep 2023 18:46:08 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6565#p6565</guid>
		</item>
		<item>
			<title><![CDATA[dhcpcd error when update to v0.4.3]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=6562#p6562</link>
			<description><![CDATA[<p>Hi colleges, I get this messagen after update to v0.4.3 when I try connect to my athk wifi usb</p><div class="codebox"><pre><code>$ doas service dhcpcd start -v
 * Executing: /usr/libexec/rc/sh/openrc-run.sh /usr/libexec/rc/sh/openrc-run.sh /etc/init.d/dhcpcd start
 * Starting DHCP Client Daemon ...
 * start-stop-daemon: fopen `/var/run/dhcpcd.pid&#039;: No such file or directory
 * Detaching to start `/sbin/dhcpcd&#039; ...
wlp0s20f0u1u3: starting wpa_supplicant  </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (saravia)]]></author>
			<pubDate>Fri, 22 Sep 2023 18:16:30 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=6562#p6562</guid>
		</item>
	</channel>
</rss>
