Results 11 to 18 of 18
Do you have the rt61 module loaded? To find out run this command.
Code:
/sbin/lsmod
If not, you can load it with this command.
Code:
/sbin/modprobe rt61...
- 04-03-2008 #11
Do you have the rt61 module loaded? To find out run this command.
If not, you can load it with this command.Code:/sbin/lsmod
Code:/sbin/modprobe rt61
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-03-2008 #12Just Joined!
- Join Date
- Aug 2007
- Posts
- 35
I tryed /sbin/lsmod, this is the display for rt61
rt61 200968 0
rt61 25537 0
rt2x00 pci 14017 1 rt 61 pci
rt2x00 lib 18881 2 rt61pci,rt2x00pci
mac 8011 136005 3 rt61 pci, rt2x00pci, rt2x00 lib
cfg 8011 12105 1 mac 80211
eeprom_93 cx6 7361 1 rt61pci
crc_itu_t 6337 1 rt61pci
I tried /sbin/modprobe rt61 and still get nothing. do yuo think mabe i should try modprrobe rt2x00?
- 04-04-2008 #13
I'm not positive about this, but I think that there are two versions of this driver. The one that comes in the kernel is rt61pci. The one from the downloaded driver is just rt61.
You could try to unload the old one first. (as root)
Then load the other one. (also as root)Code:/sbin/modpobe -r rt61pci
If there is no output after this command, then it loaded the module without problem. If you are unable to connect with NetworkManager, try using the /sbin/iwconfig commands.Code:/sbin/modprobe rt61
For more info on iwconfig try these.
Code:/sbin/iwconfig --help man iwconfig
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-04-2008 #14Just Joined!
- Join Date
- Aug 2007
- Posts
- 35
what does this ask for " /sbin/ifconfig ra0 inet YOUR IP up " ?
- 04-04-2008 #15Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 04-05-2008 #16Just Joined!
- Join Date
- Aug 2007
- Posts
- 35
- 04-05-2008 #17
More than likely, you just need to run this
/sbin/modprobe rt61
/sbin/ifconfig ra0 up
dhcp ra0
or whatever DHCP client your distro uses.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 04-10-2008 #18Just Joined!
- Join Date
- Aug 2007
- Posts
- 35
to birng you up to date after trying every thing you told me some one emailed me and told that fedora 8 was fixed for the Edimax card and after reading every thing on searialmokey I got the impression their drivers still weren't very stable. So I downloaded the fedora 8 dvd and installed it the wireless card was installed and works fine but sofar nothing else does. Thanks loads for sticking with me and all the help I hope some day when I grow up I will have learned fedora. lol i'm only 72


Reply With Quote

