Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: 11.04 wireless issue AR9287/AR5B97

  1. #1
    Join Date
    May 2011
    Beans
    2

    11.04 wireless issue AR9287/AR5B97

    Im dualbooting my new acer aspire 1830T.

    with windows 7 the atheros wireless card works great.

    with the latest ubuntu it doesnt work at all.

    Windows reports it as an Atheros AR5B97 however doing a lscpi in ubuntu shows it as an AR9287.

    Not too sure what i should be doing to get this up and running in ubuntu, any help would be much appreciated.

    Thanks.

    RB

  2. #2
    Join Date
    Apr 2011
    Beans
    1

    Re: 11.04 wireless issue AR9287/AR5B97

    Have you tried installing wireless-compat?

  3. #3
    Join Date
    May 2011
    Beans
    1

    Re: 11.04 wireless issue AR9287/AR5B97

    Any update on this? I'm having the same problem as well.

  4. #4
    Join Date
    May 2011
    Beans
    4
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 11.04 wireless issue AR9287/AR5B97

    It's most likely a driver issue. Have you tried plugging into you router to download all the necessary drivers?

  5. #5
    Join Date
    May 2007
    Location
    Budapest, Hungary
    Beans
    1
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 11.04 wireless issue AR9287/AR5B97

    Hy!

    I am not sure that this will help you if you have no connection at all, but definitely works when you have some unstable connection.

    Code:
    echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
    Then reboot.

    Imre

  6. #6
    Join Date
    Jul 2011
    Beans
    2

    Re: 11.04 wireless issue AR9287/AR5B97

    Quote Originally Posted by robertburns View Post
    Im dualbooting my new acer aspire 1830T.

    with windows 7 the atheros wireless card works great.

    with the latest ubuntu it doesnt work at all.

    Windows reports it as an Atheros AR5B97 however doing a lscpi in ubuntu shows it as an AR9287.

    Not too sure what i should be doing to get this up and running in ubuntu, any help would be much appreciated.

    Thanks.

    RB
    Code:
    sudo modprobe.d -r acer-wmi
    I have the same latop

  7. #7
    Join Date
    Jul 2011
    Beans
    5

    Re: 11.04 wireless issue AR9287/AR5B97

    Quote Originally Posted by Snacknap View Post
    Code:
    sudo modprobe.d -r acer-wmi
    I have the same latop
    I have Acer Aspire 5750G, the wireless is AR5B97 in windows and AR9287 in Ubuntu 11.04.

    In Ubuntu I can see my home network and attempt to connect but after few minutes the authentication dialogue reappears. The same happens with Fedora 15 (live CD) but Puppy Linux 0.5.2 connects (also live CD).

    I am now on Windows 7 looking for a solution, I looked up "modprobe.d" and found this: http://linux.die.net/man/5/modprobe.d

    did you mean to write:
    Code:
    sudo modprobe -r acer-wmi
    should I reboot after this command or not?

    thanks a lot.

  8. #8
    Join Date
    Jul 2011
    Beans
    5

    Angry Re: 11.04 wireless issue AR9287/AR5B97

    I tried the following:

    Code:
    ~$ sudo modprobe -lv acer*
    kernel/drivers/platform/x86/acer-wmi.ko
    kernel/drivers/platform/x86/acerhdf.ko
    
    ~$ sudo modprobe -rv acer-wmi
    rmmod /lib/modules/2.6.38-8-generic/kernel/drivers/input/sparse-keymap.ko
    
    ~$ sudo modprobe -rv acer-wmi
    
    ~$ sudo modprobe -lv acer*
    kernel/drivers/platform/x86/acer-wmi.ko
    kernel/drivers/platform/x86/acerhdf.ko
    still I couldn't connect (even after a reboot).

    I tried adding a ath9k.conf with the line in ziad.ra's post but that made the whole wireless network disappear (after a reboot).

    Anyone has an idea what to do?

  9. #9
    Join Date
    Jul 2011
    Beans
    5

    Re: 11.04 wireless issue AR9287/AR5B97

    Quote Originally Posted by robertburns View Post
    Windows reports it as an Atheros AR5B97 however doing a lscpi in ubuntu shows it as an AR9287.
    I don't think that is the problem because Puppy Linux (0.5.2) reports it as AR9287 but connects with the network without any problems!

    If anyone has an idea about this one please help, thanks.

  10. #10
    Join Date
    Aug 2011
    Beans
    1

    Re: 11.04 wireless issue AR9287/AR5B97

    Same issue .. looking forward for someone from support to sort this out

Page 1 of 2 12 LastLast

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
  •