Acer iconia one linux
Установка Ubuntu Linux на Acer A500/A501
На даный момент самый работоспособный порт ubuntu от thor2002ro на основе 13.04
Для ее установки нужно:
microsd объёмом от 4-х гигабайт, лучше больше, отформатированая в ext4, сделать это можно через acronis или с любого дистрибутива linux.
Обыкновенная usb флешка и usb клавиатура
ну и собственно файлы установки
1 Собственно инсталятор
2 rootfs
3 The Linux kernel
У меня возникла проблема что инсталятор работал не корректно из за разницы в путях к флешке, поэтому если у кого возникнут такие проблемы(а они скорее всего возникнут у всех у кого стоит дроид 4.2.2) выкладываю модифицированный инсталятор.
После того как микросд подготовлена и на юсб флешку скопированы файлы необходимые для установки, перезагружаемся в recovery и запускаем с флешки файл update_linux_installer-v1 , ждем операция занимает примерно 15 минут, если инсталятор уложился в пару минут или меньше используйте мой инсталятор, далее запускаем Kernel update.
После чего перезагружаем планшет и зажимаем кнопку увеличения громкости и в появившемся меню выбираем «boot secondary kernel image» и подключаем юсб клавиатуру, если все прошло успешно должно появится окно где от вас попросят выбрать язык ввести имя пользователя и пароль.
Далее под своим пользователем входим в систему.
Raring уехал в old-releases. Соответственно репозитории более не работают.
Решение:
sudo cp -i /etc/apt/sources.list /etc/apt/sources.list_backup
открываем /etc/apt/sources.list в любом текстовом редакторе (sudo leafpad /etc/apt/sources.list) и заменяем все что там есть на это:
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ raring universe main multiverse restricted #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ raring-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-updates universe main multiverse restricted #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ raring universe
deb http://old-releases.ubuntu.com/ubuntu/ raring-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu/ raring multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse #Added by software-properties
deb http://old-releases.ubuntu.com/ubuntu/ raring-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-security universe main multiverse restricted #Added by software-properties
deb http://old-releases.ubuntu.com/ubuntu/ raring-security universe
deb http://old-releases.ubuntu.com/ubuntu/ raring-security multiverse
## Uncomment the following two lines to add software from Canonical’s
## ‘partner’ repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://old-releases.ubuntu.com/ubuntu/ raring-proposed universe main restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-proposed universe main restricted multiverse #Added by software-properties
Для дальнейших действий нужно использовать эмулятор терминала(lxterminal), и для всех дальнейших действий обязательно требуется подключение к интернету.
Запускаем терминал и вводим
эти две команды проверят наличие обновлений и установят их
Для того чтобы у вас появился ползунок яркости набираем
далее добавляем его появление в панели в автозагрузку, для этого открываем приложения -> системные утилиты -> параметры -> автоматически запускаемые приложения и добавляем там /opt/extras.ubuntu.com/indicator-brightness/indicator-brightness
могу порекомендовать добавить авто запуск виртуальной клавиатуры для этого там же добавляем команду onboard
Теперь при каждом включении, апплет яркости и виртуальная клавиатура будут запускаться автоматически.
Для проигрывания видео могу порекомендовать плеер vlc
Вам также может понадобиться Java
Включаем флеш(контакт к сожалению по прежнему не работает но работает ютуб(правда паршиво) и рекламные банеры)
sudo apt-get install gnash
sudo apt-get install browser-plugin-gnash
sudo apt-get install mozilla-plugin-gnash
sudo cp ‘/usr/lib/mozilla/plugins/flashplugin-alternative.so’ /usr/lib/chromium-browser/plugins/libflashplayer.so
Двух панельный файловый менеджер похожий на Total Commander
Самое простое набрать в консоли
Но это активирует bluetooh только до первой перезагрузки или выключения, для того чтобы он работал постоянно, нужно в файл /etc/init/patchram.conf привести часть отвечающую за bluetooh к такому виду
# patchram — Broadcom brcm_patchram_plus utility.
description «bluetooth initialization»
start on starting bluetooth
stop on stopping bluetooth
env PATCHRAM_ARGS=»—patchram /lib/firmware/bcm4329.hcd
—enable_hci \
—enable_lpm \
—baudrate 3000000 \
—tosleep=50000 \
/dev/ttyHS2″
exec /usr/bin/brcm_patchram_plus $PATCHRAM_ARGS &
pre-start script
rfkill unblock bluetooth
chmod 0660 /sys/class/rfkill/rfkill0/state
chmod 0660 /sys/class/rfkill/rfkill0/type
chgrp dialout /sys/class/rfkill/rfkill0/state
chgrp dialout /sys/class/rfkill/rfkill0/type
end script
Разгон
На чистой ubuntu можно задать частоту процессора от 200 до 1000мгц, для того чтобы были доступны частоты выше 1ггц, надо
Установить cpufrequtils
вся информация по настройке изложена в соответствующей теме, только в качестве места назначения /sdcard/rootfs.img либо /dev/block/mmcblk1p2 в зависимости от ядра.
в) Готовый образ Ubuntu Oneric (11.10, armel) Ubuntu4Arm, (распакованный 8гб, имейте ввиду)
из этой темы ubuntu on acer a500, дуал бут с андроидом на асер а500 и возможно а501, там же дополнительные инструкции, как завести видео, звук и т.д. (проверено, работает).
2) Далее устанавливаем ядро, тут тоже 2 варианта — либо оно ставится вместо recovery (не пробовал), либо при ICS-bootloader-v8 — на AKB-раздел, описываю второе
Грузимся в андроид, закидываем ядро в /sdcard и выполняем в терминале
Спасибо пользователю Ptu4ka за информацию про репозитории.
Уважаемые пользователи! Пожалуйста, говорите «Спасибо» повышением репутации (). Если у Вас меньше 15 сообщений, то нажмите кнопку
на нужном посте и сообщите модератору, кто и как Вам помог.
Все пожелания по наполнению шапки направляйте куратору темы leonidy-85 в QMS.
Сообщение отредактировал leonidy-85 — 28.09.14, 19:00
M.Adov, загружу по возможности. Сейчас вот пытаюсь raring собрать) Имеется собраный Debian wheezy с xfce и Ubuntu 12.04 с Unity, но скорость и стабильность моего upload просто жуткая)
Вот, как вариант — не знаю чьё, тут Ubuntu 11.04 http://depositfiles.com/files/zvs9r9x2k
Как время будет попробую стартануть официальный rootfs под ac100 с сайта убунты, там должны стоять видеодрова, может даже сегодня ночью) http://cdimage.ubuntu.com/releases/12.04/r. hf+ac100.tar.gz
Сообщение отредактировал 90amper — 07.02.13, 17:56
Есть разница в скорости работы, если использовать .img в корне или партицию ext4 на карте?
UPD: На xda была тема с установкой дебиана, там же была и установка драйверов. Ставить рутфс от ас100 не стоит, там тегра 250, если я не ошибаюсь
Сообщение отредактировал Banyaa — 07.02.13, 18:47
Вот эта тема. Смотри пункт 11 (xorg там же)
Сообщение отредактировал Banyaa — 07.02.13, 18:53
Источник
Linux native on acer iconia a series (a200)
Breadcrumb
montolla
Senior Member
Hello to every body
I tried to post on the > Acer Iconia A500 > Iconia A500 Android Development > seccion but it says that I do not have permissions.
Expecifly to this thread http://forum.xda-developers.com/showthread.php?t=1158260. So this is my post:
I found an boot.img file that I was flash with fastboot on my a200, this modified boot allow me to diseable the boot from mmcblk0p0 partition on my internal storage device, and boot from mmcblk1p2 partition on my external sdcard.
I was try with ubuntu 10.x first time, I can get input device support and touchscreen support, when I connect the usb keyboard do not work.
So I was try debian test edition, I was get usb support for keyboard and mouse device. I can get support for touchscreen.
I can get support for wireless card, the firmware for it appear to be on the kernel but lshw -c network show me that wlan0 is disabled and I can get to up it. so I can get update or upgrade the system, I will try to install some .deb manually download its depends one by one.
Libre office works perfectly, I get more memory support, I mean on android I get 700 Mb of RAM memor, on Debian I get about 900 Mb.
I just have a 2Gb sdcard so I can not install so much aplications right now.
Can somebody help me get wireless support for my device?
chappell
New member
I am trying to do the same thing right now. I found that the rootfs in «option 1» of this posting works:
Can you tell me where you found the boot.img file you mention? The one I have tries to mount a non-existent partition. I have to connect a USB keyboard and type the commands to mount mmcblk1p2.
montolla
Senior Member
So I put my acer on fastboot mode (poweron with volume down press and where brivate and show acer logo, move the lock rotate screen tow or tree times to get fastboot mode) and use fastboot.exe (windows, on linux fastboot.sh. ) from the sdk of android and run this command: fastboot flash boot newrec.img.
So the fastboot.exe show write file and rebooting.
the device will reboot and you show on it the kernel booting (no boot screen is showing).
The next step you can found it on the thread. but is more or less format the sdcard, create a ext3 or ext4 partition small ass primary and boot, create a second one on ext3 or ext4 and put the rootfs or linux kernel on the second one.
I use the android app that allow to run linux chroot on android to install the debian core, its depends and the lxde desktop.
But fisrt of all you need to back up your boot.img from your device, you can use clockworkmode to make a nandroid back up, in the folder of the back up you can find your boot.img file to run android again.
you can use fastoot to get the actual boot.img but you need to find on google.
Thanks for reply
I am trying to do the same thing right now. I found that the rootfs in «option 1» of this posting works:
Can you tell me where you found the boot.img file you mention? The one I have tries to mount a non-existent partition. I have to connect a USB keyboard and type the commands to mount mmcblk1p2.
montolla
Senior Member
Hello to everybody
I was installed Debian «native» on my acer a200 16Gb one.
I used lxde with lightdm as desktop environment.
I get working my WiFi module and connect to my personal network.
At first time I get the correct firmware but for some reason it says that the hardware bottom is locked and I can not execute «ifconfig wlan0 up».
I move the lock screen switch and surprise! the WiFi interface works. The lock rotate screen switch seems to be the WiFi disable button on the laptop.
When I reboot the systems and boot again the WiFi just gone. I need to power off and turn on manually to get work again.
I can get the touchscreen device work. It seems to be recognized but the xorg.conf not work.
I try on gnome but my 2Gb sdcard class 4 can contain it. I need a 5 Gb one. I do not have enough money right now.
the a200 just have one usb port, so I can not use my usb keyboard and mouse at same time. I will need a USB switch perhaps.
The Bluetooth device seems to be detected but the lxde do not have support right now for it. I will try on gnome later.
So I need to work on touchscreen, Bluetooth and gps (I do not know hot to do that on Linux. ).
The nvidia-tegra 2 seems to be detected but I do not how to tested.
Next I need to install directly on a200 internal storage and put android on the sdcard.
So how can I put Debian on internal storage? can I create a new partition table on it and create a swap partition, a /(root) partition on ext4 and home partition on external sdcard?
I will try lubuntu and ubuntu on the a200 later.
Источник
Acer iconia one linux
Ждал, когда найдется человек с такой же доской. Сразу поставил автообновление до версии 4.4 (наплевать на особенности записи на SD, версия 16Gb ). С ROOT непонятки — Unroot не видит его, программы для устройства тоже не помогают, но возможно дело в кривизне рук, будем разбираться.
Очень много фирменного софта Acer — все аналоги гугловых файлообменников, агрегаторов документов, облака и все такое — ROOT только для их сношения установить хочу.
Задняя панель просто сказка — или я извращенец.
Зарядка на 2А — заряжает быстро. Разрядка тоже годная — смотрел картинки с котиками 2,5 часа, разрядка ровно 25%. Если бы смотрел 5 часов, то разрядилось бы на 50%, остальное можете досчитать сами, но за 4 часа надоест котиков смотреть. Провод из комплекта постоянно хочет вернуться в форму, в которой я его увидел — в форму бесконечности (8), очень жесткий, смотреть без регистрации и смс.
Чехол в Китае — вот, еще едет. Если будет время, сделаю обзор на чехол. Сейчас в качестве замены использую чехол от разбитой книжки.
Блин, он реально шустрый, как еврей, по сравнению с аналогами в цене сяких атм Explay он серьезн их нагибает, при толстом интернете обновление всего с первого старта заняло несколько минут, но список был внушительным.
Удобная штука — аккаунты пользователей и настраиваемыми правами, теперь брату можно поставить только одну игру, причем чтобы в имени процесса был твердый знак, странные привычки это у нас общее.
Кнопки внизу экрана слишком утащены в центр, в альбомной ориентации «назад» надо еще дотянуться, а ловить взгляды окружающих на клюющего носом в планшет человека уже надоело.
В главной менюхе есть печать, настраивается Google-принтер, удобно.
Экран яркий, несмотря на то что выкручиваю яркость на 10%, при бездействии он ее снижает до 0, но ручной настройкой такой яркости добиться не смог.
Источник