Op zaterdag 01-08-2009 om 20:31 uur [tijdzone +0200], schreef Sven Joachim: > On 2009-08-01 20:13 +0200, Eric Spreen wrote: > > >> Install the firmware-ralink package from non-free and the kernel > >> should > >> pick the right driver (if available) automagically. > > > > Well, that's apparently the problem, because the kernel doesn't. Even if > > I load the correct module (rt2870sta, that is) using modprobe, the > > device doesn't work properly. I think firmware-ralink is not yet > > compatible with version 3 of this device. > > Which version of firmware-ralink do you have? RT2870 Firmware was added > to that package in version 0.17. > > Sven > > Ah, then that's the problem. I've got version 0.14+lenny1. I see version 0.17 is available as a backport. I'll try that asap. For now, ndiswrapper also works perfectly. By the way, the workaround for the MmGetSystemRoutineAddress bug I posted saturday is incorrect. Of course, there should be a return statement :)
wstdcall void* WIN_FUNC(MmGetSystemRoutineAddress,1) (struct unicode_string *name) { struct ansi_string ansi; if (RtlUnicodeStringToAnsiString(&ansi, name, TRUE) == STATUS_SUCCESS) { WARNING("MmGetSystemRoutineAddress: %s", ansi.buf); RtlFreeAnsiString(&ansi); } return 0; } Eric -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org