Site Tools


debian_uboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
debian_uboot [2012/01/24 20:07] – Add structure, working/nonworking, tips sections paulfdebian_uboot [2012/02/13 20:54] – Moved the tips section to a dedicated page paulf
Line 12: Line 12:
   * Stereo sound both on internal speakers and the headphones   * Stereo sound both on internal speakers and the headphones
   * Webcam   * Webcam
 +  * Integrated digital microphone
 +  * External stereo headset with microphone
  
 ==== What doesn't ==== ==== What doesn't ====
Line 18: Line 20:
   * Resume from suspend-to-ram (pending u-boot warmboot patches, see http://news.gmane.org/group/gmane.comp.boot-loaders.u-boot/thread=122760)   * Resume from suspend-to-ram (pending u-boot warmboot patches, see http://news.gmane.org/group/gmane.comp.boot-loaders.u-boot/thread=122760)
   * Suspend-to-disk/hibernation (not anytime soon, no upstream support for ARMs)   * Suspend-to-disk/hibernation (not anytime soon, no upstream support for ARMs)
-  * Internal mic (pending stuw's and leonro's alsa updates, not functional yet)+  * tegra_wdt watchdog resets the system but it doesn't boot after that for the reasons unknown
   * Proprietary drivers for X and OMX-accelerated sound/video decoding (never tried, see https://build.pub.meego.com/package/files?package=nvidia-tegra2&project=home%3Acxl000%3Atrimslice%3AMer%3Atesting , http://ppa.launchpad.net/ac100/ppa/ubuntu/pool/restricted/n/nvidia-graphics-drivers-tegra/ , mplayer-omx, gst-omx etc)   * Proprietary drivers for X and OMX-accelerated sound/video decoding (never tried, see https://build.pub.meego.com/package/files?package=nvidia-tegra2&project=home%3Acxl000%3Atrimslice%3AMer%3Atesting , http://ppa.launchpad.net/ac100/ppa/ubuntu/pool/restricted/n/nvidia-graphics-drivers-tegra/ , mplayer-omx, gst-omx etc)
  
Line 71: Line 73:
 </code> </code>
  
-===== Tips ===== +And then be sure to read suckless [[tips_and_tricks]].
-  * To manage lid event i'm using https://github.com/gandro/input-event-daemon, it should listen on /dev/input/event4 for LID:0 and LID:1 events. +
-  * I added this to ~/.mplayer/config +
-<code> +
-ao=alsa +
-mixer-channel=Master +
-vo=x11 +
-zoom=1 +
-sws=0 +
-hardframedrop=1 +
-lavdopts=fast=1:skiploopfilter=all +
-</code> +
-  * For watching youtube i use +
-<code> +
-#!/bin/sh +
-cookies_file=`mktemp /tmp/youtube-cookies.XXXXXX` +
-rm $cookies_file +
-url="`youtube-dl --cookies=$cookies_file -g --max-quality 35 $1`" +
-mplayer -cookies -cookies-file $cookies_file -cache 2048 $url +
-rm $cookies_file +
-</code> +
debian_uboot.txt · Last modified: 2016/10/24 15:59 by paulf