Unknown error 132

On 04/24/2010 12:16 PM, iksrazal wrote:
>
> Still stuck and need help. I pinned down the “unknown error 132” to
> this:
>
> /root>ifconfig wlan0 up
> SIOCSIFFLAGS: Unknown error 132
>
> I see the firmware getting loaded here:
>
> Apr 21 12:19:49 linux-trav kernel: 1357.642739] rt73usb 2-2:1.0:
> firmware: requesting rt73.bin
> Apr 21 12:19:49 linux-trav kernel: 1357.748082] input: rt73usb as
> /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/input/input10
> Apr 21 12:19:49 linux-trav kernel: 1357.820313] ADDRCONF(NETDEV_UP):
> wlan0: link is not ready
>
> This file exists:
>
> /lib/firmware/rt73.bin
>
> That seems to be the right firmware for my Micro Star wireless card.
>
> There is no file /etc/sysconfig/network/scripts/ifup-wireless . I tried
> letting knetworkmanager manage the network - that’s a strange UI. When I
> mouse over it its shows “unavailable” . I tried scanning and nothing was
> found.
>
> I’ve been reading and trying everything but getting nowhere. Please
> help.

If you want to use “ifup”, then you will NEED to create the file
/etc/sysconfig/network/ifcfg-wlan0 as it appears that your device is
called wlan0. Note: there is no file called ifcfg-wireless.

To create the file, you can either edit it yourself following the
details described by ‘man ifcfg’ as audmented by
/etc/sysconfig/network/ifcfg.template, or you can use YaST to fill in
all the necessary variables. Once you get the necessary file, you will
be able to ‘sudo ifup wlan0’ to get your device to come up.