Fedora Linux Support Community & Resources Center
  #1  
Old 7th July 2010, 05:50 AM
motnahp00
Guest
 
Posts: n/a
linuxfedorafirefox
Exclamation Rosewill RNX-EasyN1

Firstly, sorry if anyone believes I am double posting, but I cannot seem to find a decent answer to my wireless issue.

I have a Rosewill RNX-EasyN1 USB Wireless N Adapter.
lsusb --> Bus 002 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870 Wireless Adapter

I downloaded the latest driver from the company's website:
http://www.rosewill.com/Mgnt/Uploads...ux_v.2.1.1.bz2

I unzip my download:
# bunzip2 rnx-easyn1_linux_v.2.1.1.bz2
# tar -xf rnx-easyn1_linux_v.2.1.1

Attempt to run the make file:
# cd 2009_0525_RT3070_Linux_STA_v2.1.1.0/
# make

Output:
make -C tools
make[1]: Entering directory `/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools'
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/Makefile
make -C /lib/modules/2.6.33.5-124.fc13.i686/build SUBDIRS=/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux modules
make[1]: Entering directory `/usr/src/kernels/2.6.33.5-124.fc13.i686'
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_md5.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_sha2.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_hmac.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/mlme.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/mlme.c: In function ‘BssTableSortByRssi’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/mlme.c:4406: warning: the frame size of 1572 bytes is larger than 1024 bytes
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_wep.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/action.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_data.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/rtmp_init.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/rtmp_init.c: In function ‘RtmpRaDevCtrlInit’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/rtmp_init.c:3710: warning: passing argument 2 of ‘os_alloc_mem’ from incompatible pointer type
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:5687: note: expected ‘UCHAR **’ but argument is of type ‘UCHAR *’
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_tkip.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_aes.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_aes.c: In function ‘AES_GTK_KEY_WRAP’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_aes.c:1338: warning: the frame size of 1092 bytes is larger than 1024 bytes
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_sync.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/eeprom.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_sanity.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_info.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_cfg.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_wpa.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/dfs.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/spectrum.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/rtmp_timer.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/rt_channel.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_profile.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/cmm_asic.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/assoc.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/auth.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/auth_rsp.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtScanAction’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c:651: warning: the frame size of 1252 bytes is larger than 1024 bytes
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c:1429: warning: the frame size of 1328 bytes is larger than 1024 bytes
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtJoinAction’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c:929: warning: the frame size of 1256 bytes is larger than 1024 bytes
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c: In function ‘MlmeStartReqAction’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sync.c:525: warning: the frame size of 1064 bytes is larger than 1024 bytes
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/sanity.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/rtmp_data.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/connect.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/connect.c: In function ‘LinkDown’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/connect.c:1975: warning: unused variable ‘Cancelled’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/connect.c: In function ‘CntlOidScanProc’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/connect.c:343: warning: the frame size of 1596 bytes is larger than 1024 bytes
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../sta/wpa.o
CC [M] /home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.o
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1510: error: ‘struct net_device’ has no member named ‘open’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1511: error: ‘struct net_device’ has no member named ‘stop’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1512: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1513: error: ‘struct net_device’ has no member named ‘do_ioctl’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1519: error: ‘struct net_device’ has no member named ‘get_stats’
/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.c:1553: error: ‘struct net_device’ has no member named ‘validate_addr’
make[2]: *** [/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/jesse/Downloads/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.33.5-124.fc13.i686'
make: *** [LINUX] Error 2

Any assistance would be greatly appreciated.
Reply With Quote
  #2  
Old 7th July 2010, 07:37 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Rosewill RNX-EasyN1

As your adapter has the ralink rt2870 chip use the driver from RPMFusion. See http://forums.fedoraforum.org/showthread.php?t=197413
Reply With Quote
  #3  
Old 7th July 2010, 01:46 PM
motnahp00
Guest
 
Posts: n/a
windows_vistaie
Re: Rosewill RNX-EasyN1

I did see this posting and did not have any luck with the rt2870 install. I will however try the rt3070 and let you know.

Thanks.
Reply With Quote
  #4  
Old 8th July 2010, 02:35 AM
motnahp00
Guest
 
Posts: n/a
linuxfedorafirefox
Re: Rosewill RNX-EasyN1

I tried the rt3070 yum install and did not have any success.
Reply With Quote
  #5  
Old 8th July 2010, 03:22 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Rosewill RNX-EasyN1

What do you mean by no success? Did it install? Does Networkmanager show your network?
Reply With Quote
  #6  
Old 8th July 2010, 04:09 AM
motnahp00
Guest
 
Posts: n/a
linuxfedorafirefox
Re: Rosewill RNX-EasyN1

It installed but all I see is my integrated LAN on mobo and PCI wireless adapter. No signs of my USB wireless device.
Reply With Quote
  #7  
Old 8th July 2010, 05:11 AM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Rosewill RNX-EasyN1

If you already have a wifi adapter I'm guessing you might need to disable it first.
Reply With Quote
  #8  
Old 8th July 2010, 06:47 PM
motnahp00
Guest
 
Posts: n/a
windows_vistaie
Re: Rosewill RNX-EasyN1

That didn't work either. I should have the ability to run two wireless adapters if the drivers are installed properly.
Reply With Quote
  #9  
Old 8th July 2010, 11:35 PM
ozjd's Avatar
ozjd Online
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Rosewill RNX-EasyN1

Quote:
Originally Posted by motnahp00 View Post
That didn't work either. I should have the ability to run two wireless adapters if the drivers are installed properly.
I would think so too but it was worth a try. Sorry can't think of any thing else at the moment.
Reply With Quote
  #10  
Old 9th July 2010, 01:33 AM
motnahp00
Guest
 
Posts: n/a
linuxfedorafirefox
Re: Rosewill RNX-EasyN1

I cannot believe the wireless adapter picked up after I turned on my computer today.

I will retry the rt3070 yum install just to verify.

Thanks for your assistance.
Reply With Quote
  #11  
Old 5th March 2011, 03:20 AM
gbburkhardt Offline
Registered User
 
Join Date: Mar 2011
Posts: 1
linuxfirefox
Re: Rosewill RNX-EasyN1

The first post on this thread noted a problem compiling the driver. A newer version of the driver that does compile against the 2.6.34 kernel is available here:

http://www.ralinktech.com/support.php?s=2
Reply With Quote
  #12  
Old 5th March 2011, 04:21 AM
motnahp00
Guest
 
Posts: n/a
windows_7ie
Re: Rosewill RNX-EasyN1

Thanks for the info gbburkhardt.

The yum installs were sufficient.
Reply With Quote
Reply

Tags
easyn1, ralink, rosewill, rt2870, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 12 and Rosewill external SATA cage? kenned3 Hardware & Laptops 0 23rd January 2010 12:37 PM
Anyone have experience with the Rosewill RC-605 or eSATA/express card in general? SiriusStarr Hardware & Laptops 1 21st August 2008 07:07 PM


Current GMT-time: 08:43 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat