ASUS U56 no wifi since 11.10. Known bug. Fix in the works?

Asked by Ernest Johansmeier

I had perfect wifi in 11.04. Ever since installation of 11.10, I have had no wifi. Tried a live session of 12.04 Alpha 2 and still no wifi. Is this fix being looked at? Is seems to be a bug in the Kernel.

Below is the last thread on the forums that were trying to help.

http://ubuntuforums.org/showthread.p...ighlight=ernie

Thanks for your help,
Ernie
<email address hidden>

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Letzeisen
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C network; lsb_release -a; uname -a; sudo rfkill list; dmesg | grep -i firm

Thanks

Revision history for this message
Daniel Letzeisen (dtl131) said :
#2

Note that your link is broken..

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

There is no link, its a command...

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#4
Revision history for this message
Ernest Johansmeier (ernestj911) said :
#5

ernest@ernest-U56E:~$ sudo lshw -C network
[sudo] password for ernest:
  *-network
       description: Wireless interface
       product: Centrino Wireless-N + WiMAX 6150
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 67
       serial: 40:25:c2:3f:46:d4
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlagn driverversion=2.6.38-02063808-generic firmware=41.28.5.1 build 33926 ip=192.168.10.192 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:50 memory:de800000-de801fff
  *-network
       description: Ethernet interface
       product: AR8151 v2.0 Gigabit Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: c0
       serial: 14:da:e9:25:6c:d0
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       resources: irq:53 memory:dd400000-dd43ffff ioport:a000(size=128)

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#6

ernest@ernest-U56E:~$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:qt4-3.1-amd64:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#7

ernest@ernest-U56E:~$ uname -a
Linux ernest-U56E 2.6.38-02063808-generic #201106040910 SMP Sat Jun 4 09:13:01 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

I am using the 2.6.38 Kernel because it is the last kernel that worked with wifi.

The newest Kernel that I can boot into is 3.015 or something like that.

Thanks,
Ernie

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#8

ernest@ernest-U56E:~$ sudo rfkill list
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#9

[ 1.185662] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 21.062367] iwlagn 0000:02:00.0: loaded firmware version 41.28.5.1 build 33926

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#10

All of the above commands were pasted using the 2.6 kernel. I do not know if this would make a difference, because I am using the 2.6 kernel right now. I can log into the newest kernel and run the commands again if you would like.

Thanks,
Ernie

Revision history for this message
Daniel Letzeisen (dtl131) said :
#11

See this (I marked your bug as duplicate of this since it has the upstream bug link)
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/876147

I'll save you the reading and give you the "short" version. Use these two commands and your wireless should work:

sudo modprobe -r iwlagn
sudo modprobe iwlagn bt_coex_active=0

Revision history for this message
Daniel Letzeisen (dtl131) said :
#12

If the above worked, then you can make it permanent by adding a file (named iwl.conf) to /etc/modprobe.d/ with the following line as its contents:
options iwlagn bt_coex_active=0

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#13

YES!!!!!! It worked!!!!!!!!!!!!!!!

When I log off, do I need to do this command again?

Now, do I need to make this permanent? If so, how do I do that?

Thank you very much. I have been dealing with this problem since I did a clean install and upgraded to 11.10. What confused me was the fact that the wifi worked so well in 11.04!!

Thank you again,
Ernie

Revision history for this message
Daniel Letzeisen (dtl131) said :
#14

It will work until you reboot. To make permanent, use this command to create a new file:
gksu gedit /etc/modprobe.conf/iwl.conf

Copy/Paste this line into the blank file:
options iwlagn bt_coex_active=0

Save. Quit. Enjoy.

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#15

Sorry Dave,
I am using Xubuntu, if this helps, but I do not know how to do what you are asking. I am thinking about installing Ubuntu 12.04 over Xubuntu, as the issues that I did not like about 11.10 have been addressed. I rather like 12.04, a lot!!

I have seen gedit before, but never used it. Can you give me a step by step on how to do this. And if I do upgrade to 12.04, it has the newer kernel does the commands change?

Thanks,
Ernie

Revision history for this message
Daniel Letzeisen (dtl131) said :
#16

I can't make it any simpler than this. Run this command (it appears you know how to run commands):

echo "options iwlagn bt_coex_active=0" | sudo tee -a /etc/modprobe.d/iwl.conf

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#17

Thank you Dave,
This makes it permanent?

Can I run the same command with I upgrade to 12.04 or do I need to change the iwlagn to something else?

Thank you again!!!!!!!

ernie

Revision history for this message
Best Daniel Letzeisen (dtl131) said :
#18

The iwlagn module was combined with iwlwifi, so in 12.04, the command is

echo "options iwlwifi bt_coex_active=0" | sudo tee -a /etc/modprobe.d/iwl.conf

Revision history for this message
Ernest Johansmeier (ernestj911) said :
#19

Thanks Dave Lentz, that solved my question.