View previous topic :: View next topic |
Author |
Message |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Fri Sep 28, 2007 7:49 pm Post subject: |
|
|
NeddySeagoon wrote: | Aniruddha,
Something has changed.
I can't fetch the code just now, rt2x00-9999 is a CVS build and I get
Code: | cvs [login aborted]: connect to rt2400.cvs.sourceforge.net(66.35.250.89):2401 failed: Connection refused |
Those symbol names are not in the 2.6.23-rc6 kernel, I've grepped fro them, nor are they in -rc7. So it must be the rt2x00 CVS code thats changed.
I'll try the CVS again tomorrow. |
Thanks! Let me know when you learn something new. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54838 Location: 56N 3W
|
Posted: Fri Sep 28, 2007 10:46 pm Post subject: |
|
|
Aniruddha,
Its the manes in the kernel that have changed.
I started on a patch to rt2x00 then their CVS changed because a rerun of the same patch caused my work in progress patch to fail to apply.
So if CVS is changing, the real devs are working on it, or at least, making commits to their CVS.
I plan to give the rt2x00 devs a few days before I try again. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Sat Sep 29, 2007 5:55 pm Post subject: |
|
|
Ok, thanks for all your help Neddy. In the meantime I will play with my PC in order to learn some more therefor I might not have Gentoo available for some time. In the meantime the most importamt thing for me is that I want to learn how Gentoo wireless with wpa encryption works, therefor I consider purchasing a wifi PCI card. Thanks again. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Tue Oct 02, 2007 10:07 pm Post subject: |
|
|
I proceeded by installing the Windows driver but still not results :
# iwlist rausb0 scanning
Code: | rausb0 No scan results |
# iwconfig
Code: | eth0 no wireless extensions.
lo no wireless extensions.
sit0 no wireless extensions.
rausb0 RT2500USB WLAN ESSID:"" Nickname:""
Mode:Managed Frequency=2.412 GHz
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-120 dBm Noise level:0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0 |
# ndiswrapper -l
Code: | rt73 : driver installed
device (148F:2573) present (alternate driver: rt2570) |
# lsmod
Code: | Module Size Used by
ndiswrapper 143516 0
vboxdrv 32136 0
rt2570 154944 0
nvidia 7234484 24 |
# lsusb
Code: | Bus 001 Device 008: ID 148f:2573 Ralink Technology, Corp. |
_________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54838 Location: 56N 3W
|
Posted: Tue Oct 02, 2007 10:26 pm Post subject: |
|
|
Aniruddha,
You are still using rt2570 as it loaded before ndiswrapper.
It may be worse than that, both drivers may be attempting to control the hardware. You msy not load ndiswrapper while rt2570 is loaded. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Tue Oct 02, 2007 10:38 pm Post subject: |
|
|
NeddySeagoon wrote: | Aniruddha,
You are still using rt2570 as it loaded before ndiswrapper.
It may be worse than that, both drivers may be attempting to control the hardware. You msy not load ndiswrapper while rt2570 is loaded. |
Yes! Finally some result!!! 'iwlist wlan0 scanning' finally worked after:
Code: | # rmmod ndiswrapper |
Code: | # modprobe ndiswrapper |
Thanks a lot! _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|