Home » Hardware » portátiles » Aspire V5-471 » Historial » Diferencias
Diferencias entre las revisiones de 23:37, 30 Abril 2013, creado por TralfamadorianOrator, y la revisión de 19:38, 30 Abril 2013
Nota: el texto en rojo ha sido borrado de la revisión anterior, el texto en verde ha sido agregado en esta revisión y el texto en gris no ha sido cambiado
diferencias en el campo: fabricante
Acer
diferencias en el campo: nombre del modelo
Aspire V5-471
diferencias en el campo: subtype (notebook or netbook)
notebook
diferencias en el campo: arquitectura
amd64
diferencias en el campo: does it have a free bios?
not-specified
diferencias en el campo: ¿puede ser instalado un sistema libre?
yes
diferencias en el campo: does the device prevent the installation of wifi cards not-approved by the vendor?
not-specified
diferencias en el campo: año de comercialización
2012
diferencias en el campo: distribución GNU/Linux usada para la prueba
trisquel_6_0
diferencias en el campo: compatibilidad con software libre
B-gold
diferencias en el campo: probado con el siguiente kernel libre
3.2, 3.4, 3.9.0
diferencias en el campo: modelo de tarjeta de video
Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
diferencias en el campo: ¿funciona la tarjeta de video?
yes_with_3D
diferencias en el campo: modelo de tarjeta de red inalámbrica
Atheros Communications Inc. AR9462 Wireless Network Adapter
diferencias en el campo: ¿funciona la tarjeta de red inalámbrica?
yes
diferencias en el campo: modelo de cámara web
ID 04f2:b335 Chicony Electronics Co., Ltd
diferencias en el campo: ¿funciona la cámara web?
yes
diferencias en el campo: Descripción
The
wifi device had issues with kernel versions 3.2 and 3.4, which are the
only two other versions tested. It could connect, but the connection was
lost frequently. This issue is fixed in version 3.9 (it may have been
fixed in another version between 3.4 and 3.9, but I did not test those,
so I don't know for sure).

[p]
For kernel versions from 3.7 to at least 3.9, make sure to build the
modules for the webcam and wifi devices. When running make menuconfig,
check the following:[/p]

[p]
Device Drivers --> Multimedia Support --> [list][*]Cameras/video grabbers support[/*][/list][/p]


[p]
Device Drivers --> Multimedia Support --> Media USB Adapters
--> USB Video Class (UVC) --> [list][*] UVC input events
device support[/*][/list][/p]

[p]
Device Drivers --> Network device support --> Wireless LAN
--> Atheros Wireless Cards --> Atheros 802.11n wireless cards
support
--> [list]
[*] Atheros ath9k PCI/PCIe bus support[/*]
[*] Atheros ath9k AHB bus support[/*]
[*] Atheros ath9k rate control[/*]
[/list][/p]

[p]
There was an issue of not being able to shut down. When shutting down,
the system would restart itself. Here's a fix I found on a blog
(http://www.pbehnke.com/main/node/11):

[enum]
[*] Create an init script in /etc/init.d (Example: create a file named
/etc/init.d/haltusbpower)[/*]
[*] Put the following in the script:
[code]#! /bin/bash
#
# haltusbpower init script
#
# chkconfig: 345 99 20
# description: A script to act as a workaround for the bug in the
runtime power management module, which causes my acer aspire v5-571
laptop to restart after shutting down.
#
### BEGIN INIT INFO
# Provides: haltusbpower
# Default-Stop: 0 1 3 5
# Short-Description: Halt USB Powersave mode
# Description: A script to halt usb power control.
### END INIT INFO

# Source function library.
. /etc/init.d/functions

# Bus list for the runtime power management module.
buslist="usb"

# See how we were called.
case "$1" in
start)
echo "USB bug fix active"
#no-op on startup
;;
stop)
echo "Turning off USB Power Control"
for bus in $buslist; do
for i in /sys/bus/$bus/devices/*/power/control; do
echo on > $i
done
done
;;
*)
echo "Usage: /etc/init.d/haltusbpower {start|stop}"
exit 1
;;
esac
exit 0[/code][/*][/p]
[*] Create a symbolic link in /etc/rc0.d to the script you created in
the previous step. [p]Example:
[code]ln -s /etc/init.d/haltusbpower
/etc/rc0.d/haltusbpower[/code][/*][/p]
[/enum]

One issue remains: I cannot change the backlight brightness.
El contenido de esta página está en Dominio Público. (vea la página CC0 para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto para cualquier propósito, comercial o no comercial, y por cualquier medio.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information