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

2014-09-07 Thread Abhishek Vershney
Are you using WEP for authentication? I faced the same issue. I changed the authentication to WPS/WPS2 and it worked. On Sep 7, 2014 12:15 PM, rm rizannemamd...@rocketmail.com wrote: @jahidulhamid Thanks for your tip so much. Now my Ubuntu can see wireless networks, however it never connects

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

2014-09-07 Thread Abhishek Vershney
I am sorry. I also meant WPA. You can verify if your laptop connects with some other wifi router. In my case. it was the issue with my old wifi router. I faced the similar issue. On Sep 7, 2014 2:11 PM, rm rizannemamd...@rocketmail.com wrote: @varshneyabhi Thanks a lot for your reply. The

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

2014-09-03 Thread keshara Dorakumbura
@tobiasBora: DKMS builds kernel module for a particular kernel version. So if you upgrade your kernel version it wont support that module and you will have to build it again. DKMS basically duplicate tree, , outside of the kernel source, that holds the source and compiled binaries for a

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

2014-07-15 Thread Abhishek Vershney
Hi Payo, If you see the MT7630E_Wi-Fi_BT_Source_Release_20140625 folder, it must already has btloader folder. This folder contains bluetooth drivers. If you are not interested into bluetooth, you can skip these two lines. You can create wifi_bt_drivers file anywhere, a good place can be inside

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

2014-07-14 Thread keshara Dorakumbura
Ok, if you could set me up an SSH onto your system, i can look into this... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1220146 Title: Need support for new Ralink Wifi card -

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

2014-07-14 Thread keshara Dorakumbura
No bro, its an protocol which allows way of connecting remotely between hosts. Basically, i can log into your system's command line thru internet.. But saying that, first you have to have SSH-server installed on your system. On Mon, Jul 14, 2014 at 8:29 PM, Payo Manuel man...@yali.fr wrote: @

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

2014-07-14 Thread Abhishek Vershney
Hi, If your intentions are just to load drivers at boot time, I have another temporary solution. I am using this solution, and its working fine. 1.) Run 'visudo' and add following line into it: your user name ALL=(ALL) NOPASSWD: ALL This will enable to run any sudo command without

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

2014-07-14 Thread Abhishek Vershney
Hi, If your intentions are just to load drivers at boot time, I have another temporary solution. I am using this solution, and its working fine. 1.) Run 'visudo' and add following line into it: your user name ALL=(ALL) NOPASSWD: ALL This will enable to run any sudo command without

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

2014-07-13 Thread keshara Dorakumbura
- before precede to step 10 make sure you installed dkms with $ sudo apt-get install dkms - next rename the rt2x00 directory thats comes with download package to rt2x00-VV, where VV should be repace according to your kernel version: for E.g. do; $ uname -r 3.13.0-30-generic - Now replace the

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

2014-06-30 Thread Abhishek Vershney
Hi, I tried with above mentioned drives. Wifi and bluetooth are working fine. @David: Execute this command. This will download all required package requires for driver compilation. *sudo apt-get install -y build-essential kernel-package libncurses5-dev bzip2* regards, Abhishek Vershney,

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

2014-06-30 Thread SimonWerner
@David, read Matteo's comments on changing the MT7630E_Wi-Fi_BT_Source Release_20140625 folder name to remove the whitespace. This worked for me. On 1 July 2014 05:47, David Gordon 1220...@bugs.launchpad.net wrote: @Abhishek, I installed above (I knew there was something I needed) but alas I