From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Nicolas_de_Peslo=FCan?= Date: Mon, 29 Aug 2011 23:42:39 +0200 Subject: BCM4321 support In-Reply-To: <4E5BC004.8060608@lwfinger.net> References: <4E5AB689.4010000@lwfinger.net> <4E5BC004.8060608@lwfinger.net> Message-ID: <4E5C07CF.4050609@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: b43-dev@lists.infradead.org Le 29/08/2011 18:36, Larry Finger a ?crit : > If your distro is Debian-based, those simple commands may not work, but someone on the list will > tell us how the do it. I don't think that long process of building a ".deb" file is needed. The clean way is make deb-pkg from the root of the kernel tree. It will build whatever need to be build (normal build), then build several .deb files you can install using dpkg -i. The normal build takes "normal build time", but building the .deb files takes several minutes. I don't consider this a problem, but... The fastest way is to simply make, then copy the changed modules into /lib/modules/..., but from a debian point of view, it is very dirty. HTH. Nicolas.