Date: Thu, 9 Mar 2000 00:30:43 +0000 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: Jerry Lei <tylei@hotmail.com> Cc: questions@freebsd.org Subject: Re: No sound II Message-ID: <20000309003043.F234@parish> In-Reply-To: <20000308180954.88119.qmail@hotmail.com>; from tylei@hotmail.com on Wed, Mar 08, 2000 at 10:09:53AM -0800 References: <20000308180954.88119.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 08, 2000 at 10:09:53AM -0800, Jerry Lei wrote: > Mark, > > Unfortunately, I have "No sound III". The sound problem bother me almost two > weeks. I will tell you the detail. > Well, I can't think of anything else. Try searching the mail archives for "vibra" or take a look at http://freebsd.lanfear.com/scdb.html where there is a lot of useful info for setting up many different soundcards under FreeBSD including 2 for SB Vibra cards, one using pcm0 and another using sb0, sbmidi0 etc. Maybe someone else here can help out. > I tried ./MAKEDEV last evening. then I got additional devices: > sndstat, midi, music, sequence and mixer. When I set command parish# mixer, > the error message is "Device not configured". When I launched xmcd after I > put a music cd in cd-rom, I got a long beep through pc speaker(the one > embeded in PC chassis), and my X desktop windowmaker halt. > I used Ctrl-C to stop xmcd. I reboot, I checked the sound device list when > it booted up. The result is > > sb_reset_dsp failed > sb0 not found at 0x220 > sb_reset_dsp failed > sbxvi0 not found > sbmidi0 mot found at 0x330 > awe0 at 0x620 on isa > AWE32: not detected > joy0 at 0x201 on isa > > I believe my SB 16 VibraC is on irq5 port0x220 dma channel1, sbmidi ison > port 0x330, and another dma channel used by SB is dma 5. Because I have two > OS on the same machine, one is WIN98, another one, of course is FreeBSD33. I > check my sound card under win98 to get those value. I set the values as > above when I built my own kernel. I even tried to set "device pcm0" instead > now what I set > > controller snd0 > device sb0 at isa? port0x220 irq5 drq1 conflicts > device sbxvi0 at isa? drq5 > device sbmidi0 at isa? port0x330 > device awe0 > device pca0 > > in kernel configuration file. Then, pcm0 is also not found. > I am totally lost in set a SB 16 vibraC. > > If my description is not clear enough, please give me a email to ask me > question. Can you give me more suggestion? Thank you. > > > Lei > > > >From: Mark Ovens <mark@ukug.uk.freebsd.org> > >To: Jerry Lei <tylei@hotmail.com> > >CC: questions@freebsd.org > >Subject: Re: No sound II > >Date: Tue, 7 Mar 2000 21:03:02 +0000 > > > >On Tue, Mar 07, 2000 at 10:54:23AM -0800, Jerry Lei wrote: > > > Mark, > > > > > > Thanks, it really help. > > > >Your sound works now, yes? > > > > > I don't even know I should ./MAKEDEV controller what I configured. > > > > > > Does it work on other controllers as the same way as snd0? > > > > > > >No, only for soundcards. If you change your card, from ISA to PCI for > >instance you will have to run MAKEDEV sndX again, where X is 0 for ISA > >and 1 for PCI. > > > > > Lei > > > > > > > > > >From: Mark Ovens <mark@ukug.uk.freebsd.org> > > > >To: Jerry Lei <tylei@hotmail.com> > > > >CC: freebsd-questions@freebsd.org > > > >Subject: Re: No sound II > > > >Date: Tue, 7 Mar 2000 18:48:55 +0000 > > > > > > > >On Tue, Mar 07, 2000 at 10:32:36AM -0800, Jerry Lei wrote: > > > > > Hi, > > > > > > > > > > As Mark told me, I try to using mixer to make my xmcd "speak out". > > > > > I pkg_add mixer.app, but I found I have another problem - I don't > >have > > > > > /dev/mixer which mixer(app) will use this device to adjust the vol, > >etc. > > > > > Mixer tell me that it can't find /dev/mixer. > > > > > I check the kernel configuration file GENERIC and LINT, there is no > > > > > description of mixer device. > > > > > > > > > > How can I get a /dev/mixer? Thanks > > > > > > > > > > > > >Ah, did you do a MAKEDEV when you installed your soundcard?? It > > > >appears not: > > > > > > > > # cd /dev > > > > # ./MAKEDEV snd0 > > > > > > > >NOTE: If your sound card is PCI then use > > > > > > > > # ./MAKEDEV snd1 > > > > > > > >0 is for ISA devices. mixer is a symlink to mixer{0,1}: > > > > > > > >parish# cd /dev > > > >parish# ls -l mix* > > > >lrwxrwxrwx 1 root wheel 6 Mar 4 21:34 mixer -> mixer0 > > > >crw-rw-rw- 1 root wheel 30, 0 Mar 4 21:34 mixer0 > > > >crw-rw-rw- 1 root wheel 30, 16 Feb 5 13:53 mixer1 > > > >parish# > > > > > > > >HTH > > > > > > > > > > > > > > Lei > > > > > ______________________________________________________ > > > > > Get Your Private, Free Email at http://www.hotmail.com > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > >-- > > > > Microsoft: Where do you want to go today? > > > > Linux: Where do you want to go tomorrow? > > > > BSD: Are you guys coming, or what? > > > > -Poster at LinuxWorld 2000 > > > >________________________________________________________________ > > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > > My Webpage http://ukug.uk.freebsd.org/~mark/ > > > >mailto:mark@ukug.uk.freebsd.org http://www.radan.com > > > > > > > > > > ______________________________________________________ > > > Get Your Private, Free Email at http://www.hotmail.com > > > > > > >-- > > Microsoft: Where do you want to go today? > > Linux: Where do you want to go tomorrow? > > BSD: Are you guys coming, or what? > > -Poster at LinuxWorld 2000 > >________________________________________________________________ > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://ukug.uk.freebsd.org/~mark/ > >mailto:mark@ukug.uk.freebsd.org http://www.radan.com > > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000309003043.F234>