LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 05-04-2008, 03:49 AM   #1
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Rep: Reputation: 31
Cool How to install D-Link DWl G 520 (wireless lan) in fc7


Hi frendz.
I install FC7 in my pc its can't recognize my wireless card (Dlink- dwl g 520).

Now I want to install and configured.
I tried with google and other forums and try with there solution

But failure.

can u help me to install this card.
or any useful link to download driver.

note: i m using default kernel with fc7

kernel version.
Quote:
[root@Server1 ~]# uname -a
Linux Server1 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686 i686 i386 GNU/Linux


plz help


Thanks

............In advanced
 
Old 05-04-2008, 03:59 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
What does lspci show for the device? What exactly have you tried?
 
Old 05-04-2008, 07:34 AM   #3
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
Thumbs down

below is my lspci result.

Quote:
#lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:01.0 PCI bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
02:03.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
02:05.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
02:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
I tried with madwifi-0.9.4.12,
ndiswrapper-1.1,
but failure

any more sugesstion plz.
 
Old 05-04-2008, 08:04 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You need to explain exactly what you mean by "failure". You haven't given enough information for anyone to be able to help you. What specifically went wrong when you tried MadWifi?
 
Old 05-04-2008, 08:29 AM   #5
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
Cool

when i run make the following error appered.
Quote:
# make
mkdir -p ./symbols
for i in ./ath_hal ath_rate/onoe ./net80211 ./ath; do \
(cd $i; make) || exit 1; \
done
make[1]: Entering directory `/root/Desktop/madwifi-0.9.4.12/ath_hal'
uudecode ./../hal/linux/i386-elf.hal.o.uu
make[1]: uudecode: Command not found
make[1]: *** [hal.o] Error 127
make[1]: Leaving directory `/root/Desktop/madwifi-0.9.4.12/ath_hal'
make: *** [all] Error 1

what sohould I do.

Last edited by megerdin; 05-04-2008 at 08:31 AM.
 
Old 05-04-2008, 08:34 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Looks like you need to install GNU Sharutils. I imagine Fedora has a package for it.
 
Old 05-04-2008, 09:11 AM   #7
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
thanx
I m trying........
 
Old 05-04-2008, 09:51 AM   #8
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
i install sharutils-4.6.3-1.fc7.i386


Now following error appered whne run make for madwifi..

Quote:

#make
mkdir -p ./symbols
for i in ./ath_hal ath_rate/onoe ./net80211 ./ath; do \
(cd $i; make) || exit 1; \
done
make[1]: Entering directory `/root/Desktop/wireless/server1/madwifi-0.9.4.12/ath_hal'
make -C /lib/modules/2.6.21-1.3194.fc7/build SUBDIRS=/root/Desktop/wireless/server1/madwifi-0.9.4.12/ath_hal MODVERDIR=/root/Desktop/wireless/server1/madwifi-0.9.4.12/ath_hal/../symbols modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.21-1.3194.fc7/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/Desktop/wireless/server1/madwifi-0.9.4.12/ath_hal'
make: *** [all] Error 1
 
Old 05-04-2008, 10:06 AM   #9
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
If I remember rightly, this is because you need to have the source for your current kernel installed.
 
Old 05-05-2008, 06:11 AM   #10
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
so what should I do.
If I upgrade my kernel from any rpm package is it work for me?
Or need to compile a new kernel from source?
 
Old 05-05-2008, 06:26 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You shouldn't need to upgrade your kernel or recompile it. You need to install the kernel source RPM for the version of the kernel you're running. You should really have checked the software requirements to see what you need: http://madwifi.org/wiki/Requirements.

Last edited by Nylex; 05-05-2008 at 06:35 AM.
 
Old 05-05-2008, 10:49 AM   #12
megerdin
Member
 
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181

Original Poster
Rep: Reputation: 31
Thanks Nylex....

My problem solved.
Actually it was very difficult to resolved dependencies when i tri to build madwifi from source.

later I install another LAN card (not wireless) and configured it for using Internet.

I just run the following command ....
http://madwifi.org/wiki/UserDocs/Distro/RedHat
Quote:
yum install madwifi madwifi-kmdl-2.6.21-1.3194.fc7
Its resolved dependencies and also upgrade my current kernel to latest.
just Reboot

And all are done.

I use GUI wireless tools to make my wireless card work (configuring).

Before Running YUM I Install Livna repository
for yum to work.

Thanks Nylex Again
 
Old 05-05-2008, 11:00 AM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Glad you got it sorted.
 
  


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
D-Link DWL-520 (Wireless) working in 2.4 but not in 2.6 drache777 Linux - Hardware 4 05-26-2006 10:07 AM
help for dwl-520+ d link wireless card barrythai Mandriva 2 03-24-2006 03:36 PM
Dwl-520 D-link wireless card need help? romanticnick4eva Linux - Wireless Networking 0 08-21-2005 02:03 AM
D-Link DWL-520+ Wireless PCI adapter timmytytim Linux - Hardware 1 12-26-2004 12:58 PM
how to install drivers of DWL-G520+ (D-link Wireless lan card) in linux gautam_iiith Linux - Hardware 0 08-03-2004 10:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 07:36 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