← Back to team overview

ubuntu-eee-coders team mailing list archive

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

 

Public bug reported:

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

** Affects: ubuntu-eee
     Importance: Undecided
         Status: New


** Tags: wireless

** Description changed:

  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_wirelss
+    disable_atheros_wireless
  elif ...
  
  and in In function enable_wireless
  
  if isModelEqualTo "1000HD"; then
-    enable_atheros_wirelss
+    enable_atheros_wireless
  elif ...

** Tags added: wireless

** Description changed:

  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

-- 
[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: 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



Follow ups

References