On Fri, May 23, 2014 at 01:01:48AM +0200, Dennis den Brok wrote:
> Hello misc@,
> 
> I recently got my hands on a ThinkPad X200s.  OpenBSD/i386 5.5 seems
> to work quite well on it, apart from wifi: whenever I try to configure
> a connection, the kernel says
> 
> "ath0: unable to reset hardware; hal status N"
> 
> for varying N; dmesg below.  Scanning for wireless networks does
> not (always) produce such a message, but does not work, either.
> 
> I made sure wifi is enabled, and successfully configured and used
> a wifi connection under Ubuntu 14.04.
> 
> I'd be thankful for clues or even patches to fix this.

Shot in the dark: Try reverting r1.53 of ar5212.c.

cd /usr/src/sys/dev/ic
cvs -R up -j 1.53 -j 1.52 ar5212.c

and recompile the kernel.

Reply via email to