Cette page est constituée de notes prises lors d'une tentative d'installation un peu ardue de Debian (installation de système minimal, par clé USB/internet), qui sert aussi à faire un état des lieux du support du matos présent dans cet ordi LDLC/Clevo. Je profite du saut pour passer sous un “tiled window manager”, avec awesome, d'où des notes en bas de page au sujet d'équivalants “CLI” (en mode texte) pour remplacer les applications GTK/QT.
firmware-realtek
sous Wheezy.00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5) 00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5) 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) 00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05) 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) 03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 05) 03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 90) 03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 90) 03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 90)
Réinstallation du système, motivée par l'achat d'un Samsung SSD 840 EVO 250 Go.
dd if=debian-jessie-DI-b2-amd64-netinst.iso of=/dev/sdX bs=4M; sync
… où vous remplacez le X de sdX par la lettre de votre clé USB, soyez attentifves à cette étape !
Phase d'installation…
Post-installation
APT::Install-Recommends “false”;
dans /etc/apt/apt.conf.d/02norecommends
.exec i3
dans mon ~/.xinitrc, puis démarre Xorg avec startx
.Alors le SSD ça change la vie ? Trop tôt pour le dire. Avoir un système neuf avec *rien* d'installé, c'est en général plutôt réactif… Et puis, pour le coup je suis branché en ethernet (le wifi packet loss toussa ça lag grave sa mère !).
Sur cette installation dépouillée avec i3, les polices des sites web sont moches, la déco GTK est douteuse. Il y a des optimisations esthétiques à effectuer.
Ca peut prendre la journée ensuite pour faire du cherry-pick et récupérer les petits bouts de config.
ps
et faire un kill de wget pour remettre les idées en place au programme d'installation. Il me propose de continuer ou de revenir en arrière, continuer ne sert à rien, il faut accepter de revenir en arrière (il renvoie au menu avec les étapes de l'installation). Je le positionne sur “reconfiguration automatique par DHCP”, il parvient à remettre la connexion en route, il poursuit l'installation là où il s'était arrêté (il retélécharge bien cette fois-ci le paquet qui a foiré).ps
, je repère où il envoie les paquets téléchargés. Un ls -lh
dans le répertoire destination me permet de suivre l'évolution de la taille du paquet./dev/sda1
pendant l'installation), il suffit de booter en laissant la clé USB./dev/sda1
désigne cette fois-ci le disque dur, il suffit de lancer un grub-install /dev/sda
.dpkg-reconfigure console-data
pour afficher la liste complète des keymaps et je choisis le plus proche (pc-…latin9).nodm
pour démarrer la session X automatiquement.$ vim /root/.aptitude/config
, y ajouter une ligne: APT::Install-Recommends “false”
Commandes utiles:
dmesg | grep rtl # m'indique que le firmware est bien chargé
[ 5.801475] rtl8192ce 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 5.801485] rtl8192ce 0000:02:00.0: setting latency timer to 64 [ 5.922312] ieee80211 phy0: Selected rate control algorithm 'rtl_rc' [ 5.922733] rtlwifi: wireless switch is on [ 86.566496] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
iwlist scanning # m'indique si l'interface trouve des réseaux wifi à portée
ifconfig -a # me confirme que mon interface réseau wifi est reconnue comme wlan0
Installer les paquets: wicd, wicd-curses
Le problème était vraisemblablement le suivant, wicd n'avait pas repéré quelle interface réseau était utilisée par le wifi. Elle peut être rajoutée avec wicd-curses, ou en éditant le fichier:
vim /etc/wicd/manager-settings.conf
[Settings] backend = external wireless_interface = wlan0 wired_interface = eth0 wpa_driver = wext
Je n'avais pas le problème de manière aussi fréquente avant, mais là, PROUT PROUT.
Apr 13 12:44:30 cacacomp kernel: [10144.530830] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 13 12:44:31 cacacomp kernel: [10145.418200] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:44:42 cacacomp kernel: [10155.935864] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:44:53 cacacomp kernel: [10167.128325] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:44:54 cacacomp kernel: [10168.327048] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready Apr 13 12:45:14 cacacomp kernel: [10188.187524] cfg80211: Calling CRDA to update world regulatory domain Apr 13 12:45:16 cacacomp kernel: [10190.602800] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:45:17 cacacomp kernel: [10190.947702] ADDRCONF(NETDEV_UP): wlan0: link is not ready Apr 13 12:45:17 cacacomp kernel: [10191.178847] jme 0000:03:00.0: eth0: Link is down Apr 13 12:45:17 cacacomp kernel: [10191.179133] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 13 12:45:21 cacacomp kernel: [10194.971645] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:45:21 cacacomp kernel: [10195.313480] ADDRCONF(NETDEV_UP): wlan0: link is not ready Apr 13 12:45:23 cacacomp kernel: [10196.936551] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin Apr 13 12:45:23 cacacomp kernel: [10197.278419] ADDRCONF(NETDEV_UP): wlan0: link is not ready Apr 13 12:45:23 cacacomp kernel: [10197.492713] jme 0000:03:00.0: eth0: Link is down Apr 13 12:45:23 cacacomp kernel: [10197.493000] ADDRCONF(NETDEV_UP): eth0: link is not ready Apr 13 12:45:23 cacacomp kernel: [10197.734138] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
[10190.602800] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10190.947702] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10191.154576] jme 0000:03:00.0: irq 43 for MSI/MSI-X [10191.178847] jme 0000:03:00.0: eth0: Link is down [10191.179133] ADDRCONF(NETDEV_UP): eth0: link is not ready [10194.971645] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10195.313480] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10196.936551] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10197.278419] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10197.467999] jme 0000:03:00.0: irq 43 for MSI/MSI-X [10197.492713] jme 0000:03:00.0: eth0: Link is down [10197.493000] ADDRCONF(NETDEV_UP): eth0: link is not ready [10197.734138] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10198.075990] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10200.135646] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10200.649451] wlan0: authenticate with 16:***********:3c (try 1) [10200.847024] wlan0: authenticate with 16:***********:3c (try 2) [10201.046966] wlan0: authenticate with 16:***********:3c (try 3) [10201.246903] wlan0: authentication with 16:***********:3c timed out [10210.649420] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10211.841726] wlan0: authenticate with 16:***********:3c (try 1) [10212.039283] wlan0: authenticate with 16:***********:3c (try 2) [10212.239217] wlan0: authenticate with 16:***********:3c (try 3) [10212.439148] wlan0: authentication with 16:***********:3c timed out [10221.841907] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10223.033884] wlan0: authenticate with 16:***********:3c (try 1) [10223.231542] wlan0: authenticate with 16:***********:3c (try 2) [10223.431472] wlan0: authenticate with 16:***********:3c (try 3) [10223.631399] wlan0: authentication with 16:***********:3c timed out [10233.034188] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10234.230216] wlan0: direct probe to 16:***********:3c (try 1/3) [10234.246539] wlan0: direct probe responded [10234.246643] wlan0: authenticate with 16:***********:3c (try 1) [10234.443781] wlan0: authenticate with 16:***********:3c (try 2) [10234.643724] wlan0: authenticate with 16:***********:3c (try 3) [10234.843724] wlan0: authentication with 16:***********:3c timed out [10238.966970] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10241.209802] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10241.551676] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10241.551735] wlan0: authenticate with 16:***********:3c (try 1) [10241.601386] wlan0: deauthenticating from 16:***********:3c by local choice (reason=3) [10241.629454] wlan0: deauthenticating from 16:***********:3c by local choice (reason=3)
[10524.615655] ADDRCONF(NETDEV_UP): eth0: link is not ready [10524.780845] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10525.122892] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10525.806657] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10526.148692] ADDRCONF(NETDEV_UP): wlan0: link is not ready [10526.286622] jme 0000:03:00.0: irq 43 for MSI/MSI-X [10526.310735] jme 0000:03:00.0: eth0: Link is down [10526.311021] ADDRCONF(NETDEV_UP): eth0: link is not ready [10527.180094] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10527.696038] wlan0: authenticate with 16:***********:3c (try 1) [10527.893642] wlan0: authenticate with 16:***********:3c (try 2) [10528.093572] wlan0: authenticate with 16:***********:3c (try 3) [10528.293510] wlan0: authentication with 16:***********:3c timed out [10537.695992] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin [10538.892319] wlan0: authenticate with 16:***********:3c (try 1) [10538.894943] wlan0: authenticated [10538.895004] wlan0: associate with 16:***********:3c (try 1) [10538.897502] wlan0: RX AssocResp from 16:***********:3c (capab=0x411 status=0 aid=1) [10538.897506] wlan0: associated [10538.898089] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [10549.894272] wlan0: no IPv6 routers present
Cet échange sur la ML Debian illustre les symptomes: http://lists.debian.org/debian-user/2012/04/msg00897.html (voir previous by thread).
Lie vers cet article: http://www.chayx.net/2011/06/how-to-install-realtek-rtl8188ce-wifi-drivers-thinkpad-edge-13-on-ubuntu-natty-1104.html ; Ach ! Il s'agit pour les 2 cas du 8188ce, j'ai le 8192ce, pourtant les problèmes sont les mêmes … Sur le site de Realtek, RTL8192CE-VA4 indique pour le moment:
Linux driver for kernel 2.6.24 (and later, up to 3.2.x) 0005.1230.2011 2012/1/2 4612k
Voir aussi ce post: https://bbs.archlinux.org/viewtopic.php?id=132931 ; et sûrement plein d'autres …
Le 9/12/2014,
Durant tout ce temps et peut-être suite à des mises à jour de firmware et tutti quanti, le wifi marchait avec des petits soucis mais rien de trop grave.
Depuis quelques mois, j'ai ouvert le réseau wifi de ma box. Le problème qui se pose aujourd'hui est d'une autre nature, par moments dans ce qui me paraît être les heures d'affluence (ou les heures où mes voisins viennent se greffer sur ma box), je peux vérifier depuis le Raspberry connecté en ethernet que le ping vers le WAN est bon. Par contre, si je ping le raspberry depuis mon ordi portable, j'ai des résultats de merde. Décharger/recharger le module rtl8192ce aide un peu sur le moment mais ça reste casse gueule. Il me semble que redémarrer la box aide également mais … le problème ne vient pas du WAN, car le rasp semble parvenir à faire avec.
Le problème pourrait venir de la saturation du canal wifi utilisé, vu que le raspberry n'utilise pas le wifi.
Avant rechargement du module:
% ping rasp PING rasp (192.168.1.101) 56(84) bytes of data. 64 bytes from rasp (192.168.1.101): icmp_seq=1 ttl=64 time=9852 ms 64 bytes from rasp (192.168.1.101): icmp_seq=2 ttl=64 time=9982 ms ^C --- rasp ping statistics --- 12 packets transmitted, 2 received, 83% packet loss, time 11070ms rtt min/avg/max/mdev = 9852.103/9917.432/9982.762/65.405 ms, pipe 10
Après rechargement du module:
% ping rasp PING rasp (192.168.1.101) 56(84) bytes of data. 64 bytes from rasp (192.168.1.101): icmp_seq=1 ttl=64 time=6.22 ms 64 bytes from rasp (192.168.1.101): icmp_seq=2 ttl=64 time=3.01 ms 64 bytes from rasp (192.168.1.101): icmp_seq=3 ttl=64 time=14.4 ms 64 bytes from rasp (192.168.1.101): icmp_seq=4 ttl=64 time=2.05 ms 64 bytes from rasp (192.168.1.101): icmp_seq=5 ttl=64 time=1.70 ms 64 bytes from rasp (192.168.1.101): icmp_seq=6 ttl=64 time=6.91 ms 64 bytes from rasp (192.168.1.101): icmp_seq=7 ttl=64 time=1116 ms 64 bytes from rasp (192.168.1.101): icmp_seq=8 ttl=64 time=791 ms 64 bytes from rasp (192.168.1.101): icmp_seq=9 ttl=64 time=134 ms 64 bytes from rasp (192.168.1.101): icmp_seq=10 ttl=64 time=974 ms 64 bytes from rasp (192.168.1.101): icmp_seq=12 ttl=64 time=315 ms 64 bytes from rasp (192.168.1.101): icmp_seq=13 ttl=64 time=144 ms 64 bytes from rasp (192.168.1.101): icmp_seq=14 ttl=64 time=98.7 ms 64 bytes from rasp (192.168.1.101): icmp_seq=15 ttl=64 time=285 ms 64 bytes from rasp (192.168.1.101): icmp_seq=16 ttl=64 time=218 ms 64 bytes from rasp (192.168.1.101): icmp_seq=17 ttl=64 time=101 ms 64 bytes from rasp (192.168.1.101): icmp_seq=18 ttl=64 time=14.9 ms 64 bytes from rasp (192.168.1.101): icmp_seq=19 ttl=64 time=67.4 ms 64 bytes from rasp (192.168.1.101): icmp_seq=20 ttl=64 time=15.6 ms 64 bytes from rasp (192.168.1.101): icmp_seq=21 ttl=64 time=80.0 ms 64 bytes from rasp (192.168.1.101): icmp_seq=22 ttl=64 time=3.80 ms 64 bytes from rasp (192.168.1.101): icmp_seq=23 ttl=64 time=4.19 ms
→ Voir ici pour une solution: http://cbiot.fr/Aurore-BB5-I3-4-H5.txt
Editer le fichier /etc/default/grub pour remplacer GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" par GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_os_name=Linux acpi_osi=" Prise en compte des changements par la commande : # update-grub
Les touches Fn+F8/F9 ne fonctionnent pas de base pour régler la luminosité.
Au pire, l'outil xbacklight
remplace cette fonction et permet d'ajuster cet éclairage au niveau hardware.
L'écran me paraît un peu lumineux de base (les noirs ressortent avec une légère lueur blanche selon l'inclinaison de l'écran). Mais après qq essais avec xbacklight
ou xgamma
qui n'ont pas arrangé grand chose j'ai remis les valeurs par défaut (xgamma -gamma 1 ; xbacklight -set 100
)
Le paquet acpi-support, fournit ds scripts pour mettre en veille/hibnerner. La non-reconnaissance des touches de luminosité pourrait aussi venir de là.
[19521.153389] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1073) [19521.153396] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1092) [19521.153413] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1092) [19521.154400] CPU1: Core temperature/speed normal [19521.154403] CPU0: Package temperature/speed normal [19521.154407] CPU1: Package temperature/speed normal [19643.630598] [Hardware Error]: Machine check events logged
Pistes ici:
Sous Jessie cette fois-ci.
Aucun problème, juste pour noter quelques messages:
Nov 17 01:02:21 cacacomp kernel: [ 53.147259] WARNING! The i915 invalidates all caches which increases the latency.
… apparement dû à l'usage d'un noyau RT. (https://lkml.org/lkml/2013/9/8/119)
Ainsi que:
Nov 17 01:02:18 cacacomp kernel: [ 5.379945] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130328/utaddress-251) Nov 17 01:02:18 cacacomp kernel: [ 5.379961] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Nov 17 01:02:18 cacacomp kernel: [ 5.421435] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130328/utaddress-251) Nov 17 01:02:18 cacacomp kernel: [ 5.421448] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Nov 17 01:02:18 cacacomp kernel: [ 5.421454] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251) Nov 17 01:02:18 cacacomp kernel: [ 5.421462] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Nov 17 01:02:18 cacacomp kernel: [ 5.421465] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251) Nov 17 01:02:18 cacacomp kernel: [ 5.421472] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Nov 17 01:02:18 cacacomp kernel: [ 5.421474] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251) Nov 17 01:02:18 cacacomp kernel: [ 5.421480] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Nov 17 01:02:18 cacacomp kernel: [ 5.421483] lpc_ich: Resource conflict(s) found affecting gpio_ich Nov 17 01:02:18 cacacomp kernel: [ 5.424527] [drm] Initialized drm 1.1.0 20060810
N'explication ichaxiceco: https://forums.gentoo.org/viewtopic-p-7336092.html MGnnnn
Faire marcher l'HDMI, de nombreux:
[ 70.778014] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 228 [ 70.778032] Raw EDID: [ 70.778036] 00 ff ff ff ff ff ff 00 4c 2d c5 00 1f ff ff ff [ 70.778039] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778042] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778044] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778047] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778049] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778052] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 70.778054] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371105] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 41 [ 97.371114] Raw EDID: [ 97.371119] 00 ff ff ff ff ff ff 00 4c 2d c5 07 01 00 00 00 [ 97.371122] 2e 14 01 03 80 59 33 ff ff ff ff ff ff ff ff ff [ 97.371125] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371127] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371130] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371133] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371136] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 97.371139] ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 110.595503] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 92 [ 110.595526] [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 92
… à force de débrancher-rebrancher le cable, d'essayer sur d'autres ports de la TV, ça marche.
Ensuite, demander à I3 de lui consacrer un workspace:
http://i3wm.org/docs/userguide.html#_moving_containers_workspaces_to_randr_outputs
Après avoir défini la position de l'écran avec arandr:
i3-msg move workspace to output right
Pour l'audio par contre,
$ aplay -L null Discard all samples (playback) or generate zero samples (capture) pulse PulseAudio Sound Server default:CARD=PCH HDA Intel PCH, ALC269VB Analog Default Audio Device sysdefault:CARD=PCH HDA Intel PCH, ALC269VB Analog Default Audio Device front:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog Front speakers surround40:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog 4.0 Surround output to Front and Rear speakers surround41:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=PCH,DEV=0 HDA Intel PCH, ALC269VB Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers hdmi:CARD=PCH,DEV=0 HDA Intel PCH, HDMI 0 HDMI Audio Output
aplay -D default EssuiGlace.wav
⇒ fonctionne
aplay -D hdmi EssuiGlace.wav
⇒ ne fonctionne pas
aplay -D hdmi EssuiGlace.wav Lecture WAVE 'EssuiGlace.wav' : Signed 16 bit Little Endian, Fréquence 8000 Hz, Mono aplay: set_params:1239: Nombre de canaux non disponible
aplay -D plug:hdmi EssuiGlace.wav
⇒ fonctionne !
Youpi, l'audio sur HDMI marche. Fonctionne aussi avec smplayer en choisissant la bonne sortie alsa, pas du 1er coup bizarre…
… Génial, un putain de mauvais contact qui fait qu'il faut que je soulève le cable HDMI au niveau de la fiche du portable pour que l'HDMI soit repéré.
Paquet console-data
à installer à la main ?
# loadkeys fr-latin9 # pour les consoles $ setxkbmap fr-latin9 # sous X
Mieux :
# loadkeys fr oss # pour les consoles $ setxkbmap fr oss # sous X
Et donc pour bépo :
# loadkeys fr bepo # pour les consoles $ setxkbmap fr bepo # sous X
Pour la console (pas essentiel pour l'entraînement)
# dpkg-reconfigure console-data
Ensuite, installer klavaro, puis pratiquer !