[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-05 Thread Matt Price
this today from realtek. Haven't had a chance to test it yet. I don't quite understand the email message & don't have time to crash my laptop today trying to fix this, maybe someone else can give it a go? Forwarded Message From: roger_liang To: matt.pr...@utoronto.ca Subject

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-05 Thread Andy Whitcroft
Ok this driver only seems to exist in the Ubuntu kernel in Lucid and later, creating appropriate tasks. ** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Lucid) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Lucid)

Re: [Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-04 Thread Matt Price
At Sun, 04 Jul 2010 02:08:57 -, Alex Wauck wrote: > > Matt, I wonder if you're not getting part of the strace output because > the kernel panic happens before the data gets sent over the wire? Can > you try running strace in a non-X vt (i.e. ctrl-alt-f1, then run > strace)? I'm assuming zach

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread ZachG
(For all the people who found this thread by googling) ### REALLY HACKY SOLUTION WHICH WILL (hopefully) ENABLE YOU TO USE r8192 WITHOUT CRASHING IN LINUX ### The usual disclaimer about these kinds of hacks applies -- I am not responsible yada yada, do this at your own risk yada yada, worked for m

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread ZachG
1) I can confirm everything Matt has said so far on my machine. iwpriv -a is definitely the cause of the problem 2) Obviously I cant copy paste so good from a non-X vt on a machine that has had a kernel panic. I took a photo however (attached) 3) It looks like it crashes on an ioctl (surprise

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread Alex Wauck
Matt, I wonder if you're not getting part of the strace output because the kernel panic happens before the data gets sent over the wire? Can you try running strace in a non-X vt (i.e. ctrl-alt-f1, then run strace)? -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bug

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread Matt Price
and finally, the strace of iwpriv -a itself: r...@roke:~# strace -f iwpriv -a execve("/sbin/iwpriv", ["iwpriv", "-a"], [/* 19 vars */]) = 0 brk(0) = 0xd2b000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap(NULL, 8192, PROT_READ|

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread Kees Cook
** Changed in: linux (Ubuntu) Status: New => Confirmed ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) -- [STAGING] r8192se_pci + powertop = kernel panic https://bu

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-03 Thread Matt Price
i was able to get an strace from powrtop (loo\gging in by ssh from a scrr\een session on a remote computer) and attach the log here. it looks like the issue is triggered by "iwpriv -a" -- here's what looks like the relevant part of the log (at the end): [pid 2077] execve("/bin/sh", ["sh", "-c",

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-07-01 Thread Matt Price
Zach, sorry for the delay. so far no real help from realtek though they are at least responding, and I think they want to help. I'm attaching the tarball they sent me with a new version -- it makes no difference to me but might make some difference to others. They say they can't reproduce the bu

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-25 Thread ZachG
Matt, What so far has been your conversation with realtek? Can you get them to possibly bring the discussion into the open (perhaps even here) so others can pick at their brains and maybe help come up with patches? (I myself would be interested in taking a peak if perhaps somebody could provide a

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-25 Thread Alex Wauck
As far as I can tell, the module is open source. It's just not part of the mainline kernel. I think we should push all open-source drivers that aren't part of the mainline kernel to aim for inclusion. Even if it doesn't get accepted, the kernel devs should at least provide some direction for imp

Re: [Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-25 Thread Matt Price
When you say upstream, do you mean moving the module to open source & kernel inclusion? i really doubt they have any interest. Though perhaps if someone who actually knows something spoke with them, the Realtek people would make some progress. -- [STAGING] r8192se_pci + powertop = kernel panic h

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-25 Thread Alex Wauck
Is there any effort to get this code upstream? I strongly suspect the code could use a thorough review by the kernel devs. -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-24 Thread Matt Price
I have also checked with the recent update, 0017.0525.2010. The error persists there as well. Currently corresponding with Roger at Realtek who has been open so far. -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification beca

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-18 Thread Alex Wauck
This bug is also present with 2.6.35-rc3 and r8192se_pci 0017.0507.2010 (one firmware file changed in this version; I made sure that I am using that one.). -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification because you are

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-18 Thread ZachG
(Thanks matt for forwarding me this bug link) I am also affected by this. I am using stock open source ati driver. Is there any other information I can provide or anything I can do to help debug this? A quick google doesn't reveal any good sources for other versions of the driver for this card.

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-18 Thread Alex Wauck
Same problem with the newer driver (0017.0507.2010) on 2.6.32. Corruption is now at 8145ffbd. fglrx 10.6 is in use. -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-18 Thread Alex Wauck
There is indeed a new version. I am trying it now. -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 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.

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-18 Thread Matt Price
Alex, any movement on this? e.g. is there a new upstream rtl8192se driver? looks like lp:592745 might be a duplicate, so it's affecting others as well. thanks, matt -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification beca

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-02 Thread Alex Wauck
I have attached the backtrace when I ran powertop on the mainline 2.6.35-rc1 kernel with latest r8192se_pci from Realtek. ** Attachment added: "mainline 2.6.35-rc1 + latest r8192se_pci" http://launchpadlibrarian.net/49572512/kernel-panic-2.6.35-rc1.jpg -- [STAGING] r8192se_pci + powertop = ke

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-06-02 Thread Alex Wauck
** Changed in: linux (Ubuntu) Status: Incomplete => New -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-05-27 Thread Alex Wauck
As I said, this problem still occurs with 2.6.34 mainline kernel and latest r8192se_pci from Realtek. I have a sneaking suspcicion that the root cause is that the code is crap. ** Tags removed: needs-upstream-testing -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-05-26 Thread Jeremy Foshee
Hi Alex, If you could also please test the latest upstream kernel available that would be great. It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested the upstream kernel, please remove the 'needs-upstrea

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-05-26 Thread Alex Wauck
The r8192se_pci driver seems a bit flaky in general. I would appreciate it if someone familiar with wireless driver code would take a quick look at the r8192se_pci code and tell me if it is, in fact, a disgusting collection of kludges, as I am beginning to suspect that it is. -- [STAGING] r8192s

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-05-26 Thread Alex Wauck
This bug also occurs when I use the mainline 2.6.34 kernel with the latest r8192se_pci driver from Realtek's website. Therefore, I believe the r8192se_pci module is ultimately responsible. -- [STAGING] r8192se_pci + powertop = kernel panic https://bugs.launchpad.net/bugs/585938 You received this

[Bug 585938] Re: [STAGING] r8192se_pci + powertop = kernel panic

2010-05-26 Thread Alex Wauck
** Attachment added: "kernel panic message" http://launchpadlibrarian.net/49145763/r8192se_pci-kernel-panic.jpg ** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/49143627/AlsaDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/49143628/BootD