is my sound card supported?

2003-11-24 Thread Tadimeti Keshav
HI
I have a digital PC 5000. It is an old model. It came
with windows and thus I made out the sound card to be 
CRYSTAL WDM Audio COdec.
How can I enable sound? I would not like to recompile
as I only have 2.1 GB of HDD. better to lead kernel
module. 

I am attachjing dmesg.
TIA






=
-- K E S H A V  T A D I M E T I --
Linux Airlines
Disgruntled employees of all the other OS airlines decide to start their own airline. 
They build the planes, ticket counters, and pave the runways themselves. They charge a 
small fee to cover the cost of printing the ticket, but you can also download and 
print the ticket yourself. When you board the plane, you are given a seat, four bolts, 
a wrench and a copy of the seat-HOWTO.html. Once settled, the fully adjustable seat is 
very comfortable, the plane leaves and arrives on time without a single problem, the 
in-flight meal is wonderful. You try to tell customers of the other airlines about the 
great trip, but all they can say is, "You had to do what with the seat?"


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Blaster Vibra 128

2003-12-13 Thread Lowell Gilbert
Riv Octovahriz <[EMAIL PROTECTED]> writes:

> Can you please tell me how to install SoundBlaster Vibra 128 on my
> FreeBSD 4.9-STABLE ?
> I've tried pcm, sb and sbc, and none of them works

The PCM device should be enough for at least some purposes.
Can you describe exactly what you did to try it, and exactly what you
did to show that it didn't work?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password "public"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Blaster Vibra 128

2003-12-13 Thread Anton Alin-Adrian
Lowell Gilbert wrote:

Riv Octovahriz <[EMAIL PROTECTED]> writes:

 

Can you please tell me how to install SoundBlaster Vibra 128 on my
FreeBSD 4.9-STABLE ?
I've tried pcm, sb and sbc, and none of them works
   

The PCM device should be enough for at least some purposes.
Can you describe exactly what you did to try it, and exactly what you
did to show that it didn't work?
 

Always consider www.opensound.com, excellent sound quality. Works better 
than original windows drivers, for me. (Creative SBLive)

Alin.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Blaster Vibra 128

2003-12-13 Thread Riv Octovahriz
Lowell Gilbert wrote:

Riv Octovahriz <[EMAIL PROTECTED]> writes:

 

Can you please tell me how to install SoundBlaster Vibra 128 on my
FreeBSD 4.9-STABLE ?
I've tried pcm, sb and sbc, and none of them works
   

The PCM device should be enough for at least some purposes.
Can you describe exactly what you did to try it, and exactly what you
did to show that it didn't work?
 

I try using device pcm on the kernel config
But when I boot up, it still didn't find my sound card
On the dmesg i found this line : pci0:  (vendor=0x1102, 
dev=0x8938) at 13.0 irq 5

and the output of /dev/sdnstat didn't give me anything

# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
While my pciconf -vl gave me this :
[EMAIL PROTECTED]:13:0:class=0x040100 card=0x59381102 chip=0x89381102 
rev=0x00 hdr=0x00
   vendor   = 'Creative Labs'
   device   = 'EV1938 Sound'
   class= multimedia
   subclass = audio

~Riv

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cs4236b crystal onboard sound help

2003-12-15 Thread Frederick Thomas
Shalom,
   I have been trying to avoid contacting you since I know that your engaged, 
however
I have come to the end of my resources. I have a dual boot with win98 and freebsd 4.8
on a Dell Optiplex GX1(tower). I have attempted to configure the sound [crystalcs4236b
onboard audio controller] for the past two months and have had no success. I even 
tried installing the open sound system, [which found the card, but couldn't get the 
audio test to work]. I've ran pnpinfo and it finds it as well, but I still can't get 
the bloody thing to work... So now all I can do is ask for HEELLP
 
 
   
  sincerely yours,
 
   
[EMAIL PROTECTED]


-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Blaster Live Support ?

2002-07-22 Thread Wayne Pascoe

Rickard Hidefjäll <[EMAIL PROTECTED]> writes:

