Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Wireless Internet
Reload this Page Wireless in Debian
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Wireless Internet Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Reply
 
Thread Tools Display Modes
Old 10-13-2007   #11 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 13
theres quite a few .inf and .sys files, i looked in the manual n stuff but all i could find out was the model number, ill google the chipset and edit this post when i get it, here it is incase u can find out quicker:
Belkin F5D7051 High speed mode wireless G USB network adapter

EDIT: Broadcom 4320 Chipset apparently...
WirelessMonkey is offline   Reply With Quote
Old 10-13-2007   #12 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
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
waterhead is online now   Reply With Quote
Old 10-13-2007   #13 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 13
None of them were correct, but i found mine and its correct:
Belkin : Support : F5D7051 Driver
WirelessMonkey is offline   Reply With Quote
Old 10-13-2007   #14 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
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
waterhead is online now   Reply With Quote
Old 10-13-2007   #15 (permalink)
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
WirelessMonkey is offline   Reply With Quote
Old 10-13-2007   #16 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
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
waterhead is online now   Reply With Quote
Old 10-13-2007   #17 (permalink)
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?
WirelessMonkey is offline   Reply With Quote
Old 10-13-2007   #18 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
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
waterhead is online now   Reply With Quote
Old 10-14-2007   #19 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
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.
Quote:
  • 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
waterhead is online now   Reply With Quote
Old 10-14-2007   #20 (permalink)
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?
WirelessMonkey is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update error showgun Debian Linux Help 6 05-21-2007 05:49 PM
debian wireless ipw2200 vtr Debian Linux Help 4 05-09-2007 11:13 PM
All Wireless Internet Vulnerable To Malicious Attack xxqq Linux Networking 2 08-04-2006 01:09 PM
wireless internet Davidisms SuSE Linux Help 1 10-27-2004 12:48 AM
wireless USB network adapter in debian SCX Debian Linux Help 0 08-30-2004 02:20 PM

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:07 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0