Hi. I'm sorry to bother. I'm new to this. I have two computers, one a custom built machine, and one a 3 year old HP, both with the same wireless card and running fedora 7.
The specific kernel is:
2.6.23.14-64.fc7
I did a few googles, and pulled up these links:
http://www-personal.umich.edu/~mejn/rt61.html
http://www.linuxquestions.org/questi...how-to-473932/
http://www.linuxforums.org/forum/red...less-card.html
I realized that all the directions were a little different, so I tried to piecemeal them together. However, it didn't work. So, I did a search here, and it doesn't seem like anyone has done this recently. I found one done on January 21, but to be quite honest, even the first post confused me quite a bit.
The snag I keep hitting seems to me to have something to do with the rt61sta.dat, because up until that point, everything seems to work right. So if someone could point me in the right direction to finally get the wireless up and running on these two machines, I'd be grateful. I'm going to post the data from the custom built machine, since it is the biggest priority, and I'm hoping I can take what I learn working on it and figure the other one out using that information. To start, here is my iwconfig:
[root@localhost ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth2 no wireless extensions.
in addition, here is my lspci:
[root@localhost ~]# lspci
00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2)
00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1)
00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
00:05.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2)
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
00:09.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
00:0a.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:07.0 Network controller: RaLink RT2561/RT61 802.11g PCI
01:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
06:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03)
06:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03)
07:00.0 VGA compatible controller: nVidia Corporation Unknown device 0402 (rev a1)
here's my modprobe.conf:
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
blacklist rt61pci
blacklist rt2x00pci
blacklist rt2x00lib
alias ra0 rt61
and my modprobe -v rt61:
[root@localhost ~]# modprobe -v rt61
FATAL: Module rt61 not found.
finally, here is my rt61sta.dat, which may have something to do with it.
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=********
NetworkType=Adhoc
Channel=0
AuthMode=WEPAUTO
EncrypType=WEP
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=
TxBurst=0
PktAggregate=0
WmmCapable=0
APSDCapable=0
APSDAC=0;0;0;0
BGProtection=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
RoamThreshold=75
PSMode=CAM
TxPreamble=0
FastRoaming=0
as an afterthought, I do have lan access through a wire, which is how i'm posting this, which may be interfering (if this is an ignorant statement, please let me know and why).
If anyone could through some help my way, I'd appreciate it.