garrooo
November 13th, 2012, 06:38 AM
I'm a new Lubuntu. I'm not sure if this is normal... Any comments to assist would be greatly appreciated.
No sound card is detected in my fresh installation of Lubuntu 12.10 (32-bit alternate disk image). (I've also tried Lubuntu 12.04, 32-bit alternate disk image, also without luck. This is my first Linux installation on a system and I am excited to try this out. Previously Knoppix 4.0.2 was able to use my sound card. So it seems unusual for a more modern version of linux to not support sound.)
Speakers are NOT muted.
-------
code:
aplay -l
response:
no soundcards found...
-------
code:
lspci
response:
00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801AA IDE Controller (rev 02)
00:1f.2 USB controller: Intel Corporation 82801AA USB Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801AA SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 02)
01:00.0 Communication controller: Conexant Systems, Inc. HCF 56k Data/Fax Modem (rev 08)
01:01.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fa)
01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
I have 2 sound cards, 00:1f.5 is a built-in Intel audio controller, and 01:01.0 is a PCI sound card from Aureal.
At this time, I'm not picky about which one to use, as long as any one of them works.
Both sound cards should be supported by alsa according to
http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0
http://www.alsa-project.org/main/index.php/Matrix:Module-au8830
-----
After reading various forums, I've acquired packages for puavcontrol and pulseaudio. Even pulseaudio does not detect any hardware input sound sources.
-----
code:
amixer
response:
amixer: No such file or directory
-----
code:
sudo modprobe soundcore
response:
FATAL: Could not load /lib/modules/3.2.23-std281-i586/modules.dep: No such file or directory
The kernel version returned by "uname -r" is 3.2.23-std281-i586.
I don't have a /lib/modules/3.2.23-std281-i586 directory.
But I do have /lib/modules/3.5.0-17-generic
code:
cd /lib/modules/3.5.0-17-generic/kernel/sound
modinfo soundcore.ko
response:
filename: soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: D85A7B72DAA26F9E01F3856
depends:
intree: Y
vermagic: 3.5.0-17-generic SMP mod_unload modversions 686
parm: preclaim_oss:int
--------
Following another thread, I've tried enabling sound from User profile settings at:
Menu -> System Tools -> Users and Groups -> Advanced Settings -> Allow sound (checkbox), Allow video (checkbox)
--------
I'm not sure if there should be some sound module that should be enabled to allow sound to work.
code:
lsmod
response:
Module Size Used by
raid10 28750 0
raid456 53398 0
async_raid6_recov 12375 1 raid456
async_pq 12436 2 raid456,async_raid6_recov
raid6_pq 86658 2 async_raid6_recov,async_pq
async_xor 12391 3 raid456,async_raid6_recov,async_pq
xor 20585 1 async_xor
async_memcpy 12364 2 raid456,async_raid6_recov
async_tx 12510 5 raid456,async_raid6_recov,async_pq,async_xor,async _memcpy
raid1 28785 0
raid0 16462 0
multipath 12366 0
linear 12366 0
8139cp 20597 0
8139too 24693 0
mii 12598 2 8139cp,8139too
-----
Lastly, after trying all the above attempts, i have a dummy software output from PulseAudio, and no real sound.
code:
aplay -L
response
default
Playback/recording through the PulseAudio sound server
-----
Has anyone else encountered this issue from a fresh installation of Lubuntu?
Thanks,
Gary
No sound card is detected in my fresh installation of Lubuntu 12.10 (32-bit alternate disk image). (I've also tried Lubuntu 12.04, 32-bit alternate disk image, also without luck. This is my first Linux installation on a system and I am excited to try this out. Previously Knoppix 4.0.2 was able to use my sound card. So it seems unusual for a more modern version of linux to not support sound.)
Speakers are NOT muted.
-------
code:
aplay -l
response:
no soundcards found...
-------
code:
lspci
response:
00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801AA IDE Controller (rev 02)
00:1f.2 USB controller: Intel Corporation 82801AA USB Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801AA SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 02)
01:00.0 Communication controller: Conexant Systems, Inc. HCF 56k Data/Fax Modem (rev 08)
01:01.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fa)
01:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
I have 2 sound cards, 00:1f.5 is a built-in Intel audio controller, and 01:01.0 is a PCI sound card from Aureal.
At this time, I'm not picky about which one to use, as long as any one of them works.
Both sound cards should be supported by alsa according to
http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0
http://www.alsa-project.org/main/index.php/Matrix:Module-au8830
-----
After reading various forums, I've acquired packages for puavcontrol and pulseaudio. Even pulseaudio does not detect any hardware input sound sources.
-----
code:
amixer
response:
amixer: No such file or directory
-----
code:
sudo modprobe soundcore
response:
FATAL: Could not load /lib/modules/3.2.23-std281-i586/modules.dep: No such file or directory
The kernel version returned by "uname -r" is 3.2.23-std281-i586.
I don't have a /lib/modules/3.2.23-std281-i586 directory.
But I do have /lib/modules/3.5.0-17-generic
code:
cd /lib/modules/3.5.0-17-generic/kernel/sound
modinfo soundcore.ko
response:
filename: soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: D85A7B72DAA26F9E01F3856
depends:
intree: Y
vermagic: 3.5.0-17-generic SMP mod_unload modversions 686
parm: preclaim_oss:int
--------
Following another thread, I've tried enabling sound from User profile settings at:
Menu -> System Tools -> Users and Groups -> Advanced Settings -> Allow sound (checkbox), Allow video (checkbox)
--------
I'm not sure if there should be some sound module that should be enabled to allow sound to work.
code:
lsmod
response:
Module Size Used by
raid10 28750 0
raid456 53398 0
async_raid6_recov 12375 1 raid456
async_pq 12436 2 raid456,async_raid6_recov
raid6_pq 86658 2 async_raid6_recov,async_pq
async_xor 12391 3 raid456,async_raid6_recov,async_pq
xor 20585 1 async_xor
async_memcpy 12364 2 raid456,async_raid6_recov
async_tx 12510 5 raid456,async_raid6_recov,async_pq,async_xor,async _memcpy
raid1 28785 0
raid0 16462 0
multipath 12366 0
linear 12366 0
8139cp 20597 0
8139too 24693 0
mii 12598 2 8139cp,8139too
-----
Lastly, after trying all the above attempts, i have a dummy software output from PulseAudio, and no real sound.
code:
aplay -L
response
default
Playback/recording through the PulseAudio sound server
-----
Has anyone else encountered this issue from a fresh installation of Lubuntu?
Thanks,
Gary