> Hi !
> 
> I have a question about sound blaster live support. I'v a stabel
> version of FreeBSD. I have been looking around in different FreeBSD
> related sites including your own handbook. with out any success in
> finding any hint or howto.
> 
> What shall i do if i have one of the moste common mordern sound cards
> and want to use it in FreeBSD? ( which I'm very found of)

You just need to recompile your kernel. Add the following line to your
kernel config file:
device  pcm

recompile, install the new kernel and reboot.

Regards,

-- 
- Wayne Pascoe  -  http://www.penguinpowered.org.uk/wayne/
Doing a linear scan over an associative array
is like trying to club someone to death with a 
loaded Uzi. - Larry Wall


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



Re: Sound Blaster Live Support ?

2002-07-23 Thread Mark Weinem

On Mon, 22 Jul 2002, Wayne Pascoe wrote:

> > What shall i do if i have one of the moste common mordern sound cards
> > and want to use it in FreeBSD? ( which I'm very found of)
> 
> You just need to recompile your kernel. Add the following line to your
> kernel config file:
> device  pcm
> 
> recompile, install the new kernel and reboot.

No need to rebuild the kernel: just run

kldload snd

For permanent use add 

snd_load="YES"

in /boot/loader.conf



Greetings, Mark

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



KDE, sound, artsd and xmms

2002-10-02 Thread Irvine Short

Hey All

How do you guys get all the above to play together?

I'd like to keep artsd going. At the moment I can get xmms to play by 
running artsdsp xmms.

Is there a neater/better way? There's a plugin for xmms to talk directly 
to artsd but by all accounts it's old and buggy and not  in the ports 
subsystem.

Any suggestions much appreciated.

I'm running FreeBSD 4.7RX, KDE 3,03, and XMMS 1.2.7

The sound card is an Ensoniq AudioPCI ESS1371

-- 

Irvine Short

Sys Admin
SANBI, University of the Western Cape, South Africa
http://www.sanbi.ac.za 
tel: +27-21-959 3645
cel: +27-82-494 3828



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



Sound card setting on FreeBSD5.0 ???

2003-08-19 Thread Vlado Korcek

   Hi People,

   I've tried to set up the sound card on my machine but unsuccessfully
   :-(

   I'm running FreeBSD 5.0. The MB is Abit NF7-S based on nForce2
   chipset. The sound card is on board:  AC 97 CODEC on board
   I've compiled the KERNEL with "device pcm" in order to get the audio
   running. But when I reboot the system and then I check for the device,
   I see nothing:

   grep pcm /var/run/dmesg.boot  - shows no pcm device
   dmesg | grep pcm - no device listed

   Could anyone advice me what can be the problem and how to get it
   running???

   Thanks in advance!

   Vlado

 _

   MSN 8 with [1]e-mail virus protection service: 2 months FREE*

References

   1. http://g.msn.com/8HMTEN/2740??PS=
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Recording with my sound card...

2003-09-07 Thread Kees Jan Koster
Dear All,

FreeBSD detects my sound card properly, but does not record from it.
Playing works.

>From dmesg:
pcm0:  port 0xe400-0xe4ff irq 11 at device 17.5 on
pci0
pcm0: 
isa0: too many memory ranges

Is that isa0 message something I should worry about?

LikeEver% cat /dev/sndstat 
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0:  at io 0xe400 irq 11 (1p/1r/0v channels duplex)

Starting audacity (from the ports) works and playback works fine.
However, I cannot edit the preferences. Each time I try to "ok" the
preferences (even the default ones) I get the message "invalid playback
device". Both playback and recording devices are set to "/dev/dsp". This
device exists.

Platform is a recent -stable.

-- 
 Yours,
   Kees Jan

---
 Kees Jan Koster e-mail:   kjkoster "at" kjkoster.org
 www: http://www.kjkoster.org/
---
 Life is uncertain; eat dessert first.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: questions regarding sound driver

2003-09-19 Thread Lowell Gilbert
ALIAS <[EMAIL PROTECTED]> writes:

> i can't seem to get my sound to work, i've installed freebsd and got it 
> working before but don't remember how and everytime i try to open up a mpeg 
> file it says 
> 
> Sound server informational message:
> 
> Error while initializing the sound driver:
> device /dev/dsp can't be opened  (Device not configured)
> 
> The sound server will continue, using the null output device.
> 
> i've added the device pcm to my kernel and i've configured the 
> /boot/loader.conf and added snd_pcm_load="YES" and used kldload snd_pcm.ko 
> and the error message is still coming up can someone help me? i have a sound 
> blaster sound card.

Have you built the sound devices?
[Or on 5.x, are they creating themselves?]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: questions regarding sound driver

2003-09-20 Thread ALIAS
On Friday 19 September 2003 09:34 am, you wrote:
> ALIAS <[EMAIL PROTECTED]> writes:
> > i can't seem to get my sound to work, i've installed freebsd and got it
> > working before but don't remember how and everytime i try to open up a
> > mpeg file it says
> >
> > Sound server informational message:
> >
> > Error while initializing the sound driver:
> > device /dev/dsp can't be opened  (Device not configured)
> >
> > The sound server will continue, using the null output device.
> >
> > i've added the device pcm to my kernel and i've configured the
> > /boot/loader.conf and added snd_pcm_load="YES" and used kldload
> > snd_pcm.ko and the error message is still coming up can someone help me?
> > i have a sound blaster sound card.
>
> Have you built the sound devices?
> [Or on 5.x, are they creating themselves?]
you make cd /dev
sh MAKEDEV snd0?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[Fwd: Re: Sound Card - NOT]

2003-09-22 Thread Andy K
Hi All

Thanks C Ulrich, Ill give that a try - I have checked where the speakers
are plugged in, all is good, I even tried the others just in case - can
you recommend a good mixer program from the ports collection ? 
(Ports rawk)

Andrew Kozak

FreeBSD Rox My Sox !!

--- Begin Message ---
On Mon, 2003-09-22 at 20:25, Andy K wrote:
> Hi Everyone 
> 
> Seems that quite a few people are having sound probs ! 
> 
> I am about to join in here - I also cannot get my sound card to
> operate.I have a P2 with a 20 gig Hdd and 128Mb RAM - the machine has
> onboard sound so I tried all the options - PNP BIOS, pcm, anything
> generic, and the sound pro config (as thats what the bios indicated it
> was) from the handbook, no good,(I did reconfig the kernel each time as
> well) so I disabled the onboard sound and installed a sound card - no
> idea of brand, it came from a dead computer but I knew it was working be
> fore the motherboard fell over. Main problem is my system recognises 2
> video cards (as it did before I disabled the onboard sound) and the new
> sound card is not recognised (as far  as I can see)
> 
> Output of cat /dev/sndstat 
> 
> FreeBSD Audio Driver (newpcm) 
> Installed Devices 
> pcm0:  at io 0x220 irq 5 drq 1:0 bufsz 4096 (1p/1r/0v
> channels duplex) 
> 
> (isn't this saying that it is working ?)
> 
> Output of uname -a 
> 
> FreeBSD Rockstar.richardflanagan.com.au 4.8 STABLE #1 Tue Aug 26
> 10:10:39 EST 2003
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DRAGON i386 
> 
> Output of grep pcm /var/run/demsg.boot 
> 
> pcm0:  on sbc0 
> 
> (doesn't this also indicate sound is happening ?)
> 
> 
> I get no errors when I try to play an MP3 through xmms, problem is I get
> no sound either. The error message saying my sound card isn't configured
> when I start kde has gone away as well
> 
> Output of pciconf -lv 
> 
> 
> vendor   = 'Silicon Integrated Systems (SiS)' 
> device   = 'SiS5597 Host to PCI bridge' 
> class= bridge 
> subclass = HOST-PCI 
> [EMAIL PROTECTED]:1:0: class=0x060100 card=0x chip=0x00081039 rev=0x01
> hdr=0x00 
> vendor   = 'Silicon Integrated Systems (SiS)' 
> device   = 'SiS85C503/5513 PCI to ISA Bridge (LPC Bridge)' 
> class= bridge 
> subclass = PCI-ISA 
> [EMAIL PROTECTED]:1:1:   class=0x01018a card=0x500d8a02 chip=0x55131039
> rev=0xd0 hdr=0x00 
> vendor   = 'Silicon Integrated Systems (SiS)' 
> device   = 'SiS5513 EIDE Controller (A,B step)' 
> class= mass storage 
> subclass = ATA 
> [EMAIL PROTECTED]:11:0:class=0x03 card=0x chip=0x88115333
> rev=0x00 hdr=0x00 
> vendor   = 'S3 Incorporated' 
> device   = '86C732 Trio32, 86C764 Trio64, 86C765 Trio64V+ Rev 01' 
> class= display 
> subclass = VGA 
> [EMAIL PROTECTED]:13:0:  class=0x02 card=0x chip=0x802910ec rev=0x00
> hdr=0x00 
> vendor   = 'Realtek Semiconductor' 
> device   = 'RTL8029 NE2000 compatible Ethernet' 
> class= network 
> subclass = ethernet 
> [EMAIL PROTECTED]:20:0:class=0x03 card=0x chip=0x02001039
> rev=0x65 hdr=0x00 
> vendor   = 'Silicon Integrated Systems (SiS)' 
> device   = 'SiS5597/98 Onboard Graphics Controller' 
> class= display 
> subclass = VGA 
> 
> 
> Which as you can see shows two video cards and no sound card. Heck, I
> dunno, I'm willing to try anything now. All help, helpful or not will be
> appreciated. 
> 
> Regards to all 
> Andrew Kozak

The fact that your card shows up in /dev/sndstat and xmms doesn't
complain is a good sign.

Install a mixer program and check that none of the channels are muted or
turned all the way down. Also check that your speakers are plugged into
the speaker jack rather than the mic jack (etc).

HTH

C. Ulrich


--- End Message ---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Make World and Sound Help

2003-10-07 Thread rodrique heron
I have been trying to update my system using make world for the last 5 days and I am 
getting no where. All my searches for an answer comes up short.

I have wipe my drive clean and re-install BSD from the cd and start a new make world.  
make -j4 buildworld -> will work fine. but as soon I try to make buildkernel 
KERNCONF=RODKERNEL
I would get a stop error, each one different from the one before. This is from the 
last attempt I made:

nt
/usr/src/sys/dev/cardbus/cardbus.c:390: error: (near initialization for 
'cardbus_methods[35]')
***Error code 1

Stop in /usr/obj/usr/src/sys/RODKERNEL.
***Error code 1

Stop in /usr/src.
***Error code 1

Stop in /usr/src.

I have tried using just GENERIC KERNEL and not my custom. Please guide me. I also 
tried starting over with, 
chflags -R noschg /usr/obj/usr
rm -rf /usr/obj/usr
cd /usr/src

but when I issure this command 

make cleandir

I get an 

Stop in /usr/src.
***Error code 1

with I bunch I stuff before that, I forgot to copy that also.

Also, I have a sound issue, I followed the steps the HANDBOOK and how to configure my 
sound, once I did that ( before I tried make world )rebuild my KERNEL I notice in my 
dmesg the following lines :

pci0:  at device 31.5 (no driver attached)
pci0:  at device 31.6 (no driver attached)

Does it mean my sound is not supported. My sound card in onboard a Amptron 3WMV 
motherboard.

uname -a  ( output)
FreeBSD rodbsd.rodhouse.net 5.0-RELEASE FreeBSD 5.0-RELEASE #1: Sun Oct 5 17:53:31 GMT 
2003 [EMAIL PROTECTED]:/usr/obj/usr/src/RODKERNEL i386


$ cat /var/run/dmesg.boot
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #1: Sun Oct  5 17:53:31 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RODKERNEL
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0673000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc06730a8.
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 534548414 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (534.55-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x665  Stepping = 5
  
Features=0x183f9ff
real memory  = 267321344 (254 MB)
avail memory = 252751872 (241 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
ACPI-0625: *** Info: GPE Block1 defined as GPE16 to GPE31
Using $PIR table, 4 entries at 0xc00fdf30
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_cpu0:  on acpi0
acpi_tz0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0x4000-0x40f7,0x5000-0x500f,0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 
0xde00-0xde07,0xd800-0xdbff irq 12 at device 1.0 on pci0
pcib1:  at device 30.0 on pci0
pci1:  on pcib1
sis0:  port 0xc000-0xc0ff mem 0xdd00-0xdd000fff irq 
11 at device 5.0 on pci1
sis0: Ethernet address: 00:09:5b:07:8f:e8
miibus0:  on sis0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci0:  port 0xf000-0xf00f at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port 0xd000-0xd01f irq 5 at device 31.2 on 
pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
pci0:  at device 31.5 (no driver attached)
pci0:  at device 31.6 (no driver attached)
fdc0:  port 0x3f7,0x3f2-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x778-0x77b,0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
atkbdc0:  port 0x64,0x60 irq 1 on acpi0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
orm0:  at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: 58644MB  [119150/16/63] at ata0-master UDMA33
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /home was not properly dismounted
$


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


why does motherboard sound suck?

2003-10-09 Thread Ross Lippert

I just got new hardware and I installed 5.1 on it (not tht it matters,
because what I am asking about is observed in 4.X).

Why is it that so-called the built-in soundcard that my motherboard
comes with does work with everything?

By that I mean that I can play the usual multimedia stuff without
a hitch, xmms, mpg123, mplayer, artsd all work just fine.  The card comes
up as some AC97 under pcm.

But if I try to use some of the more esoteric ports like stella
or festival, I get no sound.  With festival I can do a trick like
filter the output through the command
 'sox -r 1600 -t sw $FILE -r 4800 -t ossdsp /dev/dsp'
because it provides hooks to do this, but I don't see why I have to
(btw the port can't build festival on 5.1 yet, but you can on 4.X,
and I am working on patching it for 5.1).

stella, the atari emulator, has the same trouble.

I have observed this on another motherboard with a so-called built-in
soundcard as well (mpg123 plays, sox plays, stella doesn't) about
2 years ago (problem solved by buying a SB16 for it).

The solution has, in the past, been to just keep using an old
soundblaster card and disabling motherboard sound in favor of the
SB card.  But I am tired of using up a PCI slot just to keep a
handful of my favorite ports running.

I've looked at the sources to festival (and a bit at stella, though
I do not understand them as well), specicially the voxware.cc file
which seems to talk directly to /dev/dsp.  It doesn't seem to do
anything fancy, just sets the same rate and copies an array of
sound bytes to a FILE*.

So I ask, where does the fault lie?  Is stella/festival soundblaster centric,
and just won't talk to AC97 cards?  Is my motherboard AC97 deficient?
And why are motherboard cards deficient?  Should I focus my energy
on my hardware (replace card)?  My OS (debug AC97 driver or find a sox-like
workaround for stella)? Or my apps (debug stella and festival)?

I'll bet there are other ports that I don't use that have this same
trouble.

-r
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Need help with Sound Card

2003-01-20 Thread aydun
Hi,

I've got a Rockwell WaveArtist card (RWA010, R6711-31) but I can't 
configure FreeBSD 4.7 to see it correctly.  Bios sees it ok at 0x220 & 
it works under Windows (IRQ 5)

It's supposed to be ISA PnP and Sound Blaster Pro compatible.

I've tried various combinations of 'device pcm', 'device sb'; 'device 
sbc', 'device snd' but it when it boots the best it gets is:

sb_reset_dsp failed
unknown:  can't assign resources

so it at least knows its got a WaveArtist thingy!

Below is the kernel config and dmesg output.

Any ideas?
Thanks
aydun

kernel
==
machine i386
cpu I586_CPU
ident   DPRO
maxusers0
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep 
this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big 
directories
options MFS #Memory Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 
required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP 
THIS!]
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options USER_LDT# for Java and Wine
device  isa
device  eisa
device  pci
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options ATA_STATIC_ID   #Static device numbering
# Allow ncr to attach legacy NCR 
devices when
# both sym and ncr are configured
device  atkbdc0 at isa? port IO_KBD
device  atkbd0  at atkbdc? irq 1 flags 0x1
device  psm0at atkbdc? irq 12
device  vga0at isa?
pseudo-device   splash
device  sc0 at isa? flags 0x100
device  agp # support several AGP chipsets
device  npx0at nexus? port IO_NPX irq 13
device  apm0at nexus? disable flags 0x20 # Advanced Power 
Management
device  sio0at isa? port IO_COM1 flags 0x10 irq 4
device  ppc0at isa? irq 7
device  ppbus   # Parallel port bus (required)
device  lpt # Printer
device  ppi # Parallel port interface device
device  miibus  # MII bus support
device  dc  # DEC/Intel 21143 and various workalikes
pseudo-device   loop# Network loopback
pseudo-device   ether   # Ethernet support
pseudo-device   sl  1   # Kernel SLIP
pseudo-device   ppp 1   # Kernel PPP
pseudo-device   tun # Packet tunnel.
pseudo-device   pty # Pseudo-ttys (telnet etc)
pseudo-device   md  # Memory "disks"
device  uhci# UHCI PCI->USB interface
device  ohci# OHCI PCI->USB interface
device  usb # USB Bus (required)
device  ugen# Generic
device  ulpt# Printer
device snd
device sb0 at isa? port 0x220 irq 5 drq 1
device sbxvi0  at isa? drq 5
device sbmidi0 at isa? port 0x330

dmesg
=

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBS

sound on motherboard GA-7VR

2003-01-23 Thread Martin Tsanov
hello,

I have a GA-7VR motherboard with VIA KT333 / 8233A(CE) chipset
and installed 5.0 Release on it.
everything works ok except for the sound. the onboard chip is
AC97 codec with 6 channel (Realtek ALC650).
when booting with the generic kernel, the kernel sees this device as:
Multimedia device found, no driver attached.
Is this device supported, as there is no refference for it in the
hardware list and if it can be made to work with FreeBSD 5.0,
what should i do?

Thanks in advance


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



Re: Sound Card and Speakers

2003-02-11 Thread Willie Viljoen
On Tuesday 11 February 2003 19:40, Ian Barnes wrote:
> Hi,
>
> I have a sound blaster live value, with Cambride Soundworks 5.1 Surround
> Speakers. I am running FreeBSD 5.0 Rel, in my kernel config i have device
> pcm, my sound works fine. The only thing that is bothering me, is that it
> the surround sound isnt working properly. I am using KDE as my window
> manager, wih xmms as my mp3 player.
>
> Has anyone managed to get this problem sorted out ? Am i alone ?
>
> Thanks for the help
>
> Ian Barnes

You're not alone :)

As far as I know, the pcm(4) driver currently only supports 2 channels, 
which means your rear speakers will not be getting a signal.

It might be a good thing to submit a PR and remind the developers that 
people want extra channel support, although I am sure they are working on 
it :)

Will

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



sound module on start up

2003-02-15 Thread synrat
I figured out how to load the module for my sound card ( ac97 ) but I
can't get it to load on start up. When I add the line
snd_via8233_enable="YES" to /etc/rc.conf it still doesn't load it on the
start up. How do I do that ?

How would I compile that into my kernel ? I thought it would be built when
I added pcm to my custom config, but it wasn't.  I had to build it
manually in modules/sounds directory.


thanx a lot



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



Re: sound card blocking problem

2003-02-21 Thread Sam Izzo
Hi,

On Fri, Feb 21, 2003 at 09:00:29AM -0600, Brian Henning wrote:
> I noticed that is FBSD4.7 that when i am using the sound device in one process
> that the system blocks that device so no other processes can use the sound
> device until that process is killed. I know that in windows 2000 that is not
> the case, it lets multilple processes have control of the sound device at the
> same time. Is there a way to make FBSD4.7 have this functionality? Does this
> question make any sense?

Do you mean you get the "device busy" or whatever the message is? Unfortunately
I don't think you can do much about that. If a piece of software opens /dev/dsp
when it starts and doesn't close it until it finishes then nothing else will
be able to write to /dev/dsp.

Have a look at:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

for some info on how to set up "virtual channels".  This is a way of having
several dsp devices (/dev/dsp0.x where x is between 0 and some maximum that
you specify) that are multiplixed through the one physical dsp device.  Then
you should set your various pieces of software to use different dsp devices
(e.g. xmms might use /dev/dsp0.0, your window manager's sound server might use
/dev/dsp0.1, etc).

If you've got an SBLive (or probably any modern sound card) they you actually
have around 48 hardware channels (i.e. 48 channels similar to the vchans
mentioned above, except that they're mixed on the hardware device, freeing up
the CPU).  Unfortunately I don't think the current SBLive driver for FreeBSD
supports utilising more than one hardware channel (current meaning even the
one in 5.0).  I think the way the OSS and ALSA drivers do it (I can't remember
which - one of them does it this way at the very least) is to allow /dev/dsp
to be opened multiple times.

I'm going to have a look at putting this support in soon (or at least try to
understand what's going on in the current driver - maybe it's in there already;
I've never done any kernel hacking before).

cheers
sam


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



sound card / full-duplex question

2002-11-16 Thread John Bleichert
Hello All

I'm doing some recording with a 4-track recorder, Audacity and Trommler. I 
can record tracks onto my BSD box with Audacity and it works great. The 
only problem is, I can't record a track into Audacity while simultaneously 
listening to an already recorded track.

Is anybody using a sound card where this is possible? It works (for my 
card) in Windows. I installed it just to try it out. My card is an 
SBLive! and otherwise works great. I can play multiple sound streams 
through it no problem.

Anybody have any suggestions for a good full-duplex card? In the consumer 
price range, I can't afford a Hammerfalle yet.

Any comments welcome!

Thanks - 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



jumping sound with maestro3 card

2002-11-24 Thread Aragon Gouveia
Hi,

Can anyone comment on their experience with Maestro3 cards under FreeBSD and
XFree86?

I've just recently set mine up. I'm finding sound output (xmms) incredibly
jerky. Anyone else experienced the same thing?

Any help appreciated.


Thanks,
Aragon

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



RE: Via VT8233a Sound support (?)

2002-12-22 Thread Mantas Smelevicius
Copying over the files (assuming installed under /usr/src)

/usr/src/sys/dev/sound/pci/ich.h
/usr/src/sys/dev/sound/pci/ich.c

with the equivalents from -stable should allow audio to work on this board.
Probably the easiest way to get the latest revisions of these files is via
cvsweb:

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pci/ich.h

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pci/ich.c

Obviously you'll have to rebuild your kernel and make sure the appropriate
device entries exist.

Mantas Smelevicius
http://mantas.lt
ICQ UIN 31072511

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Ronald F.
Guilmette
Sent: Monday, December 23, 2002 8:56 AM
To: [EMAIL PROTECTED]
Subject: Via VT8233a Sound support (?)



What's the current status of support (in the pcm driver?) for the Via
VT8233a Southbridge sound?

I just looked at some postings about this in Google, and it doesn't look
very encouraging.

(That's kind-of a bummer, cuz I just bought this shiny new Soyo KT333
motherboard, and I hate to have to go and buy a soundblaster for this box
when the motherboard has perfectly good sound support right there on the
motherboard.)

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: Via VT8233a Sound support (?)

2002-12-27 Thread Ronald F. Guilmette

In message <000a01c2aa56$0d998730$7a143bd4@runkelej>, you wrote:

>Copying over the files (assuming installed under /usr/src)
>
>   /usr/src/sys/dev/sound/pci/ich.h
>   /usr/src/sys/dev/sound/pci/ich.c
>
>with the equivalents from -stable should allow audio to work on this =
>board.
>Probably the easiest way to get the latest revisions of these files is =
>via
>cvsweb:
>=09
>http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pci/ic=
>h.h
>
>http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pci/ic=
>h.c


Ummm... I fetched those files, and there are _no_ differences between
those files and their equivalents, as distributed with 4.7-RELEASE.

Anyway, NEVERMIND!

I just tried playing some .wav files, and the audio output on the Soyo
SY-KT333 works just fine, right out of the box, with 4.7-RELEASE.  (I
haven't tried audio input, or anything more magical that just playing
.wav files, but auto output was all I really wanted to do for now anyway.)

I guess that I should have just tried it before being silly and asking
about it here.  But like I said, the few notes I read online about sound
and the KT333 chipset seemed to suggest that it wouldn't work.  I'm very
glad to see that those reports were not correct... at least not for 4.7.

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



Re: Sound Blaster Live DD5.1

2003-06-08 Thread Emil A Eklund
I believe the soundblasters in dell machines are special in some kind, I
have a dell as well and the SB Live that came with it works fine under
windows, but does not work at all under FreeBSD, however I had an old
Live (exact same spec as the one that came with the machine) and it
works just fine, I have no idea what's different about the dell ones.

/Emil A Eklund

On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:
> I have recently purchased a Dell Dimension 8250 which contains a Creative
> Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
> was detected in FreeBSD 4.7, but this one is not detected in this machine
> using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
> Is there a way to give the kernel a hint?  There is no way to shut of PNP in
> the BIOS, as Dell as not added this option.
> 
> Windows XP is showing:
> 
> I/O Range: DC40-DC5F
> IRQ: 18
> 
> Thanks in advance,
> 
> Tom Veldhouse
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


signature.asc
Description: This is a digitally signed message part


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Scott Long
Emil A Eklund wrote:
I believe the soundblasters in dell machines are special in some kind, I
have a dell as well and the SB Live that came with it works fine under
windows, but does not work at all under FreeBSD, however I had an old
Live (exact same spec as the one that came with the machine) and it
works just fine, I have no idea what's different about the dell ones.
/Emil A Eklund

On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:

I have recently purchased a Dell Dimension 8250 which contains a Creative
Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
was detected in FreeBSD 4.7, but this one is not detected in this machine
using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
Is there a way to give the kernel a hint?  There is no way to shut of PNP in
the BIOS, as Dell as not added this option.
Windows XP is showing:

I/O Range: DC40-DC5F
IRQ: 18
Thanks in advance,

Tom Veldhouse

Dell has a bad habit of using unique PCI-ID's for hardware that it buys
from others.  Can both of you do 'pciconf -lv' and post the output?  It
might very well be as easy as just adding the Dell IDs to the driver.
Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Emil A Eklund
Here goes

I currently have both the dell soundblaster and a boxed soundblaster in
the machine so you should see both.

If there's anything else you'll need let me know.

/Emil

On Sun, 2003-06-08 at 19:00, Scott Long wrote:
> Emil A Eklund wrote:
> > I believe the soundblasters in dell machines are special in some kind, I
> > have a dell as well and the SB Live that came with it works fine under
> > windows, but does not work at all under FreeBSD, however I had an old
> > Live (exact same spec as the one that came with the machine) and it
> > works just fine, I have no idea what's different about the dell ones.
> > 
> > /Emil A Eklund
> > 
> > On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:
> > 
> >>I have recently purchased a Dell Dimension 8250 which contains a Creative
> >>Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
> >>was detected in FreeBSD 4.7, but this one is not detected in this machine
> >>using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
> >>Is there a way to give the kernel a hint?  There is no way to shut of PNP in
> >>the BIOS, as Dell as not added this option.
> >>
> >>Windows XP is showing:
> >>
> >>I/O Range: DC40-DC5F
> >>IRQ: 18
> >>
> >>Thanks in advance,
> >>
> >>Tom Veldhouse
> >>
> 
> Dell has a bad habit of using unique PCI-ID's for hardware that it buys
> from others.  Can both of you do 'pciconf -lv' and post the output?  It
> might very well be as easy as just adding the Dell IDs to the driver.
> 
> Scott
> 
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x01421028 chip=0x25608086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x chip=0x25618086 rev=0x01 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE Brookdale Host-to-AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:29:0: class=0x0c0300 card=0x01421028 chip=0x24c28086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #1'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:1: class=0x0c0300 card=0x01421028 chip=0x24c48086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #2'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:2: class=0x0c0300 card=0x01421028 chip=0x24c78086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #3'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:7: class=0x0c0320 card=0x01421028 chip=0x24cd8086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB EHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:30:0: class=0x060400 card=0x chip=0x244e8086 rev=0x81 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82801BA/CA/DB (ICH2/3/4) Hub Interface to PCI Bridge (244E)'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:31:0: class=0x060100 card=0x chip=0x24c08086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) LPC Interface Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:31:1: class=0x01018a card=0x01421028 chip=0x24cb8086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) UltraATA/100 EIDE Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:31:3: class=0x0c0500 card=0x01421028 chip=0x24c38086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) SMBus Controller'
class= serial bus
subclass = SMBus
[EMAIL PROTECTED]:0:0:  class=0x03 card=0x80971043 chip=0x028110de rev=0xa1 
hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'GeForce4 Ti 4200 with AGP 8x [NV28]'
class= display
subclass = VGA
[EMAIL PROTECTED]:0:0:  class=0x040100 card=0x10031102 chip=0x00061102 rev=0x00 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'emu10k1x Soundblaster Live! 5.1'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:0:1:  class=0x098000 card=0x10031102 chip=0x70041102 rev=0x00 
hdr=0x00
vendor   = 'Creative Labs'
class= input device
[EMAIL PROTECTED]:1:0:  class=0x040100 card=0x00201102 chip=0x00021102 rev=0x04 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU10K1 Audio Chipset (SB Live!)'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:1:1:  class=0x098000 card=0x00201102 chip=0x70021102 rev=0x01 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'PCI Gameport Joystick'
class= input device
[EMAIL PROTECTED]:8:0:  class=0x02 card=0x01421028 chip=0x10398086 rev=0x81 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) PRO/100 VE Network Connect

Sound oddity in FreeBSD 5.1

2003-07-02 Thread Kosh
Hello,
I've been using FreeBSD since 4.6 and I just recently upgraded to 5.1 
and got curious to see if  FreeBSD would support my sound
card (Sound Blaster 16)  I recompiled the kernel after adding in "device 
pcm" in the CUSTOM kernel I first created.  I will
get sound now if I play a CD, however, in KDE (Which is my GUI)  None of 
the system sounds will play.  
Anyone know if this is a KDE oddity or just a bad setting or two (KDE 
is KDE  3.1 all default settings, including autodetect
for the sound)

- Dave -

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.1R system crash -- sound related

2003-07-08 Thread Ion-Mihai Tetcu
Hi,

Any now an then, mostly now :(, when I simoultaniosly use more that one 
sound application the system hangs (mouse,  keyboard). It still replies 
to pings.

From where sould I begin ?

Thanks,
IOnut


FreeBSD 5.1-RELEASE

pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
 VIA Technologies, Inc. VT8233 AC97 Audio Controller
 CardVendor 0x1458 card 0xa002 (Giga-byte Technology GA-7VAX Onboard 
Audio (Realtek ALC650))
  STATUS0x0210  COMMAND 0x0001
  CLASS 0x04 0x01 0x00  REVISION 0x50
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0xe401  addr 0xe400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0xcc  BYTE_2  0x00  BYTE_3  0x00


buh# sysctl hw.snd.
hw.snd.targetirqrate: 32
hw.snd.report_soft_formats: 1
hw.snd.verbose: 1
hw.snd.unit: 0
hw.snd.maxautovchans: 4
hw.snd.pcm0.buffersize: 4096
hw.snd.pcm0.vchans: 4
hw.snd.pcm0.spdif_enabled: 0

buh# pkg_info | grep kd
kde-3.1.2   The "meta-port" for KDE
kdebase-3.1.2   This package provides the basic applications for
 the KDE sy
kdegames-3.1.2  Games for the KDE integrated X11 desktop
kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated X11
desktop
kdelibs-3.1.2   This is the base set of libraries needed by KDE
programs
kdemultimedia-3.1.2 Multimedia utilities for the KDE integrated X11
desktop
kdenetwork-3.1.2_1  Network-related programs and modules for KDE
kdeutils-3.1.2  Utilities for the KDE integrated X11 desktop

buh# pkg_info | grep xmms
smpeg-xmms-0.3.4A mpeg video plugin for XMMS
xmms-esound-gnome-1.2.7_3 X Multimedia System --- An audio player with
 a Winamp GUI

buh# pkg_info | grep flash
linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux
Mozilla and

__
Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe


---
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV
 AntiVirus. Xnet automatically scans all messages for viruses using RAV
 AntiVirus.

Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
 variantele lor. Va rugam sa luati in considerare ca exista un risc de
 fiecare data cand deschideti fisiere atasate si ca MobiFon nu este
 responsabila pentru nici un prejudiciu cauzat de virusi.

Disclaimer: RAV AntiVirus may not be able to detect all new viruses and
 variants. Please be aware that there is a risk involved whenever
 opening e-mail attachments to your computer and that MobiFon is not
 responsible for any damages caused by viruses.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: .profile and sound problems

2003-07-11 Thread Simon Adameit
Simon Adameit wrote:
Hi,

I use the bash shell and wanted to change the prompt and some aliases to 
use the gnu color ls, so I copied .shrc to .bash_profile and edited it 
accordingly. I also added java to the PATH in .profile. At first this 
didn't work when using the gnome terminal until I realised I had to 
change it to use a login shell. For a short time everything was fine but 
now .profile is completely ignored and when I start cvsup under gnome 
the text version and not the gui is used. I don't know if this has 
anything to do with it but I'm using gdm.

Ok, this was solfed after reading the Bash Reference Manual, I was 
somewhat confused about when wich file is executed.
But I still don't know what to do about the sound or where to look for 
answers.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound on Sony VAIO choppy

2003-07-11 Thread Kerberus
seems that enabling pcm on a Sony VAIO PCG-GRX560 works under
4.8-STABLE, though its really choppy, it seems if i keep the usb mouse
moving sound plays completely normal, quite odd. it also seems like
everything on this unit is hard wired to irq 9. even though i tried to
set pcm at irq10, it still enables at irq 9 after a kernel boot, any
ideas are helpful 

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.8-STABLE #5: Fri Jul 11 22:16:19 EST 2003
root@:/usr/obj/usr/src/sys/VAIO
Timecounter "i8254"  frequency 1193182 Hz
CPU: Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz (1590.82-MHz 686-class
CPU)
  Origin = "GenuineIntel"  Id = 0xf24  Stepping = 4
 
Features=0x3febf9ff
real memory  = 536346624 (523776K bytes)
avail memory = 516972544 (504856K bytes)
Preloaded elf kernel "kernel" at 0xc04b5000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fdf50
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
agp0:  mem 0xec00-0xefff at
device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 9
uhci0:  port
0x1800-0x181f irq 9 at device 29.0 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port
0x1820-0x183f irq 9 at device 29.1 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ums0: Primax Electronics product 0x4d03, rev 1.00/5.50, addr 2, iclass
3/1
ums0: 3 buttons and Z dir.
uhci2:  port
0x1840-0x185f at device 29.2 on pci0
pci_cfgintr_search: linked (0) to configured irq 9 at 0:29:1
pci_cfgintr: 0:29 INTC routed to irq 9
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ugen0: Sony USB Memory Stick Slot, rev 1.10/1.09, addr 2
pcib2:  at device 30.0 on
pci0
pci2:  on pcib2
pcic0:  irq 3 at device 5.0 on pci2
pcic0: PCI Memory allocated: 0x8800
pccard0:  on pcic0
pci_cfgintr_search: linked (0) to configured irq 9 at 2:8:0
pci_cfgintr: 2:5 INTB routed to irq 9
pcic1:  irq 9 at device 5.1 on pci2
pcic1: PCI Memory allocated: 0x88001000
pccard1:  on pcic1
fwohci0:  mem 0xe8201000-0xe82017ff at device 5.2 on pci2
fwohci0: Invalid irq 255
fwohci0: Please switch PNP-OS to 'No' in BIOS
pci_cfgintr_search: linked (0) to configured irq 3 at 2:5:0
pci_cfgintr: 2:5 INTC routed to irq 3
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: EUI64 08:00:46:03:01:11:59:8c
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0:  on fwohci0
if_fwe0:  on firewire0
if_fwe0: Fake Ethernet address: 0a:00:46:11:59:8c
sbp0:  on firewire0
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
# cat /usr/src/sys/i386/conf/VAIO
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#   
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you
are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46
simokawa Exp $

machine i386
cpu I686_CPU
ident   GENERIC
maxusers0

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug
symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep
this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big
directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS
required
options MSDOSFS #MSDOS Filesystem
options CD9660 

Sound on Sony VAIO choppy

2003-07-12 Thread Kerberus
seems that enabling pcm on a Sony VAIO PCG-GRX560 works under
4.8-STABLE, though its really choppy, it seems if i keep the usb mouse
moving sound plays completely normal, quite odd. it also seems like
everything on this unit is hard wired to irq 9. even though i tried to
set pcm at irq10, it still enables at irq 9 after a kernel boot, any
ideas are helpful 

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.8-STABLE #5: Fri Jul 11 22:16:19 EST 2003
root@:/usr/obj/usr/src/sys/VAIO
Timecounter "i8254"  frequency 1193182 Hz
CPU: Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz (1590.82-MHz 686-class
CPU)
  Origin = "GenuineIntel"  Id = 0xf24  Stepping = 4
 
Features=0x3febf9ff
real memory  = 536346624 (523776K bytes)
avail memory = 516972544 (504856K bytes)
Preloaded elf kernel "kernel" at 0xc04b5000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fdf50
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
agp0:  mem 0xec00-0xefff at
device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 9
uhci0:  port
0x1800-0x181f irq 9 at device 29.0 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port
0x1820-0x183f irq 9 at device 29.1 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ums0: Primax Electronics product 0x4d03, rev 1.00/5.50, addr 2, iclass
3/1
ums0: 3 buttons and Z dir.
uhci2:  port
0x1840-0x185f at device 29.2 on pci0
pci_cfgintr_search: linked (0) to configured irq 9 at 0:29:1
pci_cfgintr: 0:29 INTC routed to irq 9
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ugen0: Sony USB Memory Stick Slot, rev 1.10/1.09, addr 2
pcib2:  at device 30.0 on
pci0
pci2:  on pcib2
pcic0:  irq 3 at device 5.0 on pci2
pcic0: PCI Memory allocated: 0x8800
pccard0:  on pcic0
pci_cfgintr_search: linked (0) to configured irq 9 at 2:8:0
pci_cfgintr: 2:5 INTB routed to irq 9
pcic1:  irq 9 at device 5.1 on pci2
pcic1: PCI Memory allocated: 0x88001000
pccard1:  on pcic1
fwohci0:  mem 0xe8201000-0xe82017ff at device 5.2 on pci2
fwohci0: Invalid irq 255
fwohci0: Please switch PNP-OS to 'No' in BIOS
pci_cfgintr_search: linked (0) to configured irq 3 at 2:5:0
pci_cfgintr: 2:5 INTC routed to irq 3
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: EUI64 08:00:46:03:01:11:59:8c
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0:  on fwohci0
if_fwe0:  on firewire0
if_fwe0: Fake Ethernet address: 0a:00:46:11:59:8c
sbp0:  on firewire0
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
# cat /usr/src/sys/i386/conf/VAIO
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#   
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you
are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46
simokawa Exp $

machine i386
cpu I686_CPU
ident   GENERIC
maxusers0

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug
symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep
this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big
directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS
required
options MSDOSFS #MSDOS Filesystem
options CD9660 

Re: second cd drive sound

2003-07-16 Thread Karel J. Bosschaart
On Wed, Jul 16, 2003 at 02:38:43PM +1000, frank brierley wrote:
> Hi,
> 
> I have a freebsd 4.8 machine a dvd player and a cd writer installed.  
> Freebsd can mount data disks on both drives /dev/acd0c and /dev/acd1a - I'm 
> not sure what the 'a' and 'c' do.  Both drives have the audio lines 
> attached to the system board, one into the normal cd jack and the other 
> into an auxiliary jack, but only one (the cd jack) will play and audio cd 
> out loud.  Although windows 2000 can play audio cds from both drives.
> 
> Is there a way of seeing if freebsd discovers the audio jack, and if so how 
> would you find the right device to make and/or kernel option to add?
>
Try 'mixer' and see if there is something like 'aux' or 'line1' and check
the volume settings.

Karel.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SBLive! Sound card doesn't work

2003-07-19 Thread Denis
I am beginner in FreeBSD.
I had installed FreeBSD 5.1 Release, but I don't here sounds 
I use Creative SBLive! sound card.
It sound card work successfully in WindowsXP, but in FreeBSD
My friend sad that I must recompile system But I don't know how I can do 
it.
Tell me please what I must do know?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


no sound with 4.8 & KDE

2003-07-19 Thread Walter
Hi all,

   After building a new kernel with pcm, and doing
"sh MAKEDEV snd0" in the /dev directory, there is
still no sound from an old Gateway with some kind
of PCI Ensoniq card.  This is my first crack at
setting up an X11 server and sound, so I may be
missing something obvious.  I've tried running
xmms, "artsdsp xmms", with and without esd, zinf
from a command prompt, and cdcontrol.  This all
has been built a couple days ago, with 4.8 a week
old CD-ROM built via FTP, and KDE via FTP direct.
The sound output driver selection in xmms shows
nothing for the audio and mixer devices, and
selecting the alternates (/dev/dsp & /dev/mixer)
does not make it work.
Also, if it bears on the issue, I couldn't get
the nVidia driver to run - it failed without an
error message in the log file (only info msgs) -
so I used Vesa which causes some garbage to be put
on the screen upon initialization, but then works
thereafter.
TIA.
Walter

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: request free sound cd

2003-03-03 Thread Bill Moran
ATIF ALI wrote:
dears
good day
please send me your free sound cd , to my mail address:
ATIF M ALI
AMWAJ MEDIA CORP
P.O.BOX 2898
KHARTOUM 1
SUDAN
SPECIAL THANKS FOR YOUR WEBSITE
I believe you misunderstood something.  There is no free
sound CD available from FreeBSD.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


cd sound on onboard card

2003-03-05 Thread Giuseppe Pagnoni


I have installed freebsd 4.8 prerelease on a Dell Dimension 8250.  This box 
has onboard sound which I managed to make work adding the lines:

device pcm
options PNPBIOS

Now general sound works (e.g. playing .wav files) but I can't get the cd to 
output sound (it reads music cds, plays them, gets the right  CDDB infos but 
no sound).  Does anybody have any idea on how to fix this?

thanks 


   giuseppe

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


Re: No sound in KDE3

2003-04-04 Thread Andrew Y Ng
what did u use to listen to MP3? if you use mpg123 and the link, make sure u
wrap it with `artsdsp`.

do you get sound without KDE? your kernel has psm compiled in it right?

/ayn

On  0, lars <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I can listen to CDs but not to mp3s e.a (DVDs...).
> I hear the loudspeakers pop when I start the system though.
> 
> The soundcard is a Guillemot Fortissimo II with a 
> Cirrus Logic CS4624 dsp (=^Crystal Audio I think).
> 
> In KDE3's soundcontrol I defined OSS and /dev/dsp -but still no sound.
> Yes, the volume's up ;-)
> 
> uname -a =
>  FreeBSD hostname 4.8-RC FreeBSD 4.8-RC #0: Mon Mar 24 01:04:11 CET
>  2003  [EMAIL PROTECTED]:/usr/src/sys/compile/MYKERNEL  i386
> 
> dsp =
>  lrwxrwxrwx   1 root  wheel   4 Mar  9 14:48 dsp -> dsp0
>  lrwxrwxrwx   1 root  wheel   6 Mar  9 14:48 dsp0 -> dsp0.0
>  crw-rw-rw-   1 root  wheel 30,   3 Mar 31 01:27 dsp0.0
>  crw-rw-rw-   1 root  wheel 30, 0x00010003 Mar 30 19:19 dsp0.1
>  crw-rw-rw-   1 root  wheel 30, 0x00020003 Mar  9 14:48 dsp0.2
>  crw-rw-rw-   1 root  wheel 30, 0x00030003 Mar  9 14:48 dsp0.3
>  lrwxrwxrwx   1 root  wheel   5 Mar  9 14:48 dspW -> dspW0
>  lrwxrwxrwx   1 root  wheel   7 Mar  9 14:48 dspW0 -> dspW0.0
>  crw-rw-rw-   1 root  wheel 30,   5 Mar 30 20:45 dspW0.0
>  crw-rw-rw-   1 root  wheel 30, 0x00010005 Mar  9 14:48 dspW0.1
>  crw-rw-rw-   1 root  wheel 30, 0x00020005 Mar  9 14:48 dspW0.2
>  crw-rw-rw-   1 root  wheel 30, 0x00030005 Mar  9 14:48 dspW0.3
> 
> /boot/loader.conf =
> # -- sysinstall generated deltas -- #
> userconfig_script_load="YES"
> linux_load="YES"
> nvidia_load="YES"
> #snd_cs4281_load="YES"
> 
> This is getting really frustrating since I tried all
> possible setting combinations in KDE3.
> 
> I hope someone can help.
> 
> Many thanks in advance,
> lars.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
andrew y ng  <[EMAIL PROTECTED]>  http://andrewng.com
independent computer consultants http://aynassociates.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Redirect sound of flash plugin?

2011-08-12 Thread Ross
Is it possible to redirect sound of flash plugin?

I am running firefox via ssh. Currently I successfully redirected
sound of other applications using NAS. How can I do the same with
flash? Maybe intercept sound some how.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Recording from sound card

2011-02-11 Thread Polytropon
On Thu, 10 Feb 2011 22:17:57 -0500, Robert Ames  wrote:
> 
> I'm having problems trying to record from a sound card under
> 8.1-RELEASE.  The last time I tried this was many releases ago,
> possibly 4.x-RELEASE.  Back then I would do something like "cat
> /dev/dsp > file" but now when I try it I just end up with a 0 byte
> file.  I'm using a different sound card than before so maybe that
> has something to do with it.  Or possibly I just don't know which
> device to use.  Playing sounds using "cat file.wav > /dev/dsp0.0"
> works fine, but I can't get recording to work.  Does anyone have
> any suggestions?  Thanks.

My suggestion would be to install the port "sox", it will
provide a "rec" command that can be used to record WAV or
any other supported audio file format, e. g.

% rec foo.au

or

% rec bar.wav

And sox provides other excellent command line tools for
audio manipulation (sox, play, rec); see "man sox" for
details. Note that "play " is easier than
cat'ing the file to the dsp device directly (which may
require specific access permissions).



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Recording from sound card

2011-02-12 Thread Jack L.
On Thu, Feb 10, 2011 at 7:17 PM, Robert Ames  wrote:
>
> I'm having problems trying to record from a sound card under
> 8.1-RELEASE.  The last time I tried this was many releases ago,
> possibly 4.x-RELEASE.  Back then I would do something like "cat
> /dev/dsp > file" but now when I try it I just end up with a 0 byte
> file.  I'm using a different sound card than before so maybe that
> has something to do with it.  Or possibly I just don't know which
> device to use.  Playing sounds using "cat file.wav > /dev/dsp0.0"
> works fine, but I can't get recording to work.  Does anyone have
> any suggestions?  Thanks.
>
> $ cat /dev/sndstat
> FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
> Installed devices:
> pcm0:  (play/rec) default
>
> $ sysctl -a | egrep '(snd|pcm|sound)'
> hw.snd.vpc_reset: 0
> hw.snd.vpc_0db: 45
> hw.snd.vpc_autoreset: 1
> hw.snd.latency_profile: 1
> hw.snd.latency: 5
> hw.snd.report_soft_matrix: 1
> hw.snd.report_soft_formats: 1
> hw.snd.compat_linux_mmap: 0
> hw.snd.feeder_eq_exact_rate: 0
> hw.snd.feeder_eq_presets: 
> PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000
> hw.snd.feeder_rate_quality: 1
> hw.snd.feeder_rate_round: 25
> hw.snd.feeder_rate_max: 2016000
> hw.snd.feeder_rate_min: 1
> hw.snd.feeder_rate_polyphase_max: 183040
> hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97
> hw.snd.vpc_mixer_bypass: 1
> hw.snd.verbose: 0
> hw.snd.maxautovchans: 16
> hw.snd.default_unit: 0
> hw.snd.version: 2009061500/i386
> hw.snd.default_auto: 0
> dev.pcm.0.%desc: Creative CT5880-C
> dev.pcm.0.%driver: pcm
> dev.pcm.0.%location: slot=9 function=0
> dev.pcm.0.%pnpinfo: vendor=0x1274 device=0x5880 subvendor=0x1274 
> subdevice=0x2003 class=0x040100
> dev.pcm.0.%parent: pci0
> dev.pcm.0.eapd: 1
> dev.pcm.0.play.vchans: 1
> dev.pcm.0.play.vchanmode: fixed
> dev.pcm.0.play.vchanrate: 48000
> dev.pcm.0.play.vchanformat: s16le:2.0
> dev.pcm.0.rec.vchans: 1
> dev.pcm.0.rec.vchanmode: fixed
> dev.pcm.0.rec.vchanrate: 48000
> dev.pcm.0.rec.vchanformat: s16le:2.0
> dev.pcm.0.buffersize: 4096
> dev.pcm.0.bitperfect: 0
> dev.pcm.0.spdif_enabled: 0
> dev.pcm.0.latency_timer: 32
> dev.pcm.0.polling: 0
>
> $ mixer
> Mixer vol      is currently set to  75:75
> Mixer pcm      is currently set to  75:75
> Mixer speaker  is currently set to  75:75
> Mixer line     is currently set to  75:75
> Mixer mic      is currently set to  73:73
> Mixer cd       is currently set to  75:75
> Mixer rec      is currently set to  75:75
> Mixer igain    is currently set to   0:0
> Mixer ogain    is currently set to  50:50
> Mixer line1    is currently set to  75:75
> Mixer phin     is currently set to   0:0
> Mixer phout    is currently set to   0:0
> Mixer video    is currently set to  75:75
> Recording source: mic


What does ls /dev/dsp* yield?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sound with FN Button

2011-03-24 Thread Polytropon
On Thu, 24 Mar 2011 21:28:05 +0100, Alokat  wrote:
> Hi,
> 
> how can I use the FN Buttons to regular the sound?
> I'm using fluxbox.

Use the "xev" program to check which keysymbols (or at
least codes) are output by those keys. For example, on
my Sun keyboard I have those for audio:

141
142
143

Then write a file ~/.xmodmaprc to assign names to those
keys, for example:

! Sound off
keycode 141 = F24
! Lower volume
keycode 142 = F25
! Raise volume
keycode 143 = F26

You can also use

SunAudioMute
SunAudioLowerVolume
SunAudioRaiseVolume

or

XF86AudioMute
XF86AudioLowerVolume
XF86AudioRaiseVolume

I decided to continue the enumeration as function keys for
all the extra keys on my keyboard. :-)

Incorporate the settings upon X startup, using ~/.xinitrc
or maybe ~/.xsession:

xmodmap ~/.xmodmaprc

Then use the keyboard action configuration of Fluxbox. As I
don't use it anymore, I can't tell you where it is, but there
should be a configuration file which selects which action to
be taken when a specific key is pressed.

I'm using WindowMaker's configuration utility for that. I did
add menu entries and set a custom key for them. For example,
I made the following settings:

F24 -> mixer 0
F25 -> mixer vol -5
F26 -> mixer vol +5

You should be able to find a similar approach in FLuxbox.

I'm sure you got the idea: You identify what the keys DO and
then connect them to a keyname. This keyname is then connected
to a specific program call, "mixer" with the intended parameters
in case of volume control.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sound with FN Button

2011-03-24 Thread Alokat

On 03/24/11 21:52, Polytropon wrote:

On Thu, 24 Mar 2011 21:28:05 +0100, Alokat  wrote:

Hi,

how can I use the FN Buttons to regular the sound?
I'm using fluxbox.

Use the "xev" program to check which keysymbols (or at
least codes) are output by those keys. For example, on
my Sun keyboard I have those for audio:

141
142
143

Then write a file ~/.xmodmaprc to assign names to those
keys, for example:

! Sound off
keycode 141 = F24
! Lower volume
keycode 142 = F25
! Raise volume
keycode 143 = F26

You can also use

SunAudioMute
SunAudioLowerVolume
SunAudioRaiseVolume

or

XF86AudioMute
XF86AudioLowerVolume
XF86AudioRaiseVolume

I decided to continue the enumeration as function keys for
all the extra keys on my keyboard. :-)

Incorporate the settings upon X startup, using ~/.xinitrc
or maybe ~/.xsession:

xmodmap ~/.xmodmaprc

Then use the keyboard action configuration of Fluxbox. As I
don't use it anymore, I can't tell you where it is, but there
should be a configuration file which selects which action to
be taken when a specific key is pressed.

I'm using WindowMaker's configuration utility for that. I did
add menu entries and set a custom key for them. For example,
I made the following settings:

F24 ->  mixer 0
F25 ->  mixer vol -5
F26 ->  mixer vol +5

You should be able to find a similar approach in FLuxbox.

I'm sure you got the idea: You identify what the keys DO and
then connect them to a keyname. This keyname is then connected
to a specific program call, "mixer" with the intended parameters
in case of volume control.





I get an output like this:

FocusOut event, serial 31, synthetic NO, window 0x181,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 31, synthetic NO, window 0x181,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
   0   0   0   0   0   0   1   0   0   0   0   0   0   0   0   0

FocusOut event, serial 31, synthetic NO, window 0x181,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 31, synthetic NO, window 0x181,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sound with FN Button

2011-03-24 Thread Polytropon
On Thu, 24 Mar 2011 22:52:03 +0100, Alokat  wrote:
> On 03/24/11 21:52, Polytropon wrote:
> > On Thu, 24 Mar 2011 21:28:05 +0100, Alokat  wrote:
> >> Hi,
> >>
> >> how can I use the FN Buttons to regular the sound?
> >> I'm using fluxbox.
> > Use the "xev" program to check which keysymbols (or at
> > least codes) are output by those keys. For example, on
> > my Sun keyboard I have those for audio:
> >
> > 141
> > 142
> > 143
> >
> I get an output like this:
> 
> FocusOut event, serial 31, synthetic NO, window 0x181,
>  mode NotifyGrab, detail NotifyAncestor
> 
> FocusIn event, serial 31, synthetic NO, window 0x181,
>  mode NotifyUngrab, detail NotifyAncestor
> 
> KeymapNotify event, serial 31, synthetic NO, window 0x0,
>  keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
> 0   0   0   0   0   0   1   0   0   0   0   0   0   0   0   0
> 
> FocusOut event, serial 31, synthetic NO, window 0x181,
>  mode NotifyGrab, detail NotifyAncestor
> 
> FocusIn event, serial 31, synthetic NO, window 0x181,
>  mode NotifyUngrab, detail NotifyAncestor
> 
> KeymapNotify event, serial 31, synthetic NO, window 0x0,
>  keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
> 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

You need to look for those events:

KeyPress event, serial 27, synthetic NO, window 0x201,
root 0x73, subw 0x0, time 3923776537, (162,2), root:(271,490),
state 0x10, keycode 154 (keysym 0xffd4, F23), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x201,
root 0x73, subw 0x0, time 3923776635, (162,2), root:(271,490),
state 0x10, keycode 154 (keysym 0xffd4, F23), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

The 2nd line, the information in the middle is important:
"keycode 154 (keysym 0xffd4, F23)": It indicates that the
keycode generated has been identified with the code 154,
and this code is already mapped to the symbol F23. This
is (just for completeness) the "Cut" key of the 2x5 field
to the left.

Erm... just a side question... you're refering to pressing
the Fn key with a function key (e. g. Fn+F1) for volume
control, or are there other special keys for volume? I'm
asking this as in the past, volume control was managed by
the BIOS (I think), but NOT by the operating system or
application programs. This means it was possible to change
the volume INDEPENDENTLY from any driver. I'm not sure if
this is still the case. Maybe - just MAYBE - you need a
hardware and software (!) specific driver to do those
basic things... history teaches that all the "simple things"
that worked in the past are a high mountain to climb today...
thanks to YOU, hardware manufacturers! :-)

Please understand the paragraph as follows: MAYBE (!!!) it's
not even possible to do what you're intending.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sound with FN Button

2011-03-24 Thread Alokat

On 03/24/11 23:04, Polytropon wrote:

On Thu, 24 Mar 2011 22:52:03 +0100, Alokat  wrote:

On 03/24/11 21:52, Polytropon wrote:

On Thu, 24 Mar 2011 21:28:05 +0100, Alokat   wrote:

Hi,

how can I use the FN Buttons to regular the sound?
I'm using fluxbox.

Use the "xev" program to check which keysymbols (or at
least codes) are output by those keys. For example, on
my Sun keyboard I have those for audio:

141
142
143


I get an output like this:

FocusOut event, serial 31, synthetic NO, window 0x181,
  mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 31, synthetic NO, window 0x181,
  mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
  keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
 0   0   0   0   0   0   1   0   0   0   0   0   0   0   0   0

FocusOut event, serial 31, synthetic NO, window 0x181,
  mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 31, synthetic NO, window 0x181,
  mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
  keys:  2   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

You need to look for those events:

KeyPress event, serial 27, synthetic NO, window 0x201,
 root 0x73, subw 0x0, time 3923776537, (162,2), root:(271,490),
 state 0x10, keycode 154 (keysym 0xffd4, F23), same_screen YES,
 XLookupString gives 0 bytes:
 XmbLookupString gives 0 bytes:
 XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x201,
 root 0x73, subw 0x0, time 3923776635, (162,2), root:(271,490),
 state 0x10, keycode 154 (keysym 0xffd4, F23), same_screen YES,
 XLookupString gives 0 bytes:
 XFilterEvent returns: False

The 2nd line, the information in the middle is important:
"keycode 154 (keysym 0xffd4, F23)": It indicates that the
keycode generated has been identified with the code 154,
and this code is already mapped to the symbol F23. This
is (just for completeness) the "Cut" key of the 2x5 field
to the left.

Erm... just a side question... you're refering to pressing
the Fn key with a function key (e. g. Fn+F1) for volume
control, or are there other special keys for volume? I'm
asking this as in the past, volume control was managed by
the BIOS (I think), but NOT by the operating system or
application programs. This means it was possible to change
the volume INDEPENDENTLY from any driver. I'm not sure if
this is still the case. Maybe - just MAYBE - you need a
hardware and software (!) specific driver to do those
basic things... history teaches that all the "simple things"
that worked in the past are a high mountain to climb today...
thanks to YOU, hardware manufacturers! :-)

