** All, please note that a few things need to be made clear as things have changed slightly since my last post here some weeks ago:
1. Due to this and other issues, I did a re-install (retaining my /home partition, though). Things did not improve, save for:
2. All I have to do now, in order to get the card working on KDE start-up, is simply to, as root, issue the command 'modprobe -r rt61pci', and the card connects.
Beware, though, before you come to the conclusion that it is the rt61pci driver that stands in the way, that it seems to reload that same driver (according to PCC->Hardware) automatically and then connect.
**
apparently there are two driver available for your card (ralink rt61 chipset): rt61pci (also called Legacy), and a new rt2x00pci
http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page
the rt2x00pci is available with PCLinuxOS kernel 2.6.33.7 and with kernel 2.6.38.8 (I have this two installed on my system), so I think is available with any kernel from 2.6.33.7 up the the current.
Worth to try if the new driver may work better, then may be you need to blacklist the rt61pci and manually load the rt2x00pci.
If something is not clear please ask.
AS, I wasn't even remotely aware that this was the case! I have searched on the card and all references I have found have always been to the rt61pci. As I am far from the only one that have had issues with this driver, this is indeed good news! I shall try to follow your advice and post back. I might indeed need some help along the way, but I shall give it a shot. Thank you so much for this info!
Regarding the 3 previous cards, did you ever remove the config for those cards from PCC?
Jase, I did indeed, thank you. As per my note above, it has become a moot point in the meantime, though...
This sounds like a driver conflict. You might want to try blacklisting all wireless modules and then enabling only one for installation at boot.
If AS' advice above does not work, I shall try this approach. I might need to ask a little help to locate all the drivers I need to blacklist. I shall ask if and when it becomes necessary. Thanks.
Jase, as per your request (all as root):
lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce GTS 250] (rev a2)
02:00.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 61)
02:02.0 Network controller: Ralink corp. RT2561/RT61 802.11g PCI
02:03.0 Multimedia audio controller: Creative Labs CA0106 Soundblasterifconfig
[...]
wlan0 Link encap:Ethernet HWaddr 48:5B:39:BE:09:7D
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::4a5b:39ff:febe:97d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1872 errors:0 dropped:0 overruns:0 frame:0
TX packets:2073 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:694195 (677.9 KiB) TX bytes:401081 (391.6 KiB)iwconfig
[...]
wlan0 IEEE 802.11bg ESSID:"doghouse"
Mode:Managed Frequency:2.467 GHz Access Point: 00:1A:4D:21:82:8C
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=56/70 Signal level=-54 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:259 Missed beacon:0Again, thank you all for taking the time and making your knowledge available to me! Much appreciated!
CJ