g60-g70 team mailing list archive
-
g60-g70 team
-
Mailing list archive
-
Message #00034
Re: fix for atheros wireless
hi Albert:
The problem that i have (as of 2010-02-07, with latest updates), is that
wireless will not start automatically (the wireless LED stays orange).
I have to de-press the wireless button twice (so that it turns blue),
for the wireless network to be detected. Option (a) has no effect in
this regard, and as a side-effect of option (a) (noapic, nolapic)
instead of two processor cores being detected, the OS only sees one core
of a dual-core system.
I'm currently not having any suspend / resume issues.
Pat
On Sun, 2009-12-13 at 07:54 +0000, Albert Vilella wrote:
> Hi,
>
> This fix has been reported in ubuntuforums for people with atheros
> wireless chips:
>
> http://ubuntuforums.org/showpost.php?p=8225680&postcount=73
> a) boot with "noapic nolapic"
>
> http://ubuntuforums.org/showpost.php?p=8488006&postcount=83
> b) to solve the suspend/resume issues, add this to the starting scripts:
> Create 10_getstupidwirelessworking in /etc/pm/sleep.d (with no
> extension) and copy and paste this in the file:
> #!/bin/bash
>
> case "${1}" in
> resume|thaw)
> rmmod ath9k
> modprobe ath9k
> echo "The ath9k script sucessfully ran on $(date)" | sudo tee -a
> /var/log/ath9k_resume_script.log
> ;;
> esac
>
> Cheers,
>
> Albert.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~g60-g70
> Post to : g60-g70@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~g60-g70
> More help : https://help.launchpad.net/ListHelp
References