Please understand the paragraph as follows: MAYBE (!!!) it's
not even possible to do what you're intending.


No I don't .. I thought it, but the volume buttons are extra buttons - 
without FN.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: console based sound control

2011-04-03 Thread Bill Tillman
I use audacity but that is a sound editor and may not be what you're looking 
for.




From: Alokat 
To: freebsd-questions@freebsd.org
Sent: Sun, April 3, 2011 9:59:57 AM
Subject: console based sound control

Hi,

I'm looking for a sound control tool (like alsamixer) but for oss.

Does someone know one?

Regards,
alokat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: console based sound control

2011-04-03 Thread Bruce Cran

On 03/04/2011 14:59, Alokat wrote:


I'm looking for a sound control tool (like alsamixer) but for oss.

Does someone know one?


Have you tried mixer(8)?
http://www.freebsd.org/cgi/man.cgi?query=mixer&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=html

--
Bruce Cran



Re: console based sound control

2011-04-03 Thread Alokat

On 04/03/11 16:31, Bruce Cran wrote:

On 03/04/2011 14:59, Alokat wrote:


I'm looking for a sound control tool (like alsamixer) but for oss.

Does someone know one?


Have you tried mixer(8)?
http://www.freebsd.org/cgi/man.cgi?query=mixer&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=html 




