LinuxQuestions.org
Help answer threads with 0 replies.
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 02-28-2004, 09:12 AM   #16
Jelle
Member
 
Registered: Feb 2004
Location: Utrecht, The Netherlands
Distribution: Debian
Posts: 79

Rep: Reputation: 15

You could try the snd-intel8x0 driver. That one is from the ALSA project. You may or may not have to edit the modules.conf or modprobe.conf file though, I just don't know how mandrake handles that.
 
Old 02-28-2004, 12:39 PM   #17
hyperlink1uk
Member
 
Registered: Mar 2003
Posts: 37

Rep: Reputation: 15
HI,
Have you checked DMESG to see if the driver is loading, or giving an error?
 
Old 02-28-2004, 02:45 PM   #18
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by hyperlink1uk
HI,
Have you checked DMESG to see if the driver is loading, or giving an error?
I'm pretty new. Is that a command?
 
Old 02-28-2004, 02:49 PM   #19
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
The commands is 'dmesg'. The output is long, so remove everything you think is not important.
 
Old 02-28-2004, 02:53 PM   #20
dford
Member
 
Registered: May 2003
Location: Kansas
Distribution: RH 9, OpenBSD, FreeBSD
Posts: 60

Rep: Reputation: 19
Did you ever check another sound source. Like an mp3 or something?

It is possible that the CD to sound board cable is unhooked.
 
Old 02-28-2004, 03:09 PM   #21
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
When I go into Configuration->Sound, it gives me the option to enable sound events at startup and for other events... It gives you an option to play the sound before enabling it, and when I click play still nothing... They are .wav files installed on this system.
 
Old 02-28-2004, 03:18 PM   #22
dford
Member
 
Registered: May 2003
Location: Kansas
Distribution: RH 9, OpenBSD, FreeBSD
Posts: 60

Rep: Reputation: 19
Well darn. So, much for the easy answer.
 
Old 02-28-2004, 04:08 PM   #23
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Another obvious answer:

Do you have your cdrom plugged into your sound card? If you don't have a direct connection (hardware to hardware), you'll need to use a software intermediary. There is an xmms plugin for this.
 
Old 02-28-2004, 04:48 PM   #24
hyperlink1uk
Member
 
Registered: Mar 2003
Posts: 37

Rep: Reputation: 15
Hi,
Don't worry about the wire connecting your cdrom to your mobo I never connect it and I never have to worry about getting sound from my cdrom.
Type dmesg in a terminal window, and look for anything that looks like a message from the alsa server, or anything to do with the word sound or the module your sound card used. I think you know the module since you typed it previsouly i think. To make searching though dmesg easy do the following.
Type all of the following as the root user

/etc/init.d/alsasound restart
dmesg

Any output from alsa to dmesg should be the last few lines in the file which will be what you will be looking at when you type dmesg.
 
Old 02-28-2004, 04:53 PM   #25
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
If you have never had to connect your wire then you already had some kind of software help regardless of whether or not you knew it. Its automatic in windows, and possible automatic on some linux distros, but I had to hook up mine. Besides, running it direct into the soundcard frees up a lot of CPU cycles that would otherwise be used for converting the data.
 
Old 02-28-2004, 06:14 PM   #26
RaceTM
LQ Newbie
 
Registered: Feb 2004
Posts: 11

Rep: Reputation: 0
I'm having a similar issue - my pcm is muted and locked so I also can't get any sound. Bump for any more info on this problem
 
Old 02-28-2004, 06:47 PM   #27
bdjames
LQ Newbie
 
Registered: Feb 2004
Posts: 1

Rep: Reputation: 0
Try muting 'External' in alsamixer.
 
Old 02-28-2004, 08:05 PM   #28
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Do I have to totally log out and then log back in as root to be able to put those commands in as the root user?
 
Old 02-28-2004, 08:06 PM   #29
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
This is what came up the last few lines, I did this as a regular user....


inserting floppy driver for 2.4.21-0.13mdk
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 40x/48x writer cd/rw xa/form2 cdda tray
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Intel 810 + AC97 Audio, version 0.24, 15:29:58 Mar 14 2003
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH5 found at IO 0xedc0 and 0xee00, MEM 0xfebffa00 and 0xfebff900, IRQ 17
i810: Intel ICH5 mmio at 0xe8924a00 and 0xe8926900
i810_audio: Primary codec has ID 2
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
i810_audio: Connection 0 with codec id 2
ac97_codec: AC97 Audio codec, id: ADS112 (Unknown)
i810_audio: AC'97 codec 2 supports AMAP, total channels = 6
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
 
Old 02-28-2004, 08:40 PM   #30
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
OK, It sounds like the modules have definitely loaded.

Try entering the following commands in a Konsole (don't think it needs to be superuser):

Code:
amixer set Master 100 unmute
amixer set PCM 100 unmute
Only if the above doesn't succeed on its own:

Code:
amixer set Center 100 unmute
amixer set Surround 100 unmute
Then, to test the sound:

Code:
aplay $KDEDIR/share/sounds/pop.wav
You should hear a popping sound if all went well. If you heard absolutely nothing at all, or if you received another, please report your findings.

Good luck!

btw, if you get any permission denied errors (don't think you will...) type "su" to become root, then try them again.
 
  


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
A small problem in C indian Programming 2 09-07-2004 08:56 AM
First time linux user having a small problem GrahfX Mandriva 4 07-16-2004 05:38 PM
Small but full linux distro? marghorp Linux - Distributions 3 04-18-2004 03:34 AM
small problem s9722 Linux - Newbie 4 06-05-2003 07:13 PM
small problem please help me shadowrsr6 Linux - Newbie 4 03-25-2003 07:26 PM

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

All times are GMT -5. The time now is 02:18 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