Sponsored Content
Operating Systems Solaris unrar doesn't seem to install properly Post 302400283 by adelsin on Tuesday 2nd of March 2010 10:22:31 PM
Old 03-02-2010
Did you download the package from sunfreeware.com?

Did you download it via Windows and then pftp it over?

Does pkgadd -d . work?
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 install doesn't display Network Connectivity prompt page

I have two Dell x86 machines on which I am attempting to install Solaris 10 from CD. I am not doing a Jumpstart install. This is my first experience in installing Solaris (or any other OS). I am following the instructions at How to Quickly Install the Solaris 10 1/06 OS The first machine... (3 Replies)
Discussion started by: sarahsi
3 Replies

2. HP-UX

pstat_getdisk() call doesn’t work properly in HPUX 11.31 (11i V3)

As per the man page, pstat_getdisk() call returns the number of instances, which could be 0 upon successful completion, otherwise a value of -1 is returned. Please have a look at this sample program -> #include <stdio.h> #include <sys/pstat.h> int main() { int j = 0, ret; struct... (2 Replies)
Discussion started by: sandiworld
2 Replies

3. Solaris

Solaris Network doesn't work properly

Hi to all! I want to learn step by step easily how to configure my Solaris for network. I know alot about Solaris Network configuration. But I have some problems. When I install Solaris, and I plug-in my network cable to Solaris. Then I run: ifconfig -a plumb then I do ifconfig bge0 dhcp... (7 Replies)
Discussion started by: SecureXCode
7 Replies

4. UNIX and Linux Applications

Gvim doesn't work properly

Hello All, I am using gvim ( redhat linux machine). backspace doesnot work properly. can some boby suggest a solution ? i have checked with older version. backspace works in it. Thanks Shiv (1 Reply)
Discussion started by: shiv.emf
1 Replies

5. Red Hat

How to properly install kernel in fedora 10?

Hello and thank you for looking into my question. Well my question is quite straight forward. I am trying to install the latest kernel ( from kernel.org under mainline directory ). But strange error messages are coming up. Can someone please guide me through steps how did you install kernel in... (2 Replies)
Discussion started by: lynxys
2 Replies

6. Shell Programming and Scripting

ftp script doesn't download jpg properly

ftp script doesn't download jpg properly The downloaded files have color splotches Here is the script: ftp -n me@institute.edu <<END_SCRIPT quote user name quote pass password prompt mget *.jpg quit END_SCRIPT exit 0 cd ../ (2 Replies)
Discussion started by: walforum
2 Replies

7. Shell Programming and Scripting

unrar files

Hi, I have two .rar files on unix server. but how to unrar these files ?? (6 Replies)
Discussion started by: milink
6 Replies

8. Red Hat

TAB button doesn't work properly

Hi, I have list of files under a directory as shown below. /home/root -rw-r--r-- 1 user 0 Aug 27 06:08 rough.txt -rw-r--r-- 1 user 0 Aug 27 06:08 test.sh Now when i use to read the rough.txt, i did cat r and then pressed TAB button. Below is the resulting string after pressing TAB... (2 Replies)
Discussion started by: vel4ever
2 Replies

9. UNIX for Dummies Questions & Answers

How to install unrar?

I need to extract a ,rar file and getting the below error while using unrar e filename.rar error: ksh: unrar: not found. I guess I need to install unrar. please let me know how to install unrar. my os is - SunOS e08k24 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-880 (1 Reply)
Discussion started by: lohithsunny
1 Replies

10. AIX

AIX 6.1 TL8 update : bos.aso doesn't install.

Hello. An update of TL from TL7 to TL8 is ending with errors : Requisite Failures ------------------ SELECTED FILESETS: The following is a list of filesets that you asked to install. They cannot be installed until all of their requisite filesets are also installed. See subsequent... (4 Replies)
Discussion started by: stephnane
4 Replies
BCMFW(8)						    BSD System Manager's Manual 						  BCMFW(8)

NAME
bcmfw -- firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices SYNOPSIS
bcmfw [-h] -f firmware_file_name -m mini-driver_file_name -n device_name DESCRIPTION
The bcmfw utility downloads the specified mini-driver and firmware files to the specified device. This utility will only work with Broadcom BCM2033 chip based Bluetooth USB devices. The identification is currently based on USB vendor ID/product ID pair. The vendor ID should be 0x0a5c (USB_VENDOR_BROADCOM) and the product ID should be 0x2033. Due to copyright issues I will no longer provide mini-driver and firmware files for the device. These files can be obtained from the Linux BlueZ bluez-firmware package. Visit http://www.bluez.org/download.html for details. I am using the following files from the bluez-firmware-1.0 package: MD5 (BCM2033-MD.hex) = 5580317158d07fc4ace90af04f8e1c73 MD5 (BCM2033-FW.bin) = b4e142b3272cfe5a84b32fda6b4b032f The options are as follows: -f firmware_file_name Specify firmware file name for download. -h Display usage message and exit. -m mini-driver_file_name Specify mini-driver file name for download. -n device_name Specify device name. FILES
BCM2033-MD.hex Mini-driver image. BCM2033-FW.bin Firmware image. /dev/ubtbcmfwN.EE Endpoint EE of device N. EXIT STATUS
The bcmfw utility exits 0 on success, and >0 if an error occurs. EXAMPLES
To download the firmware into the /dev/ubtbcmfw0 device: bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin SEE ALSO
ubtbcmfw(4), ugen(4) AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BUGS
Most likely. Please report if found. BSD
March 31, 2003 BSD
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy