LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-26-2002, 01:39 AM   #1
ziesemer
LQ Newbie
 
Registered: Nov 2002
Location: Eau Claire, WI
Distribution: Red Hat 8.0
Posts: 1

Rep: Reputation: 0
Unhappy CS4236 Sound on Red Hat 8.0? - Newbie!


I have absolutely no clue what I'm doing on Linux. Mastered windows and trying to become familiar, and hopefully, eventually make the conversion.

I completed an install of Red Hat 8.0 on a Dell OptiPlex GX1. Everything went well, all my devices working so far except for my sound card. It is a CS4236, but it yells at me for device /dev/dsp can't be opened (no such device), and that it's using the null output device.

I have no clue where to start. Dell has drivers for Red Hat 7 on their web site, but I'm guessing they won't work with 8. If so, how to install?

If anyone's bored and willing, some step-by-step instructions for a trial would be greatly appreciated! I'm running the KDE interface, and haven't installed anything else other than what installed with the OS.

Let me know if you need any other information. Tell me how to let you into my system, and I'll let you do that, too. :-) (Nothing to loose...)

THANKS!!!

--
Mark Ziesemer
 
Old 12-15-2002, 02:17 AM   #2
jfcayron
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Rep: Reputation: 1
Unhappy Another newbie, same problem

Can anyone help? Anyone at all?

I am brand new to linux and do not even know where to start looking.

Thanks
 
Old 12-15-2002, 11:52 AM   #3
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Mark,
Do the following (as root)
1) Check to see if the cs4232 module is loaded with "lsmod"
2) If the module is not loaded, load it with "modprobe cs4232 io=* irq=* dma=* dma2=*" (*see /usr/src/linux/Documentation/sound/CS4232 for an explanation)
3) Do "chmod 666 /dev/audio* /dev/dsp* /dev/midi* /dev/mixer* /dev/sequencer*" (* the * is here as a wildcard because there may be multiple devices).
 
Old 12-15-2002, 11:53 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Re: Another newbie, same problem

Quote:
Originally posted by jfcayron
Can anyone help? Anyone at all?

I am brand new to linux and do not even know where to start looking.

Thanks
Can't help you if you don't tell us about your hardware....
 
Old 12-15-2002, 07:57 PM   #5
jfcayron
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Rep: Reputation: 1
Thumbs up About the hardware

Well, as I said, "exact same problem".
So, it's an Optiplex GX1 with built-in CS4236.

I will try your suggestions, thanks.

Jeff
 
Old 12-15-2002, 08:13 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Re: About the hardware

Quote:
Originally posted by jfcayron
Well, as I said, "exact same problem".
So, it's an Optiplex GX1 with built-in CS4236.

I will try your suggestions, thanks.

Jeff
Wel....you said "same problem", leaving us to guess if you have the same hardware or just were unable to get sound with whatever hardware you did have.
 
Old 12-16-2002, 11:45 PM   #7
jfcayron
LQ Newbie
 
Registered: Dec 2002
Posts: 8

Rep: Reputation: 1
Quote:
Originally posted by Aussie
Do the following (as root)
1) Check to see if the cs4232 module is loaded with "lsmod"
2) If the module is not loaded, load it with "modprobe cs4232 io=* irq=* dma=* dma2=*" ...
It worked great, thanks.

You saved my life!
 
Old 12-17-2002, 12:36 AM   #8
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Your welcome
 
Old 03-22-2003, 04:42 PM   #9
foetus66
LQ Newbie
 
Registered: Mar 2003
Location: Oregon
Distribution: RH8
Posts: 7

Rep: Reputation: 0
hmmm me too.

I am having the same problem with the same system.
I was delighted to find this post describing my exact issue, but alas I have tried following the directions and they are kind of vague to me.

i found that the module was not loaded so i typed:

modprobe cs4232 io=0x534 irq=5 dma=1 dma2=0
(for the most part i picked those numbers randomly because i didn't know where to begin deciding.)

as for the chmod command, i typed it just as it is above with *'s and everything. again, i have no idea what to make of it.
it didn't give me error messages either time -- but i still have the same error, and the "detect sound card" thingy says no soundcard detected.

i am at a loss.

Any ideas where i can start?

thanks
Carl
 
Old 03-22-2003, 07:00 PM   #10
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You need to type the io, irq, etc, that your card in your computer is using.
The command "ldpci -vv" will tell you what they are.
 
Old 03-23-2003, 05:06 PM   #11
foetus66
LQ Newbie
 
Registered: Mar 2003
Location: Oregon
Distribution: RH8
Posts: 7

Rep: Reputation: 0
hmm...

'ldpci' command not found

 
Old 03-23-2003, 06:59 PM   #12
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Sorry, thats a typo, the correct command is "lspci".
 
Old 03-24-2003, 07:54 AM   #13
foetus66
LQ Newbie
 
Registered: Mar 2003
Location: Oregon
Distribution: RH8
Posts: 7

Rep: Reputation: 0
here's a link to the response.

I am probably just really dense but I'm still not getting it. I figured if i stared at this long enough something would jump out and grab me, but unfortunately that wasn't the case.

Here's what I get when I do the lspci -vv command as root:

[root@goo /]# lspci -vv

What might I be missing?

Thanks again for your help,
Carl
 
Old 03-24-2003, 08:25 AM   #14
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try doing "modprobe cs4232" followed by "dmesg | less" and look for a message about the sound card, with the "lspci -vv" you should get something like this,
Code:
00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
        Subsystem: Creative Labs: Unknown device 8064
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 32 (500ns min, 5000ns max)
        Interrupt: pin A routed to IRQ 5
        Region 0: I/O ports at dc00 [size=32]
        Capabilities: [dc] Power Management version 1
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
 
Old 03-24-2003, 10:59 AM   #15
foetus66
LQ Newbie
 
Registered: Mar 2003
Location: Oregon
Distribution: RH8
Posts: 7

Rep: Reputation: 0
Arrow

hm, ok i did that...

about half way through the results i have these three lines:

isapnp: Scanning for PnP cards...
isapnp: Card 'CS4236B'
isapnp: 1 Plug & Play card detected total

Then the last four lines of the results are as follows:

ad1848/cs4248 Codec Driver Copyright (c) by Hannu Savolainen
ad1848: WSS/SB detected
ad1848: ISAPnP reports WSS/SB at I/O 0x534, irq 5, dma 1, 3
cs4232: set synthio and synthirq to use the wavefront facilities.

I'm not sure if that third line there represents the actual settings of the card, or if it's just the info I put in at the beginning.

Carl

Last edited by foetus66; 03-24-2003 at 11:04 AM.
 
  


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
Crystal CS4236 sound card - Suse 9.0 pro hangs fredred Linux - Hardware 3 04-02-2004 04:56 AM
Suse 9.0 Pro Sound Troubles (cs4236) suse9newguy Linux - Newbie 1 01-19-2004 06:45 PM
CS4236 sound card Mrcdm Linux - Hardware 2 11-29-2003 04:27 AM
sound card cs4236 malte Linux - Hardware 7 05-04-2003 12:14 PM
Newbie with Red Hat 8.0 and faced sound problems gilbort Linux - Hardware 1 02-18-2003 01:47 PM

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

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