On Tue, 2004-06-01 at 18:43, Guus Sliepen wrote: > On Tue, Jun 01, 2004 at 02:33:11PM -0700, Debian Bug Tracking System wrote: > > > > reassign 251277 libiw27 > > Bug#251277: plip0 is not a wireless network interface > > Bug reassigned from package `netcfg' to `libiw27'. > > Since I don't have a PLIP interface and such, could you please provide > me with the information that makes you believe that it's because of a > bug in libiw27? Like what functions d-i calls and what libiw27 returns?
netcfg tests whether an interface is wireless by checking whether the return value of iw_get_basic_config is 0. The check is in wireless.c, which you can find in the netcfg source package.ce The first argument is returned from iw_sockets_open, the second is "plip0", and the third is the address of a wireless_config struct on the stack. -- Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]