Announcement

Collapse
No announcement yet.

restore kernel

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    restore kernel

    I somehow messed up with my kernel when I experimented on getting xen run. I did
    sudo dpkg-reconfigure linux-headers-2.6.22-14-generic
    I guess this was no good idea. So now I am running an earlier kernel.
    How do I recreate my original kernel?
    (the problem is that
    modprobe ath_pci
    does not work with my falsely configured kernel)

    #2
    Re: restore kernel

    I haven't messed with kernel's much, but I think you need to reconfigure the Linux image (linux-image-2.6.22-14-generic), not the headers. You may even want to reinstall it with
    Code:
    sudo aptitude reinstall linux-image-2.6.22-14-generic
    Asus G1S-X3:
    Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

    Comment

    Working...
    X