PDA

View Full Version : Problems with new linux images (386 and 686)


jkndrkn
May 23rd, 2005, 10:37 AM
It seems that a new version of the 386 and 686 linux images are available. I used synaptic to attempt to install them and ran into a problem. The 386 image seemed to install correctly. However, the 686 image failed to install. An error message was generated indicating that files relating to the ndiswrapper could not be installed.

I booted into the 386 kernel to find that ndiswrapper was failing to load properly and that my nvidia drivers were not working; I was forced into command line.

Can I assume that the nvidia drivers and ndiswrapper files will need to be reinstalled after the updating of the linux image files?

What other considerations should I make while upgrading the linux kernel image?

Thank you.

netrattler
May 23rd, 2005, 10:50 AM
For your 686 kernel it sounds like for some reason it didn't install the linux-restricted-modules. so all you need to do from your terminal is type

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-restricted-modules-686

and then everything should be working for your 686 kernel again.

Joe

pdk001
May 23rd, 2005, 12:49 PM
since i did to updating 686 kernel, i can't automatically booting with windows XP(i have to hit the"windows XP" in grub list to boot)

jobezone
May 23rd, 2005, 09:48 PM
since i did to updating 686 kernel, i can't automatically booting with windows XP(i have to hit the"windows XP" in grub list to boot)

You can edit the file /boot/grub/menu.lst
and change the default entry to boot. Right at the top, there should be
default <some number>

you must change that number, so, if for example winxp is the 4th entry in the grub list, it should be:

default 4

If this entry has a # before it, delete the # or else this option is not used.