[LINUX/DEBIAN] config ce #@! de chiponboard Creative VIBRA 16XV

config ce #@! de chiponboard Creative VIBRA 16XV [LINUX/DEBIAN] - Linux et OS Alternatifs

Marsh Posté le 30-08-2001 à 02:00:42    

cf topic :)
 
ché pas quoi faire en fait j'ai essayé de load kk module, ca passe pas, j'ai cherché sur le site de creative, bah courrage pour trouver une info !! HEEEEEEEEEEEEEELP

Reply

Marsh Posté le 30-08-2001 à 02:00:42   

Reply

Marsh Posté le 30-08-2001 à 03:31:46    

le tout est de savoir où chercher l'info :
http://lhd.zdnet.com/db/dispproduct.php3?DISP?421
 
tu as essayé le module sb ( Sound blaster ) ? /usr/src/linux/Documentation/sound/VIBRA16
il semble marcher correctement.
 
sinon il y a le module alsa snd-card-sb16.o, mais comme dis dans la doc alsa :
This module supports partly SoundBlaster VibraX16 soundcard.
This soundcard uses two 8-bit DMA channels and seems that documentation is not available at Creative Labs WWW site.
If you know where can be get documentation, mail us...
Otherwise - this soundcard is not supported yet, so do not send us any e-mails with "my soundcard is not working properly (full duplex, 16-bit samples)"...

 

[edtdd]--Message édité par Dark_Schneider--[/edtdd]


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 30-08-2001 à 09:58:25    

Essaie ça :  
apt-get install sndconfig
sndconfig

Reply

Marsh Posté le 30-08-2001 à 13:19:25    

il est dit dans la doc que sndconfig ne le détecte pas, un pb de DMA


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 30-08-2001 à 14:41:20    

le module sb me is invalid param pour l'irq, comment je peux lui dire que c irq 5 ?

Reply

Marsh Posté le 30-08-2001 à 14:45:51    

je t'ai donné le lien vers la doc où tout est expliqué.
/usr/src/....


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 30-08-2001 à 14:50:03    

beh oué mais j'ai pas ca
 
j'ai quued dans /usr/src
 
--  
 
 
bon c bon vé chercher

 

[edtdd]--Message édité par NokBilong--[/edtdd]

Reply

Marsh Posté le 30-08-2001 à 15:08:44    


 
modprobe sb io=0x220 irq=5 dma=1 dma16=3 mpuio=0x330
 
modprobe sound
 
insmod uart401
 
y'a rien qui marche !
tjs le meme pb invalid parameter parmçirq, pourtant je specifie bien irq=5 et elle est bien sur le 5
 
dma 8bits = 1
dma 16bits = 3
irq = 5
 
 
heeeelp

Reply

Marsh Posté le 30-08-2001 à 15:11:03    

dans le modules.conf :
alias sound-slot-0 sb
options sb io=0x220 irq=5 dma=1 dma16=3
 
ou :
alias har-major-14 sb
options sb io=0x220 irq=5 dma=1 dma16=3
 
--------------------------------------------------
--------------------------------------------------
---------
et un copy/paste de la doc si il y a des pb :
 
Sound Blaster 16X Vibra addendum
--------------------------------
by Marius Ilioaea <mariusi@protv.ro>
   Stefan Laudat  <stefan@asit.ro>
 
Sat Mar 6 23:55:27 EET 1999
 
   Hello again,
 
 Playing with a SB Vibra 16x soundcard we found it very difficult
to setup because the kernel reported a lot of DMA errors and wouldn't
simply play any sound.
 A good starting point is that the vibra16x chip full-duplex facility
is neither still exploited by the sb driver found in the linux kernel
(tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
it as half-duplex soundcard). Oh, I almost forgot, the RedHat sndconfig
failed detecting it ;)
 So, the big problem still remains, because the sb module wants a
8-bit and a 16-bit dma, which we could not allocate for vibra... it supports
only two 8-bit dma channels, the second one will be passed to the module
as a 16 bit channel, the kernel will yield about that but everything will
be okay, trust us.
 The only inconvenient you may find is that you will have
some sound playing jitters if you have HDD dma support enabled - but this
will happen with almost all soundcards...
 
 A fully working isapnp.conf is just here:
 
<snip here>
 
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
# SB 16 and OPL3 devices
(CONFIGURE CTL00f0/-1 (LD 0
(INT 0 (IRQ 5 (MODE +E)))
(DMA 0 (CHANNEL 1))
(DMA 1 (CHANNEL 3))
(IO 0 (SIZE 16) (BASE 0x0220))
(IO 2 (SIZE 4) (BASE 0x0388))
(NAME "CTL00f0/-1[0]{Audio               }" )
(ACT Y)
))
 
# Joystick device - only if you need it :-/
 
(CONFIGURE CTL00f0/-1 (LD 1
(IO 0 (SIZE 1) (BASE 0x0200))
(NAME "CTL00f0/-1[1]{Game                }" )
(ACT Y)
))
(WAITFORKEY)
 
<end of snipping>
 
 So, after a good kernel modules compilation and a 'depmod -a kernel_ver'
you may want to:
 
modprobe sb io=0x220 irq=5 dma=1 dma16=3
 
 Or, take the hard way:
 
insmod souncore
insmod sound
insmod uart401
insmod sb io=0x220 irq=5 dma=1 dma16=3
# do you need MIDI?
insmod opl3=0x388
 
 Just in case, the kernel sound support should be:
 
CONFIG_SOUND=m
CONFIG_SOUND_OSS=m
CONFIG_SOUND_SB=m
 
 Enjoy your new noisy Linux box! ;)


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 30-08-2001 à 15:14:48    

http://www.linuxhq.com/kernel/v2.4 [...] BRA16.html
je viens de trouver :p
 
vé lire thx

Reply

Marsh Posté le 30-08-2001 à 15:14:48   

Reply

Marsh Posté le 30-08-2001 à 15:18:47    

je connaissais pas le site et je ne savais pas que je pouvais avoir la doc inline.
cool, ce sera bientôt sur mon site.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed