LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 04-24-2005, 03:13 AM   #1
i_s
Member
 
Registered: Feb 2005
Posts: 61

Rep: Reputation: 16
prismGT firmware for suse 9.3 --> use that for 9.2


Hi,

I have upgraded to suse 9.3 and everything went smooth. However, I have tried to find the firmware for prismGT wireless cards to get my WG511 working, but I couldn't find it. When I was using 9.2, the firmware was available using YOU. Once I installed the firmware, the card worked smooth.

The problem now is that the firmware is not available. So, I went to look for the updates for 9.2, under the folder /pub/suse/i386/update/9.2 and I was able to find the script installintersilfirmware.sh (which I think is the script needed). Downloaded the script, tried running it, but gave me an error, that it was unable to find CC-54g_v1017.zip. I googled for the file, and I found it right away (actually, if you check the other script /pub/suse/i386/update/9.2/patches/installintersilfirmware.sh-51699, you can get the link from which to download the file). Edited the script to point to the folder where the zip file is and ran the script, but I got an error saying

./installintersilfirmware.sh: line 1: -----BEGIN: command not found
./installintersilfirmware.sh: line 2: Hash:: command not found

which is understandable (looking at the script, you can see where it is coming from), I guess the script is supposed to work from YOU. When I remove the lines associated with these errors (first two and last 6 lines) and execute the script, and it works fine, I guess it only copies one file to /lib/firmware/ . The card works find after that. So for anyone who wants to get it working, its a simple process.

What I am not sure of is the following, what is the objective of the lines at the beginning/end of the script (first two and last 6 lines), and whether YOU does something with these lines.

Below is a copy of the script.

Thanks.

------------------------------------------------------------------------------------------
Code:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

#!/bin/sh
#
# install_intersil_firmware
#
# This script tries to install the firmware needed to run
# WLAN cards using Intersil's PrismGT chip.

die()
{
    popd
    test -d $TMPDIR
    rm -rf $TMPDIR
    exit 1
}

if [ "`id -u`" != "0" ]; then
 echo "error: You must be root to use this program!"
 exit 1
fi

test -z "$( type -p curl)" && { echo "'curl' is not installed, aborting"; exit 1; }
test -z "$( type -p unzip)" && { echo "'unzip' is not installed, aborting"; exit 1; }
test -d /lib/firmware || mkdir -p /lib/firmware

TMPDIR=$(mktemp -d /var/tmp/intersil.XXXXXX) || exit 1

pushd `pwd` >/dev/null
cd $TMPDIR

unzip /var/lib/YaST2/you/files/content/artem/artem000221/CC-54g_v1017.zip >/dev/null || die
mv ComCard\ 54g/Win2k/WLANDCB.arm /lib/firmware/isl3890 || die

popd >/dev/null
rm -rf $TMPDIR

exit 0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFBYVfkqE7a6JyACsoRApJtAJ9pZxlxboQ8c7q5POjOl2BKP4tc9QCg
hgFneP2AHTL/DRgNBdGnmyPHtxQ=
=m5eQ
-----END PGP SIGNATURE-----
----------------------------------------------------------------------------


Last edited by i_s; 04-24-2005 at 03:44 AM.
 
Old 04-24-2005, 09:26 AM   #2
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
Out of curiosity, why don't you just download the firmware from http://prism54.org/~mcgrof/firmware/1.0.4.3.arm, and save it as isl3890 in /lib/firmware?

I imagine SUSE have left out the script this time round because of some silly copyright issue.

L
 
Old 04-24-2005, 12:58 PM   #3
i_s
Member
 
Registered: Feb 2005
Posts: 61

Original Poster
Rep: Reputation: 16
Quote:
Originally posted by lacerto
Out of curiosity, why don't you just download the firmware from http://prism54.org/~mcgrof/firmware/1.0.4.3.arm, and save it as isl3890 in /lib/firmware?

I imagine SUSE have left out the script this time round because of some silly copyright issue.

L
I didn't know about this, so thanks, I guess that will also work.

i.s.
 
Old 04-26-2005, 06:48 AM   #4
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
Just ran an YOU update, and noticed a new script is now available

L
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Laserjet firmware update Krugger Linux - Hardware 0 10-12-2005 11:46 AM
Update drive firmware exodist Linux - Hardware 2 10-04-2005 08:26 AM
hwp54g-prismgt, Ra-link, B-com or acx100!? petesomerall Linux - Wireless Networking 6 06-27-2005 07:11 PM
messed up my ipod firmware..need new firmware.. casimir Linux - Hardware 2 09-13-2004 08:11 PM
Drivers For PrismGT based 802.11g cards.. joel112 Linux - Laptop and Netbook 0 09-16-2003 12:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 07:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration