Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack (1) Thread Tools Display Modes
Old 26-09-2007, 10:28 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,008
Default How to install wifi card Dlink - Centos 5

Hi, I have a Dlink card on my computer and i am not quite sure of its make. How do I find out what model the card is and how do i get and install the drivers?
I am running centos 5.

I just a few days ago installed vlc, mplayer and enabled ntfs support, so i am quite new to linux. I don't know much of the commands. How do we find out hardware details?
__________________
Life is too short. Have fun.
ilugd is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-09-2007, 10:41 PM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: How to install wifi card Dlink - Centos 5

wireless support is still lacking in Linux .afaik u can try using windows drivers in Linux using "ndiswrapper".just google for it.afaik intel things are only supported.
command for displaying available pci devices is:
lspci or hwinfo(if installed)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 26-09-2007, 10:43 PM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: How to install wifi card Dlink - Centos 5

Offtopic but why use CentOS when you're starting off with Linux? Ubuntu is very very cool and offers excellent Wi-Fi support with its other easy features. That's the way you should go for learning the quick and easy way!

And check the output of lspci and also under System > Preferences > Hardware Information
QwertyManiac is offline  
Old 26-09-2007, 11:35 PM   #4 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,008
Default Re: How to install wifi card Dlink - Centos 5

ok, lspci output
Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface

So I need a driver for this right?
went to the yum gui and go some drivers. There were actually two of them. They are from rpmforge i guess. I have installed those. I still don't get the texas wifi card list in the network configuration. What am i doing wrong.

@qwertymaniac, Ubuntu would have been fine. One of my friends is a rhel admin and he recommended this. I guess I just installed this to get him off my back. Hope he doesn't read this though.

I understand centos already has the required drivers for this. I don't really want to go the ndiswrapper line.
__________________
Life is too short. Have fun.
ilugd is offline  
Old 27-09-2007, 12:04 AM   #5 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: How to install wifi card Dlink - Centos 5

i'm sorry i'm not well versed wid centos (not used this os and its been a long time since i've used fedore/redhat). however, one sure thing is that ubuntu has the best wireless support out of the box. the gnome network manager (also in centos gnome) will configure it out of the box. i can give you instructions in configuring wireless in ubuntu (even i haf a dlink card but wid the less common ralink chipset).

just type the command "iwconfig". it will list all the networking interfaces. you'll get to know the wireless status. try these steps out:

Quote:
$: iwconfig

it should list the card without connecting to any SSID.

so type:

$: iwconfig ra0 essid -network name-

$: iwconfig

to check it.

$: ifconfig - it won't be listed > ra0

$: ifconfig ra0 up - activate ra0 (leds will blink - youll be connected to AP, OPEN AP, NO KEY and Encription, I used MAC address filtering for my Wireless, So I dont use encryption)

$: ifconfig - check for ra0 again (there wont be ip address i think... i didnt get it at first)...

$: dhclient ra0 - to activate DHCP client to get an IP from the router... (router needs to have DHCP server activated)....

$: ifconfig - to check again...

$: ping www.google.com - you should get reply...
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 27-09-2007, 12:15 AM   #6 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,008
Default Re: How to install wifi card Dlink - Centos 5

shouldn't atleast the drivers be installed before this will work? where is iwconfig by the way? it is not in sbin atleast.
Please don't remind me about ubuntu again. I don't like it as it looks like a lot of eyecandy. I like centos as it is and I don't want to change. I just want to get my wifi card to work.
I figure that i needn't use ndiswrapper at all since the driver in yum had the comment that it was for texas 111 series wifi cards. Now i just need to figure out how it works.
on a sidenote, why does yum run only in one instance. I want to find what the name of that driver was an yum is locked up in downloading wine. Another instance says something about a yum.pid file being locked. Is there a way to bypass that?
__________________
Life is too short. Have fun.
ilugd is offline  
Old 27-09-2007, 12:19 AM   #7 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: How to install wifi card Dlink - Centos 5

oh i thot you'd installed all wifi related wifi package. in debian based systems the pack which contains iwconfig is 'wireless-tools'
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 27-09-2007, 12:38 AM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install wifi card Dlink - Centos 5

Quote:
Originally Posted by infra_red_dude
i'm sorry i'm not well versed wid centos (not used this os and its been a long time since i've used fedore/redhat). however, one sure thing is that ubuntu has the best wireless support out of the box.
I believe it's rather sabayon that has best wireless support out of the box.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 27-09-2007, 12:42 AM   #9 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: How to install wifi card Dlink - Centos 5

dunno about sabayon but i've never faced any problems wid ubuntu - almost any kinda wireless card has worked in there.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 27-09-2007, 12:43 AM   #10 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: How to install wifi card Dlink - Centos 5

Quote:
Originally Posted by mehulved
I believe it's rather sabayon that has best wireless support out of the box.
Well, AFAIK, Sabayon is OpenSource, but does not follow purely just GPL like other Distros. GPL states that many binary/proprietary drivers should not be bundled/available automatically with its Distros..

So you know, Its usually disabled until you manually Install it.
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 27-09-2007, 01:03 AM   #11 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,008
Default Re: How to install wifi card Dlink - Centos 5

wireless services seem to be installed as i am able to find the wireless tab in network preferences. But the driver is not available. Anywhere i can find out about configuring this stuff? any websites? I am tired of googling. the lan here sucks.
__________________
Life is too short. Have fun.
ilugd is offline  
Old 27-09-2007, 02:13 AM   #12 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: How to install wifi card Dlink - Centos 5

driver not available? but you said its installed. why break ur head searching stuff? use ndiswrapper.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 27-09-2007, 03:04 AM   #13 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: How to install wifi card Dlink - Centos 5

Quote:
Originally Posted by infra_red_dude
driver not available? but you said its installed. why break ur head searching stuff? use ndiswrapper.
His card is supported natively
drivers can be found at:http://acx100.sourceforge.net/
i

@ilugd
s this your card type?
http://www.dlink.co.uk/pages/products/dwlg650plus.asp

Last edited by gary4gar; 27-09-2007 at 03:09 AM.
gary4gar is offline  
Old 27-09-2007, 12:09 PM   #14 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,008
Default Re: How to install wifi card Dlink - Centos 5

wow, looks complicated. Let me try this tonight.
__________________
Life is too short. Have fun.
ilugd is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/69216-how-install-wifi-card-dlink-centos-5-a.html
Posted By For Type Date
how to find out what wifi card you have in centos - Google Search This thread Refback 08-07-2011 12:30 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wifi Card Not Getting Detected?? caje143 Software Q&A 4 11-04-2007 09:35 PM
Beryl on centOS, how? amitava82 Open Source 1 22-01-2007 04:05 PM
how to use a wifi card in desktop? (confused pls look inside) ~It_is_Andrew~ Hardware Q&A 9 22-12-2006 02:49 PM
CentOS firewall Open Source 2 17-11-2004 07:57 PM


All times are GMT +5.5. The time now is 03:25 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2