Results 1 to 8 of 8

Thread: Belkin F5D8055 v2 Working!

  1. #1
    Join Date
    Oct 2009
    Beans
    18

    Talking Belkin F5D8055 v2 Working!

    I am not sure where to post this because it is just a solution, but I have been running ubuntu for a year now. I had to reinstall, and owned a belkin F5D8055 v2 wireless usb adapter. I could not get it to work, until I found this forum and fixed it up a little bit myself:
    http://www.backports.ubuntuforums.or....php?t=1353044
    The change was a modification to step 5
    Step 5

    Code:
    gedit os/linux/usb_main_dev.c

    and add the following line

    Code:
    {USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */

    Save and close
    Under the line "Code:" change the numbers. Plug in your belkin f5d8055 v2 and type in lsusb. There it will say:
    Code:
    ID 050d:825b Belkin Components
    Change the contents of the parentheses to:
    Code:
    {USB_DEVICE(0x050d,0x825b)}, /* Belkin F5D8055 v2 */
    The part in the slashes is only a tag so you know what it is. Follow the rest of the instructions and you will have a working Belkin usb adapter

  2. #2
    Join Date
    Jul 2008
    Beans
    14

    Re: Belkin F5D8055 v2 Working!

    Hi, for the F5D8055v2 did you use the RT3070 driver or the 2870? I'm still having no luck with the 2870 driver. It installs the driver but just won't scan. I've tried pretty much everything in loads of threads.

  3. #3
    Join Date
    Jul 2008
    Beans
    14

    Re: Belkin F5D8055 v2 Working!

    Answered my own question. After days of trying with the 2870 driver I tried the 3070 and it worked. Just wish there was somewhere in the tech spec of the 8055v2 which said it was a 3070

  4. #4
    Join Date
    Apr 2010
    Beans
    5

    Re: Belkin F5D8055 v2 Working!

    Quote Originally Posted by tvrtuscan View Post
    Answered my own question. After days of trying with the 2870 driver I tried the 3070 and it worked. Just wish there was somewhere in the tech spec of the 8055v2 which said it was a 3070
    I have the same problem, trying to install F5D8055 Ver2010 (I am guessing it is V2, I just bought it recently packaged with Belkin N+ router). I downloaded 3070 from Ralink, but there is no list of {USB_DEV... to be found.

    Please share with me what you did.

    OK. I got it working.

    Thanks.
    Last edited by christ8; April 28th, 2010 at 04:43 PM.

  5. #5
    Join Date
    May 2010
    Beans
    1

    Re: Belkin F5D8055 v2 Working!

    Cheers for posting this its still useful and working fine on a 10.04 lts 64bit installation.
    Didn't need steps 17 and 18 in my case first reboot got it working and configured.
    Used procedure A to get it working.

  6. #6
    Join Date
    Nov 2006
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Belkin F5D8055 v2 Working!

    I'm also on 64bit 10.04 but I'm stuck at step 10 as it's refusing to make the directory, any pointers on how I get past that would be appreciated.

  7. #7
    Join Date
    Mar 2010
    Beans
    3

    Re: Belkin F5D8055 v2 Working!

    i just did the latest update, now my card stopped working again. i tried to "make && make install" and it only makes it half way through the process. It doesn't show any errors or warnings. Anyone know of any fixes?

    thank you!

    chuchutta

  8. #8
    Join Date
    Jul 2009
    Beans
    1

    Re: fixing wireless after the update

    Quote Originally Posted by chuchutta View Post
    i just did the latest update, now my card stopped working again. i tried to "make && make install" and it only makes it half way through the process. It doesn't show any errors or warnings. Anyone know of any fixes?

    thank you!

    chuchutta
    Did the latest update on 10.4 x64bit with the same result: no wireless device.
    Went back and reapplied step 10 and 11, replacing the text 2.6.31-14-generic with 2.6.32-24-generic. Did step 12 then rebooted. Wireless is now working again.

    Thanks gannggstaz
    Last edited by alien8er; August 7th, 2010 at 02:57 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •