![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is the sound card in use? | petebear | Shell Programming and Scripting | 0 | 10-18-2006 09:08 PM |
| sound card doesn't work! | ac101 | UNIX for Dummies Questions & Answers | 1 | 08-27-2005 04:43 PM |
| Please help me with my sound card... | LittleMan | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 10:13 AM |
| sound card ????? | challenger | UNIX for Dummies Questions & Answers | 4 | 06-09-2002 09:41 PM |
| How can I configure my sound card? | confusedoflife | UNIX for Dummies Questions & Answers | 2 | 05-28-2002 08:10 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to configure my Sound Card????
I use sndconfig to configure it ..in addation the sample sound worked but the MIDI not work and game me an error from /var/log/messages I get that :
Feb 18 09:04:35 localhost kernel: cs4232: set synthio and synthirq to use the wavefront facilities. Feb 18 09:04:50 localhost kernel: YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft 1993-1996 Feb 18 09:04:50 localhost kernel: OPL3 not detected ff what I have to do ? |
|
|||||
|
Ok first of all /dmesg is the log message that been generated automatically when you strartup the system. It contains all the H/Ware settings and services that start when you boot your systrem to Linux. Also you are saying your card is Itel SE440BX did you checked the redhat.com webpage for the Compatible device ? I strongly advise you to check on it first to verify your sound card is 100% compatible with the current version of Kernel your Linux have. Is its compatible you may run $ sndconfig. Its an automated probe for sound configuration. Give a try Post if that doesnt works.
|
|
|||||
|
If you type in "/dmesg", you'll get an error.
If you just type "dmesg" at the prompt, you should see a bunch of text scroll on your screen. It resides in the "/bin" directory on most Linux systems, so you could also type "/bin/dmesg". It'll be helpful to catch it in a file, like this: "dmesg > /tmp/dmesg.out" That will save the output in a file called /tmp/dmesg.out . I've had trouble with onboard sound before, though, so you may not be able to do it. Try running kudzu to detect the hardware. Type "man kudzu" for more information. |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|