Networking Forums

Networking Forums > Computer Networking > Linux Networking > PCI wireless card not detected

Reply
Thread Tools Display Modes

PCI wireless card not detected

 
 
Zimran Douglas
Guest
Posts: n/a

 
      12-01-2004, 10:08 AM
Hello,

I am new to linux.
Anyway I recently installed Fedora core 3. I have a netgear 311 pci wireless
card
however it does not seem to exist.
The only network device that when logged into Fedora is my integrated
realtek ethernet card
However I only use a wireless internet connection from my machine.

How can I configure my wireless card in Fedora?
I check the netgear website and they only have windows drivers

thanks
Zimran


 
Reply With Quote
 
 
 
 
Timothy Murphy
Guest
Posts: n/a

 
      12-01-2004, 10:48 AM
Zimran Douglas wrote:

> Anyway I recently installed Fedora core 3. I have a netgear 311 pci
> wireless card
> however it does not seem to exist.


What do you mean by "it does not exist"?
What does "cardctl ident" say?

--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
 
Reply With Quote
 
Zimran Douglas
Guest
Posts: n/a

 
      12-02-2004, 03:26 AM

> What do you mean by "it does not exist"?

It means that it is as if the card is still in the manufacturers box in a
wharehouse
somewhere waiting to be shipped to retailers.

> What does "cardctl ident" say?

I don't know.


 
Reply With Quote
 
Andrei Ivanov
Guest
Posts: n/a

 
      12-03-2004, 07:07 AM
Zimran Douglas <(E-Mail Removed)> wrote:
> Anyway I recently installed Fedora core 3. I have a netgear 311 pci wireless
> card
> however it does not seem to exist.
> The only network device that when logged into Fedora is my integrated
> realtek ethernet card
> However I only use a wireless internet connection from my machine.


Recently installed RedHat Enterprise Linux (not exactly Fedora,
but rather similar still) on a computer with Netgear MA311 card
(it also has 100Base-T NIC, which is left unconfigured). After
installation two lines were added into /etc/modules.conf file:

alias eth0 ... <-- wireline NIC
alias eth1 orinoco_pci <-- MA311

The lsmod command shows the following kernel modules loaded:

# lsmod
Module Size Used by
orinoco_pci 4132 1
orinoco 38348 0 [orinoco_pci]
hermes 7940 0 [orinoco_pci orinoco]

The /etc/sysconfig/network-scripts/ifcfg-eth1 file contains the
following variables (for statically assigned IP address):

DEVICE=eth1
HWADDR=00:09:5B:41:55:44
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.10.2
NETMASK=255.255.255.0
GATEWAY=192.168.10.254
#
MODE=Managed
ESSID=**********
NWID=**********
KEY=**************************

Commands which might be helpfull - iwconfig and ifconfig.

--
andrei
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
card not detected on old PCI motherboard blackhead Windows Networking 5 03-20-2008 01:32 PM
Intel Wireless Card not detected TheGab Wireless Networks 2 04-11-2007 02:39 PM
Wireless card not being detected in laptop Kava Wireless Internet 1 07-20-2006 07:55 PM
AP can be detected - can wireless card user be detected also? Bill Wireless Internet 3 10-07-2004 06:55 AM
802.11a card not detected Eileen Wireless Networks 2 08-23-2004 06:17 AM



1 2 3 4 5 6 7 8 9 10 11