Salut a tous J'ai besoin de vous car je pense que ma carte son qui n'émet aucun son peut encore fonctionner..
J'ai récemment fait un dual-boot Mac OS X - ArchLinux (sur un PC) et ma carte son marche une fois sur deux..
J'ai une carte mere P7P55d LE, avec une carte son IntelHDA.
Comment je peux faire fonctionner cette carte ? Ou m'assurer qu'elle est HS ?
La carte apparait bien dans Alsamixer ou dans les parametres son de Gnome 3. Mais elle n'émet aucun son..
Au pif (enfin pas tout à fait, c'est le fait que tu dises que ça marche un coup sur deux): tu as plusieurs cartes sons ? Dans ce cas, c'est comme les cartes réseaux, tu peux les identifier pour que le kernel les charge dans l'ordre (par exemple en spécifiant un ordre de chargement de modules): https://wiki.archlinux.org/index.php/Ud ... _Each_Boot.
Sinon, faut configurer pulseaudio je suppose, vu que tu es sous gnome.
«The following statement is not true. The previous statement is true.»
Je ne sais pas trop du coup...
Tu as essayé par alsamixer de changer la carte son (F6) ? Essaie peut-être par un logiciel type audacity pour jouer du son en modifiant les périphériques de sortie ?
«The following statement is not true. The previous statement is true.»
Alsamixer j'avais déjà essayer et ca ne donne rien..
Je viens d'essayer de changer la carte son dans Audacity et ca ne fonctionne pas mais meme la carte son qui marche avec pulse ne marche pas avec Audacity..
Avec pulseaudio par là-dessus, ça ne va pas aider à y voir clair... Il faudrait soit que tu l'arrêtes le temps de tester avec alsamixer/audacity ou autres ou configurer ça par pulseaudio (je ne l'utilise pas, donc je ne peux pas dire comment).
Ceci dit, si ça fait des ratés avec tes autres systèmes d'exploitation, notamment Windows, je suis plutôt pessimiste.
«The following statement is not true. The previous statement is true.»
J'ai fait le test avec un casque et Audacity (en arretant PulseAudio) :
Lorsque je branche le casque sur la carte son intégré et que j'essaie la sortie "Analog", "Digital" ou "HP". Aucun son ne sort, pourtant j'ai essayé tout a fond et d'autre configuration dans alsamixer mais ca ne change rien..
Lorsque je branche le casque sur la carte son sur le port PCI la sortie ADC/DAC fonctionne sans problème..
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="fr_FR.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Paris"
KEYMAP="mac-fr-ext_new"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
#
MODULES=(snd_hda_intel mceusb vboxdrv fuse)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="xxxxx"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP)
# - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=eth0
address=
netmask=
gateway=
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(!hwclock syslog-ng network netfs crond dbus sshd ntpd cupsd smartd vsftpd xinetd lircd bluetooth gpm x11vnc samba alsa)