<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — dhcpcd error when update to v0.4.3]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=903&amp;type=atom" />
	<updated>2023-10-06T14:22:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=903</id>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6591#p6591" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-06T14:22:05Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6591#p6591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6590#p6590" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-10-06T08:36:42Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6590#p6590</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6579#p6579" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-09-24T11:05:51Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6579#p6579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6578#p6578" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-24T09:28:52Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6578#p6578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6576#p6576" />
			<content type="html"><![CDATA[<p>So please try to manual startup that device, not through the service.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-09-23T09:14:06Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6576#p6576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6574#p6574" />
			<content type="html"><![CDATA[<p>Bus 003 Device 005: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n<br />TP-LINK TL-WN722N v1<br />USB ^</p>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-23T09:10:58Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6574#p6574</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6570#p6570" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-09-23T08:26:56Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6570#p6570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6568#p6568" />
			<content type="html"><![CDATA[<p>the same error when I try connect my atheros anthena to hyperiso</p>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-23T03:00:14Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6568#p6568</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6567#p6567" />
			<content type="html"><![CDATA[<p>^ then, I was installed hyperbola v0.4.2, then I run `pacman -Syyy`</p>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-23T02:46:19Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6567#p6567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6566#p6566" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-23T02:44:47Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6566#p6566</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6565#p6565" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-09-22T18:46:08Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6565#p6565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[dhcpcd error when update to v0.4.3]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6562#p6562" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[saravia]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=376</uri>
			</author>
			<updated>2023-09-22T18:16:30Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6562#p6562</id>
		</entry>
</feed>
