LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-29-2012, 10:22 AM   #1
Evariste_Galois
LQ Newbie
 
Registered: Dec 2012
Posts: 3

Rep: Reputation: Disabled
Audio Issue on a Sansung 300E4A-BD2 with Slackare 14.0


Recently I installed Slackware 14.0 in a Sansung 300E4A-BD2 (with double boot), and I'm facing some trouble concerning the audio. Internet videos are playing without audio; VLC point error in the "default" device, while Mplayer is running without problem. XMMS and Amarok do not play audio files, pointing a possible error in the drivers. My lspci, lsmod | grep snd and cat /proc/asound/card*/codec#* | grep outputs are, respectively


Code:
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Device 9649
00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
00:02.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port
00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port
00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 13)
00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:14.7 SD Host controller: Advanced Micro Devices [AMD] Hudson SD Flash Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] Device 43a0
00:15.2 PCI bridge: Advanced Micro Devices [AMD] Device 43a2
00:16.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:16.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
04:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)

Code:
snd_seq_dummy           1455  0 
snd_seq_oss            29048  0 
snd_seq_midi_event      5620  1 snd_seq_oss
snd_seq                51265  5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_seq_device          5228  3 snd_seq,snd_seq_oss,snd_seq_dummy
snd_pcm_oss            39183  1 
snd_mixer_oss          15404  1 snd_pcm_oss
snd_hda_codec_realtek   195474  1 
snd_hda_codec_hdmi     24057  1 
snd_hda_intel          23267  3 
snd_hda_codec          81925  3 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_realtek
snd_hwdep               6324  1 snd_hda_codec
snd_pcm                72864  4 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi,snd_pcm_oss
snd_page_alloc          7081  2 snd_pcm,snd_hda_intel
snd_timer              18798  2 snd_pcm,snd_seq
snd                    57796  16 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_mixer_oss,snd_pcm_oss,snd_seq_device,snd_seq,snd_seq_oss
soundcore               5474  2 snd
Code:
Codec: ATI R6xx HDMI
Codec: Realtek ALC269VB

Last edited by Evariste_Galois; 12-29-2012 at 10:28 AM.
 
Old 12-29-2012, 04:49 PM   #2
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
What is the contents of /proc/asound/cards ?

Device 0 will normally be the default output device. For some applications you can reroute that by adding one line in ~/.asoundrc

defaults.pcm.card 1

Where 1 is the not 0 card that you would rather use by default. If you're using pulseaudio, you can change the default card with pavucontrol. Assuming everything is installed and configured in a usable way. It's a good idea to re-index your cards so the card that you want to be your default is 0. It only takes a few lines /etc/modprobe.d/<some_file.conf>.

alias char-major-116 snd
alias char-major-14 soundcore
options snd-ice1712 index=0

In my case. Probably snd-hda-intel in your case.
 
1 members found this post helpful.
Old 12-30-2012, 04:00 PM   #3
Evariste_Galois
LQ Newbie
 
Registered: Dec 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
The contends of /proc/asound/cards are:

Code:
0 [Generic       ]: HDA-Intel - HD-Audio Generic
                    HD-Audio Generic at 0xfeb44000 irq 42
1 [Generic_1     ]: HDA-Intel - HD-Audio Generic
                    HD-Audio Generic at 0xfeb40000 irq 46
I created an snd-hda-intel.conf in the /etc/modprobe.d/ folder, but it didn't work. Thanks in advance.
 
Old 12-31-2012, 01:58 PM   #4
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I guess I shouldn't be surprised. It is likely that the motherboard and the video card has the same audio chipset. But which is which and how to index them specifically. And you thought that halloween had already passed.

http://www.alsa-project.org/main/ind...dule-hda-intel

$ modinfo snd-hda-intel

the ones prefixed with "parm:" are the ones you can set on the options like. It looks like id= might be of use.

$ cat /proc/asound/card0/id

and for the other cards as well, and add the id=<results_form_proc> to the options line to single out the device.

In my case...

options snd-ice1712 id=M44 index=0

hopefully they both don't have the same id value. lspci might help further identify / isolate which is the real slim shady. You can reference them with hw:0 or hw:1 as a last resort. "-ao alsa:device=hw,1" for the mplayer syntax.
 
1 members found this post helpful.
Old 01-08-2013, 03:28 PM   #5
Evariste_Galois
LQ Newbie
 
Registered: Dec 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
@Shadow_7, I'm sorry, but I got quite confused about what I have to do; could write more details; thanks in advance.

Last edited by Evariste_Galois; 01-08-2013 at 03:36 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackare Minimal installation hellasyoda Slackware - Installation 5 03-29-2008 02:42 PM
Slackare Install Disc 2 paulocr Slackware - Installation 1 04-07-2006 02:48 PM
slackare amd64 port mardanian Slackware 1 01-04-2005 06:24 AM
Slackare boot is 1&0's BillyJr Slackware - Installation 12 01-25-2004 05:52 PM
slackare install help fibbi Linux - Software 7 09-07-2003 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration