From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from concerto.rednote.net ([66.92.170.139]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DYDUJ-0007Vf-00 for ; Tue, 17 May 2005 21:36:44 -0400 Received: from concerto.rednote.net (localhost.localdomain [127.0.0.1]) by concerto.rednote.net (8.13.1/8.13.1) with ESMTP id j4I1ahkK030372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 May 2005 21:36:43 -0400 Received: (from janina@localhost) by concerto.rednote.net (8.13.1/8.13.1/Submit) id j4I1ah3l030371 for speakup@braille.uwo.ca; Tue, 17 May 2005 21:36:43 -0400 Date: Tue, 17 May 2005 21:36:43 -0400 From: Janina Sajka To: "Speakup is a screen review system for Linux." Message-ID: <20050518013642.GG10786@rednote.net> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <001001c558f5$b918a8c0$250110ac@chihuahual1> <20050515032042.GA3350@luke-laptop.yelavich.home> <20050517001735.GB10786@rednote.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: Linux concerto.rednote.net 2.6.11-1.14_FC3spksmp Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html Subject: Re: kernel panic after booting with new kernel 2.6.11.9 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 01:36:44 -0000 Nick Gawronski writes: > Hi, I was recompiling a stock kernel because I was wanting to get the > latest version of speakup and alsa to see if my sound card was > supported. Speakup has nothing to do with your sound card. The alsa-drivers tar ball includes documentation on what cards are supported, so you can discover in advance whether any effort is promissing. And, if it is, you don't need a new kernel to get new alsa drivers. Simply build new alsa drivers and install, preferably with rpmbuild and a good alsa-driver.spec file, but the classic ./configure, make, make install will also do the trick. > I was wondering once I am on the rescue disk what should I > do to restore the kernel 2.6.10700 in grub.conf what editors are there? I don't follow. Do you simply need to edit grub.conf? Then do so with your favorite editor. It's a simple ascii file. If by "restore" you mean you want to go back to an old kernel, reinstall it with rpm. > I have named my new kernel vmlinuz could I just make a link between > those two files and remove the bad kernel? Sorry. I don't understand this sentence at all. Bad kernel? Link between what two files? > Also, When I am sure > everything is the way I want it if I do rpm -e kernel version I get > failed dependaces and kernel2.4 is needed for this package or another Kernel 2.4 is needed? How old is this installation? And how long since you've yum'd? You can be judicious in applying the --nodeps switch with rpm. For example, if rpm -e declines to remove some package because package X depends on it, but you know you're about to install another package that will support package X, you can just use --nodeps.