View previous topic :: View next topic |
Author |
Message |
south n00b

Joined: 29 Sep 2004 Posts: 53 Location: Vienna
|
Posted: Thu Mar 30, 2006 2:52 pm Post subject: serious kernel problem |
|
|
hi,
ok, i think i did something stupid
i rm'ed /usr/src/linux and i can't replace the symlink pointing to my kernel and therefore can't configure my kernel
Code: | matframe src # ls -l
insgesamt 16
drwxr-xr-x 2 root root 4096 30. Mär 16:48 linux
drwxr-xr-x 19 root root 4096 30. Mär 16:29 linux-2.6.10-gentoo-r6
drwxr-xr-x 20 root root 4096 30. Mär 15:50 linux-2.6.15-gentoo-r1
drwxr-xr-x 19 root root 4096 29. Nov 2004 linux-2.6.8-gentoo-r3 |
i want the symlink to point at the 2.6.10-r6 to configure it for udev and afterwards to point at the newest
thaks _________________ gentoo-2.6.10-r6; x86; kde 3.4
athlon xp2000, nvidia
greetings from the south |
|
Back to top |
|
 |
ebichu Apprentice


Joined: 03 Jul 2002 Posts: 231 Location: Manchester, England
|
Posted: Thu Mar 30, 2006 3:05 pm Post subject: Re: serious kernel problem |
|
|
Your /usr/src/linux is a directory at the moment. You may want to keep it until you figure out whether you need it or not.
Code: |
# mv linux linux-keep
# ln -s linux-2.6.10-gentoo-r6 linux |
_________________ Ebichu wa chiizu ga daisuki dechu! |
|
Back to top |
|
 |
|