[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2009-04-25 Thread Tim Gardner
While 9.04 may still have some performance issues, the driver appears to have stopped locking up. ** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu) Status: In Progress => Won't Fix ** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu) Assignee: Tim Gardner (timg-tpi) => (unassigned)

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-06-30 Thread Alon Levy
Hi, I tried the PPA kernel on 8.04, (I tried generic flavor). My results: * + doesn't freeze * - low throughput: I tried apt-get install wireshark (just a test) - got 30 KiB/sec~ . Then I tried another wireless card (a usb rt73 based card), and got ~500KiB. This is anecdotal evidence as best,

Re: [Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-05-12 Thread reclusivemonkey
Unfortunately my laptop has died so I can't test this now =[ Thanks for the attention though, I will post this to the forum to see if anyone else can give it a try. On 12 May 2008, at 17:07, Stefan Bader wrote: > For evaluation purposes I put up a PPA at https://launchpad.net/ > ~stefan- > ba

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-05-12 Thread Stefan Bader
For evaluation purposes I put up a PPA at https://launchpad.net/~stefan- bader-canonical/+archive which hosts a special kernel, LUM and LBM. I put a backported rtl8180/x driver to LBM. I am sorry that this currently requires to update the kernel and LUM as well. -- r8180 and ieee80211_rtl cause t

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-03-03 Thread reclusivemonkey
I've been hit by this problem too (see my thread on the Ubuntu forums; http://ubuntuforums.org/showthread.php?t=678735). I have tried Fedora 9 (Alpha) and the card works perfectly. Maybe some communication with the Fedora people would yield some results? -- r8180 and ieee80211_rtl cause total sys

Re: [Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-02-08 Thread Toma
Thank you so very very much Tim. I was beginning to think i should give up hope :*) Ill give it a further dig, as im quite sure im not the only person with an old crappy wireless card. On 09/02/2008, Tim Gardner <[EMAIL PROTECTED]> wrote: > drat - the kernel rtl8180 driver only handles USB adapter

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-02-08 Thread Tim Gardner
drat - the kernel rtl8180 driver only handles USB adapters. I need to research serialmonkey.com to see if the drivers are current. ** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Tim Gardner (timg-tpi) Status: Triaged => In Progr

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-23 Thread Leann Ogasawara
** Tags added: rtl8180 ** Tags removed: r8180 -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-23 Thread Leann Ogasawara
closing 'linux' task as this is an issue for 'linux-ubuntu-modules' ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubunt

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-23 Thread Leann Ogasawara
Reassigning to kernel team for an explanation. I have included the git commit id which disabled the driver: [EMAIL PROTECTED]:~/ubuntu-hardy-lum/ubuntu$ git log -p 860f49dc8e6f0c16dc3d8304770fda5dfc1d1b5e commit 860f49dc8e6f0c16dc3d8304770fda5dfc1d1b5e Author: Phillip Lougher <[EMAIL PROTECTED]>

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-19 Thread Toma
** Also affects: linux-ubuntu-modules-2.6.24 (Ubuntu) Importance: Undecided Status: New -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for U

Re: [Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-10 Thread Toma
This is from the source. linux-ubuntu-modules-2.6.24-2.6.24/ubuntu/Makefile ... # obj-$(CONFIG_RTL8187) += wireless/rtl818x/ ... # obj-$(CONFIG_NET_RTL818X) += wireless/rtl8180/rtl_ieee80211/ # obj-$(CONFIG_NET_RTL818X) += wireless/rtl8180/rtl8180/ ... Looks like its been disable to bui

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-02 Thread Leann Ogasawara
Hi Toma, Hopefully I clear up a few things. 1) The newer kernel is 2.6.24. There is no 2.6.26 kernel (not yet at least). 2) The rtl8180 driver can be found in the 'linux-ubuntu-modules' package. Please install this if it is not already. 3) The new task I opened is actually listed at the top

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-02 Thread Toma
I cant find the new bug you linked to Leann "I'm opened a new task against the actively developed kernel and am closing the report against linux-source-2.6.22. Thanks!" Also, Ive tried it with ndiswrapper as a sign of defeat and I cant get that to work either. -- r8180 and ieee80211_rtl cause

Re: [Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-02 Thread Toma
Using this kernel linux-image-2.6.24-2-generic_2.6.24-2.4_i386.deb I can safely say there is no rtl8180 driver at all. So I guess its been resolved in a crude and sad way. Still going to have to recompile stuff. Sigh. On 02/01/2008, Toma <[EMAIL PROTECTED]> wrote: > Just installed hardy alpha2...

Re: [Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2008-01-02 Thread Toma
Just installed hardy alpha2... theres no .26 kernel on this CD I have. Im trying to get the needed kernel on it then Ill try again. On 31/12/2007, Leann Ogasawara <[EMAIL PROTECTED]> wrote: > ** Tags removed: hardy-alpha2 > > -- > r8180 and ieee80211_rtl cause total system lockup. > https://bugs.l

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-12-30 Thread Leann Ogasawara
** Tags removed: hardy-alpha2 -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-12-27 Thread Leann Ogasawara
Hardy Heron Alpha2 was recently released. It contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha2 release from http://cdimage.ubuntu.com/releases/hardy/alpha-2/ . You should be able to then test the new kernel via the LiveCD. If you can, please verify if

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-12-21 Thread Leann Ogasawara
I'm opened a new task against the actively developed kernel and am closing the report against linux-source-2.6.22. Thanks! ** Changed in: linux-source-2.6.22 (Ubuntu) Status: New => Won't Fix ** Tags added: hardy-alpha2 ** Tags added: r8180 -- r8180 and ieee80211_rtl cause total system

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-12-21 Thread Leann Ogasawara
The Hardy Heron Alpha2 release will be coming out soon. It will have an updated version of the kernel. It would be great if you could test with this new release and verify if this issue still exists. I'll be sure to update this report when Alpha2 is available. Thanks! ** Also affects: linux (U

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-24 Thread master5o1
merci beacoup. I have finally managed to get my wifi working again :D -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mail

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-24 Thread Alessio Igor Bogani
** Changed in: linux-source-2.6.22 (Ubuntu) Sourcepackagename: linux-meta => linux-source-2.6.22 -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ub

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-22 Thread Toma
I added this to linux-meta because it effects ALL builds of the kernel. -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs ma

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-22 Thread Toma
** Attachment added: "lspci.log" http://launchpadlibrarian.net/10125443/lspci.log -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-22 Thread Toma
** Attachment added: "dmesg" http://launchpadlibrarian.net/10125436/dmesg -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-b

[Bug 156050] Re: r8180 and ieee80211_rtl cause total system lockup.

2007-10-22 Thread Toma
** Attachment added: "kernel.log" http://launchpadlibrarian.net/10125428/kernel.log -- r8180 and ieee80211_rtl cause total system lockup. https://bugs.launchpad.net/bugs/156050 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --