Results 1 to 10 of 11

Thread: Intel 6250 AGN wireless card support for Ubuntu

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Beans
    3

    Intel 6250 AGN wireless card support for Ubuntu

    Intel has released the wifi firmware support for 6050 series on June 2nd. Can some one please tell the steps involved in getting support enabled for this card after downloading the microcode from Intel site

    Thanks a Lot

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Intel 6250 AGN wireless card support for Ubuntu

    I believe it's already supported in the module iwlagn. What is the pci.id of your device?
    Code:
    lspci -nn
    Is it listed in:
    Code:
    modinfo iwlagn
    Doesn't /lib/firmware contain the correct firmware file?
    Code:
    ls /lib/firmware | grep ucode
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Intel 6250 AGN wireless card support for Ubuntu

    Oops, sorry. Now I see. The new firmware is 6050-xx and the firmware we currently have is 6000-xx.

    Save the file to your desktop. Right-click and select 'Extract Here.' Now open a terminal and do:
    Code:
    cd Desktop/wlwifi-6050-ucode-9.201.4.1
    sudo cp iwlwifi-6050-4.ucode /lib/firmware
    Now let's make sure it has the correct permission and ownership:
    Code:
    sudo chmod 644 /lib/firmware/iwlwifi*
    sudo chown root:root /lib/firmware/iwlwifi*
    Now unload and reload the module:
    Code:
    sudo rmmod -f iwlagn
    sudo modprobe iwlagn
    Now does your device work as expected?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #4
    Join Date
    Jun 2010
    Beans
    3

    Re: Intel 6250 AGN wireless card support for Ubuntu

    Thanks a lot chili555!!!
    You made my day.
    worked like a charm!
    Thank you!

  5. #5
    Join Date
    Sep 2007
    Beans
    1

    Re: Intel 6250 AGN wireless card support for Ubuntu

    Wow - thanks for that info. That was exactly what I needed to get my wifi working.

    Thanks!

  6. #6
    Join Date
    May 2007
    Beans
    7

    Re: Intel 6250 AGN wireless card support for Ubuntu

    Thanks chili555, you are a great help. This worked perfectly on my thinkpad sl410 running ubuntu 10.04

    Now it's time to kill the touchpad...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •