From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 20 Dec 2002 14:04:14 +0200 From: Alex Yustasov To: "sisyphus@altlinux.ru" Subject: Re: [sisyphus] =?koi8-r?B?8NLB18nE2M7PxSDO?= =?koi8-r?B?wdrB18HOycUg0cTSwQ==?= + softmodem Zyxel-PCI56 Message-ID: <20021220120414.GA11903@server.by> Mail-Followup-To: Alex Yustasov , "sisyphus@altlinux.ru" References: <20021219224923.4a3278d5.anman@maps.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021219224923.4a3278d5.anman@maps.spb.ru> Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: On Thu, Dec 19, 2002 at 10:49:23PM +0300, Andrej Mackiewicz wrote: > я так понимаю, что > идет неверное определение версии ядра. > однако .... > [anman@localhost pctel-0.9.6]$ uname -r > 2.4.19-alt0.8-up > [anman@localhost pctel-0.9.6]$ uname -a > Linux localhost.localdomain 2.4.19-alt0.8-up #1 Wed Oct 23 13:20:07 MSD > 2002 i686 unknown unknown GNU/Linux > > Как подсказать конфигуратору правильное назавание ядра Исправить в ./configure: вместо строчек KERNEL_VERSION="`grep UTS_RELEASE $KERNEL_INCLUDES/linux/version.h | cut -d\\\" -f2`" KERNEL_VERSION=`echo $KERNEL_VERSION | awk '{ print $1 }'` поставить KERNEL_VERSION="2.4.19" Или что-то в этом роде.