PDA

View Full Version : Connecting wirelessly


Huggles
19th November 2006, 04:44 AM
i have a card, but i lost the disc, and dont want to use it to behonest, lol is there a way to connect to my router like winblows xp, where it scans for it and then i can connect, if not, then can someone link me to the firmware download for my card its
d-link DWL-G650 AirPlus

ive been googling and googling cant find anything..

Amitava
19th November 2006, 12:25 PM
visit the following site---> Support Resources --> Product Drivers

http://www.dlink.com/products/?pid=11

i searched it using www.mamma.com The mother of all search engines..

arikstress
19th November 2006, 02:08 PM

I never use from dlink but i think u can use madwifi to solve that problem.

madwifi is a universal driver for wireless.
many platform has a same chipset that support it.

just googling and find all about madwifi.
download and install.

then try to connect it.

that's all

Huggles
19th November 2006, 05:20 PM
I never use from dlink but i think u can use madwifi to solve that problem.

madwifi is a universal driver for wireless.
many platform has a same chipset that support it.

just googling and find all about madwifi.
download and install.

then try to connect it.

that's all


i have madwifi installed but i dont kow how to use it, and im trying to download the drivers right now.

Huggles
19th November 2006, 05:25 PM
visit the following site---> Support Resources --> Product Drivers

http://www.dlink.com/products/?pid=11

i searched it using www.mamma.com The mother of all search engines..


here is my link

http://www.dlink.com/products/support.asp?pid=11&pv=5&sec=0

i dont see a linux download..

arikstress
20th November 2006, 12:15 PM
i have madwifi installed but i dont kow how to use it, and im trying to download the drivers right now.

if you just installed it, so you could check it first is it loaded by a system or nope.
use "lsmod" command to check what driver suite your wireless hardware.

usually, default is still unloaded and you could simply type a command "modprobe ath_pci" without quote for example, to load the driver. There is a clear explanation on it's manual and it's good if you read it. :D

anyway, if you success, you will have a new hardware shows if you run "ifconfig" command as root.

Keep reading, googling, and you will got itl.


:D :D

Huggles
20th November 2006, 10:25 PM
<3! i got it all set up, tyvm for all of your help

abevec
27th November 2006, 06:21 AM
Any help to a newbie on Fedora 6, in istalling drivers for a wireless card will be appreciated!

I am trying to load drivers for my wireless Dlink DWL-520+ card according to the directions given on http://acx100.soruceforge.net/wiki/ACX#installing. Using the “Inside the kernel” instructions and using the last set of commands, i.e., make menugconfig, and make && make modules_install, I receive the error shown i.e.,
make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'. Stop.
make: *** [init] Error 2

The following output appears after I run make && make modules_install:

*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.

[root@localhost 2.6.18-1.2798.fc6-i686]# make && make modules_install
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
HOSTCC scripts/genksyms/genksyms.o
HOSTCC scripts/genksyms/lex.o
HOSTCC scripts/genksyms/parse.o
HOSTLD scripts/genksyms/genksyms
CC scripts/mod/empty.o
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'. Stop.
make: *** [init] Error 2
[root@localhost 2.6.18-1.2798.fc6-i686]#

Any ideas as why I am getting the error shown above, ie, No rule to make target...?

Thanks - ab

John the train
27th November 2006, 09:19 AM
I'm still getting to grips with compiling myself, but have you installed ' kernel-devl ' for your kernel? That's needed for virtually any compiling. If that's installed you may get other error messages, but they usually tell you what else you need to install for a sucessful compile. Hope this helps.