Code:
tar jxvf compat-wireless-$(date -I).tar.bz2
tar: compat-wireless-2011-09-13.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
why do i get no such directory error I am trying to install compat-wireless is there an all in one tutorial on how to do this. Including the headers.
This is what i did.
Code:
prepare-kernel-sources
then this is what it did
Code:
[
*] apt-getting linux-source...
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-source is already the newest version.
The following packages were automatically installed and are no longer required:
libdmraid1.0.0.rc16 python-pyicu libdebian-installer4 cryptsetup
libecryptfs0 reiserfsprogs rdate bogl-bterm ecryptfs-utils libdebconfclient0
dmraid linux-source-2.6.38 keyutils
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded.[*] extracting sources, please wait[*] doing stuff...
cp: missing destination file operand after `/boot/'
Try `cp --help' for more information.
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
ln: creating symbolic link `/lib/modules/2.6.38/build/linux': File exists[*] tada!
then i did this and nothing happened
Code:
root@bt:~# cd /usr/src/linux
root@bt:/usr/src/linux# cp -rf include/generated/* include/linux
root@bt:/usr/src/linux#
then i downloaded the latest version of compat-wireless to my desktop and entered:
Code:
tar jxvf compat-wireless-$(date -I).tar.bz2
and this is what i was given
Code:
tar: compat-wireless-2011-09-13.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
If you could explain what to do for me that would be great if not could you refer a link to a good tutorial I can't seem to find exactly what I need. I know there has to be something but there are so many steps I would really like some really clear help with bullet points.