Re: Aspire One SSD Optimisation
Easy peasy. The WLAN card was cheap - $28 at newegg
http://www.newegg.com/Product/Produc...82E16833106061
since it's a two-antenna card it hooked right up and once I figured out the BIOS fubar it worked just great - and the driver is open source
Flash the BIOS first, though - as my Mini 110 flat refused to boot as long as the Intel card was in the slot, so I had to take the netbook apart one extra time, remove the card, flash the BIOS and then disassemble the netbook One More Time and reinstall the card.
Intel's driver will irritate you, though - they think a blinking radio LED is a feature when it's really a pain in the backside. You can shut it off by sticking
options iwlagn led_mode=1
somewhere in modprobe.d but note that Intel moved the option from iwlcore to iwlagn somewhere between Natty and Oneiric.
wizard@wizard-netbook:~$ sudo iwconfig wlan1
wlan1 IEEE 802.11abgn ESSID:"xxxxxxxx"
Mode:Managed Frequency:2.437 GHz Access Point: BC:AE:C5:C3:1B:A8
Bit Rate=300 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality=62/70 Signal level=-48 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1385 Invalid misc:110 Missed beacon:0
Originally posted by SteveRiley
http://www.newegg.com/Product/Produc...82E16833106061
since it's a two-antenna card it hooked right up and once I figured out the BIOS fubar it worked just great - and the driver is open source
Flash the BIOS first, though - as my Mini 110 flat refused to boot as long as the Intel card was in the slot, so I had to take the netbook apart one extra time, remove the card, flash the BIOS and then disassemble the netbook One More Time and reinstall the card.
Intel's driver will irritate you, though - they think a blinking radio LED is a feature when it's really a pain in the backside. You can shut it off by sticking
options iwlagn led_mode=1
somewhere in modprobe.d but note that Intel moved the option from iwlcore to iwlagn somewhere between Natty and Oneiric.
wizard@wizard-netbook:~$ sudo iwconfig wlan1
wlan1 IEEE 802.11abgn ESSID:"xxxxxxxx"
Mode:Managed Frequency:2.437 GHz Access Point: BC:AE:C5:C3:1B:A8
Bit Rate=300 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality=62/70 Signal level=-48 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1385 Invalid misc:110 Missed beacon:0
Comment