Thanks works fine ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: console based sound control

2011-04-03 Thread David Demelier

On 03/04/2011 15:59, Alokat wrote:

Hi,

I'm looking for a sound control tool (like alsamixer) but for oss.

Does someone know one?

Regards,
alokat
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"


try them :

audio/aumix   Audio mixer for X11, terminal, or command line
audio/umixAdvanced tool for adjusting soundcard mixers, 
replacement for aumix


Cheers,

--
David Demelier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: console based sound control

2011-04-03 Thread Polytropon
On Sun, 03 Apr 2011 15:59:57 +0200, Alokat  wrote:
> Hi,
> 
> I'm looking for a sound control tool (like alsamixer) but for oss.

With "sound control", you mean a mixer program, correct?
FreeBSD brings its own system program for that - see
"man mixer" for details. There's also a port that provides
a curses-based "graphical" mixer, the port brings both
a mixer for console and one for X, but sadly I can't
remember its name...


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No sound in Flash

2012-06-20 Thread Wojciech Puchar

FreeBSD 9 (x86_64).

Sorry if this is a FAQ, but I have googled assiduously and found nothing
useful.

I have installed Flash, following the instructions in the handbook.
Flash is adobe product and they don't provide binaries for FreeBSD, at 
least they didn't.


if you really need flash, you may install gnash from ports. not fully 
capable but usually works, and doesn't need linux emulator and closed 
source code.


