Author Topic: root terminal cannot open input file  (Read 903 times)

Offline Clawinus

  • Full Member
  • ***
  • Posts: 76
root terminal cannot open input file
« on: January 27, 2012, 08:03:22 AM »
My wireless Broadcom 4311 stopped working. I have reinstalled all BCM  and ndswrapper drivers.
no solution.
Now I am trying to extract the firmware with b43-fwcutter from the root terminal.
This is the result:

Example: b43-fwcutter -w /lib/firmware wl_apsta.o
         to extract the firmware blobs from wl_apsta.o and store
         the resulting firmware in /lib/firmware
[root@localhost helmut]# b43-fwcutter -w /lib/firmware wl_apsta.o
Cannot open input file wl_apsta.o

How can I open the file?

Offline pags

  • Hero Member
  • *****
  • Posts: 2519
  • Keep it clean.
Re: root terminal cannot open input file
« Reply #1 on: January 27, 2012, 08:13:44 AM »
Looking at the help from the tool:
Quote
[jpaglia@paglia-e6500 ~]$ b43-fwcutter --help
b43-fwcutter version 012

A tool to extract firmware for a Broadcom 43xx device
from a proprietary Broadcom 43xx device driver file.

Usage: b43-fwcutter [OPTION] [proprietary-driver-file]
  --unsupported         Allow working on extractable but unsupported drivers
  -l|--list             List supported driver versions
  -i|--identify         Only identify the driver file (don't extract)
  -w|--target-dir DIR   Extract and write firmware to DIR
  -v|--version          Print b43-fwcutter version
  -h|--help             Print this help

Example: b43-fwcutter -w /lib/firmware wl_apsta.o
         to extract the firmware blobs from wl_apsta.o and store
         the resulting firmware in /lib/firmware
[jpaglia@paglia-e6500 ~]$


Do you have the file wl_apsta.o?
If so, based on your syntax, it should be in your working (current) directory.  Is it?

Offline Clawinus

  • Full Member
  • ***
  • Posts: 76
Re: root terminal cannot open input file
« Reply #2 on: January 29, 2012, 07:40:39 AM »
A search with Dolphin everywhere returned:
no items found

Offline ElCuervo

  • Hero Member
  • *****
  • Posts: 4148
  • I'm walking on sunshine!
Re: root terminal cannot open input file
« Reply #3 on: January 29, 2012, 07:50:37 AM »
You could also try  cabextract to extract the driver. It always worked well for me back in the days when I needed it.
"If there were no change, there would be no butterflies" - Walt Disney

http://linuxcounter.net/cert/433721.png

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: root terminal cannot open input file
« Reply #4 on: January 29, 2012, 08:06:32 AM »
From the description of bcm43xx-fwcutter package:
Quote
Tool to extract firmware for Broadcom 43xx network cards
Fwcutter allows you to extract the firmware required for Broadcom 43xx chips
out of the .sys files commonly available with the card or on the internet.

Once extracted, place all .fw files into /lib/firmware.

 ;)

AS