Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

After upgrading to 12.04 I cannot see wlan0 as ny wireless connection.

Its now called eth1

ifconfig command aslo returns the same and iwconfig also returns the same-eth1 Is it okay??Or should i take some steps??

Plz help me..Thanx..!!

Here is the screenshot-

enter image description here

share|improve this question

2 Answers

This may be the following bug:

https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1008325

share|improve this answer

sudo brctl addbr br0

sudo ifconfig eth0 0.0.0.0

sudo brctl addif br0 eth0

sudo ifconfig br0 192.168.1.115 netmask 255.255.255.0 up

sudo route add -net 192.168.1.0 netmask 255.255.255.0 br0

sudo route add default gw 192.168.1.1 br0

btw what do you got with wlan0 ? do there any network came across ? or its just unplugged ?

share|improve this answer
Can you answer it more elobrately? i did not understand anything.! :( – Nirmik May 23 '12 at 22:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.