Comment 19 for bug 585938

Revision history for this message
Matt Price (matt-price) wrote : Re: [STAGING] r8192se_pci + powertop = kernel panic

and finally, the strace of iwpriv -a itself:

root@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|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f61867ac000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=131558, ...}) = 0
mmap(NULL, 131558, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f618678b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libiw.so.30", O_RDONLY) = 3
read(3,

that's all i get when running iwpriv remotely. is that at all informative?