Pâques en avance..
11/25/2006 01:28:00 PM
/etc/defaults/915resolution
: 915resolution 54 1680 1050
-- assuming you've got a 1680x1050 external screen./etc/mplayer/mplayer.conf
to set monitoraspect=16:10
.ipw3945
module and ipw3945d
daemon, including the edition of /etc/modprobe.d/ipw3945
./etc/init.d/ipw3945
:#! /bin/sh
set -e
PATH=/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DESC="Intel PRO/Wireless 3945"
NAME=ipw3945
SCRIPTNAME=/etc/init.d/$NAME
# Exit if not root
if [ $(id -u) -gt 0 ]
then
echo "This script must be run as root."
exit 99
fi
# Gracefully exit if the package has been removed.
test -x $SCRIPTNAME || exit 0
case "$1" in
start|restart)
echo -n "Starting $DESC: $NAME"
rmmod ipw3945
modprobe ipw3945
sleep 3
echo "."
;;
stop)
echo "Stopping $DESC: $NAME"
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|restart}" >&2
exit 1
;;
esac
exit 0
ln -s /etc/init.d/ipw3945 /etc/rcS.d/S38ipw3945
. Configure eth2
, reboot, that's ready.