Flash it not a standard. If you want flash mostly to view youtube use 
youtube-dl from ports.


xpi-unplug plugin for firefox (also in ports) often helps with pages that 
have movies embedded with player.


The side effect of using both tools would be having all movies actually 
downloaded - so you will actually HAVE that movies.


downloaded movies play fine with mplayer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No sound in Flash

2012-06-20 Thread Walter Hurry
On Thu, 21 Jun 2012 00:31:02 +0200, Wojciech Puchar wrote:

>> FreeBSD 9 (x86_64).
>>
>> Sorry if this is a FAQ, but I have googled assiduously and found
>> nothing useful.
>>
>> I have installed Flash, following the instructions in the handbook.
> Flash is adobe product and they don't provide binaries for FreeBSD, at
> least they didn't.
> 
> if you really need flash, you may install gnash from ports. not fully
> capable but usually works, and doesn't need linux emulator and closed
> source code.
> 

Thanks for the advice about gnash! I've installed it, and removed 
nspluginwrapper and all the linux stuff.

It seems to work perfectly for my purposes.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No sound in Flash

2012-06-20 Thread Wojciech Puchar


if you really need flash, you may install gnash from ports. not fully
capable but usually works, and doesn't need linux emulator and closed
source code.



Thanks for the advice about gnash! I've installed it, and removed
nspluginwrapper and all the linux stuff.

It seems to work perfectly for my purposes.

not really perfect but anyway i don't feel i lost something seeing a site 
that cannot work without flash.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Sound lag in Wine

2012-12-25 Thread David Naylor
Hi

On Thursday, 20 December 2012 15:08:31 Ross wrote:
> Hello.
> 
> I installed David Naylor's wine-fbsd64-1.5.18.
> Installed Steam, bought Counter-Strike 1.6 and CS: CZ.
> 
> However, when I run these games I experience a sound lag (maybe a
> half-second — second).

I remember having a similar problem, although my issue was an echo.  After a 
few updates the issue disappeared.  

> I googled the topic, the soultion is to switch to Alsa, which is not
> supported in wine-fbsd64-1.5.18…
> 
> Is there anything I can do to get rid of the lag?

I can suggest three things to try:
 1) Update software
 1.1) Upgrade (or downgrade) wine (I've release version 1.5.20)
 1.2) Upgrade ports (some sound related components may cause issues, although 
*very* unlikely)
 1.3) Upgrade kernel and world (sound fixes may be available to fix your 
issue)
 
 2) Try building your own wine package with ALSA support (requires a i386 
jail/chroot, editing the emulators/wine-devel/Makefile and manually installing 
the ALSA port).  See my other emails regarding the procedure to build a wine-
fbsd64 package.  

 3) File a bug report to bugs.winehq.org.  I've found the sound guy very 
responsive and willing to fix the OSS backend (patches may be provided 
requiring parts of step 2).  

If you do not come right please ping me in the middle of Jan and I'll try 
assist you (I should be able to get a copy of CS 1.6).  

Regards,

David


signature.asc
Description: This is a digitally signed message part.


No sound with Thinkpad X60

2013-03-14 Thread Peter Harrison
Hi list,

I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip.

This is what I see in dmesg:

hdac0:  mem 0xee24-0xee243fff irq 17 at device 
27.0 on pci0
hdacc0:  at cad 0 on hdac0
hdaa0:  at nid 1 on hdacc0
pcm0:  at nid 5 and 25,8 on hdaa0
hdacc1:  at cad 1 on hdac0
unknown:  at nid 2 on hdacc1 
(no driver attached)

and from sndstat:

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0:  (play/rec) default

and from mixer:

Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer speaker  is currently set to 100:100
Mixer cd   is currently set to   1:1
Mixer rec  is currently set to   1:1
Mixer igainis currently set to  42:42
Mixer ogainis currently set to 100:100
Mixer monitor  is currently set to  67:67
Recording source: cd

But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially 
accidentally install Pulseaudio, but have subsequently deleted it and 
reinstalled everything that depended on it without the Pulseaudio dependency.

Any thoughts on what I'm doing wrong?

Thanks in advance.



Peter Harrison.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


No sound on Thinkpad X60

2013-03-14 Thread peter harrison
Hi list,

I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip.

This is what I see in dmesg:

hdac0:  mem 0xee24-0xee243fff irq 17 at
device
27.0 on pci0
hdacc0:  at cad 0 on hdac0
hdaa0:  at nid 1 on hdacc0
pcm0:  at nid 5 and 25,8 on hdaa0
hdacc1:  at cad 1 on hdac0
unknown:  at nid 2 on
hdacc1 (
no driver attached)

and from sndstat:

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0:  (play/rec) default

and from mixer:

Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer speaker  is currently set to 100:100
Mixer cd   is currently set to   1:1
Mixer rec  is currently set to   1:1
Mixer igainis currently set to  42:42
Mixer ogainis currently set to 100:100
Mixer monitor  is currently set to  67:67
Recording source: cd

But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially
accidentally install Pulseaudio, but have subsequently deleted it and
reinstalled everything that depended on it without the Pulseaudio
dependency.

Any thoughts on what I'm doing wrong?

Thanks in advance.



Peter Harrison.

ps copying this via the gmail web interface as it didn't seem to make it
through from Mutt. Apologies if it appears twice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Tim Kellers

 On 10/9/10 1:46 PM, Scott Ballantyne wrote:

Hi,

Running FreeBSD 8.1-RELEASE (GENERIC) (amd64)
ASUS P6T6 MB

# kldload snd_driver
# cat /dev/sndstat

FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0:  (play/rec) default
pcm1:  (play)
pcm2:  (play)
pcm3:  (play)
pcm4:  (play)

Using Gnome desktop, trying to play various mp3 files and video files
results in the mp3 player, video player running, but not sound
produced on either the speaker outputs or headphone.

Here is mixer output:

Mixer vol  is currently set to  75:75
Mixer pcm  is currently set to  75:75
Mixer speaker  is currently set to  75:75
Mixer line is currently set to  75:75
Mixer mic  is currently set to   0:0
Mixer cd   is currently set to  75:75
Mixer mix  is currently set to   0:0
Mixer rec  is currently set to  75:75
Mixer igainis currently set to   0:0
Mixer monitor  is currently set to  75:75
Recording source: mic


I'm not new to Freebsd, but this is the first time I've tried to get
sound working on it. Any help would be very appreciated.

Thanks,
Scott


I had a similar problem with 8.1 (although it turned out not to be 
version specific) on a 64 bit Gateway desktop computer.  It was a bit of 
a pain to determine what the correct device .ko that had to be loaded to 
make the sound work.  I use kde4, but the player utilities, when I 
loaded any audio file (including desktop sound-effects) all said they 
were running but the speakers remained mute.  mixer output was exactly 
as your's shown above.


I finally kldload(ed) snd_* and went through the list of the loaded 
modules until I eliminated useless loaded modules and found the one that 
actually let the sound files play.  It was a pain in the butt, but it 
worked.


What does kldstat say for your .ko loaded sound files?

Tim Kellers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Frank Shute
On Sat, Oct 09, 2010 at 05:46:23PM -, Scott Ballantyne wrote:
>
> Hi,
> 
> Running FreeBSD 8.1-RELEASE (GENERIC) (amd64)
> ASUS P6T6 MB
> 
> # kldload snd_driver
> # cat /dev/sndstat
> 
> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
> Installed devices:
> pcm0:  (play/rec) default
> pcm1:  (play)
> pcm2:  (play)
> pcm3:  (play)
> pcm4:  (play)
> 
> Using Gnome desktop, trying to play various mp3 files and video files
> results in the mp3 player, video player running, but not sound
> produced on either the speaker outputs or headphone.
> 
> Here is mixer output:
> 
> Mixer vol  is currently set to  75:75
> Mixer pcm  is currently set to  75:75
> Mixer speaker  is currently set to  75:75
> Mixer line is currently set to  75:75
> Mixer mic  is currently set to   0:0
> Mixer cd   is currently set to  75:75
> Mixer mix  is currently set to   0:0
> Mixer rec  is currently set to  75:75
> Mixer igainis currently set to   0:0
> Mixer monitor  is currently set to  75:75
> Recording source: mic
> 
> 
> I'm not new to Freebsd, but this is the first time I've tried to get
> sound working on it. Any help would be very appreciated.
> 
> Thanks,
> Scott
> -- 

Just a guess, but does:

# sysctl hw.snd.default_unit=1

help?

If so, you can set it permanently in /etc/sysctl.conf


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Scott Ballantyne
Hi Frank,

You write:
> 
> Just a guess, but does:
> 
> # sysctl hw.snd.default_unit=1
> 
> help?
> 
> If so, you can set it permanently in /etc/sysctl.conf
> 

Yes it does, and *thank* *you*. However, it only works with earphones,
not speakers. Any idea what I can do about that?

And... do you have the time to explain why the default pcm0 channel
*doesn't* work?

Thanks a million,
Scott
-- 
s...@ssr.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Scott Ballantyne
Hi Tim,

You write:
> I finally kldload(ed) snd_* and went through the list of the loaded 
> modules until I eliminated useless loaded modules and found the one that 
> actually let the sound files play.  It was a pain in the butt, but it 
> worked.
> 
> What does kldstat say for your .ko loaded sound files?
> 

The problem was partly solved by Frank's suggestion to set the default
device to 1, although I don't know why. Now I get sound through the
earphones, but not the speakers.

kldstat gives a huge list:

101 0x812cd000 8c2  snd_driver.ko
111 0x812ce000 2242 snd_vibes.ko
12   34 0x812d1000 39590sound.ko
131 0x8130b000 18c6 snd_via82c686.ko
141 0x8130d000 3842 snd_via8233.ko
151 0x81311000 2342 snd_t4dwave.ko
163 0x81314000 b42  snd_spicds.ko
171 0x81315000 263e snd_solo.ko
184 0x81318000 1946 snd_sbc.ko
191 0x8131a000 17be snd_sb8.ko
201 0x8131c000 1cbe snd_sb16.ko
211 0x8131e000 e3c2 snd_neomagic.ko
222 0x8132d000 6d6c snd_mss.ko
231 0x81334000 6ec2 snd_maestro3.ko
241 0x8133b000 48ca snd_maestro.ko
251 0x8134 2d3e snd_ich.ko
261 0x81343000 141c6snd_hda.ko
271 0x81358000 1742 snd_fm801.ko
281 0x8135a000 21c6 snd_ess.ko
291 0x8135d000 4d42 snd_es137x.ko
301 0x81362000 43c2 snd_envy24ht.ko
311 0x81367000 48c2 snd_envy24.ko
321 0x8136c000 d39e snd_emu10kx.ko
331 0x8137a000 8bbe snd_ds1.ko
342 0x81383000 436c snd_csa.ko
351 0x81388000 22c2 snd_cs4281.ko
361 0x8138b000 203e snd_cmi.ko
371 0x8138e000 2dc2 snd_atiixp.ko
381 0x81391000 1ec2 snd_als4000.ko
391 0x81393000 1a42 snd_ad1816.ko

Thanks so much.

