- Ubuntu Documentation
- Trusty 14.04
- Precise 12.04
- Fixing suspend
- Lucid 10.04
- Verified Working Default install
- Verified Working Post Install Changes
- Known Issues
- Items’s Needing verification
- 1366×768 psb module
- 1366×768 in GRUB2
- Suspend and Hibernate
- Versions
- Enabling 1366×768 Resolution
- Fixing Suspend
- Fixing Microphone
- Wireless Configurations AO751h
- Kernel Module: ath5k (default using on install)
- Kernel Module: ath_pci (madwifi driver)
- Kernel Module: ndiswrapper (Windows Wireless driver)
- 3D Video (Alt. Config AO751h)
- Fixing Wireless Led (AO751h)
- Acer aspire one 751h драйвера под linux
Ubuntu Documentation
Aspire One: Main Navigation
Home
Home v.AA1 (to be merged)
Old Home
Tutorials
1. Installing Ubuntu
2. Fixing Ubuntu
3. Using & Tweaking Ubuntu
The AspireOne 751h has a 1366×768 pixel 11.6″ screen.
Trusty 14.04
I added the following option to the boot parameters to solve system freezing when power gets disconnected:
If this solves your problem you should add it to the GRUB_CMDLINE_LINUX_DEFAULT string below.
Precise 12.04
The gma500 works out of the box with some minor modifications.
I use the following options in /etc/default/grub (all one line)
Fixing suspend
In a terminal type
a blank file will open, put in it
Lucid 10.04
Verified Working Default install
Wireless & Wired NIC
Verified Working Post Install Changes
- 1366×768 resolution (psb module)
- Dual Head display (psb module)
Known Issues
- LCD Brightness control doesn’t work /proc/acpi/video missing
- Possible USB+3D problems resurface because of GMA500 video card driver.
Suspend/Resume broken with framebuffer & psb X driver known issue see: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/
Using the B43 wireless card drivers causes issues at boot, use the STA drivers — http://ubuntuforums.org/showthread.php?t=1565236
Items’s Needing verification
- IEGD Intel® Embedded Graphics Drivers (best GMA500 3D performance)
Note: IEGD version 10.3 and older only work with X version 1.6 and older. Since Lucid runs X version 1.7 it’s currently not supported
1366×768 psb module
Please see the following for the latest directions in getting the GMA500 working here: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo/
1366×768 in GRUB2
These instructions will enable higher resolutions for GRUB2 Menus and Plymouth Splash Screens
Note that this requires GRUB2 to work; it also will not work with suspend at all. GRUB2 should be installed by default; if not, install it before attempting to proceed. The method described below involves changing the bootloader configuration. If done wrong, your computer may fail to boot.
Edit /etc/grub.d/40_custom
Note:
- If you don’t want a «splash-screen», just leave out the «background_image»-line.
The above example shows the font file and wallpaper image on the first partition under a directory called splash. This example is for systems with an unencrypted /boot partition and the remainder of the disk encrypted and/or LVM If you are not encrypting your disk, and using a single partition for / and ‘/boot’ then the default locations would be: If you are pulling you hair out trying to figure out why GRUB is not seeing your Wallpaper Image, maybe it cannot see the file system because of crypt or LVM (or if you use both together) or you have a separate partitions for / ans /boot. Simple solution make a splash directory under boot and copy your files under there.
Grub2 can find your images on a separate and/or LVM volume, but you will need to load the LVM Grub module, and enter the Grub command shell to ‘ls’ your drives to see how Grub is seeing them. Then change (hd0,1) to what you find.
Edit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=»quiet splash mem=1908mb» the mem kernel argument fences the amount of memory you are allowing the kernel to see, and the remainder is for the Graphics Card. In this example this is a 2GB system (2048MB-1908MB=)140MB available for video. Adjust to your needs.
Now update your Grub Configuration
The following command will properly generate /boot/grub/grub.cfg
Suspend and Hibernate
Still needing to be resolved
Note:
- In most cases your swap partition needs to be equal or greater the size of your physical ram, to avoid problems. If your swap partition is not big enough to hold all RAM objects then you get random failures. If you have a small swap it might work occasionally, if your memory consumption is smaller than your swap at time of suspend/hibernate.
Versions
BodhiZazen — Hats off the the UNR team, but be warned, the UNR remix is slow an almost usable on an AspireOne 751h (11.6″). Better to perform a standard install on this hardware.
Enabling 1366×768 Resolution
The below fixes do not work in 9.10 This is a confirmed bug under xorg(ubuntu). See below this section for a 10.04 workaround (may work with 9.10) https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/426791 xorg(ubuntu). Instead use the work around found at https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo
With this variant (popular because it’s available at Costco), the maximum graphics resolution (1366×768) does not work out of the box. To install an updated graphics driver, add the following line at the end of /etc/apt/sources.list:
then run the following commands in the terminal:
If an update to a later version (such as an upgrade from 2.6.28-11 to 2.6.28-14) breaks the graphics driver on your 751h, continue booting to the desktop (select the Run one time session with low graphics option) then run the following commands in the terminal:
DO NOT use the --reinstall flag to attempt this fix (it will likely crash your session). Use the remove option first, followed by the install option as shown above.
Post install performance is a bit sluggish and can be fixed with a small edit to /etc/X11/xorg.conf. Open the file for editing (gksu gedit /etc/X11/xorg.conf ) and add these lines (under the «Device» section):
Restart X (log off and back in).
Installing the Poulsbo as mentioned above also allows the Function Keys to change the LCD screen brightness.
Fixing Suspend
Poulsbo driver will break suspend. For fixing it, meanwhile hal patch reaches ubuntu you can edit /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi and add the following at the end (before the last ):
To have laptop suspend when laptop lid is closed, modify the setting in System—>Preferences—>Power Management.
Fixing Microphone
Get newer version of alsa-driver (version 1.0.22 tested and works)
unpack the source archive, run configure, compile, and then install with root perms
Edit /etc/modprobe.d/alsa-base.conf and add the following to the end of the file
*Ok now this is the weird part* (tested and works for both alsa and pulseaudio)
Open your favorite sound mixer change to the «Capture» or «Recording» section For both the volume sliders Capture, Mic, Digital (depending on what you see) turn the volume all the way down on the left slider turn the volume all the way up on the right slider.
Note : If your mixer doesn’t show Left and Right or only accepts moving the sliders as one, try the command-line amixer with root-privilgies (use sudo or root-terminal). First run «amixer -c 0 controls» to get the numid of the capture volume control. Then run «amixer -c 0 cset numid=9 0%,100%» (asuming only one sound-controller and that the volume control numid turns up to be 9).
Note : if both right and left sliders are equal or up you will get either no mic or heavy static when recording (not predictable which). If you run Skype you will need to unselect «Allow Skype to adjust mixer levels» because it will gang the two channels together and stop working. Also mute the mic(s) in the «Playback» section until you tested everything works.
Wireless Configurations AO751h
Here is a personal comparison of all the possible ways to get your wireless working. I hope this information helps you decide which option you want to use.
Wireless NIC in the system for this comparison
Wireless router used in comparison: Linksys Wireless-N Broadband Router WRT160Nv2
Kernel Module: ath5k (default using on install)
Pros: works out of the box, acer wifi switch works
Cons: Slow performace, limited range from wireless access point, acer wireless lights don’t work, Normally find the following log entry in /var/log/messages: «noise floor calibration timeout»
Kernel Module: ath_pci (madwifi driver)
Pros: included in the install, (but blacklisted due to conflict if using ath5k), Improved speed compared to ath5k, acer wifi switch works
Cons: limited range from wireless access point, acer wireless lights don’t work
To enable ath_pci edit blacklist: /etc/modprobe.d/blacklist-ath_pci.conf
Kernel Module: ndiswrapper (Windows Wireless driver)
Pros: Fastest Speed, Greatest Distance from wireless access point, acer wifi switch and lights work
Cons: Need to update ndiswrapper (the version shipped with 9.04 didn’t work), The dirty feeling you get resorting to a Windows driver (matter of principle)
To enable ndiswrapper change blacklist to stop both madwifi and ath5k from loading /etc/modprobe.d/blacklist-ath_pci.conf
Get newer version of ndiswrapper (version 1.55 tested and works)
unpack the source archive, run configure, compile, and then install with root perms
reboot system, verify ndiswrapper is running
download the 32bit WinXP Wireless driver from Acer Website, unzip, install driver
Verify the driver is registered with ndiswrapper
At this point hal should know about the device and you should be able to use it. If not try rebooting.
3D Video (Alt. Config AO751h)
There is another solution to activate DRI (3D hardware accelaration, compatible with Compiz) : freeing memory at the kernel level for the GMA500.
Info : there is a facegroup Group in order to ask Intel to open the source of the GMA500 driver.
Note: This Alternate configuration has been successfully tested to work without problems.
Here is quick script to get 3D working on 9.04 only, derived from the links above
Fixing Wireless Led (AO751h)
To fixing the wireless LED, using the Kernel Module: ath5k
AspireOne/AO751h (последним исправлял пользователь Drums 2015-10-02 19:25:26)
The material on this wiki is available under a free license, see Copyright / License for details
You can contribute to this wiki, see Wiki Guide for details
Источник
Acer aspire one 751h драйвера под linux
Не нашёл темы о сабже, создал новую.
Отличный нотик с HD-разрешением экрана и невозможностью просмотра фильмов в HD-формате После установки K-lite’а 720р смотрятся на отлично, 1080р на четвёрочку, загузка процессора при этом 720p-34%, 1080p-40%.
:)))
Суперсовременный и энергоэффективный процессор Z520. Удобный дизайн. Чёткий экран. Информативные индикаторы. Механические кнопки вкл\выкл WiFi BT 3G. Кнопка отключения тачпада. Тачпад с жестами. Удобная клава.
Заявлено 8 часов работы без подзаряда, 5 часов подряд качать фильмы по WiFi может (проверено). C полным фаршем по беспроводным технологиям (особенно радует встроенный GSM-модуль).
Сразу купил 2 гига оперативы.
С аэро работает не бодро, но терпимо. Не глючит и не виснет, слегка тормозит при уэб-серфинге фаерфокс. Приятно запустить таск-манагер и наблюдать его частые 100% позеления на панели задач, особенно при уэб-серфинге (уже забыл про это на ББ 🙂 ).
Ещё слегка разражает проявление под курсором рядом лежащей области экрана и её наложение, проявляется в играх.
Единственная проблема была с WiFi. На сайте асера выложен драйвер для Atheros а в нотеке девайс broadcom, никак не хотел ставится Atheros, пока не почитал надписи на задней крышке и не скачал broadcom. Ну и GSM-модули тоже могут быть разными, на сайте дрова под QUALCOMM и Option, у меня option. БТ-модуль foxconn без проблем.
TTX:
Нетбук Acer Aspire One 751h-52BGk
Брэнд Acer
Серия Aspire One
Модель ZA3
Процессор Intel Atom Z520 1.33 GHz
Кэш L2 512 Kb
Чипсет Intel Mobile US15W Express
Экран 11.1″ (28.2 см)
Разрешение экрана WXGA (1366×768)
Видео Intel GMA500
Оперативная память 1024 Mb DDR2 RAM
Жесткий диск 160 Gb (5400 об/мин)
Порты и коммуникации :
3 x USB 2.0
Кард-ридер 6-в-1 (SD, SDHC, MMC, XD, MS, MS-PRO)
Модем GSM/GPRS/EDGE/3G 850/900/1800/1900 МГц
Wi-Fi
Bluetooth
GPS (скрытая функция)
Выход на внешний монитор VGA
Веб-камера
Габариты 284 х 192 х 25 мм
Вес 1.35 кг
Аккумулятор Li-Ion 8 часов
Сообщение отредактировал simins — 06.04.10, 21:48
simins,
Интересный аппаратик. Пару фоток еще прицепи.
Обзоры уже в сети были?
А по производительности как, были сравнения?
Сообщение отредактировал Marvi — 10.01.10, 10:47
Обзоров чегото мало. Хотя продают уже с конца лета. И чего-то повсюду в коменты пишут о неожиданных и постоянных зависаниях, у меня он ещё ниразу не завис за 2 недели.
Фотки чегото у меня не прицепляются. Прицепил внизу ссылку на небольшой обзорчик с картинками.
Сообщение отредактировал simins — 06.04.10, 21:49
Интересно, можно какнить звонить голосом через 3G модем, или видеозвонок какойнить.
Звук слишком тихий у динамиков. Тихие фильмы смотреть обломно. mediaplayer classik решает эту проблему.
Звук тормозит иногда, звук загрузки всегда с лагами проигрывается.
И вообще, в плеерах меню лучше не активировать во время проигрывания, сказываетца на качестве воспроизведения.
Скачал новый драйвер для GMA500 версия 8.14.10.2020, HD фильм стал меньше тормозить.
гуано этот драйвер, и игре наложения за курсором ужасные начинаются. Откатил драйвер обратно.
не перестаёт радовать встроенный гсм-модем.
Сильно обламывает одноцветность рус и eng букв. наверно надо их покрасить както
Сообщение отредактировал simins — 24.01.10, 16:53
Аха. Мои 5 копеек )))
Ноутами/нетами пользуюсь давно, причём конкретно и жестоко. Дороги, электрички, автобусы, гостиницы, общежития, интернет-кафе. Перепады давлений, влажности и температур 🙂
Одним из первых в нашем городе стал обладателем той самой eeePC701 🙂 Девайс решал проблему скорого чтения электронной почты и правки документов и исходников, однако для полноценной работы не подходил (производительность и линейные размеры экрана и клавиатуры).
Acer приглядывал именно как рабочую машинку, максимально заточеную на работу (фильмы/игры/звук- фиолетово). Основной критерий- 12″ (для текстов это минимум, а 14″- это уже ноут), хорошее время работы от аккумулятора, удобная клавиатура (ПМСМ, одно из важнейших качеств рабочего ноутбука).
Три дня как приехал из поездки (10 дней), где машинка являлась основным рабочим инструментом 6-14 часов в сутки (+йота).
К клавиатуре нужно привыкать где-то день. Долбить быстро всё равно не получится, но приличную скорость развить можно. Однако после 10 дней работы обычные кнопки на моей старенькой клавиатуре показались в 2 раза меньше, чем они есть на самом деле ))) Несколько смущают большие зазоры между кнопками- со временем при недомашней эксплуатации там может накопится прилично всяких волос и объедков )) Так что зазор, ПМСМ, можно было бы и уменьшить, как на некоторых eee, hp и lenovo. Но в целом- мне нравится. Большие кнопки позволяют кистям совершать широкие движения и сосредоточить внимание и мысли на работе. Зачёт.
Экран- аналогов с такой ценой и матовым экраном я не нашёл, поэтому пришлось брать глянец. На удивление, пока доволен. Ожидал худшего. Однако, практически не бликует. На улице не использовал пока- опасаюсь в мороз за механику (и винчестер; в этом плане неты с твердотельными накопителями выглядят привлекательнее). Впереди лето с его бликами, будем смотреть. Пока вертел у окон в разных положениях относительно Солнца и источников света. Качество изображения- хорошее. Зачёт.
Батарейка- объективно довольно сложно оценить. Часто уходит в сберегающий режим. Но, субъективно- где-то 5,5-6,5 часов (загружены Дельфи и Эксель, т.е особо без нагрузки), 3,5-5 часа с работающей йотой. Однозначно не 8 (плюс ко всему, по возможности я гашу подсветку на экране при работе от батарейки и никогда не использую динамики). Но если считать время вместе с уходом в энергосберегающий режим, то при вялотекущей работе может быть и все 12, и больше. 🙂 С этим режимом мне хватило на 1,5 часа в электричке, 4 часа в Сапсане и 4 часа вечером 🙂 В целом, грамотно расходуя энергию аккумулятора, вполне реально отработать день «в поле». Заряжается примерно за 2,5 часа. Зачёт.
Производительность. Если подходить к машинке объективно, то для её стоимости- вполне. Мне хватает для моих Дельфёвых разборок. Рекомендую поставить более лёгкий браузер. Имеющийся эксплорер впадает в задумчивость уже при 3-4 вкладках со средними по нагрузке страницами. Ну и вообще ставить максимально облегчённый софт. Как НЕТбук- он прекрасно справляется со своими задачами. Смотреть гипертяжёлые видео на 12″ не вижу практического смысла. Все мои видеофайлы, которые смотрю на десктопе, запустились встроенным плеером без тормозов и проблем. Зачёт.
Камера. Написано, что оптимизирована для съёмки при тусклом освещении. Проверено- оптимизирована ))) В конференциях меня было отлично видно, несмотря на то, что специально сидел в тёмных углах 🙂 Зачёт.
Из прочих особенностей- довольно часто включается кулер (от половины до двух третей рабочего времени) => аккуратнее ставьте его на одеяла 🙂 Машинка греется (отверстия для охлаждения могли бы сделать ещё и сбоку, как на старых роверах и еееPC). Из прочих моих нет/ноутбуков кулеры так часто не запускались нигде.
Винчестер- вещь в себе. Может сильно притормаживать при копировании и запуске тяжёлых файлов, но включение из энергосберегающего режима с подгруженным Excel, Delphi и Chrome с двумя десятками вкладок проходит вполне шустро. Всегда.
Корпус довольно изящный и красивый, однако крышка сильно подвержена появлению царапинок. Опять же, «железный» 701-й с его твёрдой матовой сложноцарапаемой пластмассой выглядит эксплуатационно привлекательнее. Из современных нетов наиболее продуманый в этом отношении корпус, как мне кажется, у Самсунгов NC-10. Но это 10″.
Опасался за слабое крепление крышки (некоторые продавцы пугали, что будет ходить ходуном). Однако всё нормально. Люфта не наблюдается.
Из минусов лично для меня- наличие винчестера вместо SSD и царапаемый корпус. 701-ю еее-шку до сих пор использую как лёгкий нетбук (во термин то 🙂 ), когда это позволяет ситуация- благодаря SSD её эксплуатационные характеристики несколько выше.
P.S. Вот так и получается, что даже, казалось бы, промежуточная ниша нетбуков имеет свои собственные ниши 🙂 751-й (11,6″ экран, 160 Гб, 1,2 Ггц) не смог полностью заменить 701 (7″, 4Гб, 600-900 МГц). 701-й, в свою очередь, весьма далёк от производительности 751-го. Так и использую их вместе, в зависимости от того, какой больше подходит для предстоящей поездки 🙂
🙂
Поцарапал крышку, осталась глубокая царапина в мягкой глянцевой пластмассе крышки (701 +1).
Отлючена нафиг аэра, включен интерфейс классик, так гораздо лучше.
С отключенным монитором и тачпадом, качает фильмы по wifi из инета, больше 8 часов.
радует быстрый выход из сна с, забитой всякой всячиной, двухрядной панелью задач.
аптайм: 8 дней 3 часа 8 минут 50 секунд.
Сообщение отредактировал simins — 29.01.10, 01:14
кстати встроенны модем GTM382 должен ловит gps. антенка подцеплена.
http://www.option.com/en/support/knowledge. e/articleen-176
пршивка для модема, после которой ловит гпс.
Manufacturer: Option N.V.
Model: GTM382
Revision: 2.9.5.0Hd (Date: Jun 25 2009, Time: 16:52:40)
http://rs38.rapidshare.com/files/307089709. 950_1038094.ZIP
и хочетца ещё голос с модемом. пока тока в гипертерминалке звонок отсвечивает и трубку поднятьможно, но опустить облом, команда ath не срабатывает ну и ничего не слышно в трубке.
надо с эти модемчиком поковыряться ещё
Сообщение отредактировал simins — 29.01.10, 10:30
Покрасил клаву зелёным маркером.
Стало лучше.
Источник