Next Previous Contents

6. Pararthma

6.1 Epipleon Plhrofories

To Linux Sound HOWTO

Syggrafeas: Jeff Tranter, < jeff_tranter@pobox.com> Teleytaia ekdosh: v1.17, 4 Aygoustoy 1997 Parakalw koitajte prosektika to Sound HOWTO (dia8esimo sto sunsite.unc.edu kai alla sites). Periexei polla stoixeia gia to compile toy pyrhna me yposthrijh hxoy, kai ejhgei polla gia tasound devices, tis efarmoges klp.

8ewrw ayto to HOWTO ws symplhrwmatiko toy Sound HOWTO.

To Linux Sound Playing HOWTO

Syggrafeas: Yoo C. Chung, < wacko@laplace.snu.ac.kr> Teleytaia ekdosh: v1.4, 13 Maioy 1997 8a prepei epishs na koitajete to Sound Playing HOWTO. Sas leei gia diafora formats hxoy kai efarmoges poy ta ekteloun.

To AWE Driver FAQ

Syggrafeas: Takashi Iwai < iwai@dragon.mm.t.u-tokyo.ac.jp> Phgh: http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/awedrv-faq.html An exete problhmata sthn egkatastash toy AWE Driver h xrhsimopoieite sun8esh Wave Table sthn Sound Blaster sas, tote koitajte to.

To ISA PnP FAQ

Syggrafeas: Peter Fox < fox@roestock.demon.co.uk> Phgh: http://www.roestock.demon.co.uk/isapnptools/isapnpfaq.html An exete problhmata sthn ru8mish twn ISA PnP kartwn sas, tote ayto einai h biblos sas.

6.2 Phges

isapnptools

Syggrafeas: Peter Fox < fox@roestock.demon.co.uk>

Teleytaia ekdosh: 1.11

Phgh: http://www.roestock.demon.co.uk/isapnptools/index.html

An steilete patches, anafores bugs h sxolia, gracte kapoy mesa sto 8ema 'isapnp' kai steilte to sto isapnp@roestock.demon.co.uk.

awedrv

Syggrafeas: < iwai@dragon.mm.t.u-tokyo.ac.jp>

Teleytaia ekdosh: 0.4.2c

Phgh: http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/

Linux kernel

Syggrafeas: Linus Torvald kai polloi alloi

Teleytaia ekdosh: Pros to paron, 8a prepei na xrhsimopoieite thn 2.0.29

Phgh: pantou, apo opoy mporeis na breis Linux :)

OSS/Free

Syggrafeas: Hannu Savolainen (Parakalw koitajte to http://www.4front-tech.com/usslite prin steilete e-mail).

Teleytaia ekdosh: Exw thn 3.5.5-beta1

Phgh: me to paketo toy kwdika toy pyrhna toy Linux

Plhrofories: http://www.4front-tech.com/usslite h to Eyrwpaiko mirror.

6.3 Protypo - Deigma isapnp.conf

Sto arxeio ry8misewn gia ISA PnP poy dhmiourghse to pnpdump, ta devices twn kartwn PnP sas emfanizontai ws tmhmata. Sto parakatw, mia karta entopisthke (h karta hxoy), me tessera logika devices:

Afhsa to LD 1 arru8misto, epeidh den exw CD ROM enwmeno me thn 8ura IDE ths kartas hxoy moy. An den exete 8ura IDE sthn SB sas, tote h LD 1 8a einai to Gameport Device kai to LD 3 den 8a emfanizetai.

Parakalw, anafer8eite sto tmhma Arxizontas gia peraiterw (shmantikes!) plhrofories sxetika me ayto to arxeio.


# $Id: pnpdump.c,v 1.9 1997/06/10 21:37:32 fox Exp $
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of this file format, see isapnp.conf(5)
#
# For latest information on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER

(READPORT 0x0203)
(ISOLATE)
(IDENTIFY *)

# Try the following if you get error messages like
# Error occurred executing request 'LD 2' on or around line...

#(VERIFYLD N)

# ANSI string -->Creative SB32 PnP<--

(CONFIGURE CTL0048/58128 (LD 0
#     ANSI string -->Audio<--

  (INT 0 (IRQ 5 (MODE +E)))
  (DMA 0 (CHANNEL 1))
  (DMA 1 (CHANNEL 5))
  (IO 0 (BASE 0x0220))
  (IO 1 (BASE 0x0330))
  (IO 2 (BASE 0x0388))

  (ACT Y)
))

(CONFIGURE CTL0048/58128 (LD 1
#     ANSI string -->IDE<--

# (INT 0 (IRQ 10 (MODE +E)))
# (IO 0 (BASE 0x0168))
# (IO 1 (BASE 0x036e))

# (ACT Y)
))

(CONFIGURE CTL0048/58128 (LD 2
#     ANSI string -->WaveTable<--

  (IO 0 (BASE 0x0620))
  (IO 1 (BASE 0x0A20))
  (IO 2 (BASE 0x0E20))

  (ACT Y)
))

(CONFIGURE CTL0048/58128 (LD 3
#     ANSI string -->Game<--

  (IO 0 (BASE 0x0200))
  (ACT Y)
))

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)


Next Previous Contents