Results 1 to 10 of 30
I just installed FC5 on my computer and it doesnt recognize my wireless card. Does anyone know what i could/should do? Or maybe there is a driver i need?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-19-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
Dwl-g520, Fedora Core
I just installed FC5 on my computer and it doesnt recognize my wireless card. Does anyone know what i could/should do? Or maybe there is a driver i need?
- 09-20-2006 #2Linux Newbie
- Join Date
- Sep 2004
- Location
- Aberdeen, Scotland
- Posts
- 204
First off find out which chipset your card uses, model not enough as manufacturers tend to use several different chipsets for the same card. Do /sbin/lspci -v or just lspci -v and look for something like
00:0c.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
subsystem: D-Link System Inc DWL-G520+ Wireless PCI Adapter
Mine uses acx111 chipset as above. Yours may be different, then depending on result you may find you have to use ndiswrapper with a windows driver.Elive,kanotix-mini,pclinuxos super gamer,xp, sidux
- 09-20-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
You'll forgive me if i ask how, I'm a newb to linux.
- 09-20-2006 #4
open a terminal window such as konsole
type "su" and give it your root password
then use the "lspci -v" command and copy it here so we can see
- 09-20-2006 #5Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
I put in the "su" command and then the root password, but when i try the lspci-v command i get the collowing message.
Code:bash:lspci-v: no such file or directory
- 09-21-2006 #6Linux Newbie
- Join Date
- Sep 2004
- Location
- Aberdeen, Scotland
- Posts
- 204
You missed out a space, it's lspci -v not lspci-v
Elive,kanotix-mini,pclinuxos super gamer,xp, sidux
- 09-21-2006 #7Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
Tried that also, i get the same error except that is says "lspci: no such file or directory" instead of "lspci-v:no such file or directory.
- 09-21-2006 #8Linux Newbie
- Join Date
- Sep 2004
- Location
- Aberdeen, Scotland
- Posts
- 204
Make sure you have pciutils package installed, lspci is part of that package.
Elive,kanotix-mini,pclinuxos super gamer,xp, sidux
- 09-21-2006 #9Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
Forgive my newbishness, but i'm unaware of how to do that.
- 09-21-2006 #10Linux Newbie
- Join Date
- Sep 2004
- Location
- Aberdeen, Scotland
- Posts
- 204
Ok, try kudzu -p as root ( su - then password) and see if your card appears under class:NETWORK. (Use su - when logging in as root not just su and try lspci -v)
Elive,kanotix-mini,pclinuxos super gamer,xp, sidux


Reply With Quote
