LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 09-21-2002, 04:29 AM   #1
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Rep: Reputation: 30
Trying out alsa for Fortissimo 2, and help getting the fortissimo working...


Ok well im trying to install ALSA for my fortissimo II.

Just so I can get some idea's on how other people have gotten the Hercules Fortissimo 2 to work under Linux (Slackware 8.1). Loading the modprobe cs46xx module worked, but the sound was fairly crackly, and XMMS had cracked em and said something about Can't play sound, 1: Make sure the right plugin is selected, 2: Make sure theres nothing blocking your sound device and there was a 3 but i can't remember wat it was, hehe.

So i've decided to give ALSA a go to see if their modules and drivers can help at all.

I _think_ ive installed them using this guide:

http://www.alsa-project.org/~valenty...ini-HOWTO.html

Im up to this step: 5.3 modprobe for drivers without auto-probing (As it said for any of the CS modules See below which is this step.)

But when i try to load any of those modules, it throws back errors like:

bash-2.05a# modprobe snd-card-cs4232 snd_port=0x534 snd_cport=0x120 snd_mpu_port=-1 snd_fm_port=0x388 snd_jport=-1 snd_irq=5 snd_dma1=0 snd_dma1_size=60 snd_dma2=1 snd_dma2_size=60
Note: /etc/modules.conf is more recent than /lib/modules/2.4.18/modules.dep
/lib/modules/2.4.18/misc/snd-card-cs4232.o: invalid parameter parm_snd_jport
/lib/modules/2.4.18/misc/snd-card-cs4232.o: insmod /lib/modules/2.4.18/misc/snd-card-cs4232.o failed
/lib/modules/2.4.18/misc/snd-card-cs4232.o: insmod snd-card-cs4232 failed


hrmmmmm...and when i did a lspci -vv i get this for my sound card:

00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
Subsystem: VIA Technologies, Inc.: Unknown device 4511
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-
Interrupt: pin C routed to IRQ 11
Region 0: I/O ports at dc00 [size=256]
Region 1: I/O ports at e000 [size=4]
Region 2: I/O ports at e400 [size=4]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-



please tell me somebody has some ideas on how to get this going!
 
Old 09-21-2002, 06:47 AM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
G'day Grim
First do "depmod -ae" to fix the "Note: /etc/modules.conf is more recent than /lib/modules/2.4.18/modules.dep" message, then try changing the "snd_jport=-1" parameter thats throwing the error.
 
Old 09-21-2002, 08:18 AM   #3
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
Heya Bern (I'm guessing its Bern )

What do you think I should try setting the snd_jport=-1 parameter to or even taking it right out? the -1 is meant to disable it anyway....


?
 
Old 09-21-2002, 09:01 AM   #4
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
Shit i just realised that the info i gave you from above was my onboard chipset info! LOL, this is my Fortissimo II info:

00:0b.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
Subsystem: Unknown device 1681:a010
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (1000ns min, 6000ns max)
Interrupt: pin A routed to IRQ 9
Region 0: Memory at df120000 (32-bit, non-prefetchable) [size=4K]
Region 1: Memory at df000000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)


Well ive tried getting rid of the snd_jport parameter and i gave that command a go which got rid of that other error, tah but now im presented with more, lol

bash-2.05a# modprobe snd-card-cs4232 snd_port=0x534 snd_cport=0x120 snd_mpu_port=-1 snd_fm_port=0x388 snd_irq=9 snd_dma1=0 snd_dma1_size=60 snd_dma2=1 snd_dma2_size=60
/lib/modules/2.4.18/misc/snd-card-cs4232.o: init_module: No such device
/lib/modules/2.4.18/misc/snd-card-cs4232.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18/misc/snd-card-cs4232.o: insmod /lib/modules/2.4.18/misc/snd-card-cs4232.o failed
/lib/modules/2.4.18/misc/snd-card-cs4232.o: insmod snd-card-cs4232 failed


I noticed that in that info i got from lspci -vv it says: Interrupt: pin A routed to IRQ 9 so i tried changing the snd_irq to 9, but still no go.

 
  


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
Hecules Fortissimo 7.1 mykrob Linux - Hardware 5 06-18-2004 07:01 AM
Fortissimo 2/alsa/rh 9.0/no Digital Output ??? Ancien_Legolas Linux - Hardware 2 02-05-2004 03:04 AM
ALSA on Debian sid with Fortissimo II (cs46xx) problem(s?) NeoY2k Linux - Hardware 7 10-18-2003 09:21 AM
MDK9.1 + Fortissimo = :( Adjudicator Linux - Hardware 2 05-24-2003 08:57 AM
Hercules fortissimo 2 OSIRIS_13 Linux - General 0 11-20-2002 02:16 AM

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

All times are GMT -5. The time now is 07:36 PM.

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