Date: Sat, 18 Oct 2014 03:04:39 +0200 From: Polytropon <freebsd@edvax.de> To: =?UTF-8?B?0JHQvtGA0LjRgQ==?= <borius@i.ua> Cc: freebsd-questions@freebsd.org Subject: Re: How build iwn driver from head in 10.RC-2 Message-ID: <20141018030439.743dbbda.freebsd@edvax.de> In-Reply-To: <5440C6B1.6060005@i.ua> References: <5440C6B1.6060005@i.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 17 Oct 2014 10:35:13 +0300, Борис wrote: > Hello, sorry for me english, my wifi intel centrino-2230 doesn't work in > freebsd 10.RC-2, but work in freebsd-head. > My question: what i need from freebsd-head to make work my card and how > compil it. Without having tested it: You should obtain the full source tree and then change to the /usr/src/sys/modules/iwn directory. From there, you should be able to run "make" and "make install". In worst case. build the full kernel (run "make buildkernel" from /usr/src) and copy the module from the restulting /usr/obj tree to the proper locatin within /boot. I am not sure in how far iwnfw (firmwares) are involved here, so see "man iwn" and "man iwnfw" for details. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141018030439.743dbbda.freebsd>