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 - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 01-27-2003, 09:49 PM   #1
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Rep: Reputation: 16
Red Hat 8.0 sound problem


I just installed red hat 8.0 and the sound doesn't work. Its detecting my card but have no sound. When I try to go to volume control, it gives me an eoor saying it could not open the audio device.

Does someone know whats going on?
 
Old 01-27-2003, 09:57 PM   #2
trotfox
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Rep: Reputation: 0
Hi face_master,
Try loggin on as root, and seeing if the sound works, sometimes the permissions on the sound device aren't set up for normal user accounts.

Otherwise, check the settings for sound , and make sure it is pointing to the correct device.

It could be a possibility that it is installed but red hat has not discovered where it is/is pointing to the wrong device.

You will need to send more information in your next post. Regarding, what type of soundcard you have, what your sound options are. what steps you went through to install your soundcard etc.
 
Old 01-27-2003, 10:23 PM   #3
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
Still doesn't work as root, but how do I get it to point at the right device? Im in KDE, Redhat
 
Old 01-27-2003, 10:37 PM   #4
trotfox
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Rep: Reputation: 0
Hi,
In the control panel there is a sound section, first you have to find out weather or not your sound card is actually working I guess. I am not entirely sure how to do this with red hat.
 
Old 01-27-2003, 10:43 PM   #5
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
Well I found out that the driver is not working. But when I detect the card it gives me this info:

Vendor: Intel Corp.
Model: 82801DB AC
Module: 1810_audio

..wait but in the hardware browser it has N/A for "Device: "
 
Old 01-27-2003, 10:47 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What does lsmod show you?

You *might* have to use ALSA to get that device working, but for now let's try to get it rolling without that.

Cool
 
Old 01-27-2003, 10:49 PM   #7
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
how do I get into lsmod? I typed that in terminal but it said command not found
 
Old 01-27-2003, 10:51 PM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You must be root. It's /sbin/lsmod

Cool
 
Old 01-27-2003, 11:00 PM   #9
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
It gave me this output:
Code:
Module                  Size  Used by    Not tainted
sg                     36556   0 (autoclean) (unused)
scsi_mod              107176   1 (autoclean) [sg]
nls_cp437               5116   1 (autoclean)
vfat                   13084   1 (autoclean)
fat                    38712   0 (autoclean) [vfat]
nls_iso8859-1           3516   1 (autoclean)
ide-cd                 33608   0 (autoclean)
cdrom                  33696   0 (autoclean) [ide-cd]
soundcore               6532   0 (autoclean)
autofs                 13348   0 (autoclean) (unused)
8139too                17704   1
mii                     2156   0 [8139too]
iptable_filter          2412   0 (autoclean) (unused)
ip_tables              14936   1 [iptable_filter]
mousedev                5524   1
keybdev                 2976   0 (unused)
hid                    22244   0 (unused)
input                   5888   0 [mousedev keybdev hid]
usb-uhci               26188   0 (unused)
ehci-hcd               17480   0 (unused)
usbcore                77024   1 [hid usb-uhci ehci-hcd]
ext3                   70368   2
jbd                    52212   2 [ext3]
 
Old 01-27-2003, 11:42 PM   #10
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
Ok, I ran sndconfig and got these errors:
Code:
     ┌────────────────────────┤ modprobe error ├─────────────────────────
     │                                                                   │
     │ The following error occurred running the modprobe program:        │
     │                                                                   │
     │ /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o:         │
     │ init_module: No such device                                       │
     │ /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o:         │
     │ insmod /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o   │
     │ failed                                                            │
     │ /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o:         │
     │ insmod sound-slot-0 failed                                        │
     │                                                                   │
     │                              ┌────┐                               │
     │                              │ Ok │                               │
     │                              └────┘                               │
     │                                                                   │
     │                                                                   │
     └───────────────────────────────────────────────────────────────────┘
 
Old 01-28-2003, 12:03 AM   #11
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
at startup its telling me that there is no such device at /dev/dsp how do I add one?
 
Old 01-28-2003, 12:43 AM   #12
trotfox
LQ Newbie
 
Registered: Jan 2003
Posts: 10

Rep: Reputation: 0
okay, if there is no device, then maybe you haven't compiled support for it in to the kernel, or are missing the *correct module* do you know exactly what the sound card is, ie the make model and generic name. for example your sound card could be the 82801DB AC'97 Audio. I am not sure if this is correct. I'm not a big RedHat user but under debian I would prolly need to *insmod* the correct module for the sound card, or compile the kernel with support for my particular soundcard.


Now from what you have posted above, it looks as though you have already got some drivers/modules and things there with your soundcard, so I am pretty much stumped.

I recommend physically looking for information on the soundcard itsealf like the model number, and then from there do a search on google for anyone else who has had the same/similar problem. I usually try words like <name of hardware> <distro name> howto

Sorry I couldn't help you any more.
Aaron
 
Old 01-28-2003, 12:54 AM   #13
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Also turn plug and play off in your bios, then see if it detects your sound if its a built in sound card on the motherboard.
 
Old 01-28-2003, 01:29 AM   #14
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
I remeber in Mandrake 9.0, I had the same problem but I was playing with the hardware options where you select what driver you would like to use for each device, and it started to work. Is there a similar thing in RedHat?
 
Old 01-28-2003, 02:08 AM   #15
face_master
Member
 
Registered: Jan 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 71

Original Poster
Rep: Reputation: 16
I just installed OSS now its works. Thanks for all your help
 
  


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
Sound problem in Red Hat 9 pafi Linux - Newbie 0 10-13-2004 04:34 AM
Red Hat 9 sound problem mmylost Red Hat 0 09-17-2004 02:42 AM
Sound problem - Red Hat 8.0 kenneho Linux - Newbie 11 08-18-2003 12:32 AM
sound card problem in red hat 8 ishmael Linux - Newbie 1 04-22-2003 03:10 PM
Esoniq and Red Hat 7.1 - Sound problem jjgosse Linux - General 2 11-14-2001 01:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

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