LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Tags used in this thread
Popular LQ Tags ,

Reply
 
Thread Tools
Old 10-25-2009, 08:28 PM   #1
gannggstaz
LQ Newbie
 
Registered: Sep 2009
Posts: 8
Thanked: 0
RT3070 installation issue


[Log in to get rid of this advertisement]
I've followed the steps at this website http://ubunturt2870.pbworks.com/FrontPage and have gotten to step 5 and when I type "sudo make" it responds with:
Code:
make -C tools
make[1]: Entering directory `/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools'
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/Makefile
make  -C  /lib/modules/2.6.28-16-generic/build SUBDIRS=/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-16-generic'
  CC [M]  /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_md5.o
In file included from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rt_config.h:56,
                 from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/crypt_md5.h:35,
                 from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_md5.c:27:
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:654: error: ‘TX_RING_SIZE’ undeclared here (not in a function)
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:662: error: ‘RX_RING_SIZE’ undeclared here (not in a function)
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:670: error: ‘MGMT_RING_SIZE’ undeclared here (not in a function)
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:728: error: ‘NUM_OF_TX_RING’ undeclared here (not in a function)
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:2175: error: expected specifier-qualifier-list before ‘RTMP_INF_TYPE’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:2296: error: expected specifier-qualifier-list before ‘RTMP_INF_TYPE’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:2738: error: expected specifier-qualifier-list before ‘RT28XX_RXD_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:3521: error: expected declaration specifiers or ‘...’ before ‘INT_SOURCE_CSR_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:3612: error: expected declaration specifiers or ‘...’ before ‘PTXWI_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:3632: error: expected declaration specifiers or ‘...’ before ‘PTXWI_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:3638: error: expected declaration specifiers or ‘...’ before ‘PTXWI_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:3677: error: expected declaration specifiers or ‘...’ before ‘PRT28XX_RXD_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:5395: error: expected declaration specifiers or ‘...’ before ‘PRXWI_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:6322: error: expected declaration specifiers or ‘...’ before ‘PRXWI_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:6326: error: expected declaration specifiers or ‘...’ before ‘PRT28XX_RXD_STRUC’
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rtmp.h:6534: error: expected declaration specifiers or ‘...’ before ‘RTMP_INF_TYPE’
In file included from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/rt_config.h:57,
                 from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/crypt_md5.h:35,
                 from /home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_md5.c:27:
/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/include/ap.h:82: error: expected declaration specifiers or ‘...’ before ‘PRT28XX_RXD_STRUC’
make[2]: *** [/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux/../../common/crypt_md5.o] Error 1
make[1]: *** [_module_/home/james/2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-16-generic'
make: *** [LINUX] Error 2
How can I fix this. I'm a newbie so I have almost no idea as to what this means. I'm running linux ubuntu 9.04. I'm trying to install the RT3070 driver from railinktech.com.
linuxubuntu gannggstaz is offline  
Tag This Post ,
Reply With Quote
Old 10-25-2009, 09:10 PM   #2
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: North Carolina
Distribution: Ultimate Edition 2.3 (Ubuntu Jaunty Jackalope 9.04)
Posts: 111
Thanked: 1
Hey gannggstaz.

According to this thread: http://ubuntuforums.org/showthread.php?t=1267266 your device should work right out of the box. Is it not showing up in NetworkManager? If not, have you maybe considered using wicd? That's how I got my RaLink RT2860 PCI card to work on Slackware with very little work

Last edited by fedoralinuxjunkie; 10-25-2009 at 09:11 PM..
linux fedoralinuxjunkie is offline     Reply With Quote
Old 10-29-2009, 04:12 PM   #3
gannggstaz
LQ Newbie
 
Registered: Sep 2009
Posts: 8
Thanked: 0

Original Poster
I switched to wicd, but it still doesn't show up. I still need to install the driver before the device can be used, don't I?
linuxubuntu gannggstaz is offline     Reply With Quote
Old 11-11-2009, 08:50 PM   #4
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: North Carolina
Distribution: Ultimate Edition 2.3 (Ubuntu Jaunty Jackalope 9.04)
Posts: 111
Thanked: 1
Sorry it took me so long to reply...I got really busy and couldn't get back on here...You shouldn't, mine worked right out of the box with Mint and Ubuntu...you may have to though...here's the site for the driver:

Code:
http://www.ralinktech.com/license_us.php?n=2&p=0&t=U0wyRnpjMlYwY3k4eU1EQTVMekV4THpFd0wyUnZkMjVzYjJGa05ESTVOVE0xTWpVNU1DNWllakk5UFQweU1EQTVYekV4TURaZlVsUXpNRGN3WDB4cGJuVjRYMU5VUVY5V01pNHhMakV1TUE9PUM%3D
Also, do you have the kernel-headers package installed? You'll need it to build the driver...
linuxgentoo fedoralinuxjunkie is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
What do I do after installing RT3070 file? gannggstaz Linux - Wireless Networking 3 11-06-2009 12:17 PM
Installation Issue nirmaltom Suse/Novell 3 03-07-2006 02:17 AM
Installation Issue mtecknology Red Hat 4 08-17-2005 06:59 PM
Installation issue... jhoin Fedora - Installation 5 11-05-2004 02:07 PM


All times are GMT -5. The time now is 12:58 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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration