Wireless card in Fedora 3
I have an Aztech (www.aztech.com) WL500PC wireless networkcard (802.11b).
here is the info given by the customer service about the chips used
Code:
Below is the chipset information for the WL500PC:
Agere Systems Hermes2 WL60010 WLAN MAC
Agere Systems Theseus N4080 WLAN ISM Baseband Processor
Agere Systems Ruby W4050 ISM Band Transciever
256KB EEPROM
I've found a driver that might work for it from
( post #4)
This is what i get from the customer service regarding chipsets on this wireless card. Can someone please tell me which drive i should use?
code:
Below is the chipset information for the WL500PC:
Agere Systems Hermes2 WL60010 WLAN MAC
Agere Systems Theseus N4080 WLAN ISM Baseband Processor
Agere Systems Ruby W4050 ISM Band Transciever
256KB EEPROM
i found a driver, not sure if is ok, is by agere systems, www.agere.com/mobility/docs/...722_abg.tar.gz, and i know it is ok for Hermes2 WL60010, so i try to install it, but it says
Code:
In file included from /lib/modules/2.6.9-1.681_FC3/build/include/linux/module.h:23,
from ../include/static/linux/module.h:6,
from ../include/pcmcia/k_compat.h:61,
from ../include/wireless/wl_version.h:162,
from ../include/hcf/hcfcfg.h:797,
from ../hcf/fw_h2.c:28:
/lib/modules/2.6.9-1.681_FC3/build/include/asm/module.h:59:2: #error unknown processor family
../hcf/fw_h2.c: At top level:
../hcf/fw_h2.c:4468: warning: missing braces around initializer
../hcf/fw_h2.c:4468: warning: (near initialization for `fw_image_infocompat[3].var_rec[0]')
make[1]: *** [wlags49_h2_cs.o] Error 1
make[1]: Leaving directory `/home/kelvin/pcmcia-cs/wireless'
make: *** [wlags49_h2_cs] Error 2
what is the likely problem there?
I am using an AMD Athlon Mobile processor 2600+ (laptop).
I was told to try ndiswrapper, and i did but the instructions says to use lspci to find out some numbers about the card which i can't seems to do it as i can't find out any info about the card or what to do to get those info.
Code:
You need to download Windows XP driver for your card.
The list of known to work drivers is available at the Wiki entry List.
To identify the driver that you need, first identify the card you have with
"lspci" and note the first column (such as 0000:00:0c.0) and then
find out the PCI ID of the card that with "lspci -n" corresponding
to the first column of "lspci" output. The PCI ID is third column
(or fourth in some distributions) and of the form "104c:8400".
Now you need to get the Windows driver for this chipset.
In the list of drivers, find out an entry for the same PCI ID and download
the driver corresponding to it. Unpack the Windows driver with
unzip/cabextract/unshield tools and find out the INF file (i.e., file with .INF
or .inf extension) and SYS file (i.e., file with .SYS or .sys extension). If there
are multiple INF/SYS files, you may look in the List if there are any hints
about which of them should be used. Make sure the INF file, SYS file and
any BIN files (for example, TI drivers use BIN firmware files) are all in one
directory. Now use "ndiswrapper" tool to install the driver with
ndiswrapper -i filename.inf
hope someone can help out here.
thanks
Kel
thanks
Kel