LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-01-2004, 09:21 AM   #1
pieniaszek
LQ Newbie
 
Registered: Dec 2003
Location: Nashua, NH
Distribution: Mandrake 9.2
Posts: 8

Rep: Reputation: 0
Choosing from 86 possible drivers?


I upgraded to Mandrake 9.2 from 9.1 on a dual boot Dell4100 with XP.
DrakX identified my sound card as a 'Cirrus Logic CS 4614/22/34 [Crystal Clear Sound Fusion Audio Accelerator] and identified the current driver as cs46xx.
Since my machine came with a Santa Cruz WDM Interface manufactured by Voyetra Turtle Beach, I thought maybe I there was a step somewhere I was missing.

Since I couldn't get XMMS to run on 9.2 like it did in 9.1 (I listened to Internet Radio from WCPE using XMMS 'ogg'), I decided to see if I had the right driver.
HardDrake generously provided me with 86 driver options.
Searching the new Mandrake 9.2 Definitive Guide, HowTo's, Manuals, the Santa Cruz site, Voyetra, Google, etc., I have concluded that I am at a loss in figuring out:
1. whether Drakx misidentified my sound card
2. what to do about it if is is mididentified
3. how to sort through 86 drivers
4. whether I shouold pursue another route to get Internet radio
5. where the 'repository of knowledge' explaining how 86 drivers are needed to operate
a sound card that isn't even installed, is

When I test for sound, it works.

Any advice on direction to take?
 
Old 01-01-2004, 09:40 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
From Linuxcare:

Quote:
Audio Controller: Cirrus Logic|CS 4614/22/24 [CrystalClear]

The Crystal 4614 is not supported by the 2.2.x Linux kernels, although it is supported by the ALSA-Project drivers which are freely available for download from http://www.alsa-project.org. You will need to install the latest versions of the drivers, libraries, and utilities found at this site. You can find the documentation/mini "howto" at http://www.alsa-project.org/~valenty...ini-HOWTO.htm.

After ALSA is installed you will need to run "modprobe snd-card-cs461x", and then unmute and turn up the volume of the sound devices by issuing the following commands:

amixer set Master 100 unmute
amixer set PCM 100 unmute

In order to be compatible with the standard OSS sound drivers, I also recommend running "modprobe snd-pcm-oss" to set your audio device to /dev/audio.
Do 'uname -r' to find out your kernel version.

For maore ideas, this was my search on Google.
 
Old 01-03-2004, 07:18 PM   #3
pieniaszek
LQ Newbie
 
Registered: Dec 2003
Location: Nashua, NH
Distribution: Mandrake 9.2
Posts: 8

Original Poster
Rep: Reputation: 0
I appreciate the effort of Xavier P to help me, but I'm too inexperienced to
implement his suggestions.

I did find out that my kernel version is 2.4.22-10MDK.
I went to the Alsa Project and it indicated that the Alsa drivers required the 2.6 kernel version. I have no idea how to install and compile a new kernel even if I thought that 2.6 was compatible with Mandrake 9.2
I don't know where to find out. I am a member of Mandrake Club, but I really hesitate asking them after my experience with Expert.

I installed a music CD, opened it with KScd, and got a response at a low volume level. I opened aumix and set the level to 100%, but still could only hear output at a low level.

I still cannot understand why Drakx tells me I have a Cirrus Logic sound card with 86 potential drivers.
 
Old 01-04-2004, 05:18 AM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I believe that there is a how-to for recompiling the kernel somewhere on this site. I think it was a 'sticky' at the top of one of the forums. I am told it's quite easy - although I have never tried it myself

Can you give examples of the 86 drivers it says it has identified? It may be that there are a small number of actual drivers, but a large number of dependencies.
 
Old 01-04-2004, 07:47 AM   #5
pieniaszek
LQ Newbie
 
Registered: Dec 2003
Location: Nashua, NH
Distribution: Mandrake 9.2
Posts: 8

Original Poster
Rep: Reputation: 0
The distribution of 86 has 50 with a "snd-" prefix. I tried one: snd-cs46xx.
Could those with the "sen-" prefix be the " dependencies you refererred to?
Some others are:
ali5455, emu10k1, es1370 ,maestro, cs4232, gus, nm256_audio, pas2, snd-ad1816a,
sonicvibes, via82cxxx_audio, trident, etc.

I'm willing to try each one but if you suggest that some types won't work, that will reduce the effort somewhat.

I will check out the howto on recompiling the kernel. I will also investigate the forums on MandrakeClub to see if there is any psots on the subject.

Thanks for responding.
 
Old 01-04-2004, 07:55 AM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
If you have URPMI set up (if not go to Easy Urpmi to set it up), in a console, type in:
su (and hit enter)
root password (and hit enter)
urpmi alsa - it should then install alsa and any dependencies automatically.
 
Old 01-04-2004, 04:18 PM   #7
pieniaszek
LQ Newbie
 
Registered: Dec 2003
Location: Nashua, NH
Distribution: Mandrake 9.2
Posts: 8

Original Poster
Rep: Reputation: 0
Some success!
Installed URPMI, ftp'd the Mandraked 9.2 RPM, installed urpmi alsa.
Had some problem with modprobe, finally used 'snd-cs46xx' and had no comments.
Used 'amixer' to set Master and PCM, and 'modprobe snd-pcm-oss'.
Opened 'www.xlnc1.org' with Alsa Player, and it worked.

Thanks

Found the Affero web site and will figure out how to Affero you.
 
Old 01-05-2004, 02:57 AM   #8
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Cool Pieniaszek - glad it worked and happy to help.

Edited because I've not long got out of bed and can't spell "and"!
 
Old 01-05-2004, 08:56 AM   #9
pieniaszek
LQ Newbie
 
Registered: Dec 2003
Location: Nashua, NH
Distribution: Mandrake 9.2
Posts: 8

Original Poster
Rep: Reputation: 0
I spoke too soon. Can't get any sound even though Alsa Player is buffering in signals.
Checked aumix to see if mute was on and it wasn't.
Seems like there is some alsa package I don't have. I tried opening alsamixer and got this message: 'function snd_ctl_open failed for default: no such file or directory.

I'll go to the Alsa site and see what packages I should have installed. I have to figure out how to locate whatever I have installed.

I'll just keep pluggin.
 
  


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
i need help choosing distribution! redsector Linux - Newbie 3 05-13-2005 10:49 AM
choosing a distro jaakkop Linux - Distributions 9 02-09-2005 01:31 PM
Help choosing a laptop... Cookie General 5 04-15-2004 09:39 AM
Help choosing (there's to many) SevenForever Linux - Newbie 9 04-11-2004 04:13 PM
Need Help Choosing Distribution terdmonkey18 Linux - Software 4 09-20-2003 09:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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