View Full Version : edimax WirelessLan drivers?
qwe010
2007-12-22, 09:36 AM CST
hello
i have fedora3
i want install drivers
but i don't see any drivers for linux in the CD When purchased the Edimax product
This image product
http://www.edimax.com/images/Image/productimage/wireless/217x205/EW-7728In217x205.jpg
please any help
leigh123@linux
2007-12-22, 09:52 AM CST
hello
i have fedora3
i want install drivers
but i don't see any drivers for linux in the CD When purchased the Edimax product
This image product
http://www.edimax.com/images/Image/productimage/wireless/217x205/EW-7728In217x205.jpg
please any help
Try F8 as wireless support for FC3 is crap ( FC3 is unsupported and it is obsolete )
tho.mei
2007-12-22, 09:58 AM CST
Hallo
usuali you do not need a CD-ROM for a Linux-Modul. (kmod) Normally you will find a rpm-package in the internet. I the easiest case you will get it from a yum-repository. Search in the Forum for help about yum.
If you could tell us a bit more abut you wlan-device, may somone will be able to help you. Or post the output of the command lspci.
qwe010
2007-12-23, 02:52 PM CST
Try F8 as wireless support for FC3 is crap ( FC3 is unsupported and it is obsolete )
i want that but the size :eek:
qwe010
2007-12-23, 02:53 PM CST
Hallo
usuali you do not need a CD-ROM for a Linux-Modul. (kmod) Normally you will find a rpm-package in the internet. I the easiest case you will get it from a yum-repository. Search in the Forum for help about yum.
can you Explain more please about that ?
Or post the output of the command lspci.
[root@localhost home]# lspci
bash: lspci: command not found
[root@localhost home]# /sbin/lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:05.0 Modem: PCTel Inc HSP56 MicroModem (rev 04)
00:06.0 Network controller: RaLink: Unknown device 0401
00:07.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
00:0f.0 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge
[KT600/K8T800 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II]
(rev 78)
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8
KM266/KL266]
[root@localhost home]#
:confused:
tho.mei
2007-12-23, 04:19 PM CST
Hallo qwe010
Normally you will find all drivers (in Linux drivers are called kernel-modules, short kmod) out of the box. But in fedora core 3 you will miss a lot of kmods of newer devices. I advise you to use Fedora 8. May it will work out of the box. Test it with the Fedroa-Live-CD. http://mirrors.fedoraproject.org/publiclist/Fedora/8/i386/
The lspci command shows all devices on the PCI-bus of your system. The following line is from the wireless card. 00:06.0 Network controller: RaLink: Unknown device 0401
But all I can understand, is that a chip of RaLink is on the card. But I cant find a ReLink-chip with the no "401" in the internet. :confused: Edimax does not explain the chip on it's product. http://www.edimax.nl/nl/produce_detail.php?pd_id=225&pl1_id=1&pl2_id=44
I've no Idea, which driver we should search. It would be helpful it you could look for the exact name/number of the chip. RaLink is usually well supported in Linux. :) http://www.ralinktech.com/ralink/Home/Support/Linux.html
With Fedora 8 you may don't need to care abut the chip. It is for sure the easier way.
If there is relay no kmod, you can use Ndiswrapper. It isn't a nice way to solve the problem, but it should work. Read for help: http://forums.fedoraforum.org/archive/index.php/t-29659.html
Mary x-mas
qwe010
2007-12-23, 10:54 PM CST
thanks tho.mei
i contact edimax support
--
Hi Qwe:
Please link the following web site fir EW-7728In Linux source code
http://www.ralink.com.tw/data/drivers/2007_0821_RT2860STA_WebUI.tgz
--
i download that
and i try by 2 way ( auto / manual )
but i see this error all time
[root@localhost nvram]# pwd
/home/ralink/WebUI/nvram
[root@localhost nvram]# make
gcc -DUSE_HOSTCC -DRT2860STA -DKerver_6 -Wall -g -c -o nvram_env.o
nvram_env.cnvram_env.c:39:27: mtd/mtd-user.h: No such file or directory
nvram_env.c: In function `flash_io':
nvram_env.c:690: error: `erase_info_t' undeclared (first use in this
function)
nvram_env.c:690: error: (Each undeclared identifier is reported only
once
nvram_env.c:690: error: for each function it appears in.)
nvram_env.c:690: error: syntax error before "erase"
nvram_env.c:732: error: `erase' undeclared (first use in this function)
make: *** [nvram_env.o] Error 1
[root@localhost nvram]#
what the problem please ?
tho.mei
2007-12-24, 04:14 AM CST
Hallo
OK finaly I can see, it is a RT2860-chip. This is the most important information. It is the same driver as RT2890.
It looks like, the kernel source are missing, or a simlink is not set.
Check if the kernel-devel package is installed.
yum list kernel-devel* Tray again.
May the make-file looks on the wrong place for the kernel-source. Ask on the this is the OpenSurce-page of ReLink.
see: http://rt2x00.serialmonkey.com/wiki/index.php?title=Main_Page
And the forum: http://rt2x00.serialmonkey.com/forum_button.gif
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.