| How do I get FC7 to recognize my USB Card? I have FC7 and a USB wireless adapter. How can I make FC7 recognize the USB card. When I go into the network settings and try to configure a new wireless device it only lists "eth" ports. I am a n00b to this and trying trying to get a linux box on my wireless connection. On the ndiswrapper website it says my adapter will work if I work at it.
I just found this "Other: With 2.6.16 and later kernels, RNDIS devices are not initialized (when device is plugged in, nothing happens). To get it going, you need to set the variable bConfigurationValue in sysfs. An easy way to do this is to add this: BUS==”usb”, SYSFS{idProduct}==”0026”, SYSFS{idVendor}==”13b1”, PROGRAM=”/bin/sh -c ‘echo 1 > /sys/%p/device/bConfigurationValue’” to /etc/udev/rules.d/<ruleFilename> file and restart udev. For FC6 <ruleFilename> is 50-udev.rules." but I don't know anything about what its telling me to do. I think my kernel is newer than 2.6.16 so this could be my problem. |