Greetings everyone,

Never mind my previous post.  I realized what I did wrong but it took going
to the Linux console and figuring it out.  I need to initialize the SB16
with the following lines:

insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/soundcore.o
insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/sound.o
insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/uart401.o
insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/sb_lib.o
insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/sb.o io=0x220 irq=5
dma=1 dma16=5 mpu_io=0x330
insmod ${SMODULE_DIR}/2.4.9-ltsp-1/kernel/drivers/sound/opl3.o io=0x388 

Because the sound blaster 16 uses DMA channel 1 and 5 you can't use the
normal sound blaster line to initialize it.  Note the extra dma16=5 line.
Also, you need the mpu_io=0x330 which the original rc.sound script doesn't
have.  In addition you need the opl3.o driver (MIDI driver) if you want MIDI
support.

So now I can run auplay myfile.wav and hear it!  That rocks!  

-----Original Message-----
From: Hans Petrie [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 09, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] 2.09pre4 Sound Blaster 16. Anybody get this to
work?


Greetings everyone,

Has anyone had any luck getting the Sound Blaster 16 to work with ltspsound
0.1c?  I just want to know if it is possible.  The drivers appear to
recognize the card and auinfo works great.  But when I do:

         auplay myfile.wav

It says I have an IRQ conflict.  I have tested the card by plugging it into
the Linux console and it works great.  Maybe I need to load more drivers.
When you do an lsmod what drivers do you have loaded?  I have:

        soundcore
        sound
        uart401
        sb_lib
        sb

Do I need more drivers?  Will the nasd (network audio system daemon) let me
play sound from the native linux multimedia clients or do I have to use
auplay?  I'm I using auplay correctly?  I assume that it supports the .wav
format?  Has anybody found any documentation on this besides that included
with the ltspsound package (the README's , etc.)

If anyone is working on trying to get this to work and hasn't had any luck I
would like to exchange notes.  Maybe we can figure it out.

Thanks in advance.

-----Original Message-----
From: Venkat Manakkal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 08, 2001 10:17 AM
To: [EMAIL PROTECTED]
Subject: RE: [Ltsp-discuss] LTSP in NT environment


Hello,

I am looking at doing just that - securing the workstation [server is 
already ipchained]. Could you give details on running ipchains on the 
workstation? We run with real IPs and each machine has to have is own 
firewalling.

Also, I understand that XDMCP logins transmit plain text passwords over the 
network. Is this right? If so, this is a no-no. I plan on using a local xdm 
(I'm working on this at the moment). Also, did anyone get ssh and sshd 
running on the workstation?

Best,

---Venkat.

At 09:51 AM 11/8/2001 -0800, Dan Landry wrote:
>Ragner
>
>I have a similar environment up and running. Put a second nic in the ltsp
>server and ask your admin to give you a reserved DHCP address (that way you
>will always get the same ip). Install samba and determine the correct
>authentication method to use. Join the NT domain.
>
>I use ipchains/ipmask to firewall the ltsp workstations and provide nat for
>internet access.
>
>This has worked flawlessly for 8 months under very heavey use at apublic
>library branch.
>
>Dan Landry
>
> > -----Original Message-----
> > From: Ragnar Wisløff [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 08, 2001 5:08 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Ltsp-discuss] LTSP in NT environment
> >
> >
> > I'm doing an install of a test with 10 clients and a
> > dedicated LTSP server at
> > our local school. The server needs to be included in the NT domain
> > environment that's in place (and the admin is none to keen on
> > "this Linux
> > stuff"). The PDC runs dhcp. What's the easiest way around
> > this - change the
> > dhcp set up on the NT box (can NT do a referral of the
> > kernels to transfer
> > from the LTSP server), or change to bootp?
> >
> > Thanks,
> >
> > --
> > Ragnar Wisløff
> > ----------
> > life is a reach. then you gybe
> >
> > _____________________________________________________________________
> > Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
> >       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> > For additional LTSP help,   try #ltsp channel on irc.openprojects.net
> >
>
>_____________________________________________________________________
>Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
>For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Venkat Manakkal
President,
Manakkal & Associates, Inc.
http://www.manakkal.com/
Tel: 607-546-7300 Fax: 509-471-5693 Cell: 603-321-9870


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to