Carlos Martínn Nieto wrote:
> The error message says it is trying to scan with eth1, but the driver
> log says the card is on wlan0.
>
> Try doing `iwlist wlan0 scan`. That should work.
No.
The first dmesg is about tiacx module, this module set the name of my
wireless card as eth1, but with acx module set wlan0 (second dmesg).
--
vinTux ~ # cat /proc/net/dev |grep -v \| |cut -d\: -f1
lo
eth0
wlan0
vinTux ~ # lsmod |grep ^acx|awk '{print $1}'
acx
vinTux ~ #
--
but with tiacx module i have:
--
vinTux ~ # cat /proc/net/dev |grep -v \| |cut -d\: -f1
lo
eth0
eth1
vinTux ~ # lsmod |grep ^acx|awk '{print $1}'
acx_pci
acx_common
vinTux ~ #
--
I try `iwlist wlan0 scanning' but i have same result.
Regards
VinX
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html