Package: installation-reports Boot method: CD Image version: http://cdimage.debian.org/cdimage/wheezy_di_rc1/i386/iso-cd/debian-wheezy-DI-rc1-i386-netinst.iso Date: 23-02-2013 18:00
Machine: Sony Vaio SVE1511D1E http://www.sony.es/product/portatil-vaio-e/sve1511d1e Processor: Intel® Core™ i3-2370M Memory: 4GB Partitions: Filesystem Type 1K-blocks Used Available Use% Mounted on rootfs rootfs 9611492 4138512 4984740 46% / udev devtmpfs 10240 0 10240 0% /dev tmpfs tmpfs 404316 724 403592 1% /run /dev/disk/by-uuid/3f42adf1-a65c-4604-bfcf-60daa7b009c9 ext4 9611492 4138512 4984740 46% / tmpfs tmpfs 5120 0 5120 0% /run/lock tmpfs tmpfs 2445180 336 2444844 1% /run/shm /dev/sda7 ext4 385502196 1670108 364249624 1% /home Output of lspci -knn (or lspci -nn): 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: agpgart-intel 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: i915 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: xhci_hcd 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: ehci_hcd 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) Kernel driver in use: pcieport 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4) Kernel driver in use: pcieport 00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4) Kernel driver in use: pcieport 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04) Subsystem: Sony Corporation Device [104d:90ab] 01:00.0 Network controller [0280]: Atheros Communications Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01) Subsystem: Foxconn International, Inc. Device [105b:e044] Kernel driver in use: ath9k 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: rts_pstor 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 07) Subsystem: Sony Corporation Device [104d:90ab] Kernel driver in use: r8169 Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [O ] Detect network card: [O ] Configure network: [ O] Detect CD: [ O] Load installer modules: [O ] Detect hard drives: [ O] Partition hard drives: [ O] Install base system: [ O] Clock/timezone setup: [ O] User/password setup: [ O] Install tasks: [ O] Install boot loader: [O ] Overall install: [ O] Comments/Problems: I installed Wheezy RC1 with Xfce. I only had two problems and I think both are Xfce bugs. Anyway I'll list them with the fixes found online: 1. Everytime I set my laptop brightness it was lost after a reboot. gedit /etc/rc.local add this line above 'exit 0' echo 10 > /sys/class/backlight/acpi_video0/brightness Source: https://synapse.wordpress.com/2012/05/22/save-brightness-setting-on-reboot-in-debian-squeeze-wheezy/ 2. Touchpad click does not work gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf add the following, right above the first line that says "EndSection": Option "TapButton1" "1" Source (spanish): http://bokunoshumi.wordpress.com/2012/08/25/activacion-y-configuracion-del-touchpad-en-lxde-y-xfce/ Darío