LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-04-2012, 12:14 PM   #1
qajaq
Member
 
Registered: Sep 2008
Location: north-central Florida
Distribution: Lubuntu 19.04, Kubuntu 18.04
Posts: 120

Rep: Reputation: 15
no audio in any software, any OS


I've recently installed Kubuntu 12.04 on one of my desktop computers, dual-booted with Windows 7. Both operating systems were newly installed after I replaced the machine's motherboard and CPU. For the most part, all is going well; the only problem I've run into (so far) is that I'm getting no audio to the speakers. I've tried from both OSes. I've tried from Amarok, mplayer, Dragon Player, and Windows Media Player. I've tried web-based video, mp3 files, .mpg files, .wmv files, and DVDs. No sound to the speakers (or to headphones).

I've installed numerous different operating systems, including several Windows versions and several Linux distributions, on a variety of machines, and I'm comfortable using the Linux command-line, but I don't have any experience with audio issues. Heretofore, the audio has simply worked.

Any ideas where I should look for a solution?
 
Old 07-04-2012, 12:35 PM   #2
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
Well, if you haven't already, the first palce I'd look if it doesn't work for anything is to see if it's turned off in a BIOS option.

If that's not the case, then run dmesg and look to see if the audio device is being picked up.

Further troubleshooting really would depend on that info. The fact that is doesn't work in any OS usually points to a BIOS or hardware problem. Lack of proper driver/modules comes in second.
 
Old 07-04-2012, 01:42 PM   #3
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Rep: Reputation: 6
could you give us the output for :
lspci -v
lsmod
 
Old 07-04-2012, 03:01 PM   #4
qajaq
Member
 
Registered: Sep 2008
Location: north-central Florida
Distribution: Lubuntu 19.04, Kubuntu 18.04
Posts: 120

Original Poster
Rep: Reputation: 15
NyteOwl, I re-booted and looked at the BIOS options, but I didn't see anything that looked like an option to turn audio on/off. I also ran dmesg (which is new to me) and got a huge output -- don't know what to look for in that.

MisterBark, I ran lspci -v and got another huge output, though not as big as from dmesg, and nicely sub-divided and labeled. Here's the output that's marked as related to audio:

Quote:
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: ASUSTeK Computer Inc. Device 840b
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at fe8f8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
(If you want the whole 152 lines, let me know and I'll post them.)

Running lsmod delivered 48 lines, as follows:

Quote:
Module Size Used by
rfcomm 47604 0
bnep 18281 2
bluetooth 180104 10 rfcomm,bnep
ppdev 17113 0
snd_hda_codec_realtek 223867 1
snd_hda_intel 33773 3
snd_hda_codec 127706 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13668 1 snd_hda_codec
psmouse 87692 0
serio_raw 13211 0
snd_pcm 97188 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13324 0
snd_rawmidi 30748 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
parport_pc 32866 1
asus_atk0110 18078 0
snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
snd_timer 29990 2 snd_pcm,snd_seq
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
mac_hid 13253 0
snd 78855 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,sn d_seq_device
soundcore 15091 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
lp 17799 0
parport 46562 3 ppdev,parport_pc,lp
raid10 35496 0
raid456 58338 0
async_pq 13187 1 raid456
async_xor 12879 2 raid456,async_pq
xor 12894 1 async_xor
async_memcpy 12529 1 raid456
async_raid6_recov 12776 1 raid456
raid6_pq 88346 2 async_pq,async_raid6_recov
async_tx 13349 5 raid456,async_pq,async_xor,async_memcpy,async_raid6_recov
raid0 17229 0
multipath 13145 0
linear 12894 0
usbhid 47199 0
hid 99559 1 usbhid
raid1 35572 1
usb_storage 49198 1
atl1e 42159 0
i915 468737 2
drm_kms_helper 46978 1 i915
drm 242038 3 i915,drm_kms_helper
i2c_algo_bit 13423 1 i915
video 19596 1 i915
 
Old 07-04-2012, 03:06 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please use code-tags, not quote tags for output of commands.
So, the kernel can see your sound hardware and has loaded the appropriate modules for the hardware. I assume that means that your hardware is working correctly.
Start alsamixer and look if all channels are unmuted. And the most obvious thing, make sure that your speakers are wired properly (this is often a cause for issues like yours)
 
Old 07-04-2012, 03:07 PM   #6
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Rep: Reputation: 6
Well... it definitely looks like you have not only the card connected to the pci bus, but also the driver loaded properly.

You don't have alsa?
What happens if you run "play /.../my-test-file.wav" ?
 
Old 07-04-2012, 03:37 PM   #7
qajaq
Member
 
Registered: Sep 2008
Location: north-central Florida
Distribution: Lubuntu 19.04, Kubuntu 18.04
Posts: 120

Original Poster
Rep: Reputation: 15
TobiSGD - Bingo! After installing the new motherboard, I had mis-wired the speakers. Thanks for pointing to the obvious! And thanks to NyteOwl and MisterBark, as well, for your ideas -- now I have a few more CLI tools to work with in the future.
 
Old 07-04-2012, 03:42 PM   #8
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Rep: Reputation: 6
Quote:
Originally Posted by qajaq View Post
Bingo! After installing the new motherboard, I had mis-wired the speakers.
You knew it since the beginning, that's why you've posted in the Hardware section.
 
  


Reply

Tags
audio



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
Software audio mixing (simultaneous audio streams) in Slackware? malloc Slackware 19 05-11-2011 09:25 PM
audio recording software acithium Linux - Software 7 11-07-2006 04:18 AM
Audio joining software carnold Linux - Software 6 06-05-2006 06:57 PM
Audio software Cyth Linux - General 10 04-09-2004 03:04 AM
audio conference software 286 Linux - Newbie 0 12-20-2003 07:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:06 AM.

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