[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gNewSense-users] Sound not working
From: |
Sam Geeraerts |
Subject: |
Re: [gNewSense-users] Sound not working |
Date: |
Thu, 11 Jul 2013 20:50:06 +0200 |
Op Wed, 10 Jul 2013 23:49:22 -0400
schreef sam2025 <address@hidden>:
> Running
>
> sudo modprobe snd-hda-intel
>
> gives no output (error or otherwise).
Good, then the module is loads ok. Check if your audio device is listed
in /proc/asound/cards. If it is, check if ALSA sees it by running:
aplay --list-devices
> When i do
>
> sudo modprobe -l '*hda*'
>
> /lib/modules/2.6.24-32-generic/ubuntu/hwmon/hdaps_ec.ko
> /lib/modules/2.6.24-32-generic/kernel/drivers/hwmon/hdaps.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec-intelhdmi.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec.ko
> /lib/modules/2.6.24-32-generic/ubuntu/sound/alsa-driver/pci/hda/snd-hda-intel.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec-atihdmi.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec-hdmi.ko
> /lib/modules/2.6.24-32-generic/kernel/sound/pci/hda/snd-hda-codec-nvhdmi.ko
>
> I didn't figure out how to get the version of the modules so not sure
> if they are old or now.
Their version is the same as the kernel's version. This doesn't say
much.
> Is the path to the packages that the Synaptic Package Manager
> displays different then the one used for installed binaries?
The package manager only keeps track of actual packages (i.e. *.deb
files). Software that you install without using the package manager
(e.g. with "make install") is not recognized as a package. To the
system it's just a bunch of files.