Sound not working LG Notebook HDA Realtek ALC883

Questions about codecs, DVD playback, web plugins...
Forum rules
Before you post please read this

Sound not working LG Notebook HDA Realtek ALC883

Postby Gruenkohl on Thu Apr 12, 2012 3:37 am

Description of my Sound-Problem

I use a notebook from LG-Electronis P1-KPRBG and Linux Mint 9.

The audio device is a Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) with Codec: Realtek ALC883.
It can control surround 5.1 sound, which I don't need, because 1 don't carry 6 loudspekers with my notebook.

When i use it with Windows 7, everything works fine.

When i use it with Ubuntu 10.4 or Linux Mint 9 i get sound only out of the headphones exit. And no microphone is working.

When i use it with Scientific Linux 6.2, then i get sound on the internal loudspeakers and the built in microphone is working, when i've choosed microphone 2.

I'd prefer staying with Linux Mint 9 (which seems to be a derivate of ubuntu), but at least any microphone should work, so I can use skype and twinkle.

More technical information in detail you can find under
http://pastebin.com/j5H0s6hh (The Linux Mint sound information)
and
http://pastebin.com/nu9EAdi9 (The Scientic Linux sound information)

Why does the sound work under Scientific Linux and not under Linux Mint?

Could I change anything under Linux Mint, so the sound will work as under Scientific Linux?

Btw, it works under Scientific Linux just without changing anything (except changing the microphone entry). So I don't think, that hints using alsamixer or pavucontrol can help.

I need help from somebody, who can compare the both outputs of alsa-info.sh and notices the differences and what they mean.

Some examples of differences i've found:

Linux Mint has installed also ESound daemon, which is not running.
Scientific Linux has not such an installation.

Linux Mint uses irq 22 for the soundcard;
Scientic Linux uses irq 30

In the output for Linux mint i find a section "modeprobe options"; in the output for Scientific Linux not.

In the section HDA-Intel Codec information i find by
Linux Mint "Function Id: 0x1". By
Scientific Linux this is "AFG Function Id: 0x1 (unsol 0)"

There i also found in the part "Node" on
Scientific Linux "Converter: stream=5, channel=0" and on
Linux Mint "Converter: stream=0, channel=0"

I need help from an expert who knows, what such diffences mean and not from people, who are just guessing.
Gruenkohl
Level 1
Level 1
 
Posts: 3
Joined: Thu Apr 12, 2012 3:28 am

Linux Mint is funded by ads and donations.
 

Re: Sound not working LG Notebook HDA Realtek ALC883

Postby AlbertP on Thu Apr 12, 2012 6:10 am

You could try installing a new driver package from www.alsa-project.org.

After unpacking the tar.bz2 file of alsa-driver 1.0.25, you can right-click in the folder where you unpacked it > open in terminal. Then run these commands to compile and install the newer drivers:
Code: Select all
./configure --with-debug=full --enable-dynamic-minors --with-moddir=updates --with-cards=hda-intel
make -j2
sudo make install
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5855
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Sound not working LG Notebook HDA Realtek ALC883

Postby Gruenkohl on Thu Apr 12, 2012 10:56 am

Thank you, AlbertP for your answer.

I've got lots of such hint's, which are just guessing, that an update made help. I tried them all, but they didn't help.

So I still searching for answer of somebody who knows about what he talks.
Gruenkohl
Level 1
Level 1
 
Posts: 3
Joined: Thu Apr 12, 2012 3:28 am

Re: Sound not working LG Notebook HDA Realtek ALC883

Postby AlbertP on Thu Apr 12, 2012 11:02 am

Scientific has MSI enabled (that's why it has a different IRQ number). Could you try putting this in /etc/modprobe.d/alsa-base.conf?
Code: Select all
options snd-hda-intel enable_msi=1
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5855
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands

Re: Sound not working LG Notebook HDA Realtek ALC883

Postby Gruenkohl on Sat Apr 14, 2012 11:57 am

Hallo Albert,

I did what you adviced me. But I'm sorry, that didn't change anything (as far as i could notice).

Perhaps I didn't follow your advice correct, so I post here my alsabase.conf.

# 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-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq 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
CODE:SELECT ALL
options snd-hda-intel enable_msi=1

The last two entries were added by me.

By comparing the Linux Mint with the Scientic linux (where the sound is working), i found, that there is no alsa.conf in etc./modprobe.d, but only a dist-alsa.conf.
Gruenkohl
Level 1
Level 1
 
Posts: 3
Joined: Thu Apr 12, 2012 3:28 am

Re: Sound not working LG Notebook HDA Realtek ALC883

Postby AlbertP on Sat Apr 14, 2012 12:14 pm

CODE:SELECT ALL is just the text which appears above pieces of code in the forum, it doesn't need to be copied. The other text in alsa-base.conf shouldn't matter for you as it only applies to sound cards that you do not have. Also the name of the file does not matter as long as it ends in .conf.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
AlbertP
Level 15
Level 15
 
Posts: 5855
Joined: Sun Jan 30, 2011 12:38 pm
Location: The Netherlands


Return to Sound, Multimedia, & Codecs

Who is online

Users browsing this forum: No registered users and 3 guests