Find the answer to your Linux question:
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 28
I want to look at the driver folder myself, so I looked at the Belkin web site. I couldn't find anything for the F5D7051, but I found drivers for the ...
  1. #11
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570


    I want to look at the driver folder myself, so I looked at the Belkin web site. I couldn't find anything for the F5D7051, but I found drivers for the F5D7050 HERE. I need to know which version wireless you have. Take a look at that site and let me know.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  2. #12
    Just Joined!
    Join Date
    Oct 2007
    Posts
    13
    None of them were correct, but i found mine and its correct:
    Belkin : Support : F5D7051 Driver

  3. #13
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    Thanks for the link.

    I downloaded the driver and unpacked it with this command.
    Code:
    > unzip -a f5d7051.exe
    This gives us a lot of files, unfortunately some are still compressed. Cabextract didn't work, so I had to use wine. First I created a new folder to "install" to. There are too many files in the other folder, and it would just get confusing.

    Now run wine.
    Code:
    > wine Setup.exe
    The windows installer will start (pretty cool, huh?). Don't let it install to the "C" drive, direct it to the folder that you created for it in the "/" section.

    I looked it over, and I think that these are the files that NDISwrapper need:

    bcmrndis.inf
    RNDISMPK.sys

    When you run NDISwrapper it wants the location and name for the drivers .inf file. Direct it to bcmrndis.inf, and it should install the driver.

    Wait! You first need to have NDISwrapper installed. It should be available from the Debian installation CD that you used to install your distro. To see if you already have it installed enter this command (as root).
    Code:
    # ndiswrapper -h
    I don't want to get too far ahead, so let me know if you get NDISwrapper installed.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  4. #14
    Just Joined!
    Join Date
    Oct 2007
    Posts
    13
    ive been trying to install ndiswrapper all day and night, it just wont whatever i do (this is using the tutorial earlier posted in the thread) the ndiswrapper-common says that its package is installed but when i go to install the ndiswrapper-utils-1.9 it says that ndiswrapper common is not there?

    And if i try installing it the other way it says the same, for some reason it wont install ndiswrapper-common

    Also it doesnt understand the "wine" command

  5. #15
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    Maybe try to remove all ndiswrapper packages, so you can start clean. Apt will accept a wildcard as a substitute for various packages and versions, so try this.
    Code:
    apt-get remove ndiswrapper*
    I think I have it right.

    You can install the same way.
    Code:
    apt-get install ndiswrapper*
    You will also need to install wine, use apt for that too.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  6. #16
    Just Joined!
    Join Date
    Oct 2007
    Posts
    13
    Code:
    debian:/home/jason# apt-get remove ndiswrapper*
    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package ndiswrapper-1.48
    Code:
    debian:/home/jason# apt-get install wine
    Reading package lists... Done
    Building dependency tree... Done
    Package wine is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package wine has no installation candidate
    have u got any IM services so i can speak to u, making this quicker?

  7. #17
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    IM wouldn't be any faster, as I'm busy working on my house right now. I have the laptop on and check it once in a while.

    It sounds as if you need to add some apt repositories. I can't help you with that, and it is really beyond the intent of this wireless section. You may need to ask for help in the Debian section. I'm sure there are capable people in there that can quickly help you. You still need wine installed.

    You could also Google for apt repositories for your version of Debian. The version is important, as they need to be compiled for your specific version.

    It does seem to be able to install ndiswrapper, try it with the wildcard. I think you should be root when you install apps.
    Code:
    # apt-get install ndiswrapper*
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  8. #18
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    I found an entry for your wireless on the NDISwrapper wiki/list of supported cards. It is #31 in the list.
    NDISwrapper

    If you ever get NDISwrapper installed, and the drivers unpacked, you need to do as it says.
    • Driver: Install with bcmrndis.inf.
    • However, this doesn’t copy rndismpk.sys and usb8023k.sys files as needed, so copy these .sys files in lower case by hand so that after that there are following files in /etc/ndiswrapper/bcmrndis:
    • 050D:7051.F.conf, 1799:7051.F.conf, bcmrndis.inf, rndismpk.sys, usb8023k.sys .
    • Note that with 2.6.16 and later kernels, udev needs to be configured for this rndis device: See entry for USR5421 below for details.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  9. #19
    Just Joined!
    Join Date
    Oct 2007
    Posts
    13
    Ok im going to try ubunutu now, because ive been advised too and most people use that! So i copy the 2 .sys files to my driver installation folder that i made in the home folder?

  10. #20
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    I don't know who advised you, but I would have recommended Suse or Fedora. Ububtu is Debian based, but it doesn't have a root account. I found this to be annoying, as you are constantly entering the root password to do anything.

    You really don't need a different distro, you just need to set up apt to use additional repositories. You will have to do that no matter which distro you have installed.

    I actually use the Smart Package Manager on my Suse, Fedora and CentOS systems. I use apt or yum to install Smart, and then I have to set it up with additional repositories.

    Repositories are very distro specific. You need the distro type and version, and the processor type. Google for repositories using the distro type and version, there should be a how-to out there somewhere. I can help you if you give me the specific distro info.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Posting Permissions

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