Excellent guide, I followed this and it worked perfectly. Thanks.
When trying to run the configure tool. Il try again later and report the exact message.
Excellent guide, I followed this and it worked perfectly. Thanks.
Tested! Working Perfectly!
Great Tutorial!
(btw isn't this a tutorial?)
01010111101001011101010101000010101010101
10010100011010010010101010111010010111100
----------------
Back|Track * Beginner :o
Looks great and all... But aren't you limited to using USB WiFi cards if you
were doing wifi pentesting?
right, there's more in BackTrackYes, there are many more tools that do not require wifi in BackTrack.and yes you are 'limited' to usb wifi cards. for me, this works almost fine. i'm only missing the injection feature with my zd1211rw ZyXEL usb-stick (hxxp://forums.remote-exploit.org/showthread.php?t=10241&page=2).
is it working with inbuild Extreme card? I have Macbook c2d with atheros 0x168c:087 card and after instalation of VMware Tools iwconfig shows nothing ... no wireles extenstion.
tryed modprobe ath_pci, bud still nothing .. it shows after dmesg ath_pci tained kernel. im stuck..
does it working on your inbuild card with VMware and BT3?
nope, you need an usb-dongle for wlan stuff.
Hi Guys,
Thanks for the tutorial, it worked great for me included installing VMWare tools. There were a few issues I hit, and I thought I might as well share them and how I found a solution.
I'm using VMWare Fusion 1.1.1 on a Macbook.
fdisk runs a check on every reboot. - I fixed this by rather than creating ext2 partitions, I changed this to ext3. No more fdisk.
Vmware tools installed fine, I think the only dir change needed was for the init.d scripts. The only thing that doesn't work is the vmhgfs drivers which allows you to share files. I fixed this by;
1. Extract the VMWare tools tar.gz
2. cd ~/vmware-tools-distrib
3. untar lib/modules/source/vmhgfs.tar
4. edit vmhgfs-only/compact_slab.h
5. Change the following lines
if LINUX_VERSION_CODE <KERNEL_VERSION(2, 6, 22) ||defined(VMW_KMEMCR_HAS_DTOR)
with
if LINUX_VERSION_CODE <=KERNEL_VERSION(2, 6, 22) ||defined(VMW_KMEMCR_HAS_DTOR)
6. re-tar vmhgfs-only as vmhgfs.tar and replace the original in /lib/modules/source/vmhgfs.tar
7. run sudo vmware-config-tools.pl
Hope that helps
Craig