SUMMARY:A quick guide to set up Debian Sarge on an ASUS A3500N laptop using the basic installation.
This table summarizes the working status of the laptop installation. More details are found below.
|
Feature
|
Status
|
| Video/Audio Cards | Works |
| ACPI (Hotkeys, Hibernate/Suspend to RAM) | Works |
| Connectivity (Wireless/Ethernet) | Works |
| Peripherals (USB/Touchpad/Video Out/Card Reader) | Works |
| Extras (Bison Camera) | Reported to work |
| Communication (IRDA) | Should work (not tested) |
|
Hardware Components
|
Status under Linux
|
Notes
|
| Intel Pentium M Processor 1.60 GHz | Works | Use powersaved and acpid package for CPU frequency scaling. |
| 15.0" XGA active matrix color TFT LCD | Works | Use xorg package. |
| Embedded Intel 855GM VGA Card | Works | Use libgl1-mesa-dri package for 3D acceleration. Use i810switch package for secondary VGA output. |
| AC 97 S/W audio with 3D Effect & Full Duplex | Works | |
| Touchpad | Works | |
| 4 x USB 2.0 ports | Works | Use udev package for automatic handling of plugged USB devices. |
| DVD Dual Optical Drive | Works | Use k3b package, an excellent graphical program to burn CD and DVDs. |
| Integrated V.90 AC 97 Fax/Modem | Works | Use hsfmodem
(commercial) package from Linuxant to enable the modem. Use wvdial or kppp packages for dialing. |
| 10/100 Base T PCI LAN on board | Works | Use ifplugd package for automatic LAN connection. |
| Wireless Card IEEE 802.11g | Works | Use wpasupplicant package. |
| Hotkeys | Works | |
| Built-in card reader | Works | Compile sd_ricoh kernel module if kernel version is below 2.6.27. |
| Integrated Microphone | Works | |
| Bison Camera | Reported to work | See here for instructions. |
| IRDA | Should work (not tested) | Use irda-utils and associated packages. |
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
# kopt=root=/dev/hda7 ro resume=/dev/hda6 vga=791 splash=silent
Option "SHMConfig" "on"
The script works best if amixer, KWifiManager, Firefox, Thunderbird and KSCD are installed. Also, configure Notifications in KPowerSave to follow instantly the changes in the Powersave Scheme. You can define easily other default WebBrowser and Mail Reader by changing WEBBROWSEREXEC and MAILPROGEXEC variables. The Mail LED signals the touchpad lock.
If you want to configure the hotkeys yourself, see these great scripts examples for ASUS laptops in /usr/share/doc/powersave/contrib (acpi_hotkeys_ASUS_L2400D and acpi_hotkeys_ASUS_M6842NW).
iwconfig eth1 essid "connection_name" enc open
wpa_supplicant -w -D wext -i eth1 -c /etc/wpa_supplicant.conf
ifup eth1
Anyway, if you know how to work out this TO DO topic, please mail me.
alias char-major-81 videodev
alias char-major-81-0 tveeprom
alias char-major-81-1 em28xx
options em28xx card=3 tuner=38
options tuner pal=b secam=b
sox -t ossdsp -r 48000 -q -b -c 2 /dev/dsp2 -t ossdsp /dev/dsp
|
|