certains ordinateurs portables thinkpad t440p, avec windows 8 est très bien pas de bruit.
avec ubuntu 12.04 et 13.10, si je branche les haut-parleurs sans musique mais avec le volume (même faible) il y a un bruit gênant qui sort.
pour interrompre le bruit, je dois mettre en mode muet.
aplay -l
*** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
0: MID [HDA Intel MID], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
Card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
dpkg -l | grep alsa
ii alsa-base 1.0.25+dfsg-0ubuntu4 all ALSA driver configuration files
ii alsa-utils 1.0.27.1-1ubuntu1 AMD64 Utilities for configuring and using ALSA
ii bluez-alsa:AMD64 4.101-0ubuntu8b1 AMD64 Bluetooth ALSA support
ii gstreamer0.10-alsa:AMD64 0.10.36-1.1ubuntu1 AMD64 GStreamer plugin for ALSA
ii gstreamer1.0-alsa:AMD64 1.2.0-1ubuntu1 AMD64 GStreamer plugin for ALSA
dpkg -l | grep pulseaudio
ii gstreamer0.10-pulseaudio:AMD64 0.10.31-3+nmu1ubuntu3 AMD64 GStreamer plugin for PulseAudio
ii gstreamer1.0-pulseaudio:AMD64 1.2.0-1ubuntu1 AMD64 GStreamer plugin for PulseAudio
ii pulseaudio 1:4.0-0ubuntu6 AMD64 PulseAudio sound server
ii pulseaudio-module-bluetooth 1:4.0-0ubuntu6 AMD64 Bluetooth module for PulseAudio sound server
ii pulseaudio-module-x11 1:4.0-0ubuntu6 AMD64 X11 module for PulseAudio sound server
ii pulseaudio-utils 1:4.0-0ubuntu6 AMD64 Command line tools for the PulseAudio sound server
uname -a
3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
alsamixer
Card: HDA Intel PCH F1: Help │
Chip: Realtek ALC292
Fixe partiel suivre ceci: http://xps13-9333.appspot.com/#background_noise
avec mkdir -p /usr/local/bin wget -O /usr/local/bin/white_noise_fix.py http://xps13-9333.appspot.com/root/usr/local/bin/white_noise_fix.py chmod 744 /usr/local/bin/white_noise_fix.py
changé le script sur /etc/init.d/xps cette ligne:
kernel_version=$(uname -r | cut -c3-4)
à
kernel_version=$(uname -r | cut -c3)