wok-next diff slitaz-eeepc/stuff/tazeee @ rev 2377

slitaz-eeepc: add full support for 701 and 1000
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 07 21:30:55 2009 +0100 (2009-03-07)
parents 1d87b6c16397
children f560002068fe
line diff
     1.1 --- a/slitaz-eeepc/stuff/tazeee	Fri Mar 06 22:26:42 2009 +0100
     1.2 +++ b/slitaz-eeepc/stuff/tazeee	Sat Mar 07 21:30:55 2009 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  # to configure the EeePC model and a GTK box to have quick access to 
     1.5  # SliTaz EeePC stuff.
     1.6  #
     1.7 -# 20090301 <pankso@slitaz.org> - GNU gpl v3.
     1.8 +# 20090307 <pankso@slitaz.org> - GNU gpl v3.
     1.9  #
    1.10  : ${DIALOG=dialog}
    1.11  
    1.12 @@ -35,22 +35,25 @@
    1.13  	. /etc/eeepc.conf
    1.14  	case $EEEPC_MODEL in
    1.15  		701)
    1.16 -			KERNEL_MODULES='atl2'
    1.17  			SCREEN_SIZE='800x480x24'
    1.18 -			HACK_915='5c 800 480 32' ;;
    1.19 +			HACK_915='5c 800 480 32'
    1.20 +			KERNEL_MODULES='atl2 ath_pci' 
    1.21 +			WIFI_INTERFACE='ath0' ;;
    1.22  		900)
    1.23 -			KERNEL_MODULES='atl2 ath_pci'
    1.24  			SCREEN_SIZE='1024x600x24'
    1.25  			HACK_915='54 1024 600 32'
    1.26 +			KERNEL_MODULES='atl2 ath_pci'
    1.27  			WIFI_INTERFACE='ath0'
    1.28  			# Fix poweroff 
    1.29  			echo 'rmmod snd_hda_intel' >> /etc/init.d/shutdown.sh ;;
    1.30  		901)
    1.31 -			KERNEL_MODULES='atl1e rt2860sta'
    1.32  			SCREEN_SIZE='1024x600x24'
    1.33  			HACK_915='54 1024 600 32'
    1.34 +			KERNEL_MODULES='atl1e rt2860sta'
    1.35  			WIFI_INTERFACE='ra0' ;;
    1.36  		1000)
    1.37 +			SCREEN_SIZE='1024x600x24'
    1.38 +			HACK_915='54 1024 600 32'
    1.39  			KERNEL_MODULES='atl1e rt2860sta'
    1.40  			WIFI_INTERFACE='ra0' ;;
    1.41  		*)