Configuration Dell Inspiron 1540

DRAFT! To be continued.

TODO

"Altdatenuebernahme"

Just restore the /home/ directory.

Base Installation

/usr	4GB
/var	1.5GB
/boot	200MB
/	400MB
/tmp	100MB
/home	10GB

Configuration

Configuration WLAN

http://wiki.debian.org/iwlagn
 aptitude install network-manager-kde
Wlan can be configured in /etc/network/interfaces

X11 Configuration

Driver has to be activated in /etc/X11/xorg.conf
Driver "intel"
.

Flash Player Installation

Adobe has provided a native Flash player for 64bit.
http://labs.adobe.com/technologies/flashplayer10/
http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html
aptitude remove gnome swfdec-mozilla
# gnome is currently not used by me 
cp libflashplayer.so /usr/lib/mozilla/plugins/
ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/local/lib/libflashplayer.so
ldconfig 

Printer Configuration HP Laserjet 2600N(SE)

http://foo2hp.rkkda.com/
apt-get install build-essential
apt-get install foomatic-filters
apt-get install cupsys

wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
tar -xvzf foo2zjs.tar.gz
cd foo2zjs
make 
./getweb 2600n
su 
make install install-hotplug cups
Configure printer with http://localhost:631

Printer Configuration Brother DCP-7010L

Driver can be found at: http://solutions.brother.com/linux/en_us/download_prn.html#DCP-7010
aptitude install lib32stdc++6
dpkg  -i  --force-architecture brdcp7010lpr-2.0.1-1.i386.deb                             
dpkg -i --force-architecture cupswrapperDCP7010-2.0.1-2.i386.deb
cp /usr/lib/libbrcomplpr2.so /usr/lib32/
Installation instructions can be found at: http://solutions.brother.com/linux/en_us/faq_prn.html#f00081. xsane is used as a scanner application.

Scanner Configuration Brother DCP-7010L

The DCP-7010L is a brscan2 scanner. 64bit Binaries are avialable at:
Installation instructions can be found at:
http://solutions.brother.com/linux/en_us/instruction_scn1a.html
 dpkg -i brscan2-0.2.4-4.amd64.deb brscan-skey-0.2.1-3.amd64.deb
Test the scanner as root.