Customer Service: +662 954 5667

A+ A A-
Welcome, Guest
Username Password: Remember me

Howto install RT3070 Wireless on the Edubook
(1 viewing) (1) Guest
Drivers
  • Page:
  • 1

TOPIC: Howto install RT3070 Wireless on the Edubook

Howto install RT3070 Wireless on the Edubook 3 years, 3 months ago #2

  • admin
Driver: RT3070USB(RT307x) www.ralinktech.com/support.php?s=2



1. Download the RT3070USB driver from Ralink website above
2. Unpack it.

Code:

$sudo su
#tar jxvf 2009_0525_RT3070_Linux_STA_v2.
1.1.0.bz2

3. Navigate to os/linux and add the following line to usb_main_dev.c

Code:

#cd 2009_0525_RT3070_Linux_STA_v2.1.1.0/os/linux
#pico usb_main_dev.c
...
add:
{USB_DEVICE(0x148F,0x2070)}, /* Ralink 2070L */
under #ifdef RT3070
...

Also make the following changes in os/linux/config.mk <config.mk>:


HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_
SUPPORT=y


4. Compile the module.

Code:

#cd ../..;make

5. Install the module.

Code:

#make install

6. Copy the .DAT file to /etc/Wireless. (the install script should do it but just in case). Also copy the rt2870.bin file to /lib/firmware. (just in case).

Code:

#mkdir -p /etc/Wireless/RT2870STA
#cp RT2870STA.dat /etc/Wireless/RT2870STA/
#apt-get install tofrodos
#dos2unix /etc/Wireless/RT2870STA/RT2870STA.dat
#chmod +x /etc/Wireless/RT2870STA/RT2870STA.dat

#cp common/rt2870.bin /lib/firmware/

7. Start the module.

Code:

#modprobe rt3070sta

8. Test to see if it works.

9. Configure the card.


The steps above will make the wireless device work with Ubuntu 9.04/WattOS on the Edubook.
Last Edit: 3 years, 3 months ago by .

Re: Howto install RT3070 Wireless on the Edubook 2 years, 4 months ago #511

  • MrB
  • OFFLINE
  • New Gecko
  • Posts: 13
  • Karma: 2
It maybe worth updating this how to.
From here

The Ralink USB dongle wireless 802.11n driver install on Ubuntu 10.04 steps as below:

1. Download the driver for linux www.ralink.com.tw/support.php?s=2
click RT8070/RT3070USB(RT307x) and press Accept button.

2. Extract the file, open a terminal, cd into it and copy a missing file.
tar -xvf DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
cd DPO_RT3070_LinuxSTA_V2.3.0.2_20100412
cp RT2870STA.dat RT3070STA.dat

3. edit os/linux/usb_main_dev.c, add one line “MODULE_LICENSE(“GPL”);”. Please refers to www.linuxforums.org/forum/wireless-inter...s-kernel-solved.html
lsusb to check your id, add the ids into file common/rtusb_dev_id.c.

4. Compile and install the driver.
make (you’ll see one error that related “tftpboot”, ignore it.)
sudo make install

5. Add a missing symlink.
sudo mkdir /etc/Wireless/RT2870STA; sudo ln -s /etc/Wireless/RT3070STA/RT3070STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat

6. Load the driver, if failed please rmmod rt2800usb related kernel modules.
sudo modprobe rt3070sta

7. edit file “/etc/modprobe.d/blacklist.conf”.
Add “blacklist rt2800usb” to the bottom line

After reboot you will use the WLAN well on Ubuntu 10.04, good luck!


I have not tried this yet, I am due out about now, so this will have to wait till tomorrow before I give it a go on a wattos R2.

Perhaps we could put hints and tips for this in this thread.

Re: Howto install RT3070 Wireless on the Edubook 2 years, 4 months ago #512

  • MrB
  • OFFLINE
  • New Gecko
  • Posts: 13
  • Karma: 2
Update on this.

I have found that the file name has changed so the tar command had to be changed, the driver file itself has been altered to include the MODULE LICENSE line, and the most difficult problem is that the .deb kernel I downloaded from here has no /build directory so that the 'make' command fails.

Still working on this. I downloaded the developers kernel package last night.

Re: Howto install RT3070 Wireless on the Edubook 2 years, 4 months ago #513

  • cest73
  • OFFLINE
  • Moderator
  • Posts: 235
  • Karma: 12
Great news!
keep us posted, and hopefully provide us with the final module? too much to ask?
someone else?


Stevan C.
Murphy rules

Re: Howto install RT3070 Wireless on the Edubook 2 years, 4 months ago #514

  • MrB
  • OFFLINE
  • New Gecko
  • Posts: 13
  • Karma: 2
Will do.

Unfortunately it's back to the day job today, so I will probably have to wait till Friday to get this done.

As soon as I have something to post I will.
I have set up my edubook with the latest kernel source files, and found and copied the .config file from the 10.04 version of the edubook that I have, the next step is to compile the kernel, and then build the module. However as will all things I guess the actuall process is going to take a little longer than anticipated with a few more problems to solve. I know they can be sorted though because they have already been done with different OS's and the 10.04 version has all these things sorted, so in a way I am reinventing the wheel, but I just think we could have a faster ubuntu based system with the entire ubuntu repositories available.

It has been a huge learning curve so far, and I have a cisco exam coming up so I really should be doing revision as well, but I freely admit I am getting a little obsessed.

Saul
  • Page:
  • 1
Time to create page: 0.25 seconds

Login or Register

LOG IN

Register

User Registration
or Cancel