If your noob do what i did, get the ipwraw module for bactrack 2(search the forums), place it in the modules folder of your livecd/USB flash drive.
If you are putting it on a livecd drag the modules into the /bt/modules/ folder, extract the ISO to a location on your PC and use the .bat file located in the /bt folder.
You might need to edit the .bat file to look like the below code.
Code:@ECHO OFF REM ---------------------------------------------------- REM Batch file to create bootable ISO in Windows REM usage: make_iso.bat c:\new-slax.iso REM author: Tomas M. <hxxp://linux-live.0rg> REM ---------------------------------------------------- if "%1"=="" goto error1 cd .. set CDLABEL=SLAX bt\tools\WIN\mkisofs.exe @bt\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" . goto theend :error1 echo A parameter is required - target ISO file. echo Example: %0 c:\target.iso goto theend :error2 echo Can't recreate isolinux.bin, make sure your current directory is writable! goto theend :theend echo. echo New ISO should be created now. pause
Then you would open a command prompt and cd to the directory that the extracted iso is in, cd to the /bt folder and type "make_iso.bat c:\your-backtrack-folder-here\new.iso"
Obviously editing it with the right folder.
Hope i helped =/


so i came here for help i´ve downloaded this driver ipw 3945 (homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.0.0-10072007.tar.bz2) and i need to install it i extract it from the zip go inside and all i find is read files... so what i want to know is how do i install the drivers??
h i dont have Backtrack 2 installed in my Hard drive i just boot the cd if that changes anything...
