[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-07-01 Thread Frog23
@David (and everybody else who is having the same problem): I was able
to recreate your error. I don't know what caused this, but I found a way
to prevent it. I also had a fresh install of 14.4 but of Kubuntu (but I
hope this shouldn't matter in this context). When I first tried to run
make, I got an error telling me that gcc was missing, so I just
installed it directly, without anything else, like build-essentials.
After that it build and installed correctly. So the obvious other step
that you did was installing build-essentials et al. So I installed them
and tried to run make again, and got the same error as you did. So I
removed those packages again and it worked again. Somehow one of those
other packages causes the error. I don't know why but for now this is
not important to me. Anyway ...


Long story short: try this:
(start with a fresh directory, just to be sure)
sudo apt-get remove -y build-essential kernel-package libncurses5-dev bzip2 
sudo apt-get install gcc

and then do all the other steps from my previous post.

If you want to you can install the removed packages afterwards again, if you 
need them for any other project.
I hope this helps.
Cheers
  Frog23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-07-01 Thread Frog23
@David: First of all: restart your computer and then call load.sh again. 
If this error occurs again, try calling rmmod for each file that shows the 
File exists error, but in reverse order. 
So from your error log, this would be:
rmmod ./rt2800lib.ko
rmmod ./rt2x00lib.ko
rmmod /lib/modules/3.13.0-30-generic/kernel/net/mac80211/mac80211.ko
rmmod /lib/modules/3.13.0-30-generic/kernel/net/wireless/cfg80211.ko
rmmod /lib/modules/3.13.0-30-generic/kernel/lib/crc-ccitt.ko
rmmod /lib/modules/3.13.0-30-generic/kernel/drivers/misc/eeprom/eeprom_93cx6.ko
rmmod /lib/modules/3.13.0-30-generic/kernel/drivers/misc/eeprom/eeprom.ko

I think you don't need to run make again, it seems to be only a problem with 
loading the modules. But I am not an expert in this, so I could be mistaken.
Again, I hope this helps. 
Cheers
  Frog23

P.S. I still have to run load.sh again after I restarted my computer, I
haven't come around to test the proposed method by keshara yet, or find
another permanent solution. But this is only a minor inconvenience for
me compared to a non-working wifi card. Just so you know.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-06-30 Thread Frog23
regarding the problem
  bash: ./load.sh: Permission denied
that some people have reported, try this (while being su)
  chmod +x load.sh
  ./load.sh

So the complete steps should now be
cd MT7630E_Wi-Fi_BT_Source_V3.14_20140625
sudo su
mv MT7630E_Wi-Fi_BT_Source\ Release_20140625 
MT7630E_Wi-Fi_BT_Source_Release_20140625
cp firmware/Wi-FI/MT7650E234.bin /lib/firmware/
cd rt2x00
make
chmod +x load.sh
./load.sh

I hope I didn't forget anything. Thanks to everybody who helped figuring this 
out.
Bye
  Frog23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs