LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   No sound since installing Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/no-sound-since-installing-ubuntu-902244/)

geddo 09-10-2011 02:14 AM

No sound since installing Ubuntu
 
I lost all sound after changing from Windows XP to Ubuntu. I installed it (ubuntu) again but no luck. Can anyone please help.

geddo

corp769 09-10-2011 02:23 AM

Hello,

Can you give us some specs of your computer? What is it, desktop or laptop? What brand? What steps did you take in order to fix it? What sound card do you have installed? These are some of the things that you need to include in your post when creating a new thread to help us out to help you. Please run the following commands, and post the output on here, using code tags:
Code:

lspci
lsmod

Cheers,

Josh

geddo 09-10-2011 02:55 AM

Hi Josh,

Thanks for your prompt reply, I used the codes you sent and here are the result
I use IBM Compat. desktop computer, till now I am unable to do anything apart from searching the web for answers

nabil@nabil-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
02:01.0 Communication controller: Agere Systems LT WinModem (rev 02)
02:02.0 SCSI storage controller: Adaptec AIC-7861 (rev 01)
02:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
02:09.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
nabil@nabil-desktop:~$ lsmo

repo 09-10-2011 03:04 AM

First see if sound isn't muted.
Open a terminal and type
Code:

sudo alsamixer
See if all channels are set to maximum, and aren't muted.
Use the arrow keys to navigate, up-down for the volume.
To mute/unmute a channel, press "m"

Kind regards

geddo 09-10-2011 03:29 AM

geddo
 
Hi Repo,

I don't think the sound is muted as I checked the sound system references.

Thanks.

geddo



but her is a screen shot of the sound system. sorry I couldn't past the shot.

repo 09-10-2011 03:32 AM

Did you run alsamixer?

Kind regards

geddo 09-10-2011 03:44 AM

Hi Repo,

Yes I do run alsamixer. Thanks.

Regards

geddo

repo 09-10-2011 03:50 AM

Do you have sound when you use a headphone?
BTW, in alsamixer the "M" at the bottom of the channel means muted,
"00" means not muted.

Kind regards

geddo 09-10-2011 07:48 PM

Hi Repo,

Yes I have sound when using the head phone. I am eager to know what that means?

Regards

geddo

repo 09-11-2011 12:14 AM

Perhaps this can help
https://computerandu.wordpress.com/2...-ubuntu-11-04/

Kind regards

geddo 09-14-2011 08:44 PM

Dear Repo,

I applied you instructions and the results were great, her it is:

sudo gedit /etc/modprobe.d/alsa-base.conf
sudo gedit /etc/modprobe.d/alsa-base.conf & options snd-ICH5-intel model=generic


# autoloader aliases

install sound-slot-0 /sbin/modprobe snd-card-0

install sound-slot-1 /sbin/modprobe snd-card-1

install sound-slot-2 /sbin/modprobe snd-card-2

install sound-slot-3 /sbin/modprobe snd-card-3

install sound-slot-4 /sbin/modprobe snd-card-4

install sound-slot-5 /sbin/modprobe snd-card-5

install sound-slot-6 /sbin/modprobe snd-card-6

install sound-slot-7 /sbin/modprobe snd-card-7



# Cause optional modules to be loaded above generic modules

install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }

#

# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)

install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }

install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }

install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }

#

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }

# Cause optional modules to be loaded above sound card driver modules

install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }

install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }



# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)

install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }

# Prevent abnormal drivers from grabbing index 0

options bt87x index=-2

options cx88_alsa index=-2

options saa7134-alsa index=-2

options snd-atiixp-modem index=-2

options snd-intel8x0m index=-2

options snd-via82xx-modem index=-2

options snd-usb-audio index=-2

options snd-usb-caiaq index=-2

options snd-usb-ua101 index=-2

options snd-usb-us122l index=-2

options snd-usb-usx2y index=-2

# Ubuntu #62691, enable MPU for snd-cmipci

options snd-cmipci mpu_port=0x330 fm_port=0x388

# Keep snd-pcsp from being loaded as first soundcard

options snd-pcsp index=-2

# Keep snd-usb-audio from beeing loaded as first soundcard

options snd-usb-audio index=-2


And it worked ....Thank you a lot Repo.

Regards.

Geddo

widget 09-14-2011 08:47 PM

Mark the thread as solved. Only the OP can do this. You will find it under "Thread Tools" at the top of the page.


All times are GMT -5. The time now is 12:56 AM.