apt-get update
apt-get dist-upgrade
reboot
then try again.
when i enter this command:
cp /boot/config-2.6.34 .config
i get this error:
cp: cannot stat '/boot/config-2.6.34': No such file or directory
I am using VMware worksation 7.1 and Backtrack 4
please help.
Thanks.
When i try to update the kernel and enter this command:
cp /boot/config-2.6.34 .config
i get this error:
cp: cannot stat '/boot/config-2.6.34': No such file or directory
vmware workstation 7.1, backtrack 4
please help,
thanks.
Last edited by Archangel-Amael; 07-17-2010 at 03:26 PM.
apt-get update
apt-get dist-upgrade
reboot
then try again.
The best information security training, period.
I understand that the file is missing, probably .config
I new to linux and to backtrack, so i asking for help.
i was doing this commands to upgrade the kernel:
apt-get update
apt-get dist-upgrade
apt-get install madwifi-drivers broadcom-sta r8187-drivers linux-source-2.6.34
apt-get clean
depmod -a
cd /usr/src/
rm -rf linux linux-source-2.6.30.9*
rm -rf /lib/modules/2.6.30.9/
tar jxpf linux-source-2.6.34.tar.bz2
ln -s linux-source-2.6.34 linux
cd linux
cp /boot/config-2.6.34 .config - here i got the error
ln -s /usr/src/linux /lib/modules/2.6.34/build
make scripts && make prepare
apt-get clean && updatedb
reboot # dont forget to reboot!
the reason i doing this upgrade is because i have read that this will solve the problem
with my wireless adapter bcm4312, vmware doesnt recognize it and backtrack too.
Last edited by StasNep; 07-17-2010 at 03:32 PM.
The step by step guide to Backtrack.
1. Open up your Internet Browser.
2. Go to google Home Page.
3. Type in exactly what you are looking for in search box provided.
4. Use your mouse to go were it says, search, click on it.
5. Read till your eyes bleed.
6. Rinse, wash, repeat.
Just manually go there and check for the file ... see if it's there.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
if got the same error. the folder /boot/config-2.6.34 is'nt in the root@backtrack:/usr/src/linux/
I find only under the directory /src/linux-source-2.6.34/arch/* "/boot" directories. Nowhere the file config-2.6.34
And, yes, I have tried a reboot.
I have the same problem but i try to update kernel 2.6.34.1
I use VMware 7 workstation without Internet acces and used sugestion mentioned above but.... no succes!
Edit:
I found this post and it helped me!!
Originally Posted by zarth, 07-22-2010 06:54 PM
Last edited by ManDragoR; 07-25-2010 at 02:08 PM. Reason: Found a solution
some one can upload the config file?