Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-28-2004, 05:21 AM
|
#1
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Rep:
|
no sound on a fresh install slackware 10...
i have searched the forums for answers and didnt find any for my problem...this is the output of some commands after i tried alsaconf and followed steps in it... i am root when i tried these commands:
# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
# lsmod | grep snd
snd-pcm-oss 37736 0 (unused)
snd-mixer-oss 12504 2 [snd-pcm-oss]
snd-intel8x0 18924 3
gameport 1420 0 [snd-intel8x0]
snd-mpu401-uart 3200 0 [snd-intel8x0]
snd-rawmidi 12740 0 [snd-mpu401-uart]
snd-seq-device 3888 0 [snd-rawmidi]
snd-pcm 56072 0 [snd-pcm-oss snd-intel8x0]
snd-timer 13604 0 [snd-pcm]
snd-page-alloc 6328 0 [snd-intel8x0 snd-pcm]
snd-ac97-codec 49500 0 [snd-intel8x0]
snd 30852 2 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer snd-ac97-codec]
soundcore 3396 4 [snd]
# cat /proc/asound/cards
1 [I82801CAICH3 ]: ICH - Intel 82801CA-ICH3
Intel 82801CA-ICH3 at 0x1c00, irq 10
#
please help.. thanks in advance!
|
|
|
|
08-28-2004, 04:34 PM
|
#2
|
|
LQ Veteran
Registered: Mar 2003
Location: Milwaukee, WI
Distribution: Mint
Posts: 6,642
Rep:
|
Are you getting any permissions errors? You may need to run
Code:
chmod 666 /dev/dsp
chmod 666 /dev/mixer
That may be a red herring but might also be worth checking -- J.W.
|
|
|
|
08-28-2004, 06:13 PM
|
#3
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
nothing happened.. same error..
# chmod 666 /dev/dsp
# chmod 666 /dev/mixer
# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
#
hmmmmmmmmm
|
|
|
|
08-28-2004, 06:48 PM
|
#4
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
|
|
|
|
08-28-2004, 06:50 PM
|
#5
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
You downloaded and installed all of the files? Strange, I have literally just now done that and it works perfectly - what errors are you now getting?
|
|
|
|
08-29-2004, 01:12 AM
|
#6
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
yes i downloaded all necessary files from the official alsa page... same errors...
|
|
|
|
08-29-2004, 03:11 AM
|
#7
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Can you post your modules.conf file?
Mine, for example, reads:
Code:
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.5 ---
alias char-major-116 snd
alias char-major-14 soundcore
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
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# modul
# OSS/Free portion
alias char-e 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
# --- END: Generated by ALSACONF, do not edit. ---
alias char-major-10-181 toshiba
|
|
|
|
08-29-2004, 06:04 AM
|
#8
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
this is my /etc/modules.conf
# cat /etc/modules.conf
alias /dev/ttySHSF* hsfserial
alias char-major-240 hsfserial
alias /dev/ttyCUA* hsfserial
alias char-major-241 hsfserial
alias /dev/modem hsfserial
options hsfserial serialmajor=240 calloutmajor=241
#options snd-intel8x0 index=0
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6rc1 ---
alias char-major-116 snd
alias char-major-14 soundcore
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
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
#
|
|
|
|
08-29-2004, 06:48 AM
|
#9
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Here is a suggestion: backup your existing modules.conf file to say modules.conf.backup (so you don't lose it). Then overwrite the Alsaconf section with my Alsaconf section. See if that works. If not, restore your backed up version and you won't have lost anything.
|
|
|
|
08-29-2004, 11:52 AM
|
#10
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
problem solved! i just reboot-ed the pc and turned on again.. logged in as root.. run alsamixer .. everything is ok.. unmuted all and set the desired volume.. phew!
what am i missing? why do i need to reboot? is there a command to reload all alsa related files or devices for me not to reboot?
|
|
|
|
08-29-2004, 12:30 PM
|
#11
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
To be honest, I have not really delved too deeply - either a) it works as soon as it's installed, or b) it works after a reboot.
It's on my (very long) to do list ..... 
|
|
|
|
08-29-2004, 02:16 PM
|
#12
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
ic.. so i think its better to reboot. when you are trying to install something.... comments please lol =)
|
|
|
|
08-29-2004, 02:22 PM
|
#13
|
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Lubuntu
Posts: 19,088
|
Since the sound install affects the kernel (going out on a limb here), I believe we are patching the kernel, a reboot makes sense - normally, we would only need to reboot after either installing new hadware or making amendments to the kernel (update, patch, remove something, etc). Does that sound as though it makes sense?
|
|
|
|
08-29-2004, 09:05 PM
|
#14
|
|
Member
Registered: Aug 2002
Location: Philippines
Distribution: Slackware 10
Posts: 325
Original Poster
Rep:
|
kewl.. but is there a way to reload the whole linux system as if it had reboot-ed?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:09 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|