LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 03-16-2013, 01:53 PM   #1
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
USB Wireless F5D7050 Wireless G Adapter v3000 [Ralink RT2571W]


Hi

Been trying to get this wireless adaptor working.
iwconfig
Code:
wlan0     no wireless extensions.

sit0      no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.
I have configuered to kernel

Code:
# CONFIG_IWL3945 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_P54_COMMON is not set
CONFIG_RT2X00=y
# CONFIG_RT2400PCI is not set
# CONFIG_RT2500PCI is not set
# CONFIG_RT61PCI is not set
# CONFIG_RT2800PCI is not set
# CONFIG_RT2500USB is not set
CONFIG_RT73USB=y
# CONFIG_RT2800USB is not set
CONFIG_RT2X00_LIB_USB=y
CONFIG_RT2X00_LIB=y
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
# CONFIG_RT2X00_DEBUG is not set
# CONFIG_RTL8192CE is not set
I get an error while booting and from ifup wlan0
Code:
 *** Bringing up the wlan0 interface...      Cannot add IPv4 address 192.168.0.14 to wlan0.  Already present.                         [ WARN ]
RTNETLINK answers: No such file or directory
     
 *** ay already setup; skipping.
If I use firmware for device

I get
Code:
*** Bringing up the wlan0 interface...      Cannot add IPv4 address 192.168.0.14 to wlan0.  Already present.     [ WARN ]
     
 *** ay already setup; skipping.
 
Old 03-17-2013, 04:53 PM   #2
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
I like to compile the kernel with a wireless driver built as a module. I have less trouble with the driver and the firmware that way. Besides, there probably is no advantage to having a wireless driver built-in anyway. The kernel will not need that until after the filesystems are available.
 
Old 03-17-2013, 05:20 PM   #3
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511

Original Poster
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi

I got the driver 2008_0506_RT73_Linux_STA_Drv1.1.0.1 but It seems that you have to build it into the kernel "2.4 or2.6" so I dont think that will work

Might have mis understood what you put I,ll get back to you on it,

Last edited by spiky0011; 03-17-2013 at 05:33 PM. Reason: Mis read post
 
Old 03-17-2013, 09:54 PM   #4
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
That tarball is sort of old and for ancient kernels that probably did not have that wireless driver. Nowadays, you might only have to compile the kernel with CONFIG_RT73USB=m and copy the firmware from the tarball to where the README file says. I would skip all that stuff about building the driver from the tarball. Anyway, it's a harmless and reversible thing to try. BTW, there is a newer tarball available from the Ralink download site for the RT2571W (v1.1.5 dated 02/10/2011).
 
Old 03-18-2013, 04:09 PM   #5
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511

Original Poster
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi stoat I did look at that site but missed the newer driver, Anyway I looked at the firmware part,
Quote:
5> $cp rt73.bin /etc/Wireless/RT73STA/ # copy firmware
Which I have done. It then shows this part
Quote:
6> $dos2unix rt73sta.dat
$cp rt73sta.dat /etc/Wireless/RT73STA/rt73sta.dat
# !!!check if it is a binary file before loading !!!
Looking back an old thread you advised putting firmware in /lib/firmware which I have also tried.

I have also posted on the mailing list, Dont know if you have seen it.
 
Old 03-19-2013, 06:32 AM   #6
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
Confirm that the driver module is listed as being loaded in lsmod. If it's not, try confirming the device ID numbers are listed as supported by the driver. Check dmesg for clues related to the module and firmware. Study the driver module, other wireless modules, firmware, firmware folders being used by this wireless device when a distro is running it.
 
Old 03-19-2013, 06:42 AM   #7
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
Also look at /etc/udev/rules.d/70-persistent-net.rules.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver for Belkin f5d7050 v5000 wireless Adapter? george3095 Linux - Wireless Networking 7 09-08-2010 07:34 PM
Activate Ralink Wireless PCIe adapter in CentOS flyingbird Linux - Networking 0 07-24-2010 04:19 PM
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
belkin f5d7050 usb wireless adapter dont work lunaz Ubuntu 3 02-04-2007 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:52 PM.

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