Scott
-- 
s...@ssr.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Jerry
On 9 Oct 2010 19:28:28 -
Scott Ballantyne  articulated:

> > Just a guess, but does:
> > 
> > # sysctl hw.snd.default_unit=1
> > 
> > help?
> > 
> > If so, you can set it permanently in /etc/sysctl.conf
> > 
> 
> Yes it does, and *thank* *you*. However, it only works with earphones,
> not speakers. Any idea what I can do about that?
> 
> And... do you have the time to explain why the default pcm0 channel
> *doesn't* work?

I had to set it to:

hw.snd.default_unit=4

Now, cdcontrol will not play an audio CD, although it claims to be
doing so. Sound does work in KDE however. It didn't prior to my
changing the setting.

Another day, another hour lost debugging.

-- 
Jerry ✌
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Frank Shute
On Sat, Oct 09, 2010 at 07:31:32PM -, Scott Ballantyne wrote:
>
> Hi Tim,
> 
> You write:
> > I finally kldload(ed) snd_* and went through the list of the loaded 
> > modules until I eliminated useless loaded modules and found the one that 
> > actually let the sound files play.  It was a pain in the butt, but it 
> > worked.
> > 
> > What does kldstat say for your .ko loaded sound files?
> > 
> 
> The problem was partly solved by Frank's suggestion to set the default
> device to 1, although I don't know why. Now I get sound through the
> earphones, but not the speakers.
> 
> kldstat gives a huge list:
> 
> 101 0x812cd000 8c2  snd_driver.ko
> 111 0x812ce000 2242 snd_vibes.ko
> 12   34 0x812d1000 39590sound.ko
> 131 0x8130b000 18c6 snd_via82c686.ko
> 141 0x8130d000 3842 snd_via8233.ko
> 151 0x81311000 2342 snd_t4dwave.ko
> 163 0x81314000 b42  snd_spicds.ko
> 171 0x81315000 263e snd_solo.ko
> 184 0x81318000 1946 snd_sbc.ko
> 191 0x8131a000 17be snd_sb8.ko
> 201 0x8131c000 1cbe snd_sb16.ko
> 211 0x8131e000 e3c2 snd_neomagic.ko
> 222 0x8132d000 6d6c snd_mss.ko
> 231 0x81334000 6ec2 snd_maestro3.ko
> 241 0x8133b000 48ca snd_maestro.ko
> 251 0x8134 2d3e snd_ich.ko
> 261 0x81343000 141c6snd_hda.ko
> 271 0x81358000 1742 snd_fm801.ko
> 281 0x8135a000 21c6 snd_ess.ko
> 291 0x8135d000 4d42 snd_es137x.ko
> 301 0x81362000 43c2 snd_envy24ht.ko
> 311 0x81367000 48c2 snd_envy24.ko
> 321 0x8136c000 d39e snd_emu10kx.ko
> 331 0x8137a000 8bbe snd_ds1.ko
> 342 0x81383000 436c snd_csa.ko
> 351 0x81388000 22c2 snd_cs4281.ko
> 361 0x8138b000 203e snd_cmi.ko
> 371 0x8138e000 2dc2 snd_atiixp.ko
> 381 0x81391000 1ec2 snd_als4000.ko
> 391 0x81393000 1a42 snd_ad1816.ko
> 
> Thanks so much.
> 
> Scott

Scott, glad you've got some sound.

I think you just need the snd_hda(4) driver, so you want:

snd_hda_load="YES"

in /boot/loader.conf

As for getting sound out of your speakers, if they're amplified
speakers, you can just plug them into the headphone socket on the
front of your PC which is the default output. Or you can muck around
with configuring the snd_hda driver (details in the manpage).

I chickened out and did the former as to be quite honest, the manpage
and deciphering it are above my paygrade ;)


Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Tim Kellers

 On 10/9/10 3:31 PM, Scott Ballantyne wrote:

Hi Tim,

You write:

I finally kldload(ed) snd_* and went through the list of the loaded
modules until I eliminated useless loaded modules and found the one that
actually let the sound files play.  It was a pain in the butt, but it
worked.

What does kldstat say for your .ko loaded sound files?


The problem was partly solved by Frank's suggestion to set the default
device to 1, although I don't know why. Now I get sound through the
earphones, but not the speakers.

kldstat gives a huge list:

101 0x812cd000 8c2  snd_driver.ko
111 0x812ce000 2242 snd_vibes.ko
12   34 0x812d1000 39590sound.ko
131 0x8130b000 18c6 snd_via82c686.ko
141 0x8130d000 3842 snd_via8233.ko
151 0x81311000 2342 snd_t4dwave.ko
163 0x81314000 b42  snd_spicds.ko
171 0x81315000 263e snd_solo.ko
184 0x81318000 1946 snd_sbc.ko
191 0x8131a000 17be snd_sb8.ko
201 0x8131c000 1cbe snd_sb16.ko
211 0x8131e000 e3c2 snd_neomagic.ko
222 0x8132d000 6d6c snd_mss.ko
231 0x81334000 6ec2 snd_maestro3.ko
241 0x8133b000 48ca snd_maestro.ko
251 0x8134 2d3e snd_ich.ko
261 0x81343000 141c6snd_hda.ko
271 0x81358000 1742 snd_fm801.ko
281 0x8135a000 21c6 snd_ess.ko
291 0x8135d000 4d42 snd_es137x.ko
301 0x81362000 43c2 snd_envy24ht.ko
311 0x81367000 48c2 snd_envy24.ko
321 0x8136c000 d39e snd_emu10kx.ko
331 0x8137a000 8bbe snd_ds1.ko
342 0x81383000 436c snd_csa.ko
351 0x81388000 22c2 snd_cs4281.ko
361 0x8138b000 203e snd_cmi.ko
371 0x8138e000 2dc2 snd_atiixp.ko
381 0x81391000 1ec2 snd_als4000.ko
391 0x81393000 1a42 snd_ad1816.ko

Thanks so much.

Scott

Here are my settings:

> sysctl hw.snd.default_unit
hw.snd.default_unit: 0
> kldstat
Id Refs AddressSize Name
 1   22 0x8010 d71088   kernel
 22 0x80e72000 75638sound.ko
 31 0x80ee8000 24e48snd_hda.ko
 41 0x81022000 3a1f linprocfs.ko
 51 0x81026000 1c4e8linux.ko
 61 0x81043000 7ee  accf_http.ko
 71 0x81044000 1e6  accf_data.ko

kldstat numbers 4 - 7 aren't relevant, but my workstation had an option 
to choose the driver from a list and one chice supported earphone and 
speaker jacks (the Gateway has a speaker/microphone jack on the front, 
and the "usual" 3 sound jacks on the rear).  That optin was in the 
system settings ---> audio in KDE4  Gnome probably has an equivalent.


My /boot/loader.conf

> cat /boot/loader.conf

kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
sem_load="YES"
sound_load="YES"
#snd_ich_load="YES"
snd_hda_load="YES"
#snd_emu10k1_load="YES"
#snd_emu10kx_load="YES"
loader_logo="beastie"


The commented out entries are evidence of my futzing around with the 
workstation before I finally got the sound to work.   The first 3 
entries (and the last) in my /boot/loader.conf  aren't sound related.



My uname -a

FreeBSD beta.maestro 8.1-STABLE FreeBSD 8.1-STABLE #2: Mon Jul 26 
17:36:45 EDT 2010 tkell...@beta.maestro:/usr/obj/usr/src/sys/JUNE30  
amd64



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Carl Johnson
Scott Ballantyne  writes:

> Hi Frank,
>
> You write:
>> 
>> Just a guess, but does:
>> 
>> # sysctl hw.snd.default_unit=1
>> 
>> help?
>> 
>> If so, you can set it permanently in /etc/sysctl.conf
>> 
>
> Yes it does, and *thank* *you*. However, it only works with earphones,
> not speakers. Any idea what I can do about that?
>
> And... do you have the time to explain why the default pcm0 channel
> *doesn't* work?

You can also use 'mixer -f /dev/mixer1' for testing.  On my system
/dev/mixer1 (default_unit=1) controls the back panel jacks, and
/dev/mixer2 controls the front panel headphone jack.  You will probably
have to just experiment with the different mixer controls to see which
controls which on your system.

-- 
Carl Johnsonca...@peak.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: No Sound FBSD 8.1

2010-10-09 Thread Warren Block

On Sat, 9 Oct 2010, Scott Ballantyne wrote:


Hi Tim,

You write:

I finally kldload(ed) snd_* and went through the list of the loaded
modules until I eliminated useless loaded modules and found the one that
actually let the sound files play.  It was a pain in the butt, but it
worked.

What does kldstat say for your .ko loaded sound files?



The problem was partly solved by Frank's suggestion to set the default
device to 1, although I don't know why. Now I get sound through the
earphones, but not the speakers.


Look at your /dev/sndstat again, you have multiple audio devices.  One 
of them is the HDMI output on the video card.  Setting 
hw.snd.default_unit just selects the default unit to use for playing 
audio.  Try the various units until you find the right one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: no sound with ALC888

2010-10-15 Thread Boris Samorodov
On Thu, 14 Oct 2010 21:28:35 +0200 O. Hartmann wrote:

> Running most recent FreeBSD 8.1-STABLE on a P45/ICH10 based ASUS
> motherboard. There is no sound.
> dmesg output reports two HDA devices, one located on a Radeon HD4830
> graphics board and one located on the ICH10 chipset.

> Setting hw.snd.default_unit=1 in /etc/sysctl.conf or manually does not
> solve the problem.

What about setting it to "2"? ;-)

> 'cat /dev/sndstat' reports this:

> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
> Installed devices:
> pcm0:  (play)
> pcm1:  (play/rec) default
> pcm2:  (play)
> pcm3:  (play)

> (dmesg output:
> hdac0:  mem
> 0xfe7fc000-0xfe7f irq 17 at device 0.1 on pci1
> hdac0: HDA Driver Revision: 20100226_0142
> hdac0: [ITHREAD]
> hdac1:  mem
> 0xfe6f8000-0xfe6fbfff irq 22 at device 27.0 on pci0
> hdac1: HDA Driver Revision: 20100226_0142
> hdac1: [ITHREAD]
> hdac0: HDA Codec #0: ATI R6xx HDMI
> pcm0:  at cad 0 nid 1 on hdac0
> hdac1: HDA Codec #0: Realtek ALC888
> pcm1:  at cad 0 nid 1 on hdac1
> pcm2:  at cad 0 nid 1 on hdac1
> pcm3:  at cad 0 nid 1 on hdac1
> pcm4:  at cad 0 nid 1 on hdac1)

> I tried windows 7 on the box, no problem, sound is all right. VLC on
> freebsd doesn't do any sound output. When using a legacy PCI sound
> card (M-Audio Revolution 5.1), sound is present.

> I do not have any idea what the muting of the device could
> trigger. Any suggestions?

> Please email, too, since I'm not subscribing 'questions'. Thanks.

-- 
WBR, Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: no sound with ALC888

2010-10-15 Thread Jerry
On Fri, 15 Oct 2010 18:42:04 +0400
Boris Samorodov  articulated:

> On Thu, 14 Oct 2010 21:28:35 +0200 O. Hartmann wrote:
> 
> > Running most recent FreeBSD 8.1-STABLE on a P45/ICH10 based ASUS
> > motherboard. There is no sound.
> > dmesg output reports two HDA devices, one located on a Radeon HD4830
> > graphics board and one located on the ICH10 chipset.
> 
> > Setting hw.snd.default_unit=1 in /etc/sysctl.conf or manually does
> > not solve the problem.
> 
> What about setting it to "2"? ;-)
> 
> > 'cat /dev/sndstat' reports this:
> 
> > FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
> > Installed devices:
> > pcm0:  (play)
> > pcm1:  (play/rec) default
> > pcm2:  (play)
> > pcm3:  (play)
> 
> > (dmesg output:
> > hdac0:  mem
> > 0xfe7fc000-0xfe7f irq 17 at device 0.1 on pci1
> > hdac0: HDA Driver Revision: 20100226_0142
> > hdac0: [ITHREAD]
> > hdac1:  mem
> > 0xfe6f8000-0xfe6fbfff irq 22 at device 27.0 on pci0
> > hdac1: HDA Driver Revision: 20100226_0142
> > hdac1: [ITHREAD]
> > hdac0: HDA Codec #0: ATI R6xx HDMI
> > pcm0:  at cad 0 nid 1 on hdac0
> > hdac1: HDA Codec #0: Realtek ALC888
> > pcm1:  at cad 0 nid 1 on hdac1
> > pcm2:  at cad 0 nid 1 on hdac1
> > pcm3:  at cad 0 nid 1 on hdac1
> > pcm4:  at cad 0 nid 1 on hdac1)
> 
> > I tried windows 7 on the box, no problem, sound is all right. VLC on
> > freebsd doesn't do any sound output. When using a legacy PCI sound
> > card (M-Audio Revolution 5.1), sound is present.
> 
> > I do not have any idea what the muting of the device could
> > trigger. Any suggestions?

I have slightly different output:

cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0:  (play)
pcm1:  (play)
pcm2:  (play)
pcm3:  (play)
pcm4:  (play/rec) default
pcm5:  (play/rec)
pcm6:  (play)

dmesg | grep -i "hdac"
hdac0:  mem 
0xfcffc000-0xfcff irq 16 at device 0.1 on pci3
hdac0: HDA Driver Revision: 20100226_0142
hdac0: [ITHREAD]
hdac1:  mem 
0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0
hdac1: HDA Driver Revision: 20100226_0142
hdac1: [ITHREAD]
hdac0: HDA Codec #0: NVidia (Unknown)
hdac0: HDA Codec #1: NVidia (Unknown)
hdac0: HDA Codec #2: NVidia (Unknown)
hdac0: HDA Codec #3: NVidia (Unknown)
pcm0:  at cad 0 nid 1 on hdac0
pcm1:  at cad 1 nid 1 on hdac0
pcm2:  at cad 2 nid 1 on hdac0
pcm3:  at cad 3 nid 1 on hdac0
hdac1: HDA Codec #1: Realtek ALC883
pcm4:  at cad 1 nid 1 on hdac1
pcm5:  at cad 1 nid 1 on hdac1
pcm6:  at cad 1 nid 1 on hdac1

I set: hw.snd.default_unit=4 in /etc/sysctl.conf and rebooted the
system. Now sound works fine except that I cannot get "cdcontrol" to
output sound from the CDROM drive. No quite sure why that is. At least
sound does work in KDE4. Whether or not this is of any use to you, I
have no idea.

The fact that it "just works" in Windows 7 is not surprising.


-- 
Jerry ✌
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: no sound with ALC888

2010-10-16 Thread O. Hartmann

On 10/15/10 18:52, Bernt Hansson wrote:

2010-10-14 21:28, O. Hartmann skrev:

Running most recent FreeBSD 8.1-STABLE on a P45/ICH10 based ASUS
motherboard. There is no sound.
dmesg output reports two HDA devices, one located on a Radeon HD4830
graphics board and one located on the ICH10 chipset.

Setting hw.snd.default_unit=1 in /etc/sysctl.conf or manually does not
solve the problem. 'cat /dev/sndstat' reports this:

FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: (play)
pcm1: (play/rec) default
pcm2: (play)
pcm3: (play)

