Bruce Dubbs wrote:

# diff a w
8,9c8,9
<   looking at device '/class/net/ath0':
<     KERNEL=="ath0"
---
  looking at device '/class/net/wifi0':
    KERNEL=="wifi0"
12c12
<     SYSFS{tx_queue_len}=="0"
---
    SYSFS{tx_queue_len}=="199"
20,21c20,21
<     SYSFS{ifindex}=="4"
<     SYSFS{iflink}=="4"
---
    SYSFS{ifindex}=="3"
    SYSFS{iflink}=="3"

Then indeed, either adding KERNEL=="ath*" and KERNEL=="wifi*", or not creating rules for such interfaces at all (because nothing else creates "ath*", and there can't be two wireless cards in one computer) is the proper solution.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to