[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-team] Tr: Son



On 14 Jul 99, Bernard Lefèbvre <bernard.lefebvre@advalvas.be> wrote in
article
<>:

Hi Bernard Lefèbvre,

 BL> Ce message n'est probablement pas "passé", car pas la moindre réponse

Si mais comme ma femme vient d'accoucher, j'ai pas pollé durant les
derniers jours B-)


 >> ne sais plus !" de RedHat pour configurer le son sur S.u.S.E. 6.1.
 >> Carte son = Sound Blaster AWE 32.
 >> Quelqu'un peut-il m'aider ?

Allez, un gros coup de main vu que tu as la même config que moi ;-)
1: su root
2: lancer pnpdump -> pnpdump > /etc/isapnp.conf
3: éditer isapnp.conf pour prendre les bonnes valeurs et rajouter 2 lignes
car il ne tiendra pas compte de la wave et du midi.

=== Begin isapnp.conf ===
# $Id: pnpdump.c,v 1.18 1999/02/14 22:47:18 fox Exp $
#
# Trying port address 0203
# Board 1 has serial identifier 45 00 02 8c 8e 43 00 8c 0e

# (DEBUG)
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier 45 00 02 8c 8e 43 00 8c 0e)
# Vendor Id CTL0043, Serial Number 167054, checksum 0x45.
# Version 1.0, Vendor version 1.0
# ANSI string -->Creative SB AWE32 PnP<--
#
# Logical device id CTL0031
#     Device supports vendor reserved register @ 0x38
#     Device supports vendor reserved register @ 0x39
#

(CONFIGURE CTL0043/167054 (LD 0
 (INT 0 (IRQ 5 (MODE +E)))
 (DMA 0 (CHANNEL 1))
 (DMA 1 (CHANNEL 5))
 (IO 0 (SIZE 16) (BASE 0x0220))
 (IO 1 (SIZE 2) (BASE 0x0330))
 (IO 2 (SIZE 4) (BASE 0x0388))

 (NAME "CTL0043/167054[0]{Audio               }")
 (ACT Y)
))

(CONFIGURE CTL0043/167054 (LD 2
#     ANSI string -->WaveTable<--

 (IO 0 (SIZE 4) (BASE 0x0620))
 (IO 1 (BASE 0x0A20))
 (IO 2 (BASE 0x0E20))
 (NAME "CTL0043/167054[2]{WaveTable           }")
 (ACT Y)
))

(CONFIGURE CTL0043/167054 (LD 3
#     Compatible device id PNPb02f
#     ANSI string -->Game<--
# (IO 0 (SIZE 8) (BASE 0x0200))
 (NAME "CTL0043/167054[3]{Game                }")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
=== End isapnp.conf ===

4: cd /usr/src/linux
5: make menuconfig
6: activer le pnp support et mettre les même valeurs que l'isapnp.conf dans
la config sound.
PS: je l'ai mis en modules car on ne s'en sert pas tjs et j'avais un prob
car il trouvait une SB mais pas de awe32 et de ce fait, aucun device
drivers n'étaient installés.
7: make modules, make modules_install
Voila, amuses-toi bien B-)

-- 
      -o)         Dany Vanderroost         (o-
      /\\          Linux for ever          //\
     _\_v    GEDLNX 3.0.1 revision 0615    v_/_

... L'homme a cr‚‚ des dieux, l'inverse reste … prouver. [Serge Gainsbourg]
---------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.