Mandriva is built on Red Hat. The 'buntus built on Debian. They are fundamentally different in the ways they handle networks, modules, and other things. I don't have a Red Hat based system to play with.
Looks like your device works with 'buntu 9.04 at least:
http://linuxlookup.com/guide_to_buil...nter_on_ubuntu
It's
not working with Red Hat (well, not "out of the Box") as of Dec 2009 (so probably not fixed yet):
http://lame.lut.fi/linux/kernel/v2.6....6.32-git7.log
I think that link I gave you tells you what to do to make it work, but the precise details are incorrect for your distro.
I suggest you either learn about how Mandriva manages module options, and edit the appropriate files,
-or-
Try and get it working from the command-line eg
Code:
sudo rmmod usbhid
sudo modprobe -v usbhid quirks=0x046d:0xc71f:0x00080000
Then plug it in and see if it works. ( No changes needed to initramfsif you do it this way ).
If it doesn't work you could try:
Code:
sudo rmmod usbhid
sudo modprobe -v usbhid quirks=0x046d:0xc71f:0x00020000
as mentioned in the above link at post #2
Quote:
There's no "options" file in /etc/modprobe.d but there's ipw-no-associate.conf which contains "options ... lines". I added the line as given:
options usbhid quirks=0x046d:0xc71f:0x00020000
then as recommended
|
Oooops! No. You edited the wrong file. Please go back and restore it to as it was, or your wireless interface may be unusable (and you'll be wondering
why?).