LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-07-2004, 07:22 PM   #1
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Rep: Reputation: 15
no sound in slackware 9.1


basically i have no sound in Slackware 9.1.
when i run alsaconf it gives an error of no supported PnP or PCI cards.
It is an onboard sound card in an albatron kx600pro motherboard.

from # lsmod
Module Size Used by Not tainted
soundcore 3332 0 (autoclean)
3c59x 26832 1
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [uhci ehci-hcd]
pcmcia_core 40032 0
ide-scsi 9424 0

and # /sbin/lspci -v

00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Subsystem: Unknown device 17f2:1404
Flags: medium devsel, IRQ 10
I/O ports at c000 [size=256]
Capabilities: [c0] Power Management version 2


if that is any help. i have tried changing the permissions in /etc/fstab of the cdrom to user,
and also i have unmuted the channels in alsamixer.

if anyone could help that would be greatly appreciated.
-John
 
Old 04-07-2004, 10:00 PM   #2
JROCK1980
Member
 
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490

Rep: Reputation: 30
I would try updating your alsa
 
Old 04-07-2004, 10:08 PM   #3
sphink
LQ Newbie
 
Registered: Apr 2004
Location: U.S.A.
Distribution: Slackware 9.1, Astaro
Posts: 13

Rep: Reputation: 0
Run these commands as root:

chmod a+rwx /dev/mixer
chmod a+rwx /dev/dsp
 
Old 04-07-2004, 10:35 PM   #4
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
ok, i have run those chmod commands, and now alsamixer isn't going:
alsamixer: function snd_ctl_open failed for default: No such device
what am i supposed to do after that? xmms still complains about no output device.
should i reboot first before anything happens?
-thanks
 
Old 04-07-2004, 10:37 PM   #5
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
oh, and JROCK i have done a swarret --upgrade , i dont know if that would have updated alsamixer or not, or even if that is causing a problem? I have another sound card somewhere, should i try using that instead of the onboard sound? even tho the onboard works fine in other os's
 
Old 04-09-2004, 10:40 PM   #6
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
can't anyone help me
 
Old 04-10-2004, 11:06 AM   #7
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
I had the same problem when i first installed Slack. All i did to fix it was to compile the 2.6.2 with Alsa support and it worked fine for me.
 
Old 04-10-2004, 06:50 PM   #8
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
how did you do that? do you have a link or anything that will show me how to do that with ALSA support?
 
Old 04-11-2004, 11:36 PM   #9
JROCK1980
Member
 
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490

Rep: Reputation: 30
look here I Kernel Help


Go to kernel.org to download the kernel and then follow the instructiuons.
 
Old 04-12-2004, 01:23 AM   #10
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
what kernel verion are u using?
if its a 2.6.XX then try running alsaconf on a 2.4.XX kernel
 
Old 04-12-2004, 01:55 AM   #11
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
i am using 2.4 kernel, but i tried a 2.6 kernel, installed it and the sound module i need... but now in that kernel i can't startx for some reason, which honestly cant be bothered with if there is a way to get the 2.4 kernel sound running.
 
Old 04-12-2004, 05:33 AM   #12
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
why dont u check for ur soundcard in the soundcard matrix at
http://alsa-project.org/alsa-doc/

there are also instructions on what lines are to be placed in /etc/modules.conf or /etc/modprobe.conf (according as kernel 2.4 or 2.6) for a particular sound card.
 
Old 04-12-2004, 05:36 AM   #13
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
try placing this in /etc/modules.conf (for 2.4 kernels) or /etc/modprobe.conf (for 2.6 kernels):

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-via82xx
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


note: i ripped the above section straight from alsa docs.
 
Old 04-12-2004, 07:18 AM   #14
johntramp
Member
 
Registered: Sep 2003
Location: Christchurch, New Zealand
Distribution: Gentoo / Slackware
Posts: 72

Original Poster
Rep: Reputation: 15
i tried that and it didnt seem to work unfortunately
 
Old 04-12-2004, 11:44 AM   #15
vinay_s_s
Member
 
Registered: Jul 2003
Posts: 659

Rep: Reputation: 30
what errors are u getting exactly???

did u try loading the modules manuall i.e. modprobe snd-via82xx or something like that ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Replaced a Sound Card (ESS) and now no sound under Slackware LeniuNYC Linux - Hardware 1 03-14-2004 05:21 PM
slackware 9.1 no sound dfownz Linux - Hardware 5 01-14-2004 05:46 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 - Software

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