LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-24-2010, 01:58 PM   #1
george3095
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Rep: Reputation: 0
Driver for Belkin f5d7050 v5000 wireless Adapter?


Where can I find the driver(s) for a Belkin F5D7050 Version 5000 Wireless Adapter? I guess it doesn't matter if it is a Linux driver or a Windows driver as long as I can install it using ndiswrapper. I think having THE correct driver will solve my problem of not being able to establish a connection to my Wireless Access Point.
 
Old 08-24-2010, 08:21 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi george3095, Welcome to LQ. Please post the output from the following:

Code:
$ sudo lspci -v | grep Network
$ sudo lsmod
Good luck. ;-)
 
Old 09-04-2010, 02:52 PM   #3
george3095
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Data requested

Peacedog, First off, it's all greek to me. I am a novice, so take that into consideration when your analysis of the data dump is done. Having said that, here it is (sorry to be so late in responding):

george@Presario-Ubuntu:~$ sudo lsmod
Module Size Used by
binfmt_misc 6587 1
snd_intel8x0 25588 2
snd_ac97_codec 100646 1 snd_intel8x0
ac97_bus 1002 1 snd_ac97_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
fbcon 35102 71
tileblit 2031 1 fbcon
snd 54148 14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_ti mer,snd_seq_device
font 7557 1 fbcon
soundcore 6620 1 snd
bitblit 4707 1 fbcon
usblp 10481 0
nvidia_agp 4483 1
softcursor 1189 1 bitblit
snd_page_alloc 7076 2 snd_intel8x0,snd_pcm
nvidia 4701243 22
ppdev 5259 0
agpgart 31724 2 nvidia_agp,nvidia
i2c_nforce2 5199 0
parport_pc 25962 1
vga16fb 11385 1
vgastate 8961 1 vga16fb
shpchp 28820 0
psmouse 63245 0
serio_raw 3978 0
lp 7028 0
parport 32635 3 ppdev,parport_pc,lp
usbhid 36110 2
hid 67032 1 usbhid
ohci1394 26950 0
ieee1394 81181 1 ohci1394
pata_amd 8766 2
floppy 53016 0
forcedeth 49556 0
usb_storage 39425 1
 
Old 09-04-2010, 08:58 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
We'll need the output from both commands. The lspci command from above should tell us what card/chip you have.

Good luck. ;-)
 
Old 09-06-2010, 04:44 PM   #5
george3095
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
About the returns

Peacedog, it didn't dawn on me to send whatever returned from the first query, because nothing came back; only from the second query. Unknowingly, I tried again to see what I'd missed and then it hit me that there was nothing. In case it is significant, my computer's running Ubuntu 10.04.
 
Old 09-06-2010, 07:23 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Is this a usb adapter? If so, please post the output from the following:

Code:
$ sudo lsusb
Good luck. ;-)
 
Old 09-07-2010, 09:56 AM   #7
george3095
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Data requested

Peacedog, here are the results. I'm surprised the system has correctly detected the Wireless Adapter, but has not yet (apparently) found and installed the driver for the Belkin f5d7050 adapter. When I, for the very first time, connected the adapter, after some moments, its indicator light began flashing but I was unable to make the connection to my Wireless Access Point - which I had been able to make from my TiVo some five years ago.

george@Presario-Ubuntu:~$ sudo lsusb
[sudo] password for george:
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 002 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 050d:705a Belkin Components F5D7050A Wireless Adapter
Bus 001 Device 003: ID 0bc2:3300 Seagate RSS LLC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
george@Presario-Ubuntu:~$
 
Old 09-08-2010, 07:34 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Looks like someone has already solved this riddle. Have a read here.

http://www.linuxquestions.org/questi...-howto-449166/

Good luck. ;-)
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Belkin wireless usb adapter (F5D7050 v4000) mudmansm Linux - Newbie 4 02-07-2008 08:23 PM
Need a driver for Belkin F5D7050 wireless USB adapter donkeypoodle Linux - Wireless Networking 1 10-10-2007 05:39 PM
Wireless config:override rausb0 Win driver on Belkin F5D7050 dongle using ndiswrappe villages_ar Linux - Wireless Networking 15 05-02-2007 08:27 PM
belkin f5d7050 usb wireless adapter dont work lunaz Ubuntu 3 02-04-2007 02:59 PM
rt2500usb driver + F5D7050 Belkin Wireless zeevolking Linux - Hardware 1 01-30-2006 07:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 02:32 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration