Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Hp Pavilion DV6 Wifi Issues

  1. #11
    Join Date
    Dec 2010
    Location
    Sweden
    Beans
    Hidden!

    Re: Hp Pavilion DV6 Wifi Issues

    Quote Originally Posted by rabbitdaone View Post
    Thank YOU! It now works! Thanks again! How do I mark this as solved?
    I'm glad you got it fixed!

    You can mark the thread solved on the top of the

    thread in "thread tools".

  2. #12
    Join Date
    Mar 2011
    Location
    I love where I live
    Beans
    48
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hp Pavilion DV6 Wifi Issues

    So the fix was not permanent...Nor does it want to work more than once.

    I am now thinking it would be better to downgrade to an earlier version of Ubuntu that is without this issue. Does anyone have any recommendations? Should I have posed this question in a different thread?
    Everything is perception, adjust your perception and your life will do the same

  3. #13
    Join Date
    Dec 2010
    Location
    Sweden
    Beans
    Hidden!

    Re: Hp Pavilion DV6 Wifi Issues

    Quote Originally Posted by rabbitdaone View Post
    So the fix was not permanent...Nor does it want to work more than once.

    I am now thinking it would be better to downgrade to an earlier version of Ubuntu that is without this issue. Does anyone have any recommendations? Should I have posed this question in a different thread?
    No you don't have to downgrade

    to an earlier ubuntu version.


    The info I gave you earlier with unloading

    the module and then loading it with a parameter

    was not a permanent fix, it was just so we could

    see if that fixed the problem.

    I forgot to tell you what you need to do to make the

    module use that parameter by default.

    Do the following in a terminal and post the

    output you get. I will tell you what to do next:

    Code:
    grep iwlagn /etc/modprobe.d/*
    Last edited by DanneStrat; March 6th, 2011 at 04:08 PM.

  4. #14
    Join Date
    Mar 2011
    Location
    I love where I live
    Beans
    48
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hp Pavilion DV6 Wifi Issues

    @DanneStrat

    Thanks for the reply friend, your assistance is much appreciated.

    As for the output...Nothing happens. It just gives me a fresh line to input code.

    Could you also tell me what "11n_disable=1" means?
    Everything is perception, adjust your perception and your life will do the same

  5. #15
    Join Date
    Dec 2010
    Location
    Sweden
    Beans
    Hidden!

    Re: Hp Pavilion DV6 Wifi Issues

    Quote Originally Posted by rabbitdaone View Post
    @DanneStrat

    Thanks for the reply friend, your assistance is much appreciated.

    As for the output...Nothing happens. It just gives me a fresh line to input code.

    Could you also tell me what "11n_disable=1" means?
    Hi again!

    "11n_disable=1" is a parameter for the "iwlagn" module

    used by your wireless card. That option disables

    wireless N which doesn't seem to work properly at the moment

    for intel cards. "1" means that the option is enabled and

    "0" means the option is disabled.

    Since you didn't get any output from the above command, let's

    try this instead(we need to find the right file to edit)

    Code:
    cd /etc/modprobe.d/
    then do:

    Code:
    ls
    Post the output.
    Last edited by DanneStrat; March 6th, 2011 at 04:33 PM.

  6. #16
    Join Date
    Mar 2011
    Location
    I love where I live
    Beans
    48
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hp Pavilion DV6 Wifi Issues

    @DanneStrat

    Oh ok lovely, thanks for the info.

    Is there any way to make a fix permanent? Or will I have to downgrade?
    Everything is perception, adjust your perception and your life will do the same

  7. #17
    Join Date
    Dec 2010
    Location
    Sweden
    Beans
    Hidden!

    Re: Hp Pavilion DV6 Wifi Issues

    Quote Originally Posted by rabbitdaone View Post
    @DanneStrat

    Oh ok lovely, thanks for the info.

    Is there any way to make a fix permanent? Or will I have to downgrade?
    I edited my post above.

    Have a look there.

  8. #18
    Join Date
    Mar 2011
    Location
    I love where I live
    Beans
    48
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hp Pavilion DV6 Wifi Issues

    Quote Originally Posted by DanneStrat View Post
    Hi again!

    "11n_disable=1" is a parameter for the "iwlagn" module

    used by your wireless card. That option disables

    wireless N which doesn't seem to work properly at the moment

    for intel cards. "1" means that the option is enabled and

    "0" means the option is disabled.

    Since you didn't get any output from the above command, let's

    try this instead(we need to find the right file to edit)

    Code:
    cd /etc/modprobe.d/
    then do:

    Code:
    ls
    Post the output.

    These are the files/directories in that folder:

    alsa-base.conf blacklist-firewire.conf blacklist-watchdog.conf
    blacklist-ath_pci.conf blacklist-framebuffer.conf fglrx.conf
    blacklist-bcm43.conf blacklist-modem.conf
    blacklist.conf blacklist-oss.conf
    Everything is perception, adjust your perception and your life will do the same

  9. #19
    Join Date
    Dec 2010
    Location
    Sweden
    Beans
    Hidden!

    Re: Hp Pavilion DV6 Wifi Issues

    Alright.

    We will make a new file in that folder.

    Do this in a terminal:

    Code:
    gksudo gedit /etc/modprobe.d/intel_11n_disable.conf
    Gedit will open up with our new file.

    Now put this line in the file:

    Code:
    options iwlagn 11n_disable=1
    Now save the file(file > save)

    and exit.

    At this point we want to unload the kernel

    module and reload it and after that it

    should run with wireless N disabled by default.

    In terminal do:

    Code:
    sudo modprobe -r iwlagn
    Then reload it with:

    Code:
    sudo modprobe iwlagn
    Now check if everything works

    and try to reboot the computer to make sure

    the settings remain.

    Good luck.

  10. #20
    Join Date
    Mar 2011
    Location
    I love where I live
    Beans
    48
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Hp Pavilion DV6 Wifi Issues

    @DanneStrat

    So far so good, is gksudo the same as sudo? If not, whats the difference?
    Everything is perception, adjust your perception and your life will do the same

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

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
  •