Page 1 of 1

Wlan1 as Eth0

Posted: Mon Feb 11, 2013 12:48 pm
by noosphere
Hi,

In need your help plkease,

If i use iwconfig ans ifconfig the terminal show me this...

Image

Uploaded with ImageShack.us

I need my wireless card with wlan0/1 to use it in conky :(
Can you help me please?

Regards.
noosphere

Re: Wlan1 as Eth0

Posted: Mon Feb 11, 2013 3:39 pm
by AlbertP
This device name depends on the driver used for the wireless. Please run this command in terminal and post the output here:

Code: Select all

inxi -N

Re: Wlan1 as Eth0

Posted: Mon Feb 11, 2013 3:57 pm
by noosphere
Thanks for yout help...

The code:

Code: Select all

Network:   Card-1: Intel 82579V Gigabit Network Connection driver: e1000e
           Card-2: Broadcom BCM43224 802.11a/b/g/n driver: wl
Should i change anything?

Re: Wlan1 as Eth0

Posted: Tue Feb 12, 2013 9:18 am
by AlbertP
Ok, you have installed the Broadcom STA driver for the device I see. Didn't the wifi work without that driver? A 43224 card should work out-of-the-box, with a different driver (brcmsmac aka brcm80211), and that driver uses wlan0 instead of eth0/1. You could try uninstalling the driver (bcmwl-kernel-source in Synaptic). In case wifi stops working completely without STA driver, please run sudo rm /etc/modprobe.d/blacklist-bcm43.conf to restore it.