Difference between revisions of "Laptop Dell Latitude E6410"

From YobiWiki
Jump to navigation Jump to search
Line 35: Line 35:
 
Internal mic was working OOB but I cannot output sound on the HDMI.
 
Internal mic was working OOB but I cannot output sound on the HDMI.
 
<br>Tried several snd_hda_intel options such as model=dell-s14 but no progress.
 
<br>Tried several snd_hda_intel options such as model=dell-s14 but no progress.
  +
<br>Some info...
  +
* Card:HDA Intel Chip: IDT 92HD81B1C5
  +
* Card:HDA NVidia Chip: Nvidia GPU 0b HDMI/DP
  +
* http://credentiality2.blogspot.com/2011/07/nvidia-evga-g210-card-hdmi-audio-and.html
  +
* https://help.ubuntu.com/community/HdaIntelSoundHowto
  +
* http://www.mjmwired.net/kernel/Documentation/sound/alsa/HD-Audio-Models.txt
  +
 
===Suspend===
 
===Suspend===
 
Suspend to RAM sometimes freezes and I've to force power off.
 
Suspend to RAM sometimes freezes and I've to force power off.

Revision as of 00:02, 8 October 2011

These notes are very succinct, only enlightening differences with Laptop_Dell_Latitude_E6500 notes.

Editing BIOS settings

  • System Configuration
    • Integrated NIC; Enabled
    • SATA Operation: AHCI
    • Latitude ON Reader: disabled
  • Virtualization support
    • Enable VT for Direct I/O: enabled

Installation

From Wheezy netinstall iso

Partitioning

  • Create part#1, 255MB, ext2, /boot
  • Create part#2, 4GB, physical volume for encryption (will be our swap) => swap
  • Create part#3, 30GB, physical volume for encryption (will be our root) => ext4, user_xattr
  • Create part#5, 90GB, not formatted (will be our /home)
  • Create part#6, 35.8GB, not formatted (will be our /professional)

Video

for now, keeping default driver nouveau

3D not tried, compiz fails

Touchpad

Was a hell to get something else than a stupid "ps/2 mouse"

A few bugreports are tracking the problem, e.g. on Fedora and Ubuntu, where I could find a very freshly patched psmouse driver

wget http://people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.9/psmouse-alps-dkms_0.9_all.deb
sudo modprobe -r psmouse
sudo dpkg -i psmouse-alps-dkms_0.9_all.deb 
sudo modprobe psmouse

And everything works like a charm, e.g.

synclient -l
synclient CircularScrolling=1
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1

Audio

Internal mic was working OOB but I cannot output sound on the HDMI.
Tried several snd_hda_intel options such as model=dell-s14 but no progress.
Some info...

Suspend

Suspend to RAM sometimes freezes and I've to force power off.