On Thu, Jun 11, 2020 at 10:14:34AM -0500, Tim Chase wrote:
> On booting 6.7 I see
> 
> -----------------------------
> athn0: no link........
> athn0: no link... got link
> athn0: no link... sleeping
> -----------------------------
> 
> which is not a surprise having seen the "no network" in the ifconfig
> output.
> 
> I'm not sure how to go about diagnosing what changed here.

One thing you could do is adding 'debug' to your hostname.athn0 file,
or running 'ifconfig athn0 debug', and then trying to connect.
This should make debug messages appear in dmesg and /var/log/messages,
which might contain clues.

Perhaps the problem has already been fixed in -current? To verify this you
could boot a -current bsd.rd kernel and check if the interface works with it
(choose 'shell' at the initial prompt, then configure the interface manually
with ifconfig, and run 'dhclient athn0').

Reply via email to