(dmesg output:
hdac0: mem
0xfe7fc000-0xfe7f irq 17 at device 0.1 on pci1
hdac0: HDA Driver Revision: 20100226_0142
hdac0: [ITHREAD]
hdac1: mem
0xfe6f8000-0xfe6fbfff irq 22 at device 27.0 on pci0
hdac1: HDA Driver Revision: 20100226_0142
hdac1: [ITHREAD]
hdac0: HDA Codec #0: ATI R6xx HDMI
pcm0: at cad 0 nid 1 on hdac0
hdac1: HDA Codec #0: Realtek ALC888
pcm1: at cad 0 nid 1 on hdac1
pcm2: at cad 0 nid 1 on hdac1
pcm3: at cad 0 nid 1 on hdac1
pcm4: at cad 0 nid 1 on hdac1)


This is what I have

hdac0:  mem
0xfe024000-0xfe027fff irq 16 at device 20.2 on pci0
hdac0: HDA Driver Revision: 20100226_0142
hdac0: [ITHREAD]
hdac0: HDA Codec #0: Realtek ALC888
hdac1:  mem
0xfdffc000-0xfdff irq 19 at device 0.1 on pci1
hdac1: HDA Driver Revision: 20100226_0142
hdac1: [ITHREAD]
hdac1: HDA Codec #0: ATI R6xx HDMI
pcm0:  at cad 0 nid 1 on hdac0
pcm1:  at cad 0 nid 1 on hdac0
pcm2:  at cad 0 nid 1 on hdac0
pcm3:  at cad 0 nid 1 on hdac1

Try putting this in rc.local: kldload snd_hda
If you put it in boot/loader.conf sound won't work, at least not for me.


I tried windows 7 on the box, no problem, sound is all right. VLC on
freebsd doesn't do any sound output. When using a legacy PCI sound card
(M-Audio Revolution 5.1), sound is present.

I do not have any idea what the muting of the device could trigger. Any
suggestions?


What is the output of the command "mixer"


Please email, too, since I'm not subscribing 'questions'. Thanks.

Oliver



Setting 'hw.snd.default_unit=2' didn't do anything.

The driver(s) 'sound' and 'snd_hda' are compiled into the kernel.

The output of 'mixer' looked good for the device in question, all 
HDMI/ATi R600/R700 related devices had two lines of devices while device 
number '1' had several, like this:

 Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to  75:75
Mixer speaker  is currently set to  75:75
Mixer line is currently set to  75:75
Mixer mic  is currently set to   0:0
Mixer mix  is currently set to   0:0
Mixer rec  is currently set to  75:75
Mixer igainis currently set to   0:0
Recording source: mic


Well, one problem vanished: after rebooting the box and prior to this 
extracting the PCI sound card, using sound on the rear plugs is a 
sexpected, but there is no sound on the front plugs (while Windows 7 
shows on both sources sound).


Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Resetting the sound system

2010-10-28 Thread Liontaur
2010/10/28 Michaël Grünewald 

> Dear list,
>
> the audio software I use sometimes seems to handle unappropriately its
> input and leave the sound system in a strange state.  When this happens, the
> lowest frequencies of the played sound are very attenuated and what is still
> audible sounds unpleasantly metallic.  Rebooting the machine immediately
> brings up the sound system in shape again, but it would be nice if they were
> a more sensible way to reset it!
>
> Here are the relevant lines of `dmesg`:
>
> pcm0:  port 0xe100-0xe1ff irq 22 at device 17.5 on pci0
> pcm0: [ITHREAD]
> pcm0: 
> pcm0: 
>
> Best regards,
> Michael


Not sure if there's an easier way, but if you've got the audio driver
kldloaded then just unload and reload it. If it's compiled in your kernel
then I don't know.
kldunload snd_via8233
kldload snd_via8233

Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Resetting the sound system

2010-10-29 Thread Michael Grünewald

Dear Mark,

Liontaur wrote:

2010/10/28 Michaël Grünewald

>

the audio software I use sometimes seems to handle unappropriately its
input and leave the sound system in a strange state.  When this happens, the
lowest frequencies of the played sound are very attenuated and what is still
audible sounds unpleasantly metallic.  Rebooting the machine immediately
brings up the sound system in shape again, but it would be nice if they were
a more sensible way to reset it!


Not sure if there's an easier way, but if you've got the audio driver
kldloaded then just unload and reload it. If it's compiled in your kernel
then I don't know.


thank you very much for your answer.  I have got the audio driver 
compiled in the kernel, so I can not use your tip unless I remove this 
module of the kernel.


Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


a stupid question about sound

2006-03-10 Thread Tsu-Fan Cheng
hi,
   I got a situation, for some reason, only root can use audio device when
playing movies with mplayer on my freebsd 6.0/amd64 now, not user. But vlc
is fine for both. I guess there is some audio wrapper issue but couldn't put
a finger on it, any idea?

many thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound and Gigabyte GA-81945P

2006-03-13 Thread Arek Czereszewski

Hello

I have problem with sound on my new workstation
This is a new motherboard with audio codec Realtek ALC882 onboard.
I try load all modules - but nothing.
Next I installed drivers from OPEN SOUND SYSTEM for my Freebsd 6.0
but I still don't have sound.

It is possible to have audio on FreeBSD on this chipset??

Regards
Arek
--
Arek Czereszewski
arek (at) wup-katowice (dot) pl
"UNIX is like a wigwam:
 no windows, no gates, apache inside."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: command line sound player?

2005-11-23 Thread Randy Pratt
On Wed, 23 Nov 2005 21:59:47 +0100
Blue Raccoon <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I have searched high and low for a simple command-line sound player that I 
> can call from other apps. I need something that just plays the sound, without 
> any feedback. Like 'cat sound.wav > /dev/dsp' but without the almost zero 
> signal-to-noise ratio.
> 
> Any ideas?

You might try ports/audio/sox which is a set of audio utilities.  One of
them is "play" which handles .wav format.  See the pkg-descr for
more information.

HTH,

Randy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: command line sound player?

2005-11-23 Thread Wojciech Puchar


I have searched high and low for a simple command-line sound player that I can 
call from other apps. I need something that just plays the sound, without any 
feedback. Like 'cat sound.wav > /dev/dsp' but without the almost zero 
signal-to-noise ratio.

Any ideas? thanks,


you simply played different type of audio that is set by default in 
/dev/dsp


look at ports/audio/wavplay
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: command line sound player?

2005-11-23 Thread Wojciech Puchar

I have searched high and low for a simple command-line sound player that I can 
call from other apps. I need something that just plays the sound, without any 
feedback. Like 'cat sound.wav > /dev/dsp' but without the almost zero 
signal-to-noise ratio.

Any ideas?


if it's C program much better (and much faster) way is to simply open 
file in /dev do ioctl to configure and write to it

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: command line sound player?

2005-11-24 Thread Blue Raccoon
On Thu, 24 Nov 2005 02:48:27 +0100 (CET)
Wojciech Puchar <[EMAIL PROTECTED]> wrote:

> look at ports/audio/wavplay

Plays a sound - and that's it. Exactly what I wanted. Thanks!

PS - I knew this existed, but could not find it on Freshports. I had no idea it 
was in my own ports.

-- 
-Jay
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dell laptop + sound - Solved

2007-02-20 Thread Michael S
Thanks Norberto

I figured it out, it was a maestro3 driver.

Michael
--- Norberto Meijome <[EMAIL PROTECTED]> wrote:

> On Tue, 20 Feb 2007 16:59:43 -0500 (EST)
> Michael S <[EMAIL PROTECTED]> wrote:
> 
> > I am having problems getting sound to work on an
> old
> > Dell Latitude. I configured the sound card
> following
> > the handbook, and the driver (snd_ich) loads just
> > fine. However I can neither hear anything when
> doing
> > cat file > /dev/dsp nor can I raise the volume
> level
> > using the XFCE volume control applet. Any hints?
> 
> Hi Michael,
> what card have you got? 
> 
> for example, I can see mine with pciconf -lv :
> [...]
> [EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014
> chip=0x26688086 rev=0x03 hdr=0x00
> vendor   = 'Intel Corporation'
> device   = '82801FB/FR/FW/FRW Intel High
> DefiNition Audio Controller'
> class= multimedia
> [...]
> 
> (look for 'class = multimedia' or pcm@ device...
> 
> Also, after loading the snd modules, what does 
> 
> cat /dev/sndstat 
> 
> show? if the drivers has detected your card
> properly, you should get some
> info... For example , I get:
> 
> [EMAIL PROTECTED] [Wed Feb 21 11:02:46 2007]
> /usr/home/betom
> $ cat /dev/sndstat 
> FreeBSD Audio Driver (newpcm: 64bit)
> Installed devices:
> pcm0:  Controller> at memory 0xb000 irq
> 11 kld snd_hda [20070105_0038] (1p/1r/2v channels
> duplex default)
> 
> 
> _
> {Beto|Norberto|Numard} Meijome
> 
> ...using the internet as it was originally
> intended... for the further research
> of pornography and pipebombs.
> 
> I speak for myself, not my employer. Contents may be
> hot. Slippery when wet.
> Reading disclaimers makes you go blind. Writing them
> is worse. You have been
> Warned.
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: getting sound in KDE

2005-12-30 Thread Lowell Gilbert
eoghan <[EMAIL PROTECTED]> writes:

> On 30 Dec 2005, at 17:34, Mark Kane wrote:
> 
> > eoghan wrote:
> >> Hello
> >> I have followed the manual page here for sound setup:
> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-
> >> setup.html
> >> Im using freebsd 6.0 with generic kernel.  Im not sure what sound
> >> card
> >> came with my dell (its 3 years old).
> >> So i did:
> >> #kldload snd_emu10k1
> >> #kldload snd_driver
> >> then:
> >> #cat /dev/sndstat
> >> FreeBSD Audio Driver (newpcm)
> >> Installed devices:
> >> pcm0:  at io 0xec40 irq 11 kld snd_es137x(1p/1r/0v
> >> channels duplex default)
> >> This is my first time trying to get the sound working. I try play an
> >> mp3 ans dont hear anything. Perhaps using the snd_driver wont work in
> >> my case...
> >> Is there a way to get freeBSD to show my sound device so I can
> >> load  the
> >> correct module? Or is there something else im doing wrong?
> >> Thanks
> >> Eoghan
> >
> > It looks to me like the "snd_driver" did it (since it shows
> > "snd_es127x"
> >  loaded), but if you still are not getting any sound then check some
> > things.
> >
> > 1) The parts list you pasted seems like it's the Creative CT5807 sound
> > card. I don't see that particular model on the hardware supported
> > list,
> > although similar models are listed under that driver (man snd_es137x).
> >
> > 2) Check the volume. Type "mixer" at a shell and make sure the levels
> > are up. The manpage for "mixer" should tell you how to change those
> > settings if you need to.
> >
> > 3) Are you running KDE or artsd? On one of my machines that I set
> > sound
> > up on a long time ago everything was going fine (no errors, sndstat
> > showed it, etc) but KDE's artsd interfered with the volume when KDE
> > was
> > on. So if you are in KDE then I'd say to stop the GUI and go to the
> > console where artsd won't be running and then do your testing. You can
> > also disable artsd but I'm not sure where as it's been a while since
> > I've used KDE.
> >
> > 4) Are your speakers/headphones/mixer volumes up?
> >
> > -Mark
> >
> 
> Thanks Mark
> Im running KDE (3.4.3) and I have just gone into control center >
> sound & multimedia > sound system
> Here I disabled the sound system and reneabled it, which it restarted
> the sound system. I then clicked the button to text sound.
> Then I heard sound perfect. I then opened Noatun and tried to play an
> mp3 but heard nothing. I dont know about artsd, but is this the KDE
> sound system?
> I tried the sound system disabled, restart Noatun but still nothing.
> artsd at konsole says:
> can't register Arts::MidiManager
> There are already artsd objects registered, looking if they are
> active...
> 
> Error: Can't add object reference (probably artsd is already running).
> If you are sure it is not already running, remove the
> relevant files:
> 
> /tmp/mcop-root/Arts_SoundServerV2
> /tmp/mcop-root/Arts_SoundServer
> /tmp/mcop-root/Arts_SimpleSoundServer
> /tmp/mcop-root/Arts_PlayObjectFactory
> /tmp/mcop-root/Arts_AudioManager
> 
> So, sound works if I test in control centre. But no sound if i try
> play an mp3...

Okay, so you have FreeBSD's sound drivers working fine, and you just
need to get KDE to use it properly.

I don't know anything about KDE, but enabling virtual channels may
make life easier.  See the manual for sound(4) for details.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: getting sound in KDE

2005-12-30 Thread eoghan

On 30 Dec 2005, at 18:35, Roshan wrote:


Thanks again
Ive since tried okle (for a dvd) and KsCD with an audio cd and both
work perfect.
I will check around for a different mp3 player and see if it works.
But Im getting there :)
Thanks for the help
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"



if you play an mp3 using a non-kde app, like mplayer or mpg123 , it
will not play in my experience. artsd monopolises the sound device.
what you have to do is kill the artsd, then you can play mp3's using
mplayer or xmms or mpg123.

command to kill artsd:

# killall artsd
then try playing your mp3


I tried that and Noatun still doesnt play the mp3. But before i did  
the killall i tried kaboodle (which is a kde app is assume?), and it  
played fine.

Thanks to everyone who has helped. At least now i can hear freebsd :)
Regards
Eoghan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound on Dell D600 laptop

2006-01-12 Thread Li, Qing

Has anyone successfully gotten the sound to work
on the Dell D600 laptop running FreeBSD 6.0?

If you've done it, could you please share your tricks
with me.

Thanks,

-- Qing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound card getting blocked somehow

2006-02-03 Thread Jesse Sheidlower

My soundcard seems to be blocked somehow, and I'm not sure how
this happened or what to do about it. I don't believe I did
anything specific, but sound simply stopped working; if I
start up xmms (for example) I get a console message "**
WARNING **: oss_open(): Failed to open audio device
(/dev/dsp): No such file or directory", and a popup window
reading "Couldn't open audio: Please check that: Your
soundcard is configured properly/You have the correct output
plugin selected/No other program is blocking the soundcard."

