Advertisement
Guest User

Untitled

a guest
Apr 4th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. sampleit@sampleit:~$ sudofile:///home/sampleit/b43-fwcutter_015-14.debian.tar.gz -w file:///home/sampleit/firmware-b43-lpphy-installer_015-9_all.deb
  2. bash: sudofile:///home/sampleit/b43-fwcutter_015-14.debian.tar.gz: No such file or directory
  3. sampleit@sampleit:~$ ^C
  4. sampleit@sampleit:~$ sudo dpkg -i b43-fwcutter
  5. [sudo] password for sampleit:
  6. dpkg: error processing b43-fwcutter (--install):
  7. cannot access archive: No such file or directory
  8. Errors were encountered while processing:
  9. b43-fwcutter
  10. sampleit@sampleit:~$ sudo dpkg -i b43-fwcutter_015-14.debian.tar.gz
  11. dpkg-deb: error: `b43-fwcutter_015-14.debian.tar.gz' is not a debian format archive
  12. dpkg: error processing b43-fwcutter_015-14.debian.tar.gz (--install):
  13. subprocess dpkg-deb --control returned error exit status 2
  14. Errors were encountered while processing:
  15. b43-fwcutter_015-14.debian.tar.gz
  16. sampleit@sampleit:~$ sudo dpkg -i b43-fwcutter_015-14_i386.deb
  17. (Reading database ... 151208 files and directories currently installed.)
  18. Preparing to replace b43-fwcutter 1:015-14 (using b43-fwcutter_015-14_i386.deb) ...
  19. Unpacking replacement b43-fwcutter ...
  20. Setting up b43-fwcutter (1:015-14) ...
  21. Processing triggers for man-db ...
  22. debconf: unable to initialize frontend: Dialog
  23. debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
  24. debconf: falling back to frontend: Readline
  25. sampleit@sampleit:~$ sudo dpkg -i b43-fwcutter_015-14_i386.deb
  26. (Reading database ... 151208 files and directories currently installed.)
  27. Preparing to replace b43-fwcutter 1:015-14 (using b43-fwcutter_015-14_i386.deb) ...
  28. Unpacking replacement b43-fwcutter ...
  29. Setting up b43-fwcutter (1:015-14) ...
  30. Processing triggers for man-db ...
  31. sampleit@sampleit:~$ sudo b43-fwcutter -w file:///home/sampleit/firmware-b43-lpphy-installer_015-9_all.deb
  32. b43-fwcutter version 015
  33.  
  34. A tool to extract firmware for a Broadcom 43xx device
  35. from a proprietary Broadcom 43xx device driver file.
  36.  
  37. Usage: b43-fwcutter [OPTION] [proprietary-driver-file]
  38. --unsupported Allow working on extractable but unsupported drivers
  39. -l|--list List supported driver versions
  40. -i|--identify Only identify the driver file (don't extract)
  41. -w|--target-dir DIR Extract and write firmware to DIR
  42. -v|--version Print b43-fwcutter version
  43. -h|--help Print this help
  44.  
  45. Example: b43-fwcutter -w /lib/firmware wl_apsta.o
  46. to extract the firmware blobs from wl_apsta.o and store
  47. the resulting firmware in /lib/firmware
  48. sampleit@sampleit:~$ sudo b43-fwcutter -w /lib/firmware-b43-lpphy-installer_015-9_all.deb
  49. b43-fwcutter version 015
  50.  
  51. A tool to extract firmware for a Broadcom 43xx device
  52. from a proprietary Broadcom 43xx device driver file.
  53.  
  54. Usage: b43-fwcutter [OPTION] [proprietary-driver-file]
  55. --unsupported Allow working on extractable but unsupported drivers
  56. -l|--list List supported driver versions
  57. -i|--identify Only identify the driver file (don't extract)
  58. -w|--target-dir DIR Extract and write firmware to DIR
  59. -v|--version Print b43-fwcutter version
  60. -h|--help Print this help
  61.  
  62. Example: b43-fwcutter -w /lib/firmware wl_apsta.o
  63. to extract the firmware blobs from wl_apsta.o and store
  64. the resulting firmware in /lib/firmware
  65. sampleit@sampleit:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement