>I'm certain that I'm using the rt2500 driver. I have the rt2500pci driver >blacklisted do to its issues. >I'm using WPA-PSK authentication. In case this >is my fault and my setup is wrong here is what >my interfaces file looks like. > >auto wlan0 >iface wlan0 inet dhcp >pre-up iwconfig wlan0 ap my:ap:here:yep >pre-up iwconfig wlan0 mode managed >pre-up iwpriv wlan0 set Channel=11 >pre-up iwpriv wlan0 set AuthMode=WPAPSK >pre-up iwpriv wlan0 set EncrypType=TKIP >pre-up iwconfig wlan0 essid "myessidhere" >pre-up iwpriv wlan0 set WPAPSK="mypasshere"
Whoops.. silly me I forgot to put the subject in the last reply sorry. So in case it was overlooked I included the above. Since then I've messed around with it some more. I built and installed it again with m-a and tried it once more it failed to connect afterwards. Next I tried taking the source and building it manually and while there were no complaints during compiling it again does not work. Just for double and triple checking I did do what you asked and used your readlink command while it was installed and it of course came back with rt2500 and lsmod shows only rt2500. I've also tried messing around with my config such as changing the channel.. commenting it out.. commenting out the ap stuff.. but as expected no luck in making it work.. but as soon as I go back to the newer cvs it still works perfectly. Next up may be trying to bash my keyboard repeatedly :) . The only oddity I could find is that the 2.6.25-2 module seems to go to a different directory. /lib/modules/2.6.25-2-amd64/extra/rt2500.ko /lib/modules/2.6.26-1-amd64/kernel/drivers/net/wireless/rt2500.ko Perhaps thats normal I don't know. I built both with m-a when making/installing them. I do not believe this to be an issue though since A: the rt2500 module is running and B: when I did the manual install mentioned above it did install it to /extra like in the 2.6.25. ~Kyloren~