LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 06-25-2006, 05:15 PM   #1
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Rep: Reputation: 0
Question Belkin F5D7050 Help!!


Can Anyone please help me install it on ubuntu dapper drake. And i know theres how to's i am not that great as. Can any one provide a .deb package to install it for me as i can't really understand. thnx
 
Old 06-25-2006, 06:18 PM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
Hi,

I think you could use your windows drivers (should be included on the CD if you browse it) an ndiswrapper (just run synaptic and search for it, it should be there).
Then open a command line, type 'ndiswrapper' or 'sudo ndiswrapper' to get the possible commands, then install the driver using 'sudo ndiswrapper -i (. inf filename)' Replacing .inf filename by the name of the *.inf file (or its path) you found on the cd. Run then 'sudo ndiswrapper -m' (haven't figured out what that does, but it works... :-D
then run 'sudo modprobe ndiwrapper' and use iwconfig or anything you like to configure the connection
 
Old 06-26-2006, 11:25 AM   #3
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
it asks for a password?? What do i put
 
Old 06-26-2006, 11:52 AM   #4
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
ok fixed password problem but it now says command not found??
 
Old 06-26-2006, 01:29 PM   #5
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
Quote:
think you could use your windows drivers (should be included on the CD if you browse it) an ndiswrapper (just run synaptic and search for it, it should be there).
Have you installed ndiswrapper?
If no, in command line, type 'sudo aptitude search ndiswrapper'
You should get 'ndiswrapper-1.xx' where xx is the version number, if you get something else, change accordingly in the next step.
Then type 'sudo apt-get install ndiswrapper-1.xx' replacing xx by the correct numbers, or change the name.

Then 'suso ndiswrapper' should work.
 
Old 06-26-2006, 02:25 PM   #6
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
it says: v ndiswrapper-modules-1.8
 
Old 06-26-2006, 03:11 PM   #7
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
OK, then you need to type this command befor using ndiswrapper :
'sudo apt-get install ndiswrapper-modules-1.8'
 
Old 06-26-2006, 03:45 PM   #8
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
it says it is the newest version?? forgot to say have no net connection on linux pc. am on windows laptop to go on net. should have said earlier. sorry.

Last edited by KRossKoWolf; 06-26-2006 at 03:51 PM.
 
Old 06-26-2006, 05:23 PM   #9
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
It is not the newest version, but that shouldn't be a big issue, anyway, like this it's much easier : otherwise it's only available from source and you would have to compileit from source, and for that you would have to install compilers, and I don't know which ones.

Here is a tutorial on how to install your card or to compile ndiswrapper from source; give it a shot.
http://ndiswrapper.sourceforge.net/m...dex.php/Ubuntu
 
Old 06-27-2006, 12:11 PM   #10
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
will it work just it not a card its a usb adapter
 
Old 06-27-2006, 12:14 PM   #11
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
it says command not found ndiswrapper
 
Old 06-27-2006, 04:35 PM   #12
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
That might be because ndiswrapper is only accessible from root.

Try typing 'sudo ndiswrapper'. If it works then, you can install the drivers, using 'sudo ndiswrapper -i (*.inf file path)' Replacing (*.inf file path) by the path of the windows driver (.inf file), if it doesn't, post back. Every command you'll have to do in order to configure ndiswrapper or the connection may need to be run as root, thus by the 'sudo' command in front. Post back if you need any help.

Good luck
 
Old 06-29-2006, 01:50 PM   #13
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
Smile

I did that but it installs but then says somthing like cannot copy line 123 ?? cant remember exactly just im on holiday and comps back home.
 
Old 06-29-2006, 03:31 PM   #14
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 805
Blog Entries: 8

Rep: Reputation: 86
I'm not sure, but I think I got the same error when I was trying to copy the wrong file (non-existing). Don't forget, the linux command line is case sensitive, and you must include the extension at the end (.inf in this case)
 
Old 06-30-2006, 02:46 PM   #15
KRossKoWolf
LQ Newbie
 
Registered: Jun 2006
Location: Dumbarton, GBR
Distribution: Ubuntu 6.06 LTS
Posts: 12

Original Poster
Rep: Reputation: 0
Thumbs up

kk i'll not be able to do it again for 2 weeks as in cyprus. but i'll post back when home or if i can on hotel computer. thanx
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
belkin wireless usb F5D7050 HOWTO asalford Linux - Hardware 26 11-25-2006 03:32 AM
Belkin F5D7050 + ndiswrapper 1.8 harvey_r01 Linux - Wireless Networking 5 03-09-2006 06:08 AM
rt2500usb driver + F5D7050 Belkin Wireless zeevolking Linux - Hardware 1 01-30-2006 07:36 PM
Belkin F5D7050 and ndiswrapper: invalid driver! AndyCooll Linux - Wireless Networking 5 07-05-2005 02:33 PM
Problem: Belkin F5D7050 USB WLAN + FC2 + ndiswrapper paju Linux - Wireless Networking 4 02-17-2005 03:49 PM


All times are GMT -5. The time now is 03:56 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration