firmware
Justin Conover
justin-conover at kc.rr.com
Wed Sep 22 04:20:13 UTC 2004
On Wed, 2004-09-22 at 02:43 +0100, barry wrote:
> Where do I put the prism54 firmware for my netgear wifi card? Can I use
> wget to install it from that directory?
>
> Barry
>
>
cd /usr/lib/hotplug/firmware/
sudo wget http://prism54.org/~mcgrof/firmware/1.0.4.3.arm
sudo mv 1.0.4.3.arm isl3890
sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
wireless_mode managed|ad-hoc
wireless_essid ESSID
wireless_ap auto
wireless_keymode open|restriced
wireless_key1 WEPKEY
wireless_defaultkey 1
For wireless_mode, choose managed or ad-hoc depending on your network .
Replace ESSID with your ESSID. For wireless_keymode, choose open or
restriced depending on how your AP is configured. Replace WEPKEY with
your wep key.
I would also install:
sudo apt-get install ifupdown
sudo apt-get install waproamd
More information about the ubuntu-users
mailing list