From: VinX <vincenx@fastwebnet.it>
To: netdev@vger.kernel.org
Subject: Re: tiacx module fail
Date: Mon, 11 Sep 2006 15:08:47 +0200 [thread overview]
Message-ID: <45055FDF.2000900@fastwebnet.it> (raw)
In-Reply-To: <20060911122541.GA4537@kiopa.cmartin.tk>
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
next prev parent reply other threads:[~2006-09-11 13:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-10 11:25 tiacx module fail VinX
2006-09-11 12:25 ` Carlos Martínn Nieto
2006-09-11 13:08 ` VinX [this message]
2006-09-11 13:13 ` VinX
2006-09-11 20:03 ` Carlos Martínn Nieto
2006-09-11 21:05 ` VinX
2006-09-11 22:40 ` Carlos Martín Nieto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45055FDF.2000900@fastwebnet.it \
--to=vincenx@fastwebnet.it \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.