Re: getting sound working :(

2003-01-10 Thread Hugo Saro
yep.


--- George Vagner <[EMAIL PROTECTED]> wrote:
> did you make your sound device?
> 
> cd /dev
> ./MAKEDEV snd0
> 
> 
> - Original Message - 
> From: "Hugo Saro" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 09, 2003 2:41 PM
> Subject: getting sound working :(
> 
> 
> > Hey everyone.
> > 
> > I've tried everything i've remembered to put sound
> > working on my fbsd box, but without success yet.
> > 
> > I read the handbook section on sound and followed
> > every step. 
> > 
> > more /var/log/messages | grep pcm ->
> > 
> > 
> > Jan  8 18:39:38 toaster /kernel: pcm0:  > OPL-SAx> at port
> >
>
0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371
> > irq 5 drq 0,1 on isa0
> > 
> > Its FreeBSD 4.7-STABLE w/ a kde desktop. Could
> anyone
> > point me something to make this work? i really
> need
> > sound on that box as i'm using it as a multimedia
> > workstation.. thanks in advance.
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up
> now.
> > http://mailplus.yahoo.com
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body
> of the message
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.438 / Virus Database: 246 - Release
> Date: 1/7/2003
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: getting sound working :(

2003-01-09 Thread George Vagner
did you make your sound device?

cd /dev
./MAKEDEV snd0


- Original Message - 
From: "Hugo Saro" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 2:41 PM
Subject: getting sound working :(


> Hey everyone.
> 
> I've tried everything i've remembered to put sound
> working on my fbsd box, but without success yet.
> 
> I read the handbook section on sound and followed
> every step. 
> 
> more /var/log/messages | grep pcm ->
> 
> 
> Jan  8 18:39:38 toaster /kernel: pcm0:  OPL-SAx> at port
> 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371
> irq 5 drq 0,1 on isa0
> 
> Its FreeBSD 4.7-STABLE w/ a kde desktop. Could anyone
> point me something to make this work? i really need
> sound on that box as i'm using it as a multimedia
> workstation.. thanks in advance.
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.438 / Virus Database: 246 - Release Date: 1/7/2003

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: getting sound working :(

2003-01-09 Thread Sean J. Countryman
Try:

kldload snd

Then type:

cd /dev

and then:

sh MAKEDEV snd0

If that works, and:  snd_load="YES" in the /boot/loader.conf file


Good Luck

Sean


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hugo Saro
Sent: Thursday, January 09, 2003 12:42 PM
To: [EMAIL PROTECTED]
Subject: getting sound working :(


Hey everyone.

I've tried everything i've remembered to put sound
working on my fbsd box, but without success yet.

I read the handbook section on sound and followed
every step. 

more /var/log/messages | grep pcm ->


Jan  8 18:39:38 toaster /kernel: pcm0:  at port
0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371
irq 5 drq 0,1 on isa0

Its FreeBSD 4.7-STABLE w/ a kde desktop. Could anyone
point me something to make this work? i really need
sound on that box as i'm using it as a multimedia
workstation.. thanks in advance.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: getting sound working :(

2003-01-09 Thread John Bleichert
On Thu, 9 Jan 2003, Hugo Saro wrote:
> Subject: getting sound working :(
> 
> Hey everyone.
> 
> I've tried everything i've remembered to put sound
> working on my fbsd box, but without success yet.
> 
> I read the handbook section on sound and followed
> every step. 
> 
> more /var/log/messages | grep pcm ->
> 
> 
> Jan  8 18:39:38 toaster /kernel: pcm0:  OPL-SAx> at port
> 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371
> irq 5 drq 0,1 on isa0
> 
> Its FreeBSD 4.7-STABLE w/ a kde desktop. Could anyone
> point me something to make this work? i really need
> sound on that box as i'm using it as a multimedia
> workstation.. thanks in advance.
> 

Is that *really* an ISA card? Did you follow this from the Handbook:


For a non-PnP ISA card, add:

device pcm
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15

to your kernel configuration file. The settings shown above are the 
defaults. You may need to change the IRQ or the other settings to match 
your card. See the sbc(4) manual page for more information.


Does the sbc device show up in dmesg? PCI Soundblasters are about $20 
right now ...

Good luck!

JB


#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message