0

I did a fresh Ubuntu 12.04 install on my Sony Vaio laptop, which worked perfectly with 10.04. Now my wireless won't work. I have read just about every Q&A on the subject and I have tried different solutions, including the official troubleshooting guides.

My laptop is equipped with a Intel 5100 wireless device. Ubuntu recognizes the device and it's status is given as connected in nm-tool. I can ping the gateway, my own IP number and localhost. Rfkill shows no soft or hard blocks.

  • I can ping 8.8.8.8. Average time is about 15ms.

Any ideas? I am just a few hours shy of reinstalling good old 10.04!

Jorge Castro
  • 71,754

2 Answers2

0

I have had a similar problem. However it was pointed out (on another forum) that the kernel has been updated and that I should look for an updated driver. My wifi is via a usb dongle so I got the update from Realtek's site.

0

Please try:

    sudo modprobe -r iwlwifi
    sudo modprobe iwlwifi 11n_disable=1

Does it help? If so, write a conf file:

    gksudo gedit /etc/modprobe.d/iwlwifi.conf

Add a new line:

    options iwlwifi 11n_disable=1

Proofread, save and close gedit.

chili555
  • 60,188