Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
faq

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
faq [2011/10/13 14:29] – [General questions] stuwfaq [2013/11/25 14:55] (current) – Removing outdated gif; this page is mostly ok. salantrax
Line 5: Line 5:
 ===== General questions ===== ===== General questions =====
  
-== What is recovery mode? ==+==== What is recovery mode? ====
 Recovery mode enables you to manipulate data on internal eMMC flash from other computer via the mini USB port.  In order to get into recovery mode you should hold Ctrl+ESC keys while pressing Power during boot.  The screen will stay black -- that's OK. Recovery mode enables you to manipulate data on internal eMMC flash from other computer via the mini USB port.  In order to get into recovery mode you should hold Ctrl+ESC keys while pressing Power during boot.  The screen will stay black -- that's OK.
  
-== What is SOS partition? ==+==== What is SOS partition? ====
 SOS partition is used by Android 2.1.  SOS partition contains an alternate boot image that does factory reset.  To boot from SOS you should hold Home key while booting and select "1" at bootloader's menu. SOS partition is used by Android 2.1.  SOS partition contains an alternate boot image that does factory reset.  To boot from SOS you should hold Home key while booting and select "1" at bootloader's menu.
  
 Android 2.2 doesn't use SOS partition.  It is not possible to boot from SOS with a bootloader from Android 2.2. Android 2.2 doesn't use SOS partition.  It is not possible to boot from SOS with a bootloader from Android 2.2.
  
-== How can I dual-boot? ==+==== How can I dual-boot? ====
 To make your AC100 dual-boot into Android and Linux you just need to flash one kernel in LNX partition and other in SOS. To make your AC100 dual-boot into Android and Linux you just need to flash one kernel in LNX partition and other in SOS.
  
-== How to check battery level? ==+==== How to check battery level? ====
 <code> <code>
 cat /sys/class/power_supply/battery/charge_{now,full} cat /sys/class/power_supply/battery/charge_{now,full}
 </code> </code>
  
-== How to change LCD brightness? ==+==== How to change LCD brightness? ====
 <code> <code>
 echo 100 > /sys/class/backlight/pwm-backlight/brightness echo 100 > /sys/class/backlight/pwm-backlight/brightness
Line 30: Line 30:
 See [[Backlightcontrol|here]] for some handy scripts. See [[Backlightcontrol|here]] for some handy scripts.
  
-== How to set up sound from speakers? == +==== How to set up sound? ==== 
-1. run audio playback+Lubuntu 12.10 have sound (playback and record) out of box. In case you changed settings and sound don't work anymore, try to reset settings: 
 +<code> 
 +alsaucm -c tegraalc5632 reset 
 +</code> 
 +For other systems use following guide: 
 +  - REBOOT you machine to be sure it was not resumed (sound doesn't work after resume yet) 
 +  - run audio playback 
 +  - start alsamixer 
 +  - common stuff 
 +    * remove mute state (press **m**) from "Stereo DAC" 
 +    * remove mute state from "Line" (or "Master", depends on kernel version) 
 +  - speakers settings 
 +    * remove mute state for "Speaker Mix DAC2SPK", "Int Spk", "Speaker" 
 +    * set "SpeakerOut Mux" to value "Speaker Mix". NOTE: some people get sound from speakers only when "SpeakerOut Mux" is set to "HPOut Mix". I you have suspended before reboot as sound doesn't survive suspend yet. 
 +  - headphones 
 +    * remove mute state for "Headphone", "HP Mix DACL2HP" and "HP Mix DACR2HP" 
 +    * "HP Left Mux" set to "HPL Mix", "HP Right Mux" set to "HPR Mix" 
 +  - enjoy, and don't forget save changes with **sudo alsactl store** 
 +amixer output [[http://stuw.narod.ru/ac100/ac100-alsa-amixer.txt|example]]
  
-2start alsamixer+More info [[mixer_settings|here]].
  
-3remove mute state for all elements+===== 2.6.37 and above kernels ===== 
 +==How Do I change the kernel command line? == 
 +In Precise it's as simple as editing ''/boot/bootimg.cfg'' and changing the (last) line 'cmdline=...' to whatever you wish. To actually flash the kernel do ''sudo update-initramfs -u''.
  
-4. set "SpeakerOut Mux" to value "Speaker Mix" +== Which bootloader version do I need? == 
-NOTE: some people get sound from speakers only when "SpeakerOut Mux" is set to "HPOut Mix"+For 2.6.37 bootloader from both Android 2.1 and Android 2.2 works fine. 
 +However it is reported that only Android 2.1 bootloader does resume correctly after standby.
  
-5enjoy+== I get error "init keyboard error EcOpen error" at boot == 
 +Remove battery and AC-cable, wait 20 seconds and then boot againMake sure you are running the latest kernel. 
 + 
 +== .37 installer of ubuntu fails == 
 +When following [[http://people.canonical.com/~ogra/tegra/README|this guide]] the installation fails if you have a certain emmc model (sandisk) due to a kernel bug. Models 10Z and 10D are known to fail due to this issue. This bug is fixed in .38 and later. You can still install .37 to a external USB stick or SD card. 
 + 
 +===== Problems to get Wifi/Wlan running ===== 
 +on some Versions of the Toshiba AC100 there is a shielding problem at the Wifi module. Please refere to the link here: [[hw_problems|Problems with Wifi/Wlan]]
  
 ===== phh's 2.6.32 kernel ===== ===== phh's 2.6.32 kernel =====
Line 51: Line 79:
 If you end up with a full partition you do not have any possibility to install nilfs2-tools it still possible to clean it, if you installed on SD-card just move it to another computer with nilfs2-tools and make sure nilfs_cleanerd is running. If you installed on internal emmc you will need to install a distribution on SD card and from there mount and clean the internal emmc. If you end up with a full partition you do not have any possibility to install nilfs2-tools it still possible to clean it, if you installed on SD-card just move it to another computer with nilfs2-tools and make sure nilfs_cleanerd is running. If you installed on internal emmc you will need to install a distribution on SD card and from there mount and clean the internal emmc.
  
- 
-===== 2.6.37 and above kernels ===== 
- 
-== Which bootloader version do I need? == 
-For 2.6.37 bootloader from both Android 2.1 and Android 2.2 works fine. 
-However it is reported that only Android 2.1 bootloader does resume correctly after standby. 
- 
-== I get error "init keyboard error EcOpen error" at boot == 
-Remove battery and AC-cable, wait 20 seconds and then boot again. Make sure you are running the latest kernel. 
- 
-== .37 installer of ubuntu fails == 
-When following [[http://people.canonical.com/~ogra/tegra/README|this guide]] the installation fails if you have a certain emmc model (sandisk) due to a kernel bug. Models 10Z and 10D are known to fail due to this issue. This bug is fixed in .38 and later. You can still install .37 to a external USB stick or SD card. 
  
faq.1318508962.txt.gz · Last modified: 2011/10/13 14:29 by stuw