← Back to team overview

ubuntu-eee-coders team mailing list archive

[Bug 308115] Re: [eeepc-config] Wrong determination of wifi type for eee 1000HD

 

** Changed in: ubuntu-eee
       Status: New => Confirmed

** Changed in: ubuntu-eee/8.04
       Status: New => Confirmed

** Changed in: ubuntu-eee/8.04
       Status: Confirmed => Invalid

** Changed in: ubuntu-eee/8.10
   Importance: Undecided => Low

** Changed in: ubuntu-eee/8.10
   Importance: Low => Medium

** Changed in: ubuntu-eee/8.04.1
   Importance: Undecided => Low

-- 
[eeepc-config] Wrong determination of wifi type for eee 1000HD
https://bugs.launchpad.net/bugs/308115
You received this bug notification because you are a member of Ubuntu
Eee Coders, which is subscribed to Ubuntu Eee.

Status in Ubuntu Eee: Confirmed
Status in Ubuntu Eee Series: 8.04: Invalid
Status in Ubuntu Eee Series: 8.04.1: New
Status in Ubuntu Eee Series: 8.10: Confirmed
Status in Ubuntu EeePC Configuration Package: New

Bug description:
Asus eee 1000HD has atheros WiFi chipset but in 2 functions in /etc/acpi/eeepc-wifi-toggle.sh (disable_wireless and enable_wireless) assumed that only models less then or equal to 900a have atheros chipset and all grater models have ralink wireless

In function disable_wireless should be added following lines

if isModelEqualTo "1000HD"; then
   disable_atheros_wireless
elif ...

and in In function enable_wireless

if isModelEqualTo "1000HD"; then
   enable_atheros_wireless
elif ...

eeeubuntu 8.04.1



References