I know that the card is configured and the right output plugin
is selected (I don't get sound with any other apps either),
and I don't have anything else running that uses sound, and in
any case lsof shows that nothing is using /dev/dsp.

Rebooting fixes it, but it then happens again, with no obvious
trigger.

In my most recent attempt to fix things I managed to delete
/dev/dsp entirely (I get the "oss_open" message regardless),
and don't know how to recreate it.

I'm running 6.0-STABLE #3; here's my /dev/sndstat:

-
$ cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0:  at io 0x1c00, 0x18c0 irq 11 bufsz 16384 kld 
snd_ich (1p/1r/4v channels duplex default)
-

Thanks.

Jesse Sheidlower
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound configuration in FreeBSD

2007-05-18 Thread Manolis Kiagias

dhaneshk k wrote:
>
> Hi all
>
>  I've installed FreeBSd-6.0 +gnome2.18 in my intel  P IV   915G
> motherboard PC.It working in good condition..
>
> The trouble arised when I tried to configure sound card for my PC. It
> doesn't list any sound device .
>
>
> So I totally confused how to configure sound for my PC.
>
> HERE some command  o/p for your reference ..
>
> don# pciconf -lv|grep -B 4 audio
> output= nothing
>
> don# kldload -v snd_driver
> Loaded snd_driver, id=7


> and
> command shows the o/p as follows  I adding the Audio device what it
> (lspci command shows)
>
> 00:16.0 Intel 82801FB/FBB ICH6 family High Definition Audio controller
>
> But in FreeBSD bootup it not showing any audio ,
>
> If any body knows the sound card configuration for FreeBSD-  pls give
> me the steps to configure it and make my PC to play some mp3 (audio )
> files..
>
>
> I will be very thankful to you for your earliest responses becos I
> spend almost 4 days behind this issue ..
>
> thanks in advance
> dhanesh
>
Seems you have the newest intel ICH6 High definition Audio. You can get
the snd_hda driver from here:

http://people.freebsd.org/~ariff/lowlatency/

then do a

kldload snd_hda

and it will most probably work fine (I've tried it on a notebook, no
problems)

Other than that you should then follow the instructions in the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

(especially section 7.2.1)

Manolis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound configuration in FreeBSD

2007-05-18 Thread Vince
dhaneshk k wrote:
> 
> Hi all
> 
>  I've installed FreeBSd-6.0 +gnome2.18 in my intel  P IV   915G
> motherboard PC.It working in good condition..
> 
> The trouble arised when I tried to configure sound card for my PC. It
> doesn't list any sound device .
>



> (lspci command shows)
> 
> 00:16.0 Intel 82801FB/FBB ICH6 family High Definition Audio controller
> 
> But in FreeBSD bootup it not showing any audio ,
> 
> If any body knows the sound card configuration for FreeBSD-  pls give me
> the steps to configure it and make my PC to play some mp3 (audio ) files..
> 
> 

you need the HDA low latency sound drivers which are not in 6.2-RELEASE.
You can either try the binary drivers for 6.x provided by the author
here [http://people.freebsd.org/~ariff/lowlatency/] or update to
6-STABLE (see the handbook for details.)


Vince

> I will be very thankful to you for your earliest responses becos I spend
> almost 4 days behind this issue ..
> 
> thanks in advance
> dhanesh
> 
> _
> Tried the new MSN Messenger? It’s cool! Download now.
> http://messenger.msn.com/Download/Default.aspx?mkt=en-in
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound and Gigabyte GA-81945P

2007-05-26 Thread דורון ואקנין
Hello

I put vista in my computer and the voice didn’t work help my what can I do.

I have motherboard ga-81945p.

Thenks for your help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound died after an upgrade

2006-05-19 Thread David LeCount
I was upgrading something in my ports tree (I can't
remember what now) when this problem arised. Any time
I try to play anything with audio, the player will
just freeze. It's not locked up, because I can stop
it. In XMMS for instance, I just hit the stop button.
But while it's playing, the time doesn't change, the
spectrum analyzer doesn't dance, there's no sound from
the speakers, etc. I unloaded and reloaded the kernel
module, but no luck. I have updated my ports tree and
recompiled everything except for a few programs that
have nothing to do with sound. I've also done the same
with my kernel and world. I can't pinpoint the problem
at all. I'm tired of using my laptop for sound, so if
anyone has any suggestions, I'd greatly appreciate it. 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Problem in KDE

2006-06-02 Thread Duane Whitty
On Fri, Jun 02, 2006 at 07:50:57PM -0400, Gerard E. Seibert wrote:
> Upon completion of a fresh installation of KDE on FreeBSD 6.1, I have been 
> unable to get the sound to work correctly in KDE. Upon starting up of KDE, 
> this error message is displayed:
> 
> Sound server informational message:
> Error while initializing the sound driver:
> device /dev/dsp can't be opened (Device busy)
> The sound server will continue, using the null output device.
> 
> I have tried rebooting the system, but the problem remains. since KDE did 
> work with FSBD 5.4 on this PC, I am not sure what the problem might me.
> 
> 
Hi,

I recently had a similar problem in KDE.  The way
I tracked it down was to fstat|grep dsp in order
to see what had the device file open.

What prompted
this was I had been running skype and, after being
disconnected, I was unable to reconnect.  It turned
out that konqueror had grabbed the device when I played
a media file and hadn't released it afterward.

Hope this helps,

Duane Whitty
-- 
[EMAIL PROTECTED]

> -- 
> Gerard Seibert
> [EMAIL PROTECTED]
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sound Problem in KDE

2006-06-02 Thread Nicolas Blais
On Friday 02 June 2006 19:50, Gerard E. Seibert wrote:
> Upon completion of a fresh installation of KDE on FreeBSD 6.1, I have been
> unable to get the sound to work correctly in KDE. Upon starting up of KDE,
> this error message is displayed:
>
> Sound server informational message:
> Error while initializing the sound driver:
> device /dev/dsp can't be opened (Device busy)
> The sound server will continue, using the null output device.
>
> I have tried rebooting the system, but the problem remains. since KDE did
> work with FSBD 5.4 on this PC, I am not sure what the problem might me.

You haven't provided a lot of information (sound card, dmesg etc...) but try 
this:

Add this in your /etc/sysctl.conf file:
hw.snd.pcm0.vchans=4
hw.snd.maxautovchans=4

Nicolas.

-- 
FreeBSD 7.0-CURRENT #0: Sat May 27 11:58:25 EDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc


pgp8VBTIBO32j.pgp
Description: PGP signature


AC97 sound card on 6.1

2006-06-05 Thread Dave

Hello,
   I'm atempting to get an integrated AC97 sound card working under 6.1. I 
know this card works, loading the snd_driver module finds it, but i do not 
know which actual module works it over. I'd rather not have to load 26 sound 
modules just the ones i actually need. I've checked /boot/kernel/snd* but 
didn't find anything AC97 and googling showed that others had asked, but no 
clear answer. If anyone has this going i'd appreciate hearing about it, and 
also any difficulties with quality or getting applications going.

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emachines speakers no sound

2006-12-27 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Charles Hickman wrote:
> I'm having trouble with the speakers it is hook up with my computer. And it 
> said it is not. And it say there is no audio device.Can you help us with the 
> speakers W3107

If you haven't setup sound on your FreeBSD machine, refer to this
section of the handbook:
<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html>.

Otherwise, feel free to attach or link a copy of your kernel config so
we can have a look at it.

- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFkzRZEnKyINQw/HARAh/uAJwKBggTALdUrgrbZG80NS+96/sWkgCgiDok
1JvhnsFPK0G/NbTv/+amCWk=
=GbvO
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emachines speakers no sound

2006-12-27 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Garrett Cooper wrote:
> Charles Hickman wrote:
>> I'm having trouble with the speakers it is hook up with my computer. And it 
>> said it is not. And it say there is no audio device.Can you help us with the 
>> speakers W3107
> 
> If you haven't setup sound on your FreeBSD machine, refer to this
> section of the handbook:
> <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html>.
> 
> Otherwise, feel free to attach or link a copy of your kernel config so
> we can have a look at it.
> 
> -Garrett

Another thing.. could you provide your pciconf -lv output as well?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFkzYFEnKyINQw/HARAnbVAJ4kaxq8xETXI0iD9MVpeSGVpBuF/wCgpsvk
IqKYjDp7LXIeEL43iNtOIbo=
=sjNu
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound card that works?

2005-07-27 Thread Garrett Cooper

Vulpes Velox wrote:


On Wed, 27 Jul 2005 17:03:53 -0700
Julian Elischer <[EMAIL PROTECTED]> wrote:

 


I need to buy 30 soundcards that can be accessed from FreeBSD
does someone know of a currently available basic sound card
(an original soundblaster would do if I could still get them) that
has good support from freeBSD. I guess full duplex would be
a requirement but anything that can do that..
   



check out the emu10k1 driver

you may want to look into OSS as well
 

Anything that's compatible with the csa freebsd driver is good to get 
(cs42xx/cs46xx compatible in ALSA/OSS). Some cards are of course the 
older soundblasters, as well as the turtle beach cards (made by 
Voyetra). As suggested before, there're also the SB Live! (emu10k1) 
cards which are fairly universally supported as well.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound vs. PCIX bus

2005-08-03 Thread Emanuel Haupt
> Can anyone recommend a sound card for the PCIX bus?
> 
>  or
> 
> Can anyone recommend a USB or otherwise attached sound card?
> 
>  or
> 
> Some other way I can use mpg123 to make a lot of noise when
> my server needs some attention.

i could recommend a solution that doesn't even require a soundcard to be
notified with a lot of noise.

have a look at audio/yell (in the ports tree). it can play a short tune
on your pc speaker.

cheers,
emanuel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound vs. PCIX bus

2005-08-03 Thread Dan Nelson
In the last episode (Aug 03), Emanuel Haupt said:
> > Can anyone recommend a sound card for the PCIX bus?
> >  or
> > Can anyone recommend a USB or otherwise attached sound card?
> >  or
> > Some other way I can use mpg123 to make a lot of noise when
> > my server needs some attention.
> 
> i could recommend a solution that doesn't even require a soundcard to
> be notified with a lot of noise.
> 
> have a look at audio/yell (in the ports tree). it can play a short
> tune on your pc speaker.

A much simpler version that doesn't require a port:

#! /bin/sh
echo "t208a+b~a+a-~f+f~e-d" > /dev/speaker

I like C-64 style arpeggio in my alert beeps:

echo "l64cdcdcd" > /dev/speaker
echo "l64 /dev/speaker

You could also use the spkrtest program to play some long tunes.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound vs. PCIX bus

2005-08-04 Thread Nikolas Britton
On 8/3/05, hal <[EMAIL PROTECTED]> wrote:
> Can anyone recommend a sound card for the PCIX bus?
> 

You will not be able to find a sound card that's PCI-X. A 16-bit /
44KHz PCM audio stream is something like 1MB/s and the 32-bit / 33MHz
PCI bus can support 133MB/s. I don't think their will ever be a PCI-X
based sound card You can use a normal PCI card in a PCI-X slot so
just buy an el-cheapo sound can an stick pop it in there We are
talking about PCI-X and not PCI-eXpress, right?

Heres a question for others to answer. How would you setup a sound
alert if for example one of the drives in a RAID 1 failed? This would
be for an ata-mkIII PseudoRAID mirror setup.
And what about email or phone call alert?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound vs. PCIX bus

2005-08-04 Thread Nikolas Britton
On 8/4/05, hal <[EMAIL PROTECTED]> wrote:
> 
> 
> On Aug 4, 2005, at 3:54 AM, Nikolas Britton wrote:
> 
> On 8/3/05, hal <[EMAIL PROTECTED]> wrote: 
> 
> Can anyone recommend a sound card for the PCIX bus?
> 
>  
> 
> You will not be able to find a sound card that's PCI-X. A 16-bit /
> 44KHz PCM audio stream is something like 1MB/s and the 32-bit / 33MHz
> PCI bus can support 133MB/s. I don't think their will ever be a PCI-X
> based sound card You can use a normal PCI card in a PCI-X slot so
> just buy an el-cheapo sound can an stick pop it in there We are
> talking about PCI-X and not PCI-eXpress, right?
>
> I don't know which bus I have for sure, but the card slots have
> a non-removable bridge in them which prevents me from inserting
> the sound card I have.
> 
> BTW others have suggested various schemes for using the internal
> speaker. (THANKS)  I have tried their suggestions and they work.
> Not loud enough of course, but I may be able to solve that.
> 

For the record
Here's what PCI, PCI-X, and PCIe x16 buses look like:
http://www.gamepc.com/labs/view_content.asp?id=xeon64mb&page=4

I also found a sound card that will work in a PCI-X slot and in
FreeBSD. It's a "CREATIVE Sound Blaster Live! 30SB04100 24-bit
96KHz" and it uses the emu10k1 FreeBSD driver (man snd_emu10k1), you
can find it over at newegg.com for $29 + $5 S&H
http://www.newegg.com/Product/Product.asp?Item=N82E16829102177
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Sound Blaster SB0410 vs. 5.4

2005-08-10 Thread hal

Just bought a Creative Labs Sound Blaster SB0410 sound card.

It uses the EMU10K1 chipset.

The hardware notes imply that this card will work with FreeBSD 5.4.

I am using the card in a SuperMicro X5DP8-G2 motherboard PCI-X slot.

Here is what I have tried.

From the snd_emu10k1(4) man page:

In the kernel configuration file:

devicesound
device"snd_emu10k1"

From the sound(4) man page:

In the /boot/device.hints file:

hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"

In the /boot/loader.conf file:

snd_emu10k1_load="YES"

I have tried all the above alone and in various combinations.

cat /dev/sndstat reports no installed devices.

Does anyone know how to make this thing work with FreeBSD 5.4?

hal

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Yet another simple sound question....

2005-08-19 Thread Eric Murphy
I had thought that my Sound Blaster Audigy driver (emu10k1) only supported 2 
channels (or 2 speakers) however upon playin an mp3 today i noticed that I was 
getting sound out of all my speakers includeing my sub.  So how do i adject the 
channels as turning up certain speakers or tuning the sub?


On a side note: anyone else thats useing raid and 6.0 getting random reboots?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sound vs. PCIX bus

2005-08-23 Thread Nikolas Britton
On 8/4/05, Nikolas Britton <[EMAIL PROTECTED]> wrote:

> 
> For the record
> Here's what PCI, PCI-X, and PCIe x16 buses look like:
> http://www.gamepc.com/labs/view_content.asp?id=xeon64mb&page=4
> 
> I also found a sound card that will work in a PCI-X slot and in
> FreeBSD. It's a "CREATIVE Sound Blaster Live! 30SB04100 24-bit
> 96KHz" and it uses the emu10k1 FreeBSD driver (man snd_emu10k1), you
> can find it over at newegg.com for $29 + $5 S&H
> http://www.newegg.com/Product/Product.asp?Item=N82E16829102177
> 

This card uses the Audigy LS chipset and may not be compatible with
FreeBSD, please read this:
http://groups-beta.google.com/group/list.freebsd.questions/browse_thread/thread/a1367374078d039a
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


grab video and sound bktr

2005-09-10 Thread Gunter Wambaugh
I have taken on the task of converting my Father's old VHS tapes to  
DVD.   I have connected my VCR to my Hauppauge card.  I can watch a  
tape and hear sound with fxtv, but when I try to record with nuvrec,  
ffmpeg, or transcode, I get no sound whatsoever.  I have tried  
several variations of each command (as root too).  I have googled and  
I have searched the mailing lists but nothing helps.  Can someone  
here help me out?


FreeBSD 5.4-RELEASE-p7 #1: Sat Sep 10 10:34:31 CDT 2005

bktr0:  mem 0x8610-0x86100fff irq 17 at device 9.0  
on pci0

bktr0: Hauppauge Model 44371 D123
bktr0: Detected a MSP3435G-B6 at 0x80
bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, msp3400c  
stereo, remote control.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Skipping/Stuttering Sound in XMMS

2005-09-18 Thread John Do
Does anyone know why the sound skips and often
stutters in XMMS?

I don't seem to have this problem in other random
media players in FreeBSD.

I'm also wondering why it won't show MIDI support even
though it is detected for PCM sound.  I have an old
Soundblaster Live Card

Thanks for your help guys

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


<    2   3   4   5   6   7   8   9   10   11   >