[Bug 216084] Re: no wifi driver for ralink rt2860

2010-01-21 Thread Bug Watch Updater
*** This bug is a duplicate of bug 210725 ***
https://bugs.launchpad.net/bugs/210725

** Changed in: linux
   Status: Confirmed => Fix Released

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-08-20 Thread Leann Ogasawara
*** This bug is a duplicate of bug 210725 ***
https://bugs.launchpad.net/bugs/210725

Hi Guys,

This actually looks like a duplicate request of bug 210725
(https://bugs.edge.launchpad.net/linux/+bug/210725/comments/8) .  Bug
210725 has already been Triaged and assigned to the kernel team to look
at.  I'm going to mark this as a duplicate of that report.  Please
continue to follow up with any future progress/feedback using that bug
report.  Thanks

** This bug has been marked a duplicate of bug 210725
   RaLink RT2790 not working

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-08-18 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => Confirmed

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-08-18 Thread Brian Murray
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=10754
   Importance: Unknown
   Status: Unknown

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-08-15 Thread Stéphane Graber
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Triaged

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 216084] Re: no wifi driver for ralink rt2860

2008-07-10 Thread krutoileshii
you shouldn't need anything more then build-essential and
kernel-headers.
don't forget to read the read me file on what you need to change


On Thu, 2008-07-10 at 06:05 +, Balou1974 wrote:
> Hello Bruno,
> 
> it would be nice if you could explain how you compiled the Ralink-driver.
> Which pakets are needed? kernel-headers, build-essential?
> (currently I am using xubuntu Hardy Heron 8.0.4.1)
> 
> Many thanks!
> 
> Manuel
>

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-07-09 Thread Balou1974
Hello Bruno,

it would be nice if you could explain how you compiled the Ralink-driver.
Which pakets are needed? kernel-headers, build-essential?
(currently I am using xubuntu Hardy Heron 8.0.4.1)

Many thanks!

Manuel

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-06-05 Thread mmxbass
I _had_ this driver working until this morning when update manager
vomited a new kernel onto me and now it's totally not working. A distro
switch is looking awfully tempting right now. I don't see what the huge
problem with this is. The manufacturer has the module source on the
website.

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-21 Thread krutoileshii
How's you interface file look like? i can't seem to get it to associate
correctly. I got WPA2 with TKIP setup

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-20 Thread krutoileshii
I'll give it a shot on hardy, so far i can get it to compile and it sees the 
interface but I'm having problems getting it to associate with anything so far. 
it shows that it is connected at 1Mbps and that is it (network manager not 
installed). 
I'll take a look at it and see if i can get it to work.

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-19 Thread Bruno Lambert
Turned out to be easier than expected. uncompresse the driver. cd
driver. make. make install. then:

[EMAIL PROTECTED]:~# modprobe rt2860sta
[EMAIL PROTECTED]:~# ifconfig ra0 up
[EMAIL PROTECTED]:~# vim /etc/network/interfacesadded: auto 
ra0
[EMAIL PROTECTED]:~# /etc/init.d/networking restart
 * Reconfiguring network interfaces...  

  Ignoring unknown interface 
eth0=eth0.
Ignoring unknown interface ra0=ra0.


   [ OK ]
[EMAIL PROTECTED]:~# ps faux | grep NetworkManager
root  5290  0.0  0.1  13916  2140 ?Ssl  18:46   0:00 
/usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
root  5304  0.0  0.0   3536  1324 ?Ss   18:46   0:00 
/usr/sbin/NetworkManagerDispatcher --pid-file 
/var/run/NetworkManager/NetworkManagerDispatcher.pid
root 11211  0.0  0.0   3012   756 pts/0S+   18:50   0:00  
\_ grep Net
[EMAIL PROTECTED]:~# kill 5290
[EMAIL PROTECTED]:~# kill 5304
[EMAIL PROTECTED]:~#  /usr/sbin/NetworkManager --pid-file 
/var/run/NetworkManager/NetworkManager.pid
[EMAIL PROTECTED]:~# /usr/sbin/NetworkManagerDispatcher --pid-file 
/var/run/NetworkManager/NetworkManagerDispatcher.pid

and NetworkManager restart and I now see all the wireless devices
around. I don't know if every steps were necessary, but it worked here.

I wonder if we could call the fact that Network Manager doesn't see my
wifi card when I load the driver, a bug?

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-19 Thread Bruno Lambert
reported upstream: http://bugzilla.kernel.org/show_bug.cgi?id=10754

Got it working on Ubuntu and Slackware (iwlist scan give me result). I
got wicd to work on Slackware using Slackbuild. On Ubuntu,
NetworkManager just can't see it. I'll try to get it working on ubuntu
now. I had weird error about wpa_supplicant

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-14 Thread krutoileshii
If someone wants to help with this one just email me. If i manage to get
it working i will put together a how-to

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-14 Thread krutoileshii
Hey Bruno, would you mind giving a hand in getting this one to work on Hardy?
i managed to compile it and that's about it. can't seem to get it to connect to 
anything. scans fine however and sees my access point. 
Help would be great.

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-05-07 Thread Bruno Lambert
The new version actually work out of the box on ubuntu

http://www.ralinktech.com.tw/data/drivers/2008_0325_RT2860_Linux_STA_v1.6.1.0.tar.bz2

just make and cp the firmware and make install and modprobe.

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-04-27 Thread Bruno Lambert
The driver now compile on 2.6.24 (new version). I've made it work in
Arch Linux (using the community packages and some tweak).

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-04-11 Thread Bruno Lambert
uname attachement

** Attachment added: "uname-a.log"
   http://launchpadlibrarian.net/13371394/uname-a.log

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-04-11 Thread Bruno Lambert
don't know if that's really important:

[EMAIL PROTECTED]:~$ cat /proc/version_signature > version.log
[EMAIL PROTECTED]:~$ cat version.log 
Ubuntu 2.6.24-16.30-generic
[EMAIL PROTECTED]:~$ 


** Attachment added: "version.log"
   http://launchpadlibrarian.net/13371378/version.log

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-04-11 Thread Bruno Lambert
dmesg attachament

** Attachment added: "dmesg"
   http://launchpadlibrarian.net/13371355/dmesg

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216084] Re: no wifi driver for ralink rt2860

2008-04-11 Thread Bruno Lambert

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/13371309/lspci-vvnn.log

-- 
no wifi driver for ralink rt2860
https://bugs.launchpad.net/bugs/216084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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