PDA

View Full Version : Belkin F5D7050



TheBlueFrog
10-12-2006, 07:41 AM
I'm trying to find information about getting the Belkin F5D7050 (USB) to work under 5.0.1 For starters, ndev hangs if I boot with the dongle attached. I plug it in, and I see it appear on the usb bus. Try ndiswrapper with the .inf & .sys file, but it says that the driver was installed, but no new device was detected. I saw that there is a way to set up the F5D7050 in linux with the rt2750 drivers (http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page#Latest%20News) but I haven't figured out how I should proceed.

frodo
11-04-2006, 02:43 PM
You need to get the driver from Ralink's web site:

http://www.ralinktech.com.tw/drivers/Linux/RT73_Linux_STA_Drv1.0.3.6.tar.gz

You will have to edit rtmp_def.h and add the F5D7050 device to the #define RT73_USB_DEVICES section:

{USB_DEVICE(0x050d,0x705a)}, /* Ralink */ \

Then compile and install the driver which will be called rausb0.

Morixx
11-30-2006, 03:11 AM
I am VERY new to linux(total exposure is installing Knoppix and playing with it a few hours) , I used to work at MS and would really like to be linux proficient. I have this same Belkin F5D7050 and need to get it working but I'm not sure how to perform the instructions given.

I'm on a windows box now and downloaded the driver from Ralink's web site. I have some more quesitons

1. You will have to edit rtmp_def.h and add the F5D7050 device to the #define RT73_USB_DEVICES section:

{USB_DEVICE(0x050d,0x705a)}, /* Ralink */ \
Where do I find this file? I did a quick search and didn't see it. Is there a special editor and or command to edit it?

2. Then compile and install the driver which will be called rausb0.

I have no clue how to compile a driver and install it where it needs to go.

I would really like to do this and would appreciate and added details or link to a doc. I'm also be searching the web to find the answer myself

I have knoppix 5.0.1 installed to the HD. I'm willing to install an earlier version if it would help

rusty
11-30-2006, 04:59 AM
Knoppix is not great for 1)installing to hd, 2)wireless card support. From a practical standpoint (getting a system up and running with wireless driver support), you might want to check out some other live cd distros that have better wireless support and hard drive install options. Most popular is Ubuntu, and Kanotix is also worth looking at.

Good luck.