Home » Hardware » notebooks » Aspire V5-471 » Historique » Différences
Différences entre les révisions de 19:23, 30 Avril 2013, créé par TralfamadorianOrator, et la révision de 19:22, 30 Avril 2013
Note : le texte en rouge a été supprimé de la version précédente, le texte en vert a été ajouté à cette version et le texte en gris n'a pas été changé.
differences dans l'entrée: vendeur
Acer
differences dans l'entrée: nom de modèle
Aspire V5-471
differences dans l'entrée: subtype (notebook or netbook)
notebook
differences dans l'entrée: architecture
amd64
differences dans l'entrée: does it have a free bios?
no
differences dans l'entrée: Des systèmes d'exploitation libres peuvent-ils être installés ?
yes
differences dans l'entrée: does the device prevent the installation of wifi cards not-approved by the vendor?
not-specified
differences dans l'entrée: année de commercialisation
2012
differences dans l'entrée: Distribution GNU/Linux utilisée pour le test
trisquel_6_0
differences dans l'entrée: compatibilitée avec le logiciel libre
B-gold
differences dans l'entrée: testé avec le kernel libre suivant
3.9.0
differences dans l'entrée: modèle de carte vidéo
Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
differences dans l'entrée: La carte graphique fonctionne-t-elle ?
yes_with_3D
differences dans l'entrée: modèle de carte wifi
Atheros Communications Inc. AR9462 Wireless Network Adapter (rev 01)
differences dans l'entrée: La carte wifi fonctionne-t-elle ?
yes
differences dans l'entrée: modèle de webcam
ID 04f2:b335 Chicony Electronics Co., Ltd
differences dans l'entrée: la webcam fonctionne t'elle ?
not-specified yes
differences dans l'entrée: Description
[p]
For kernel versions from 3.7 to at least 3.9, make sure to build the modules for the webcam and wifi devices.[/p]
[p]
When running make menuconfig, check the following:[/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.
Le contenu de cette page est dans le Domaine Public (voir la page CC0 pour plus d'informations). Quiquonque est libre de copier, modifier, publier, utiliser, vendre ou distribuer le texte , quelques soit le but et le moyen.
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