On Sunday 11 February 2007 01:55, Pavel Roskin wrote: > Hello! > > [I'm trimming the cc: a little bit] > > On Sat, 2007-02-10 at 14:23 +0100, Hesse, Christian wrote: > > On Friday 09 February 2007 22:12, James Ketrenos wrote: > > > We are pleased to announce the availability of a new driver for the > > > Intel PRO/Wireless 3945ABG Network Connection adapter. > > > > Wow, great news on this rainy saturday! ;-) > > > > The driver works perfectly, I'm writing this mail via wireless link. > > However there are two things to note: > > > > The driver generates two network devices. The second one is for > > promicious mode? Is there any chance to disable the interface? ifrename > > renamed the wrong one to wlan0 and I had to tell my system to use eth1 > > for the wireless connection. > > I think one of the devices is wmaster0. It's better that you just > ignore it. The effort is already underway to make that interface > hidden. > > In the meantime, you can use the "arp" condition in /etc/iftab. > Ethernet is 1 (that includes the original wlan0), IEEE 802.11 is 801 > (that's the master devices and devices in monitor mode). For example: > > wifi* arp 801 > eth* arp 1 I decided to drop the iftab thing and replace it with udev rules. The following rules do the expected renaming: KERNEL=="eth*", SYSFS{address}=="00:13:77:04:a7:77", NAME="eth0" KERNEL=="eth*", SYSFS{address}=="00:00:f0:41:20:07:e8:49", SYSFS{type}=="24", NAME="fw0" KERNEL=="eth*", SYSFS{address}=="00:13:02:0f:56:a2", SYSFS{type}=="1", NAME="wlan0" > > Second problem is that I can't unload the module. I get the message > > "FATAL: Module iwlwifi is in use." even if both interfaces are down. > > I cannot reproduce this problem. Please see the output of "lsmod" and > the kernel log for possible oopses. lsmod shows a use count of 4294967295 (2^32 - 1), no oopses or the like. This is reproducable all the time. -- Regards, Chris
Attachment:
pgpHgo6QPknV8.pgp
Description: PGP signature