2010/8/31 Andrzej 'The Undefined' Dopierała <[email protected]>: > On Tue, Aug 31, 2010 at 08:34:06AM +0200, Zsolt Udvari wrote: > try check by strace what files iwconfig try to open and has permission > denied.
Hm, good idea :) http://pastebin.com/zHuf6kgm I think, here is the problem (line 85-93): ioctl(3, SIOCGIWNWID, 0xbfda570c) = -1 EOPNOTSUPP (Operation not supported) ioctl(3, SIOCGIWFREQ, 0xbfda570c) = -1 EPERM (Operation not permitted) ioctl(3, SIOCGIWENCODE, 0xbfda570c) = -1 EPERM (Operation not permitted) ioctl(3, SIOCGIWESSID, 0xbfda570c) = -1 EPERM (Operation not permitted) ioctl(3, SIOCGIWMODE, 0xbfda570c) = -1 EPERM (Operation not permitted) ioctl(3, SIOCGIWRANGE, 0xbfda570c) = -1 EPERM (Operation not permitted) But I don't know what it means ("Operation not permitted" - understand ;))... _______________________________________________ pld-users-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-en
