LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-04-2004, 07:06 AM   #1
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Rep: Reputation: 15
Sound in Slackware


Please excuse the newbie question. Ok, so I have Slackware 8.1 set up properly, kde works, etc, but the problem i have is that i have no idea how to configure the sound card. from doing /sbin/lspci -v i found out i have the following card: http://www.linuxquestions.org/hcl/sh...hp?product=651 . Now i have no idea what to do next to set it up.

Thanks, Nick
 
Old 04-04-2004, 07:54 AM   #2
goldennuggets
Member
 
Registered: Feb 2003
Location: USA
Distribution: Kubuntu, Manjaro
Posts: 239

Rep: Reputation: 24
you basically need to unmute the sound.
try running "kmix" in kde, or alsamixer as root to unmute the sounds.

.stan
 
Old 04-04-2004, 08:02 AM   #3
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
thanks for the suggestion, but that wasnt it. i opened kmix, then tried to play a cd, and still no sound.
 
Old 04-04-2004, 08:57 AM   #4
thewizard20
Member
 
Registered: Sep 2003
Location: ny
Distribution: slackware 9.1
Posts: 73

Rep: Reputation: 15
do you have alsa installed If so run alsaconfig as root that should set it up your sound for you. then run alsamixer to set the volume
 
Old 04-04-2004, 01:44 PM   #5
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
no i dont have alsa, what exactly is it?
 
Old 04-04-2004, 04:14 PM   #6
goldennuggets
Member
 
Registered: Feb 2003
Location: USA
Distribution: Kubuntu, Manjaro
Posts: 239

Rep: Reputation: 24
alsa is a sound server.
http://www.alsa-project.org/
Read there for a bit more description.
 
Old 04-04-2004, 06:48 PM   #7
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i have the same sound chip running on slackware 9.1 perfectly...

i know slackware 9.1 comes with alsa support out-of-the-box, perhaps 8.1 doesn't...

alsa-utils (i think that's what the package is called) comes with a tool called "alsaconf"... basically you just run "alsaconf" and it detects and sets-up your sound card... then you usually just run "alsamixer" to set the volume and then "alsactl store" to store the settings...
 
Old 04-05-2004, 10:54 AM   #8
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
what should i do if alsaconfig returns that it can not find any sound cards? by the way, my /sbin/lspci -v sais the following about my sound card:

Quote:
00:0c.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device Flags: bus master, medium devsel, latency 64, IRQ 9 I/O ports at dc00 [size=256] Capabilities: [c0] Power Management version 2
 
Old 04-05-2004, 11:06 AM   #9
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try this (it works on my box, with the same card):

modprobe snd-cmipci


that's for alsa, i think for oss (the old standard) it would be like:

modprobe cmpci


have you thought about upgrading to slackware 9.1??? IT'S VERY GOOD.

=)

Last edited by win32sux; 04-05-2004 at 11:09 AM.
 
Old 04-05-2004, 11:20 AM   #10
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
hey thanks, modprobe cmpci worked, and now i can adjust the volume with the sound mixer that comes with linux, but still when i play a cd, etcf there is no sound
 
Old 04-05-2004, 02:34 PM   #11
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
okay if "modprobe cmpci" works but "modprobe cmipci" doesn't, then that probably means you're using oss instead of alsa...

=(


what are you using to play cds???

make sure the analog audio cable from the cd to the soundcard is correctly hooked-up...

but if you're using xmms to play cds make sure it's configured to use the oss output plugin and make sure you have a cd-reading plugin enabled... remember you don't mount audio cds so you wouldn't look for the songs in /mnt/cdrom but instead in /dev/cdrom, for example...

once again, i'd strongly suggest upgrading to slackware 9.1, if you can... it's well worth it...

do the kde/gnome sounds work???

Last edited by win32sux; 04-05-2004 at 02:36 PM.
 
Old 04-05-2004, 02:39 PM   #12
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
hmm strange, sounds for things like aMSN work, but i dont hear any sounds while using kde, and io still cant hear playing cd's

about upgrading to 9.1, does it take alot of time, and would i ahve to reconfigure everything again?

Last edited by nick_krym; 04-05-2004 at 02:41 PM.
 
Old 04-05-2004, 03:01 PM   #13
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
in kde's control center there's a part for configuring the sound system... try playing with that...



slackware 9.1 usually manages to configure your audio, video, and network automagically during the install with almost no human intervention, so i'd have to say it's really not very painful to install...

in a way, it's even easier than mandrake... lol...
 
Old 04-05-2004, 03:11 PM   #14
nick_krym
Member
 
Registered: Sep 2002
Location: The Netherlands
Posts: 38

Original Poster
Rep: Reputation: 15
hey thanks, il take a look at sound config.
but what i meant with is it hard it setup, is will i have to reformat, etc, then install fresh, or can ijust upgrade from 8 to 9.1?
 
Old 04-05-2004, 03:51 PM   #15
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i'm not sure if you can "upgrade" slackware from 8.x to 9.1, but it might be possible...

perhaps one of the other subscribers to this thread knows how that works...

honestly, i've never done it, and probably never will (a version upgrade), i'd do a fresh install with the new version, mainly for psychological reasons, lol... although i'm sure there are also technical benefits to doing it the clean install way...

of course before doing the clean install i'd backup not only my documents but also certain configuration files (apache, squid, iptables, samba, dhcpd, etc...) so that i wouldn't have to re-configure that stuff again...

Last edited by win32sux; 04-05-2004 at 05:02 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
No Sound in Slackware 10 Prism Slackware 21 09-07-2004 02:48 AM
no sound in slackware 9.1 johntramp Linux - Software 14 04-12-2004 11:44 AM
Replaced a Sound Card (ESS) and now no sound under Slackware LeniuNYC Linux - Hardware 1 03-14-2004 05:21 PM
Sound in Slackware 9.1?? patrik1982 Slackware 4 10-19-2003 07:19 PM
AC97 int. sound slackware 9.0 no sound TheDanLayerOSI Linux - Hardware 1 06-13-2003 04:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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