Results 11 to 20 of 78
Ok I have the cutter legacy and b43 tgz and source files downloaded now what do i do from there. Ive tried un archiving them using the utility that comes ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-12-2010 #11Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
Ok I have the cutter legacy and b43 tgz and source files downloaded now what do i do from there. Ive tried un archiving them using the utility that comes on kde when i click the file its able to extract them but they dont run after that so what do I do?
- 01-12-2010 #12
You shouldn't need the legacy firmware.
Create a directory in your home folder to house these.
And put the tar.gz files in there.Code:mkdir ~/slackbuilds
Then extract the archives
Enter the b43-fwcutter directory you now have and then download the source tar ball to there.Code:tar xzvf b43-fwcutter.tar.gz tar xzvf b43-firmware.tar.gz
Switch to root, make the build script executable, and run the script.Code:cd ~/slackbuilds/b43-fwcutter wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-012.tar.bz2
This will create a package in /tmp. It'll be called something like b43-fwcutter-i486-1.tgz, but I don't know what the exact name will be. Install with installpkg (still as root)Code:su chmod +x b43-fwcutter.Slackbuild ./b43-fwcutter.Slackbuild
Replace with the correct package name of course.Code:installpkg /tmp/b43-fwcutter-blah-blah.tgz
Same thing for the firmware. As your user
Tab completion is your friend here. If you starting typingCode:cd ~/slackbuilds/b43-firwmare wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2 su chmod +x b43-firmware.Slackbuild ./b43-firmware.Slackbuild installpkg /tmp/b43-firmware-blah-blah.tgz
and then hit TAB, it will complete the path, assuming that is a unique filename, or if you hit TAB twice, list options that match, if there are other files beginning /tmp/b43-firmware. (Which there shouldn't be in this case.)Code:installpkg /tmp/b43-firmware
- 01-12-2010 #13Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
I am unable to use that method because the computer doesnt have net access in order to do a wget for the source
- 01-12-2010 #14
You can download the source packages to a usb stick and transfer them over to your build directory.
- 01-12-2010 #15Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
I downloaded the source and the tgz files on another pc and copied them to the linux pc. I just need to know how to manually do it instead of through the net with wget
- 01-12-2010 #16Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
ok i copied them under the cutter and b43 directories now do i extract them in there or does the program do the extraction itself
- 01-12-2010 #17
I believe the slackbuild script should take care of the rest. I don't use Slackware, though.
Continue with my instructions after the wget part and post if you run into trouble.
- 01-12-2010 #18Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
when I got to this part is said there is no such file or directory
su
chmod +x b43-fwcutter.Slackbuild
./b43-fwcutter.Slackbuild
- 01-12-2010 #19
You aren't in the correct directory then.
Make sure you cd into wherever you extracted the slackbuild tar.gz files. If you took my suggestion, that should be
Code:cd ~/slackbuilds/b43-fwcutter
- 01-12-2010 #20Just Joined!
- Join Date
- Jan 2010
- Posts
- 96
driver
no im sitting in that exact directory right now but it keeps saying the same thing that there is no such file or directory


Reply With Quote
