Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Boris Samorodov
On Sat, 16 Apr 2011 09:42:38 +0700 Erich Dollansky wrote:
 On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote:

  Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't 
  work on FreeBSD 8.2. I tried to follow the manual and loaded all sound 
  card drivers
  
  # kldload snd_driver

 this will never work.

Works fine. Maybe not the best solution for everyone (I use it for
diskless stations).

-- 
WBR, bsam
___
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 card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Erik Trulsson
On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote:
 Hi,
 
 did you really get no other answer?
 
 On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote:
  Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't 
  work on FreeBSD 8.2. I tried to follow the manual and loaded all sound 
  card drivers
  
  # kldload snd_driver
 
 this will never work.

Yes, it will.  'snd_driver' is a meta-module which depends on, and
therefore will pull in, all the available sound drivers.

(If you don't believe me try checking the output of 'kldstat' before
and after doing 'kldload snd_driver')



-- 
Insert your favourite quote here.
Erik Trulsson
ertr1...@student.uu.se
___
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 card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-16 Thread Erich Dollansky
Hi,

On Saturday 16 April 2011 14:42:43 Erik Trulsson wrote:
 On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote:
   
   # kldload snd_driver
  
  this will never work.
 
 Yes, it will.  'snd_driver' is a meta-module which depends on, and
 therefore will pull in, all the available sound drivers.
 
I have read meanwhile that most hardware is meanwhile supported by this. I 
tried it only a long time and got stuck then with loading directly the driver I 
need without ever bothering about the other options.

Anyway, the original poster seems to have the same problem I have had with my 
hardware those days.

Erich
___
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 card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Erich Dollansky
Hi,

did you really get no other answer?

On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote:
 Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't 
 work on FreeBSD 8.2. I tried to follow the manual and loaded all sound 
 card drivers
 
 # kldload snd_driver

this will never work.

You must load the driver for your sound card. Something like

kldload  snd_hda

You must replace snd_hda by the name of the driver for your card.

Erich
 
 But no driver works:
 
 # cat /dev/sndstat
 FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
 Installed devices:
 
 There is nothing after installed devices. And there is nothing about 
 sound card mentioned in dmesg.
 
 I had the impression non of the drivers recognizes the card, which is:
 
 none1@pci0:0:4:0: class=0x040100 card=0x103b13bd chip=0x545510b9 rev=0x03 
 hdr=0x00
 vendor = 'Acer Labs Incorporated (ALi/ULi)'
 device = 'AC'97 Audio Controller (M1563M Southbridge)'
 class = multimedia
 subclass = audio
 
 
 Search for the chip ID as keyword on google reveals in PC-BSD this 
 keyword is mentioned in their driver database 
 /PCBSD/soundDetect/soundcards.xml
 
 source: http://trac.pcbsd.org/changeset/3018/pcbsd
 
 Somehow this hints PC-BSD recognizes and can configure this sound card.
 
 My question is, if PC-BSD could play using this sound card, a FreeBSD 
 method must not be too far away, right? Can I configure FreeBSD somehow 
 to let a driver recognize and make use of this sound card?
 
 P. S. If it doesn't work, I guess I'll fall back to Windows instead of 
 PC-BSD because I intend to use this machine for playing around and 
 testing GNUStep including its multimedia. The computer has a hard-wired 
 8GB storage which is OK for the purpose, but not enough for PC-BSD.
 
 -- 
 我的博客:
 http://zhangweiwu.ixiezi.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
 
 
___
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 card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Zhang Weiwu, Beijing

On 04/16/2011 10:42 AM, Erich Dollansky wrote:

On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote:

# kldload snd_driver

this will never work.

You must load the driver for your sound card. Something like

kldload  snd_hda


I am confused, because the handbook says the opposite:
http://www.freebsd.org/doc/handbook/sound-setup.html


To use your sound device, you will need to load the proper device driver.


Then:


If you are not sure which driver to use, you may try to load the 
snd_driver module:


#  kldload snd_driver
This is a metadriver loading the most common device drivers at once. 


Even though I wish to use only the right driver, the manual didn't say 
how can I find which driver is the right one except trying with 
snd_driver. It didn't even mention what drivers are there on the system. 
One might expect it at /usr/src/sys/i386/conf/GENERIC but there is 
nothing mentioning sound card.



You must replace snd_hda by the name of the driver for your card.


I'd be glad to try that if you inform me what is the name of the driver 
for my card, or point me way to find this information:)


Thanks for answering my mail!

--
我的博客:
http://zhangweiwu.ixiezi.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: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2

2011-04-15 Thread Erich Dollansky
Hi,

On Saturday 16 April 2011 11:16:39 Zhang Weiwu, Beijing wrote:
 On 04/16/2011 10:42 AM, Erich Dollansky wrote:
  On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote:
  # kldload snd_driver
  this will never work.
 
  You must load the driver for your sound card. Something like
 
  kldload  snd_hda
 
 I am confused, because the handbook says the opposite:
 http://www.freebsd.org/doc/handbook/sound-setup.html
 
the handbook also says:

'Other available loadable sound modules are listed in 
/boot/defaults/loader.conf.'

I simply tried some out. If I remember right, mine was also not listed to work 
but worked with the driver I used as an example for you.

Do not forget, the handbook is not necessarily written by the same person as 
the program.

Erich
___
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 card and freebsd v7.0

2008-09-27 Thread RW
On Sat, 27 Sep 2008 09:44:07 +1000
jonathan michaels [EMAIL PROTECTED] wrote:

 i do not understand this .. i mean i do not understant how freebsd can
 take a drive with the cylinders/heads/sectors that produces xxx
 million sectors that muitiplied by 512 bytes producs 120 gb (real gb)
 solaris also identifies this as a 120 gb drive as do several linux
 distrinutions (centos and ubuntu based).


FreeBSD is reporting it in 1024-based units like memory/storage is
usually reported within OSs - it's just that the use of MiB etc hasn't
really caught on. Manufacturers use decimal units.

It's actually reporting 114440MB rather than the 114GB you mentioned, so
it's a factor of (1000/1024)^2 not (1000/1024)^3. 
___
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 and freebsd v7.0

2008-09-26 Thread Michael Powell
jonathan michaels wrote:

 greetings, freebsd-questions,
 
 i recently got a handme-down box, some sort of hp desktop machine ? not
 sure what it is called, the source was more or less vague about its
 name/configuration ??? i put in a freebsd v7 cd and these bit fell out,
 
 after pluging some speakers there was no sound, i suppose ?no driver
 attached  line explains that one ??
[snip] 
 Sep 26 13:26:46 hostid kernel: pci0: bridge at device 4.3 (no driver
 attached) Sep 26 13:26:46 hostid kernel: csa0:
 CS4280/CS4614/CS4622/CS4624/CS4630 mem
 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0
 Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614)
 Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED] Sep 26 13:26:46 hostid
 kernel: csa0: [ITHREAD] Sep 26 13:26:46 hostid kernel: pcm0: CS461x PCM
 Audio on csa0 Sep 26 13:26:46 hostid kernel: pcm0: Cirrus Logic CS4297
 AC97 Codec Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] Sep 26
 13:26:46 hostid kernel: pcm0: [ITHREAD]
 
[snip]

Theoretically placing snd_csa_load=YES in /boot/loader.conf should enable
this card. If it is loading OK kldstat will show it and you should get
output from cat /dev/sndstat confirming.

[EMAIL PROTECTED]:0:6:0:class=0x040100 card=0x42801013 chip=0x60031013
rev=0x01 hdr=0x00

is matching the #define CS4614_PCI_ID 0x60031013 in the driver code so it
really ought to work. If it doesn't try not loading the acpi module at
boot. But if HP did something really non standard when they wired this up
you could be SOL.

-Mike
 


___
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 and freebsd v7.0

2008-09-26 Thread jonathan michaels
greetings, bernt,

thank you for the help ..

On Fri, Sep 26, 2008 at 08:52:42AM +0200, Bernt Hansson wrote:
 jonathan michaels:
 
  
  Sep 26 13:26:46 hostid kernel: pci0: bridge at device 4.3 (no driver 
  attached)
  Sep 26 13:26:46 hostid kernel: csa0: CS4280/CS4614/CS4622/CS4624/CS4630 
  mem 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0
  Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614)
  Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED]
  Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD]
  Sep 26 13:26:46 hostid kernel: pcm0: CS461x PCM Audio on csa0
  Sep 26 13:26:46 hostid kernel: pcm0: Cirrus Logic CS4297 AC97 Codec
  Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED]
  Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD]
  
  i enabled all teh sound drivers on boot and this is what is in teh
  /var/log/messages said aboutt he sound card.
 
 How did you enable the sounddriver?

after the initial install, i created/editied a /boot/loader.conf.local
file to enable all teh sound drivers to see which one came up as being
the one .. grin.

then, i plan to redit teh /boot/loader.conf.local file to reflect teh
changes, after testing .. i am at teh testing stage .. still smile.

 What is the output of cat /dev/sndstat?

FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
Installed devices:
pcm0: CS461x PCM Audio at irq 10 kld snd_csa [GIANT] (1p:1v/1r:1v channels 
duplex default)

 What is the output of kldstat?

Id Refs AddressSize Name
 1   39 0xc040 906518   kernel
 2   35 0xc0d07000 4a5acsound.ko
 31 0xc0d52000 3730 snd_driver.ko
 42 0xc0d56000 5014 snd_ad1816.ko
 52 0xc0d5c000 56b0 snd_als4000.ko
 62 0xc0d62000 72f8 snd_atiixp.ko
 72 0xc0d6a000 5858 snd_cmi.ko
 82 0xc0d7 5820 snd_cs4281.ko
 93 0xc0d76000 8aec snd_csa.ko
102 0xc0d7f000 b890 snd_ds1.ko
112 0xc0d8b000 14d04snd_emu10kx.ko
122 0xc0da 90b0 snd_envy24.ko
134 0xc0daa000 2a58 snd_spicds.ko
142 0xc0dad000 80c8 snd_envy24ht.ko
152 0xc0db6000 8a5c snd_es137x.ko
162 0xc0dbf000 5ba4 snd_ess.ko
175 0xc0dc5000 4c44 snd_sbc.ko
182 0xc0dca000 4d60 snd_fm801.ko
193 0xc0dcf000 c330 snd_mss.ko
202 0xc0ddc000 14324snd_hda.ko
212 0xc0df1000 6f88 snd_ich.ko
222 0xc0df8000 9220 snd_maestro.ko
232 0xc0e02000 a3c4 snd_maestro3.ko
242 0xc0e0d000 116a0snd_neomagic.ko
252 0xc0e1f000 532c snd_sb16.ko
262 0xc0e25000 4c88 snd_sb8.ko
272 0xc0e2a000 5ef4 snd_solo.ko
282 0xc0e3 5a74 snd_t4dwave.ko
292 0xc0e36000 7f24 snd_via8233.ko
302 0xc0e3e000 4fa8 snd_via82c686.ko
312 0xc0e43000 5bc0 snd_vibes.ko
321 0xc0e49000 6a32cacpi.ko
331 0xc2486000 22000linux.ko
341 0xc26c7000 2000 warp_saver.ko
 
  the drive is a 120 gb hitachi deskstar .. linux (several of teh most
  recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as
  dose solaris v10/v11 but freebsd calls it a 114 gb drive
 
 That's quite simple, freebsd calls it for what it is a 114 Gb disk.

sorry, i am a bit nervious with this v7 installation, i had some real
'issues' with the installation of freebsd v6.2 on my hardware and they
seem to being repeated with this v7 .. i am using the basic sysinstall
tool set that provides a basic installation.

i do not understand this .. i mean i do not understant how freebsd can
take a drive with the cylinders/heads/sectors that produces xxx million
sectors that muitiplied by 512 bytes producs 120 gb (real gb) solaris
also identifies this as a 120 gb drive as do several linux distrinutions
(centos and ubuntu based).

one item i forgot to include that freebsd v7 came back with several
different (with several succesive reboots) free space guesses (no
intervention from me just putting in teh dvd and booting .. in several
machines whose bios' all said that this is a 120 (real) gb drive

could this be a lba confusion/issue between teh drive/bios/freebsd
interpretation ?? it is a term i recall from earlier, when thes
kinds of drives first appeared and casued significant consternations
for everybody not just freebsd. it is a problems as far as i have
several of thes drives to be putting into several 'server' machines
where this kind of freespace 'loss' would become an issue --- hardware
density, as in drivers per terabyte leading to power consumption/space
and heating conciderations in raid arrays (five and ten drive rack)s

this is not a 'real' problem as 95 gb (whats left after install from a
114 gb start point) is more than enough for this boxes task-load. it is
that i find this a bit confusing/interesting, esp given that fresbie
v1.1 aslo sees this as a 120 gb drive ???  just interested in fiding
out what is going on and if this is a pointer to future hardware
mis-identification --- i understand the difference between real
gigabytes and 

Re: sound card and freebsd v7.0

2008-09-26 Thread Ian Smith
On Sat, 27 Sep 2008 09:44:07 +1000 jonathan michaels [EMAIL PROTECTED] wrote:
  On Fri, Sep 26, 2008 at 08:52:42AM +0200, Bernt Hansson wrote:
   jonathan michaels:
   

Sep 26 13:26:46 hostid kernel: pci0: bridge at device 4.3 (no driver 
attached)
Sep 26 13:26:46 hostid kernel: csa0: 
CS4280/CS4614/CS4622/CS4624/CS4630 mem 
0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0
Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614)
Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED]
Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD]
Sep 26 13:26:46 hostid kernel: pcm0: CS461x PCM Audio on csa0
Sep 26 13:26:46 hostid kernel: pcm0: Cirrus Logic CS4297 AC97 Codec
Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED]
Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD]

i enabled all teh sound drivers on boot and this is what is in teh
/var/log/messages said aboutt he sound card.
   
   How did you enable the sounddriver?
  
  after the initial install, i created/editied a /boot/loader.conf.local
  file to enable all teh sound drivers to see which one came up as being
  the one .. grin.
[..]
   What is the output of cat /dev/sndstat?
  
  FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
  Installed devices:
  pcm0: CS461x PCM Audio at irq 10 kld snd_csa [GIANT] (1p:1v/1r:1v channels 
  duplex default)

Right, so you should only need snd_csa_load=YES in /boot/loader.conf, 
assuming you have a GENERIC kernel that already has 'device sound'; if 
not, you may also need sound_load=YES.

If you set 'sysctl hw.snd.verbose=2' manually or have 'hw.snd.verbose=2' 
in /etc/sysctl.conf, you'll get more info out of 'cat /dev/sndstat', 
which someone might need if you're still having problems with sound.

the drive is a 120 gb hitachi deskstar .. linux (several of teh most
recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as
dose solaris v10/v11 but freebsd calls it a 114 gb drive
   
   That's quite simple, freebsd calls it for what it is a 114 Gb disk.
[..]

  i do not understand this .. i mean i do not understant how freebsd can
  take a drive with the cylinders/heads/sectors that produces xxx million
  sectors that muitiplied by 512 bytes producs 120 gb (real gb) solaris
  also identifies this as a 120 gb drive as do several linux distrinutions
  (centos and ubuntu based).

I think you're perhaps referring to what df tells you about free space? 
Remember that UFS reserves, by default, 8% of a slice for system use or 
overcommitment by root.  So a 120GB drive, all allocated to one slice, 
newfs'd, you'd expect df to show you around 110GB.  If you actually fill 
it up, from a root process, you'd see the oft-dreaded '108% capacity' :)

Assuming for example that your disk is /dev/ad0, show us the output of 
'fdisk -s ad0'.  Then, for any slice/s (X) having FreeBSD type 0xa5, 
show result of 'bsdlabel ad0sX'.  The sector maths should then work out.

  could this be a lba confusion/issue between teh drive/bios/freebsd 
  interpretation ?? it is a term i recall from earlier, when thes kinds 
  of drives first appeared and casued significant consternations for 
  everybody not just freebsd. it is a problems as far as i have several 
  of thes drives to be putting into several 'server' machines where 
  this kind of freespace 'loss' would become an issue --- hardware 
  density, as in drivers per terabyte leading to power consumption/space
  and heating conciderations in raid arrays (five and ten drive rack)s

From memory, all disks over ~8GB need LBA addressing.  It's been a long 
while since the LBA vs CHS setup was an issue, which is why on modern 
disks you should always ignore sysinstall's archaic whinging about the 
geometry, and just use what's originally detected, ie leave it alone.

  this is not a 'real' problem as 95 gb (whats left after install from a
  114 gb start point) is more than enough for this boxes task-load. it is
  that i find this a bit confusing/interesting, esp given that fresbie
  v1.1 aslo sees this as a 120 gb drive ???  just interested in fiding
  out what is going on and if this is a pointer to future hardware
  mis-identification --- i understand the difference between real
  gigabytes and marketing department gigabytes

The fdisk and bsdlabel outputs will tell the true story.  If, as you 
suggested earlier, you did enter a different geometry, you might have 
lost some real space, so also show us 'fdisk ad0 | grep cylinders'

cheers, Ian
___
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

2008-06-12 Thread andrew clarke
On Thu 2008-06-12 12:28:06 UTC-0300, Joey Mingrone ([EMAIL PROTECTED]) wrote:

 I'm trying to determine what sound card a notebook has.  There are
 three relevant dmesg lines below, but looking at freebsd's hardware
 notes, I can't tell whether I should use the snd_ich(4) driver for an
 Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
 card.  Any suggestions?

I think the idea is to look at /dev/sndstat:

DING! [EMAIL PROTECTED] [~]cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: Intel ICH2 (82801BA) at io 0xd800, 0xdc40 irq 10 bufsz 16384 kld 
snd_ich (1p/1r/1v channels duplex default)
2:00 [EMAIL PROTECTED] [~]grep snd_ich /boot/loader.conf
snd_ich_load=YES

 %cat /var/run/dmesg.boot| grep pcm
 pcm0: Intel ICH4 (82801DB) port 0xee00-0xeeff,0xe000-0xe03f mem
 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
 pci0
 pcm0: [ITHREAD]
 pcm0: SigmaTel STAC9750/51 AC97 Codec
___
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

2008-06-12 Thread Peter Boosten



Joey Mingrone wrote:

Hi,

I'm trying to determine what sound card a notebook has.  There are
three relevant dmesg lines below, but looking at freebsd's hardware
notes, I can't tell whether I should use the snd_ich(4) driver for an
Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
card.  Any suggestions?


%cat /var/run/dmesg.boot| grep pcm
pcm0: Intel ICH4 (82801DB) port 0xee00-0xeeff,0xe000-0xe03f mem
0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
pci0
pcm0: [ITHREAD]
pcm0: SigmaTel STAC9750/51 AC97 Codec



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

Especially:

If you are not sure which driver to use, you may try to load the 
snd_driver module:


# kldload snd_driver

This is a metadriver loading the most common device drivers at once. 
This speeds up the search for the correct driver.


Peter
--
http://www.boosten.org
___
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

2008-06-12 Thread jeff

Joey,
More than likely snd_ich but best bet is to:
kldunload snd_driver
kldload snd_ich
dmesg
if pcm0 doesn't load then:
kldload snd_hda

Jeff

Hi,

I'm trying to determine what sound card a notebook has.  There are
three relevant dmesg lines below, but looking at freebsd's hardware
notes, I can't tell whether I should use the snd_ich(4) driver for an
Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
card.  Any suggestions?


%cat /var/run/dmesg.boot| grep pcm
pcm0: Intel ICH4 (82801DB) port 0xee00-0xeeff,0xe000-0xe03f mem
0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
pci0
pcm0: [ITHREAD]
pcm0: SigmaTel STAC9750/51 AC97 Codec

Thanks,

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






pgp4zJLF9gg0i.pgp
Description: PGP Digital Signature


Re: sound card

2008-06-12 Thread Joey Mingrone
Thank you all for your replies.  It was snd_ich.

And sorry for the double post to the list.  Despite having the list
option Receive your own posts to the list set, it seems when I send
messages to [EMAIL PROTECTED] I don't get my own copy.  I reread the
mailing list info on the freebsd.org page and it said to send messages
to [EMAIL PROTECTED] so I thought the option to send to
[EMAIL PROTECTED] must have been removed and only to
[EMAIL PROTECTED] must be working now.  Strangely, when I send
to [EMAIL PROTECTED], I get my own copy.

Joey

On Thu, Jun 12, 2008 at 1:45 PM,  [EMAIL PROTECTED] wrote:
 Joey,
 More than likely snd_ich but best bet is to:
 kldunload snd_driver
 kldload snd_ich
 dmesg
 if pcm0 doesn't load then:
 kldload snd_hda

 Jeff

 Hi,

 I'm trying to determine what sound card a notebook has.  There are
 three relevant dmesg lines below, but looking at freebsd's hardware
 notes, I can't tell whether I should use the snd_ich(4) driver for an
 Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel
 card.  Any suggestions?


 %cat /var/run/dmesg.boot| grep pcm
 pcm0: Intel ICH4 (82801DB) port 0xee00-0xeeff,0xe000-0xe03f mem
 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on
 pci0
 pcm0: [ITHREAD]
 pcm0: SigmaTel STAC9750/51 AC97 Codec

 Thanks,

 Joey
 ___
 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 card problem

2008-04-08 Thread Sébastien Morand
Hi,

I don't really ge an anwser to my own question, but I get a solution
to have my sound card working: use OSS and it's automatically
detected. My steps:
- Remove envy24ht from loader.conf
- Install oss (src required)
- Enable oss un rc.conf at boot time

dsp* devices are created, my sound card is dsp or dsp0. It's working
fine and I can manage the sound.

Sébastien

On Sun, Apr 6, 2008 at 8:45 PM, Sébastien Morand [EMAIL PROTECTED] wrote:
 Hi,

  I have a problem using my soundcard:
  I'm not able to hear anything and I can't change the volume :
  [20:39:16] [EMAIL PROTECTED]:~
  Mixer vol  is currently set to  75:75
  Mixer treble   is currently set to   0:0
  Mixer synthis currently set to   0:0
  Mixer pcm  is currently set to  75:75
  Mixer speaker  is currently set to   0:0
  Mixer line is currently set to  75:75
  Mixer mic  is currently set to   0:0
  Mixer cd   is currently set to   0:0
  Mixer mix  is currently set to   0:0
  Recording source: mic
  [20:39:18] [EMAIL PROTECTED]:~
  # mixer speaker 50:50
  Setting the mixer speaker from 0:0 to 50:50.
  mixer: WRITE_MIXER: Device not configured

  Here is my kldstat:
  # kldstat
  Id Refs AddressSize Name
   1   15 0xc040 906518   kernel
   21 0xc0d07000 a634 reiserfs.ko
   31 0xc0d12000 80c8 snd_envy24ht.ko
   43 0xc0d1b000 4a5acsound.ko
   52 0xc0d66000 2a58 snd_spicds.ko
   61 0xc0d69000 6a32cacpi.ko
   71 0xc4c58000 3000 pflog.ko
   81 0xc4c5b000 33000pf.ko
   91 0xc4ce1000 22000linux.ko
  101 0xc4d45000 4000 logo_saver.ko

  The sound is correctly detected:
  # cat /dev/sndstat
  FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
  Installed devices:
  pcm0: Envy24HT audio (Generic) at io 0xa000:32,0xa400:128 irq 18 [GIANT]
 (1p:4v/5r:4v channels duplex default)
  [20:40:43] [EMAIL PROTECTED]:~
  # dmesg | grep pcm0
  pcm0: Envy24HT audio (Generic) port 0xa000-0xa01f,0xa400-0xa47f irq 18 at
 device 6.0 on pci5
  pcm0: [GIANT-LOCKED]
  pcm0: [ITHREAD]
  pcm0: system configuration
  pcm0: unregister: mixer busy

  I don't understand the mixer busy stuff, and I assume it where my problem
 is.
  I can't unload the module:
  kldunload: can't unload file: Device busy

  Hope you will be able to help me

  Sébastien

___
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 Problem

2007-04-04 Thread Christian Walther

On 04/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

dell 4300s with XP
Reinstalled xp, no sound from integrated sound device.


You're kidding, right?
Why do you think you'll get help for WinXP issues on this list?



Thanks for assistance's

___
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 Problem

2007-04-04 Thread Nagy László Zsolt

[EMAIL PROTECTED] írta:

dell 4300s with XP
Reinstalled xp, no sound from integrated sound device.
  
Do you mean Windows XP? It is a mailing list for FreeBSD. Anyway, it 
took about 3 minutes to find this with google:


http://members.driverguide.com/driver/detail.php?driverid=123410

(Yes, you need to register...)


 Laszlo

___
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 Problem

2007-01-13 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Derrick Edwards wrote:
   All,
 I upgraded to the lastest version of RELENG_6 and now my onboard sound does 
 not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did 
 something change that I should be aware of. I rebuilt system again just to 
 verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see 
 it now. Please help and thanks for your assistance.
 
 v/r
 Derrick
 
 FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007
 
 focus# pciconf -lv
 [EMAIL PROTECTED]:0:0:  class=0x06 card=0x25608086 chip=0x25608086 
 rev=0x02 
 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=0x02 
 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=0x24c28086 chip=0x24c28086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 
 rev=0x82 hdr=0x01
 vendor   = 'Intel Corporation'
 device   = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub 
 Interface to PCI Bridge'
 class= bridge
 subclass = PCI-PCI
 [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge'
 class= bridge
 subclass = PCI-ISA
 [EMAIL PROTECTED]:31:1:  class=0x01018a card=0x24c28086 chip=0x24cb8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller'
 class= mass storage
 subclass = ATA
 [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
 class= serial bus
 subclass = SMBus
 [EMAIL PROTECTED]:1:0:   class=0x03 card=0x chip=0x032210de 
 rev=0xa1 hdr=0x00
 vendor   = 'NVIDIA Corporation'
 device   = 'GeForce FX 5200 [NV34.3]'
 class= display
 subclass = VGA
 [EMAIL PROTECTED]:6:0:   class=0x010400 card=0x00011103 chip=0x00071103 
 rev=0x01 hdr=0x00
 vendor   = 'HighPoint Technologies Inc'
 device   = 'HPT371/N UDMA/ATA133 EIDE Controller'
 class= mass storage
 subclass = RAID
 [EMAIL PROTECTED]:7:0:   class=0x02 card=0x82120291 chip=0x91021282 
 rev=0x40 
 hdr=0x00
 vendor   = 'Davicom Semiconductor Inc.'
 device   = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter'
 class= network
 subclass = ethernet

Did you read /usr/src/UPDATING yet?
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFqbMrEnKyINQw/HARAhU6AKCW6EGdfGsmGsqXxD+hfJutRrvYDQCcDepr
lmEUnJ/PCx5mN8iBJb9DWDo=
=7SpO
-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 Problem

2007-01-13 Thread Dak Ghatikachalam

Derrick

For most of  the sound problems, I have got fixed reading the handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html


may give you enough insigt to fix most problems

Best regards
DAk

On 1/13/07, Garrett Cooper [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Derrick Edwards wrote:
   All,
 I upgraded to the lastest version of RELENG_6 and now my onboard sound
does
 not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did
 something change that I should be aware of. I rebuilt system again just
to
 verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to
see
 it now. Please help and thanks for your assistance.

 v/r
 Derrick

 FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007

 focus# pciconf -lv
 [EMAIL PROTECTED]:0:0:  class=0x06 card=0x25608086 chip=0x25608086 
rev=0x02
 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=0x02
 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=0x24c28086 chip=0x24c28086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI
Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI
Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI
Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI
Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086
 rev=0x82 hdr=0x01
 vendor   = 'Intel Corporation'
 device   = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB
Hub
 Interface to PCI Bridge'
 class= bridge
 subclass = PCI-PCI
 [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge'
 class= bridge
 subclass = PCI-ISA
 [EMAIL PROTECTED]:31:1:  class=0x01018a card=0x24c28086 chip=0x24cb8086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller'
 class= mass storage
 subclass = ATA
 [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
 class= serial bus
 subclass = SMBus
 [EMAIL PROTECTED]:1:0:   class=0x03 card=0x chip=0x032210de
 rev=0xa1 hdr=0x00
 vendor   = 'NVIDIA Corporation'
 device   = 'GeForce FX 5200 [NV34.3]'
 class= display
 subclass = VGA
 [EMAIL PROTECTED]:6:0:   class=0x010400 card=0x00011103 chip=0x00071103
 rev=0x01 hdr=0x00
 vendor   = 'HighPoint Technologies Inc'
 device   = 'HPT371/N UDMA/ATA133 EIDE Controller'
 class= mass storage
 subclass = RAID
 [EMAIL PROTECTED]:7:0:   class=0x02 card=0x82120291 chip=0x91021282 
rev=0x40
 hdr=0x00
 vendor   = 'Davicom Semiconductor Inc.'
 device   = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter'
 class= network
 subclass = ethernet

Did you read /usr/src/UPDATING yet?
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFqbMrEnKyINQw/HARAhU6AKCW6EGdfGsmGsqXxD+hfJutRrvYDQCcDepr
lmEUnJ/PCx5mN8iBJb9DWDo=
=7SpO
-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]


___
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 Problem

2007-01-13 Thread Chris
Derrick Edwards wrote:
   All,
 I upgraded to the lastest version of RELENG_6 and now my onboard sound does 
 not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did 
 something change that I should be aware of. I rebuilt system again just to 
 verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see 
 it now. Please help and thanks for your assistance.
 
 v/r
 Derrick
 
 FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007
 
 focus# pciconf -lv
 [EMAIL PROTECTED]:0:0:  class=0x06 card=0x25608086 chip=0x25608086 
 rev=0x02 
 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=0x02 
 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=0x24c28086 chip=0x24c28086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 
 rev=0x82 hdr=0x01
 vendor   = 'Intel Corporation'
 device   = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub 
 Interface to PCI Bridge'
 class= bridge
 subclass = PCI-PCI
 [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge'
 class= bridge
 subclass = PCI-ISA
 [EMAIL PROTECTED]:31:1:  class=0x01018a card=0x24c28086 chip=0x24cb8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller'
 class= mass storage
 subclass = ATA
 [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller'
 class= serial bus
 subclass = SMBus
 [EMAIL PROTECTED]:1:0:   class=0x03 card=0x chip=0x032210de 
 rev=0xa1 hdr=0x00
 vendor   = 'NVIDIA Corporation'
 device   = 'GeForce FX 5200 [NV34.3]'
 class= display
 subclass = VGA
 [EMAIL PROTECTED]:6:0:   class=0x010400 card=0x00011103 chip=0x00071103 
 rev=0x01 hdr=0x00
 vendor   = 'HighPoint Technologies Inc'
 device   = 'HPT371/N UDMA/ATA133 EIDE Controller'
 class= mass storage
 subclass = RAID
 [EMAIL PROTECTED]:7:0:   class=0x02 card=0x82120291 chip=0x91021282 
 rev=0x40 
 hdr=0x00
 vendor   = 'Davicom Semiconductor Inc.'
 device   = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter'
 class= network
 subclass = ethernet
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 

For my Intel High-Def sound card, I used the OSS drivers.
http://www.4front-tech.com/oss.html

Supper easy install, and works well for me.

-- 
Best regards,
Chris

No matter what happens, there is always somebody
who knew that it would.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Sound Card Recommendations

2005-11-19 Thread Mark Kane
Allen D. Tate wrote:
 Hello All,
 
 I have a PC with a built in SoundMax audio card that I have disabled in
 the BIOS because everything I have read to date is that they just don't
 work with FreeBSD. For those of you who have working sound cards, would
 you mind sharing the brand name and letting me know how difficult it
 was to get the drivers installed  configured? BTW, I'm running FreeBSD
 6.0.
 
 Thanks in advance,
 Allen D. Tate

Hi Allen.

I have had generally pretty good luck with the Sound Blaster cards from
Creative. I'm not a huge fan of their hardware or their company, but so
far it has worked great with FreeBSD.

I currently have 4 systems with sound:

- Sound Blaster Augidy 2 Platinum (FreeBSD 5.4-RELEASE amd64)
- VIA VT8235 Onboard Sound (FreeBSD 5.4-STABLE i386)
- Sound Blaster Live (FreeBSD 5.4-RELEASE i386)
- Integrated VIA sound on laptop (FreeBSD 6.0-RC1 i386)

A list of supported cards can be found here:

http://www.freebsd.org/releases/6.0R/hardware-i386.html#SOUND

As well as how to get them working:

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

The sound setup is real easy. I usually load the snd_driver kernel
module to find out what driver is necessary, and then if it's a fairly
fast system I'll compile that into the kernel as described in the
handbook. If it's a slower machine that I won't be recompiling the
kernel anyway, then I'll just leave the module loaded and use that.

-Mark

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)


signature.asc
Description: OpenPGP digital signature


Re: Sound card drivers

2005-08-19 Thread Andrew P.
Andrew P. wrote this in December 2004:
 I grepped sysctl list and found hw.snd.pcm0.spdif_enabled
 switch, but when I change it 0-1, the sound disappears
 (both analog and digital outputs are silent). I tried
 to play with other hw.snd switches, changed mixer levels
 and recsrc, searched the net for a few hours - but nothing
 came up. People hack into sound drivers in cases like mine,
 but I'm too lame for that yet.
 
 Anyways, after loading snd_driver dmesg says
 pcm0: VIA VT8237 ...
 pcm0: [GIANT-LOCKED]
 pcm0: Avance Logic ALC658 AC97 Codec
 
 Motherboard manual says it's a Realtek ALC658 CODEC (UAJ)
 and the chip itself says Realtek. Has anybody tried to
 make spdif out work on this mother?

Hi!

I just wanted to let you guys know that OSS drivers worked
great for me. Now I can use my hardware spdif/ac3/dts decoder
and watch my favorite movies with breath-taking sound - under
my favorite OS. I guess I'm staying with FreeBSD for good.

Note that OSS is free for home use now. I'd say we should
draw some attention of the FreeBSD community to this fine
solution - as it adds support for tens of pieces of sound hardware.

Andrew P.

P.S.: I've always known that mplayer was a great tool, but
it turns out you can't ever overestimate it. I tried 30-50
video players for windows - and had some problems with
each and everyone of them (lack of caching, decoding
problems, DirectX issues, you name it...) I change to
FreeBSD, try the first player on my mind (mplayer) -
and instead of much anticipated issues (c'mon, DivX
and DTS playback on Unix? Give it up!) - I get instant
and flawless playback. I'm touched :-)
___
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 card support

2005-05-12 Thread Erik Trulsson
On Thu, May 12, 2005 at 03:06:12AM -0400, Ionel wrote:
 
 Hello,
 I have an Yamaha OPL3SA2 sound card, isa-pnp.
 I had last year installed FreeBSD 5.2.1, and my sound card was supported, I 
 had to add device pcm in the kernel configuration file.
 Now I installed FreeBSD 5.4, and I can't make my sound card to work.
 device pcm is unrecognised, device sound doesn't see my card,
 and Opl3sa2 is not on the hardware list.
 Question:
 Is there a way by which I can make my sound card work, or should I revert to 
 FreeBSD 5.2.1 ?
 In this second case... are the FreeBSD ports packages still kept on the ftp 
 sites ?
 

If it worked on 5.2.1 it should still work - I don't think any audio
drivers have been removed since then.
You probably need to add some specific sound driver in addition to 'device
sound'
Try using kldload to load each of the snd_* kernel modules and see which
one recognises your sound card - then you can add that device to your
kernel config. 


-- 
Insert your favourite quote here.
Erik Trulsson
[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 card drivers

2004-12-10 Thread Andrew
(uuu) pwd
/usr/src
(uuu) grep ALC658 sys/dev/sound/pcm/ac97.c
{ 0x414c4780, 0x0f, 0, ALC658,0 },

so, besides I do not know about deep thinks you
detailed below, it seems there is some hope...

Yep, thanks for advice! my ALC658 soundcard worked
great on FreeBSD/x86.

Is it somehow possible to turn on spdif output
on the soundcard? Tuning all available mixer entries
to 100:100 doesn't help. In windows version, there's
no spdif/out level, just a flag (on or off) and two
optional flags (sample rate and pass-through/digital
/analog/off mode). I need digital output very much.

 An interesting mail sent about s/pdif support of
 FreeBSD can be read at: http://lists.freebsd.org/
 pipermail/freebsd-multimedia/2004-March/000921.html

 It seems that there is driver-specific sysctl values;
 if the driver is loaded it should add some of them,
 which can be listed using sysctl -a then greping for
 pcm, or just seeking for info by eye.

I grepped sysctl list and found hw.snd.pcm0.spdif_enabled
switch, but when I change it 0-1, the sound disappears
(both analog and digital outputs are silent). I tried
to play with other hw.snd switches, changed mixer levels
and recsrc, searched the net for a few hours - but nothing
came up. People hack into sound drivers in cases like mine,
but I'm too lame for that yet.

Anyways, after loading snd_driver dmesg says
pcm0: VIA VT8237 ...
pcm0: [GIANT-LOCKED]
pcm0: Avance Logic ALC658 AC97 Codec

Motherboard manual says it's a Realtek ALC658 CODEC (UAJ)
and the chip itself says Realtek. Has anybody tried to
make spdif out work on this mother?

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


Re: Sound card drivers

2004-12-09 Thread Joshua Lokken
On Thu, 09 Dec 2004 13:22:31 +0300, Andrew [EMAIL PROTECTED] wrote:
 
 I need a nice soundcard with a fully functional S/PDIF coaxial and optical 
 outputs, that can send unencoded 44.1kHz, 48kHz and encoded AC3 and DTS

You can look here:

http://www.freebsd.org/releases/5.3R/hardware-amd64.html#AUDIO

and see if any of the supported cards fit the description
you posted.

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


Re: Sound Card Volume isn't adjustable (Sis 7012/snd_ich)

2004-10-29 Thread Ariff Abdullah


On Fri, 29 Oct 2004 12:14:45 -0600
Jason Sheets [EMAIL PROTECTED] wrote:
 Hello everyone,
 
 I'm having trouble controlling the sound level of my sound card,
 specifically volume adjustments using mixer and other volume control
 tools don't change the actual volume. 
 
 For example when playing a MP3 at 1% volume the sound is unbearably
 loud and moving the volume to 100% doesn't affect the volume, at 0%
 there is no sound.
 
 I have tried using mixer with no -f argument and also tried
 adjusting the volume for each dsp entry in /dev with no effect.
 
 Configuration:
 
 OS: 5.3-RC1 FreeBSD 5.3-RC1 #2: Fri Oct 29 10:30:21 MDT 2004
 Sound Card: ASuS P48SX onboard audio
 
 Driver: snd_ich, sound card detected as SiS 7012, driver loaded via
 kldload
 
 dmesg:
 
 pcm0: SiS 7012 port 0x9000-0x907f,0x9400-0x94ff irq 18 at device
 2.7 on pci0
 pcm0: [GIANT-LOCKED]
 pcm0: C-Media Electronics CMI9739 AC97 Codec
 
 kldstat
 
  1   12 0xc040 4ffbe4   kernel
  2   14 0xc090 537f0acpi.ko
  31 0xc1c67000 5000 linprocfs.ko
  41 0xc1c7 17000linux.ko
  51 0xc1e36000 5000 snd_ich.ko
  61 0xc1e3b000 18000sound.ko
 
 cat /dev/sndstat
 
 FreeBSD Audio Driver (newpcm)
 Installed devices:
 pcm0: SiS 7012 at io 0x9400, 0x9000 irq 18 bufsz 16384 kld snd_ich
 (1p/1r/2v channels duplex default)
 [pcm0:play:0]: spd 44100/48000, fmt 0x1010, flags
 0x3020, 0x0010
 interrupts 45586, underruns 7126, ready 0
 {userland} - feeder_vchan_s16(0x1010) -
 feeder_rate(44100
 - 48000) - {hardware}
 [pcm0:record:0]: spd 48000, fmt 0x0008/0x1010, flags
 0x, 0x
 interrupts 0, overruns 0, hfree 16384, sfree 131072
 {hardware} - feeder_root(0x1010) -
 feeder_sign16le(0x1010 - 0x1080) -
 feeder_stereotomono16(0x1080 - 0x0080) -
 feeder_16leto8(0x0080 - 0x0008) - {userland}
 pcm0:play:0[pcm0:virtual:0]: spd 32000/48000, fmt
 0x0010/0x1010, flags 0x10003030, 0x0010, pid 34433
 interrupts 0, underruns 0, ready 65536
 {userland} - feeder_root(0x0010) -
 feeder_monotostereo16(0x0010 - 0x1010) - feeder_rate(32000
 - 48000) - {hardware}
 pcm0:play:0[pcm0:virtual:1]: spd 8000/48000, fmt
 0x0008/0x1010, flags 0x1000, 0x0010
 interrupts 0, underruns 0, ready 0
 {userland} - feeder_root(0x0008) -
 feeder_sign8(0x0008
 - 0x0040) - feeder_monotostereo8(0x0040 - 0x1040) -
 feeder_8to16le(0x1040- 0x1010) - feeder_rate(8000 -
 48000) -{hardware}
 
 File Versions:
 $FreeBSD: src/sys/dev/sound/pci/ich.c,v 1.42.2.2 2004/10/07 18:38:55
 ps Exp $
 $FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.2 2003/09/07
 16:28:02 cg Exp $
 $FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.16 2004/01/28 08:02:15
 truckman Exp $
 $FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.2 2003/08/21
 15:44:55 orion Exp $
 $FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.32 2003/09/07 16:28:03
 cg Exp $
 $FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.92 2004/07/16 03:59:09
 tanimura Exp $
 $FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.13 2003/09/07 16:28:03 cg
 Exp$
 $FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.17.2.1 2004/09/14
 06:43:46 truckman Exp $
 $FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.77 2004/07/02 15:31:44
 netchild Exp $
 $FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.40 2004/06/25 16:34:33
 josef Exp $
 $FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.51 2004/05/08 03:41:40
 sanpei Exp $
 $FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.10 2003/04/20
 17:08:56 orion Exp $
 $FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.97 2004/02/28 19:47:02
 truckman Exp $
 $FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.13 2003/09/07
 16:28:03 cg Exp $
 $FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.23 2004/04/29 02:51:59
 green Exp $
 

Try this patch:
  http://staff.mybsd.org.my/skywizard/FreeBSD/ac97.c.diff

--

Ariff Abdullah
MyBSD

http://www.MyBSD.org.my (IPv6/IPv4)
http://staff.MyBSD.org.my (IPv6/IPv4)
http://tomoyo.MyBSD.org.my (IPv6/IPv4)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound-card // dsp1

2004-07-06 Thread Hugo Silva
I have 4 vchans, but this won't help. Both Enemy Territory and teamSpeak
will put dsp0(.x*) in playback/recording, and this isn't possible. I need
either a dsp1 device or a way to make enemy territory launch in playback
only.

Is there a way to create the dsp1 device?

Regards


 On Sat, 3 Jul 2004 23:48:24 - (GMT), Hugo Silva [EMAIL PROTECTED]
 wrote:
 Hi,

 I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9

 I've tried:
 [EMAIL PROTECTED]:/dev]# mknod /dev/dsp1 c 30 0x0013
 mknod: /dev/dsp1: No such file or directory

 but no luck.. I need this device because I need to use two programs who
 will put dsp device in r/w. So the second will always fail. The only way
 I
 see to fix this is creating a dsp1 device, make the first program use
 /dev/dsp and the second use /dev/dsp1 ...

 According to some old post I remember on this list, you can use
 /dev/dsp0.0 and /dev/dsp0.1 as two separate devices. Hope that helps

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



-- 
www.6s-gaming.com

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


Re: sound-card // dsp1

2004-07-04 Thread Geert Hendrickx
On Sat, Jul 03, 2004 at 11:48:24PM -, Hugo Silva wrote:
 Hi,
 
 I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9
 
 I've tried:
 [EMAIL PROTECTED]:/dev]# mknod /dev/dsp1 c 30 0x0013
 mknod: /dev/dsp1: No such file or directory
 
 but no luck.. I need this device because I need to use two programs who
 will put dsp device in r/w. So the second will always fail. The only way I
 see to fix this is creating a dsp1 device, make the first program use
 /dev/dsp and the second use /dev/dsp1 ...
 
 Increasing the vchans didn't work, this seems to work only for playback
 (can have xmms,teamspeak,mplayer.. but when I lauch Enemy Territory, it
 will be soundless, because it opens dsp in rw and TeamSpeak already has
 dsp in rw)
 
 Someone suggested using artsdsp, but:
 /data/games/enemy-territory/et.x86: error while loading shared libraries:
 /usr/local/lib/libartsdsp.so.0: ELF file OS ABI invalid
 
 ..
 
 I've been trying to find a way around this for 4 hours now and still
 nothing :-) So, perhaps someone knows the answer to this one ?
 
 Regards

The kernel can mix your sounds, if you use virtual sound channels such
as /dev/dsp0.x .  Check out the sysctl's hw.snd.pcm0.vchans and
hw.snd.maxautovchans.  

If your programs don't access the sound-devices directly, you could also
use something like Esound (ports/audio/esound). 

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


Re: sound-card // dsp1

2004-07-03 Thread Gautam Gopalakrishnan
On Sat, 3 Jul 2004 23:48:24 - (GMT), Hugo Silva [EMAIL PROTECTED] wrote:
 Hi,
 
 I need to create a dsp1 device. I'm running FreeBSD 5.2.1-RELEASE-p9
 
 I've tried:
 [EMAIL PROTECTED]:/dev]# mknod /dev/dsp1 c 30 0x0013
 mknod: /dev/dsp1: No such file or directory
 
 but no luck.. I need this device because I need to use two programs who
 will put dsp device in r/w. So the second will always fail. The only way I
 see to fix this is creating a dsp1 device, make the first program use
 /dev/dsp and the second use /dev/dsp1 ...

According to some old post I remember on this list, you can use
/dev/dsp0.0 and /dev/dsp0.1 as two separate devices. Hope that helps

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


Re: sound card (WAS: FreeBSD 4.10 RELEASE questions)

2004-06-10 Thread Bob Johnson
Message: 8
Date: Wed, 9 Jun 2004 21:55:14 -0400
From: Louis LeBlanc [EMAIL PROTECTED]
Subject: FreeBSD 4.10 RELEASE questions
To: FreeBSD Questions [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Hey everyone.  I have a confusing situation here with the new kernel.
I just upgraded to 4.10, and in the process, decided to get a
moderately updated kernel config.  Particularly, I wanted to try to
get my sound working again.
Here's the thing.  I have the following lines in my kernel config:
device  pcm
[deleted details]
Problem is that I'm not sure if I should have the following:
device  pcm0 at isa? irq 10 drq 1 flags 0x0
Everything after pcm0 is there for the benefit of ISA cards that are 
not PNP-aware.  Your device pcm should be entirely adequate for a PCI 
card that does correct PNP configuration.  It certainly works for me.

Also, if your system doesn't physically have SIO2 or SIO3, you can 
remove those statements (which were in the details I deleted above).

Note that my fxp0 is using irq 10.  Should I just change the irq?
Should I leave it and/or the PNPBIOS line out?
My system shows several unknown devices which are presumably various 
features of the motherboard that I'm not using, so don't be too 
concerned about the unknown device.  PCI devices are assigned IRQs 
dynamically, and you should not need to worry about which device ended 
up on which IRQ as long as it doesn't conflict with an ISA device in 
your system.

If dmesg.boot shows a pcm0 device somewhere then your sound card 
should be working.  E.g.:

# grep pcm0 /var/run/dmesg.boot
pcm0: VIA VT8235 port 0xe000-0xe0ff irq 5 at device 17.5 on pci0
pcm0: Avance Log\M-ic ALC650 AC97 Codec
#
I believe that in 4.10 you still have to do
# cd /dev
# sh MAKEDEV snd0
to populate /dev with the appropriate devices after you get the driver 
loading properly (snd0 is not actually one of them, so don't look for 
it).  I guess you're familiar with that, since you had your sound 
working in the past, but maybe you forgot.  After you've done that, 
something like

# cat /dev/sndstat
should tell you what you ended up with, in its own cryptic way.
To get the PCI card correctly recognized, you may need to play with the 
PNP BIOS setting in your BIOS configuration, although I don't think 
that's your problem in this case.

If your sound card actually is an ISA device, you need to set the IRQ 
and possibly DRQ settings in the config line to what the card is 
expecting.  You may also have to go into your device and reserve that 
IRQ for your ISA device to keep it from being assigned to a PnP device.

I'm sure there's some pertinent details I'm leaving out, so don't
hesitate to let me know what it is.
Thanks for the feedback.
I hope that helps.
Lou
-- Louis LeBlanc [EMAIL PROTECTED] Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org ԿԬ Where are the calculations that go with a calculated risk? 
- Bob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound card (WAS: FreeBSD 4.10 RELEASE questions)

2004-06-10 Thread Louis LeBlanc
On 06/10/04 06:29 PM, Bob Johnson sat at the `puter and typed:
  Message: 8
  Date: Wed, 9 Jun 2004 21:55:14 -0400
  From: Louis LeBlanc [EMAIL PROTECTED]
  Subject: FreeBSD 4.10 RELEASE questions
  To: FreeBSD Questions [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  
  Hey everyone.  I have a confusing situation here with the new kernel.
  
  I just upgraded to 4.10, and in the process, decided to get a
  moderately updated kernel config.  Particularly, I wanted to try to
  get my sound working again.
  
  Here's the thing.  I have the following lines in my kernel config:
  device  pcm
  
 [deleted details]
  Problem is that I'm not sure if I should have the following:
  
  device  pcm0 at isa? irq 10 drq 1 flags 0x0
 
 Everything after pcm0 is there for the benefit of ISA cards that are 
 not PNP-aware.  Your device pcm should be entirely adequate for a PCI 
 card that does correct PNP configuration.  It certainly works for me.
 
 Also, if your system doesn't physically have SIO2 or SIO3, you can 
 remove those statements (which were in the details I deleted above).

Hmm. I'm not seeing any change.  I removed the sio2 and sio3 entries
and eliminated the other unknowns, but pci0 is still not getting
found.

  Note that my fxp0 is using irq 10.  Should I just change the irq?
  Should I leave it and/or the PNPBIOS line out?
  
 
 My system shows several unknown devices which are presumably various 
 features of the motherboard that I'm not using, so don't be too 
 concerned about the unknown device.  PCI devices are assigned IRQs 
 dynamically, and you should not need to worry about which device ended 
 up on which IRQ as long as it doesn't conflict with an ISA device in 
 your system.
 
 If dmesg.boot shows a pcm0 device somewhere then your sound card 
 should be working.  E.g.:
 
 # grep pcm0 /var/run/dmesg.boot
 pcm0: VIA VT8235 port 0xe000-0xe0ff irq 5 at device 17.5 on pci0
 pcm0: Avance Log\M-ic ALC650 AC97 Codec
 #
 
 I believe that in 4.10 you still have to do
 
 # cd /dev
 # sh MAKEDEV snd0
 
 to populate /dev with the appropriate devices after you get the driver 
 loading properly (snd0 is not actually one of them, so don't look for 
 it).  I guess you're familiar with that, since you had your sound 
 working in the past, but maybe you forgot.  After you've done that, 
 something like
 
 # cat /dev/sndstat
 
 should tell you what you ended up with, in its own cryptic way.

Did it, no pcm0 (or even pcm*) in dmesg or /dev.  sndstat tells me the
following:

# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:

And nothing else.

 To get the PCI card correctly recognized, you may need to play with the 
 PNP BIOS setting in your BIOS configuration, although I don't think 
 that's your problem in this case.

The bios setting doesn't really give any options with PNP stuff.  I
though there would be a way to turn off the sound card, but I'm not
finding it.

 If your sound card actually is an ISA device, you need to set the IRQ 
 and possibly DRQ settings in the config line to what the card is 
 expecting.  You may also have to go into your device and reserve that 
 IRQ for your ISA device to keep it from being assigned to a PnP device.

I'm pretty sure it's PCI - it's onboard, so there's not much hope of
pulling it out to read it.

  I'm sure there's some pertinent details I'm leaving out, so don't
  hesitate to let me know what it is.
  
  Thanks for the feedback.
 
 I hope that helps.

Well, not really, but that's probably more a reflection on me than you
:)  I sincerely appreciate your input, but I think this has just gone
past my pain threshold, which gets lower with each passing day - I
ordered a new Dell Shortly after posting the request, and it should be
coming in about 10 days now happydance!.  This system will probably
be retired for awhile until I can get the space to make use of it some
other way.

Thanks again Bob.

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Friends, n.:
  People who know you well, but like you anyway.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound card recommendation needed

2004-05-20 Thread Lucas Holt
I can tell you that audigy cards only work in current.  I don't know if 
the sony phillips digital interface (or whatever) works in freebsd or 
not.  I've never tried.  The opensound commercial drivers may support 
it.

On May 20, 2004, at 9:36 PM, Andy Miller wrote:
Hello all. Im in the market for a new sound card and I'm curious what 
cards
other people may have had success with. I specifically need a SP/DIF 
optical
audio out port. If anyone knows of any card that has a functioning 
SP/DIF port
under FreeBSD, let me know.

--
Andy Miller
Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
'Mmm... forbidden donut'
-- Homer Jay Simpson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound card

2003-11-18 Thread List
Well, Finally i figure this out. By using Kde tool to setup the mixer volume 
was not working. After loading the drivers i changed the vol from the mixer 
vol +60. It worked like charm. Everyone's help was appericiated. 

thanks



On Friday 14 November 2003 08:33 am, [EMAIL PROTECTED] wrote:
 Hi List!

 In essence, it should work - it works on my machine.
 Could you please give us more details about:

 1) your hardware (soundcard type - is it supported?)
 2) if it is supported, did you compile the module in the kernel?
 3) if it is not not compiled in the kernel, did you load the module?

 For question number 3, the magic keyword is kldload (see its manual page).

 I omitted to ask whether the card works (if you have a chance, check with
 another OS on the same machine). Faulty hardware may not get initialized
 properly and will cause the driver to fail.

 Hope it helps
 Olivier

 List écrit:
  Can someone point me to enabling sound on FreeBsd 5.1. Also when i use to
  start my Xsession (startx) computer used to prompt with some message
  about sound. I have suppressed it. How do change the system to get that
  message again.
 
  thanks
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

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

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


Re: Sound card

2003-11-14 Thread ogautherot

Hi List!

In essence, it should work - it works on my machine.
Could you please give us more details about:

1) your hardware (soundcard type - is it supported?)
2) if it is supported, did you compile the module in the kernel?
3) if it is not not compiled in the kernel, did you load the module?

For question number 3, the magic keyword is kldload (see its manual page).

I omitted to ask whether the card works (if you have a chance, check with
another OS on the same machine). Faulty hardware may not get initialized
properly and will cause the driver to fail.

Hope it helps
Olivier



List écrit:

 Can someone point me to enabling sound on FreeBsd 5.1. Also when i use to 
 start my Xsession (startx) computer used to prompt with some message about 
 sound. I have suppressed it. How do change the system to get that message 
 again.
 
 thanks
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



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


Re: Sound card

2003-11-14 Thread Cordula's Web
  Can someone point me to enabling sound on FreeBsd 5.1. Also when i use to 
  start my Xsession (startx) computer used to prompt with some message about 
  sound. I have suppressed it. How do change the system to get that message 
  again.
 
 1) your hardware (soundcard type - is it supported?)
 2) if it is supported, did you compile the module in the kernel?
 3) if it is not not compiled in the kernel, did you load the module?
 
 For question number 3, the magic keyword is kldload (see its manual page).

# kldload snd

will generally do what you want (load the correct driver).

 I omitted to ask whether the card works (if you have a chance, check with
 another OS on the same machine). Faulty hardware may not get initialized
 properly and will cause the driver to fail.

Right. What does 'dmesg' say abount sound cards/chipsets?
You could also run 'pciconf -lv' (as root) and see if your
card is recognized.

Good luck.

-- 
Cordula's Web. http://www.cordula.ws/

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


Re: Sound card

2003-11-14 Thread List
On Friday 14 November 2003 10:43 am, Cordula's Web wrote:
   Can someone point me to enabling sound on FreeBsd 5.1. Also when i use
   to start my Xsession (startx) computer used to prompt with some message
   about sound. I have suppressed it. How do change the system to get that
   message again.
 
  1) your hardware (soundcard type - is it supported?)
  2) if it is supported, did you compile the module in the kernel?
  3) if it is not not compiled in the kernel, did you load the module?
 
  For question number 3, the magic keyword is kldload (see its manual
  page).

 # kldload snd

 will generally do what you want (load the correct driver).

  I omitted to ask whether the card works (if you have a chance, check with
  another OS on the same machine). Faulty hardware may not get initialized
  properly and will cause the driver to fail.

 Right. What does 'dmesg' say abount sound cards/chipsets?
 You could also run 'pciconf -lv' (as root) and see if your
 card is recognized.

 Good luck.

I have not complied the kernel but here is the picconf. Should i complie the 
kernel and then do picconf? I do not see the sound card in here. thanks for 
the quick reply.

[EMAIL PROTECTED]:0:0:  class=0x06 card=0x chip=0x71908086 rev=0x02 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x71918086 rev=0x02 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82443BX/ZX 440BX/ZX AGPset PCI-to-PCI bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:7:0: class=0x060100 card=0x chip=0x71108086 rev=0x02 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82371AB/EB/MB PIIX4/4E/4M ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:7:1:   class=0x010180 card=0x chip=0x71118086 
rev=0x01 hdr=0x00
vendor   = 'Intel Corporation'
device   = '82371AB/EB/MB PIIX4/4E/4M IDE Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:7:2: class=0x0c0300 card=0x chip=0x71128086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82371AB/EB/MB PIIX4/4E/4M USB Interface'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:7:3: class=0x068000 card=0x chip=0x71138086 rev=0x02 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82371AB/EB/MB PIIX4/4E/4M Power Management Controller'
class= bridge
subclass = PCI-unknown
[EMAIL PROTECTED]:15:0:class=0x060400 card=0x00dc chip=0x00241011 
rev=0x03 hdr=0x01
vendor   = 'Digital Equipment Corporation'
device   = '21151/2 PCI to PCI Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:17:0:  class=0x02 card=0x00821028 chip=0x905510b7 rev=0x24 
hdr=0x00
vendor   = '3COM Corp, Networking Division'
device   = '3C905B-TX Fast Etherlink 10/100 PCI TX NIC'
class= network
subclass = ethernet
[EMAIL PROTECTED]:0:0: class=0x03 card=0x00821028 chip=0x47421002 rev=0x5c 
hdr=0x00
vendor   = 'ATI Technologies'
device   = 'ATI GTC (GT-C2U2) ATI 3D Rage Pro Turbo AGP 2X'
class= display
subclass = VGA


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


Re: Sound card

2003-11-14 Thread Cordula's Web
 I have not complied the kernel but here is the picconf. Should i complie the 
 kernel and then do picconf? I do not see the sound card in here. thanks for 
 the quick reply.

I don't see a sound card (or a not-recognized card) either.
Could you also try 'pnpinfo' (again as root)?

What was the output of 'kldload snd'? 'kldstat'?

-- 
Cordula's Web. http://www.cordula.ws/

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


Re: Sound card

2003-11-14 Thread List
Here is the output from pnpinfo. How do i complie kldload?

fb# kldstat
Id Refs AddressSize Name
 13 0xc010 5877a4   kernel
 21 0xc0688000 4a30cacpi.ko


b# pnpinfo
Checking for Plug-n-Play devices...

Card assigned CSN #1
Vendor ID CSC6835 (0x3568630e), Serial Number 0x
PnP Version 1.0, Vendor Version 1
Device Description: CS4236B

Logical Device ID: CSC 0x630e #0
Device Description: WSS/SB
TAG Start DF
Good Configuration
DMA: channel(s) 1 3
8-bit, not a bus master, count by byte, , Type A
DMA: channel(s) 0 1 3
8-bit, not a bus master, count by byte, , Type A
IRQ: 5 7 9  - only one type (true/edge)
I/O Range 0x534 .. 0x608, alignment 0xd4, len 0x4
[16-bit addr]
I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4
[16-bit addr]
I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10
[16-bit addr]
TAG Start DF
Acceptable Configuration
DMA: channel(s) 0 1 3
8-bit, not a bus master, count by byte, , Type A
IRQ: 5 7 9 11 12 15  - only one type (true/edge)
I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4
[16-bit addr]
I/O Range 0x388 .. 0x3f0, alignment 0x8, len 0x4
[16-bit addr]
I/O Range 0x220 .. 0x260, alignment 0x10, len 0x10
[16-bit addr]
TAG End DF

Logical Device ID: CSC000f 0x0f00630e #1
Device Description: Game
TAG Start DF
Good Configuration
I/O Range 0x3a0 .. 0x3f8, alignment 0x8, len 0x8
[16-bit addr]
TAG End DF

Logical Device ID: CSC0010 0x1000630e #2
Device Description: Ctrl
I/O Range 0xf00 .. 0xfe8, alignment 0x8, len 0x8
[16-bit addr]

Logical Device ID: CSC0003 0x0300630e #3
Device Description: MPU
TAG Start DF
Good Configuration
I/O Range 0x330 .. 0x3f0, alignment 0x8, len 0x2
[16-bit addr]
TAG End DF
End Tag

Successfully got 31 resources, 4 logical fdevs
-- card select # 0x0001

CSN CSC6835 (0x3568630e), Serial Number 0x

Logical device #0
IO:  0x0534 0x0388 0x0220 0x 0x 0x 0x 0x
IRQ 5 0
DMA 1 0
IO range check 0x00 activate 0x01

Logical device #1
IO:  0x03a0 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #2
IO:  0x0f00 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #3
IO:  0x0330 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01


On Friday 14 November 2003 11:29 am, Cordula's Web wrote:
  I have not complied the kernel but here is the picconf. Should i complie
  the kernel and then do picconf? I do not see the sound card in here.
  thanks for the quick reply.

 I don't see a sound card (or a not-recognized card) either.
 Could you also try 'pnpinfo' (again as root)?

 What was the output of 'kldload snd'? 'kldstat'?

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


Re: Sound card

2003-11-14 Thread List
Also this is on board sound card. That would explain why it is not showing up 
in pciconf, right?

On Friday 14 November 2003 11:29 am, Cordula's Web wrote:
  I have not complied the kernel but here is the picconf. Should i complie
  the kernel and then do picconf? I do not see the sound card in here.
  thanks for the quick reply.

 I don't see a sound card (or a not-recognized card) either.
 Could you also try 'pnpinfo' (again as root)?

 What was the output of 'kldload snd'? 'kldstat'?

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


Re: Sound card

2003-11-14 Thread Cordula's Web
 b# pnpinfo
 Checking for Plug-n-Play devices...
 
 Card assigned CSN #1
 Vendor ID CSC6835 (0x3568630e), Serial Number 0x
 PnP Version 1.0, Vendor Version 1
 Device Description: CS4236B
 
 Logical Device ID: CSC 0x630e #0
 Device Description: WSS/SB

Okay, that's a sound blaster or SB compatible card. Should work
with the pcm(4) driver; perhaps also with sbc(4). You're running
a GENERIC kernel, right?

After kldload snd, have you tried a few sound apps?
Don't forget to set acceptable values for volume and pcm
with the 'mixer' program, if you want to hear something.

 TAG Start DF
 Good Configuration
 DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Type A
 DMA: channel(s) 0 1 3
 8-bit, not a bus master, count by byte, , Type A
 IRQ: 5 7 9  - only one type (true/edge)
 I/O Range 0x534 .. 0x608, alignment 0xd4, len 0x4
 [16-bit addr]
 I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4
 [16-bit addr]
 I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10
 [16-bit addr]
 TAG Start DF
 Acceptable Configuration
 DMA: channel(s) 0 1 3
 8-bit, not a bus master, count by byte, , Type A
 IRQ: 5 7 9 11 12 15  - only one type (true/edge)
 I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4
 [16-bit addr]
 I/O Range 0x388 .. 0x3f0, alignment 0x8, len 0x4
 [16-bit addr]
 I/O Range 0x220 .. 0x260, alignment 0x10, len 0x10
 [16-bit addr]
 TAG End DF



-- 
Cordula's Web. http://www.cordula.ws/

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


Re: Sound card

2003-11-14 Thread Cordula's Web
  I don't see a sound card (or a not-recognized card) either.
  Could you also try 'pnpinfo' (again as root)?

 Also this is on board sound card. That would explain why it is not
 showing up in pciconf, right?

It showed up on pnpinfo, so it was probably not wired on the PCI bus.
Since it's a SoundBlaster compatible card, either pcm(4) or one of
the sb modules:

  $ ls -l /boot/kernel/snd_sb*
  -r-xr-xr-x  1 root  wheel  18141 Nov 14 15:48 /boot/kernel/snd_sb16.ko
  -r-xr-xr-x  1 root  wheel  17296 Nov 14 15:48 /boot/kernel/snd_sb8.ko
  -r-xr-xr-x  1 root  wheel  16370 Nov 14 15:48 /boot/kernel/snd_sbc.ko

should work. Try RTFM:

  $ man 4 pcm
  $ man 4 sbc
  $ man 4 sb16

Good luck.

-- 
Cordula's Web. http://www.cordula.ws/

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


RE: Sound card

2003-10-02 Thread Jarosaw Nozderko
Hi Eric,

 I'm so tired recently that I've made this typo 
writing the posting. It's device, of course, 
not options, my kernel config is OK. 

Following the advice found in the list archive, 
I tried to manually load snd_driver.ko using
kldload - snd_driver.ko loaded snd_maestro3.ko.
I put this command in loader.conf, but nothing
changed.
Then, as someone suggested here, I tried to rebuild
kernel with neither pcm nor sbc and loading
driver manually - it didn't help. 

Again - device pcm in kernel config,
snd_maestro3_load=YES in loader.conf and the
result is:

[EMAIL PROTECTED] jarek] kldstat
Id Refs AddressSize Name
 1   15 0xc010 614554   kernel
 21 0xc0715000 8404 snd_maestro3.ko
 31 0xc071e000 7e40 mac_biba.ko
 41 0xc0726000 503c mac_bsdextended.ko
 51 0xc072c000 7d1c mac_mls.ko
 61 0xc0734000 4a30cacpi.ko
 71 0xc43aa000 18000linux.ko

dmesg:
Preloaded elf module /boot/kernel/snd_maestro3.ko at 
0xc07801f4.

pcm0: OPTi931 at port 0xe8d-0xe8f,0x220-0x22f,0x380-0x38b,
0x534-0x537 irq 5 drq 1,0 on isa0
AD_WAIT_INIT FAILED 1002000 0xff

Every time I got this error and no sound... I realize this 
is probably something obvious...

Regards,
Jarek
 
 -Original Message-
 From: Eric F Crist [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 01, 2003 4:03 PM
 To: Jarosaw Nozderko; [EMAIL PROTECTED]
 Subject: Re: Sound card
 
 
 -BEGIN PGP SIGNED MESSAGE-
 
 Try doing this in your kernel config file:
 
 devicepcm
 
 it's not an 'option'
 
 Eric Crist
 AdTech Integrated Systems, Inc
 (952) 403-9000
 
 On Wednesday 01 October 2003 03:35 am, Jarosaw Nozderko wrote:
  OS:  FreeBSD 5.1-RELEASE
 
  Hi,
 
   I have cheap, ISA sound card recognized as OPTi931. It 
 works without
  problems on Linux (RH 7.3, upgraded kernel 2.4.21 + XFS) with
  the following line in /etc/modules.conf:
 
  options mad16 io=0x530 irq=5 dma=0 dma16=0 mpu_io=0x300 mpu_irq=7
 
  I'd like to make it working under FreeBSD. After reading the
  Handbook, I've tried to use the following entries in
  /boot/device.hints:
 
  hint.sbc.0.at=isa
  hint.sbc.0.port=0x530
  hint.sbc.0.irq=5
  hint.sbc.0.drq=0
 
  or:
 
  hint.pcm.0.at=isa
  hint.pcm.0.irq=5
  hint.pcm.0.drq=0
  hint.pcm.0.flags=0x0
 
  I tried kernel built with both options pcm and options sbc
  as well as with options pcm alone.
 
  I still got the same result:
 
  /var/run/dmesg.boot:
 
  pcm0: OPTi931 at port 
 0xe8d-0xe8f,0x220-0x22f,0x380-0x38b,0x534-0x537 irq
  5 drq 1,0 on isa0
  AD_WAIT_INIT FAILED 1002000 0xff
 
  (Sometimes, depending on options, it may be pcm1 instead of 
 pcm0, but
  error is the same).
 
  When I use pcm options only, I got warning on KDE startup 
 Can't find
  /dev/dsp and when I use sbc options, this warning does not appear.
 
  Shoud I put all options in kernel config file and nothing 
 in device.hints ?
 
  Frankly speaking, I'm not an expert in sound cards, so 
 perhaps this is
  some basic mistake.
 
  Thanks in advance for any help,
  Jarek
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 -BEGIN PGP SIGNATURE-
 Version: 2.6.3ia
 Charset: noconv
 
 iQEVAwUBP3rerphUClck0MTFAQEQDAf7BZVJYiRx63zCVUVY73gY58YRuSaifPI6
 LfvhOgIODmnvx7mp1irAvTKxrLOe7/5EXN0OrYPAd8lzWZyWBzGMITZgAdONfrmX
 IHXaEENjjGIoVohNWQi+aDKTOKmVrgZ9KagBbaSUuokawRg7y15TZsQd1MrpvQ74
 P/RLMdhkkJ/mi7NV3D6Fk5PIwQQ2AfZqERzlzl54k/q2gm3xYGQzW0g6mIauuBTa
 Y+/IOXQC6vV03Vuv52THi/GDOEWTAc/H03Lp5dooTz3GNeau54F0hQmhlziubiWR
 GHVxjQdqtlff2XlUv/wZy6GE6aKlqFHFKiujv7V8+JKx38+6UNSBLg==
 =4GTz
 -END PGP SIGNATURE-
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound card

2003-10-01 Thread Eric F Crist
-BEGIN PGP SIGNED MESSAGE-

Try doing this in your kernel config file:

device  pcm

it's not an 'option'

Eric Crist
AdTech Integrated Systems, Inc
(952) 403-9000

On Wednesday 01 October 2003 03:35 am, Jarosaw Nozderko wrote:
 OS:  FreeBSD 5.1-RELEASE

 Hi,

  I have cheap, ISA sound card recognized as OPTi931. It works without
 problems on Linux (RH 7.3, upgraded kernel 2.4.21 + XFS) with
 the following line in /etc/modules.conf:

 options mad16 io=0x530 irq=5 dma=0 dma16=0 mpu_io=0x300 mpu_irq=7

 I'd like to make it working under FreeBSD. After reading the
 Handbook, I've tried to use the following entries in
 /boot/device.hints:

 hint.sbc.0.at=isa
 hint.sbc.0.port=0x530
 hint.sbc.0.irq=5
 hint.sbc.0.drq=0

 or:

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

 I tried kernel built with both options pcm and options sbc
 as well as with options pcm alone.

 I still got the same result:

 /var/run/dmesg.boot:

 pcm0: OPTi931 at port 0xe8d-0xe8f,0x220-0x22f,0x380-0x38b,0x534-0x537 irq
 5 drq 1,0 on isa0
 AD_WAIT_INIT FAILED 1002000 0xff

 (Sometimes, depending on options, it may be pcm1 instead of pcm0, but
 error is the same).

 When I use pcm options only, I got warning on KDE startup Can't find
 /dev/dsp and when I use sbc options, this warning does not appear.

 Shoud I put all options in kernel config file and nothing in device.hints ?

 Frankly speaking, I'm not an expert in sound cards, so perhaps this is
 some basic mistake.

 Thanks in advance for any help,
 Jarek
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQEVAwUBP3rerphUClck0MTFAQEQDAf7BZVJYiRx63zCVUVY73gY58YRuSaifPI6
LfvhOgIODmnvx7mp1irAvTKxrLOe7/5EXN0OrYPAd8lzWZyWBzGMITZgAdONfrmX
IHXaEENjjGIoVohNWQi+aDKTOKmVrgZ9KagBbaSUuokawRg7y15TZsQd1MrpvQ74
P/RLMdhkkJ/mi7NV3D6Fk5PIwQQ2AfZqERzlzl54k/q2gm3xYGQzW0g6mIauuBTa
Y+/IOXQC6vV03Vuv52THi/GDOEWTAc/H03Lp5dooTz3GNeau54F0hQmhlziubiWR
GHVxjQdqtlff2XlUv/wZy6GE6aKlqFHFKiujv7V8+JKx38+6UNSBLg==
=4GTz
-END PGP SIGNATURE-

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


Re: Sound Card - NOT

2003-09-26 Thread DoubleF
On 26 Sep 2003 13:59:23 +1000 Psyche101 [EMAIL PROTECTED] probably wrote:

 Hiya 
 
 Tried splay, same result. Also ran xmms from an xterm, no errors or
 verbose output of any kind, all seemed smooth. I have found stacks of
 esound dirs on my setup, not sure which one I should be looking at,
 couldn't see one attached to xmms, found and opened the artsd folder I
 could find, but it was some serious stuff, way over my head, couldn't
 read it.Been bopping to hi for a day now,LOL, need some new
 sounds, any other ideas ?
 
 Andrew Kozak
 

Please, try

$ mixer vol 100 pcm 100
$ splay -vvv -d /dev/dsp somefile.mp3

I can't imagine splay not working because it writes directly to the DSP
device (at least 0.9.5.1 does this, and the ports version is 0.9.5.2).
If it doesn't, your system is unimaginably perverted. 

(It's best to try it in single-user, just to be sure...)

HTH
-- DoubleF
The system itself does not do what it says it is doing.


pgp0.pgp
Description: PGP signature


Re: Sound Card - NOT

2003-09-25 Thread Psyche101
Hiya 

Tried splay, same result. Also ran xmms from an xterm, no errors or
verbose output of any kind, all seemed smooth. I have found stacks of
esound dirs on my setup, not sure which one I should be looking at,
couldn't see one attached to xmms, found and opened the artsd folder I
could find, but it was some serious stuff, way over my head, couldn't
read it.Been bopping to hi for a day now,LOL, need some new
sounds, any other ideas ?

Andrew Kozak

On Fri, 2003-09-26 at 06:50, Sergey DoubleF Zaharchenko wrote:
 On 25 Sep 2003 09:12:23 +1000 Psyche101 [EMAIL PROTECTED] probably wrote:
 
  Hiya
  
  Thanks - a little messing around, and some very helpful information from
  Sergey and Danny have got my sound card recognised. Only small problem
  is that hissing sound that you get fromcat /dev/urandom/dev/dsp is
  all I can get (at least it's a sound :~))when running xmms, kaboodle, or
  just the system sounds in control panel. I unplugged the speakers
  (Double checking just in case)and when I tried to run xmms, it said that
  my sound card was configured properly and was working fine (just my luck
  to install a tone deaf xmms version LOL)but it was plugged into the
  wrong outlet - so I put it back, and get the hissing back.
  Any idea what is going on ? The system tell me I have it right, but I
  don't :/
  
 
 Good. The next thing to check is the esound/artsd/whatever is used in
 XMMS. I don't use XMMS, so I can't tell you for sure. Try launching an
 xterm and running XMMS without the '' to read any warning messages that
 may come along. They might be of some help.
 
 At the moment, you may consider using splay, which doesn't have a
 graphics interface, but at least should play normally, as it writes
 directly to /dev/dsp. Of course it's in the ports.
 
 -- 
 DoubleF
 Even water tastes bad when taken on doctors orders.
-- 
I went upstairs and had a smoke, somebody spoke and I went into a
dream...

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


Re: Sound Card NOT

2003-09-24 Thread Psyche101
Hiya 

Thanks - a little messing around, and some very helpful information from
Sergey and Danny have got my sound card recognised. Only small problem 
is that hissing sound that you get fromcat /dev/urandom/dev/dsp is 
all I can get (at least it's a sound :~))when running xmms, kaboodle, or
just the system sounds in control panel. I unplugged the speakers 
(Double checking just in case)and when I tried to run xmms, it said that
my sound card was configured properly and was working fine (just my luck
to install a tone deaf xmms version LOL)but it was plugged into the 
wrong outlet - so I put it back, and get the hissing back. 
Any idea what is going on ? The system tells me I have it right, but I 
don't :/ 

Andrew Kozak 

On Wed, 2003-09-24 at 07:30, Sergey DoubleF Zaharchenko wrote: 
 On 23 Sep 2003 10:25:20 +1000 Andy K [EMAIL PROTECTED]
probably wrote: 
 
  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 
 
 Try cat /dev/urandom/dev/dsp and see if you hear the noise. That'll
 show you what sort of problem you are having (whether the card is 
 unusable or unused) 
 
 -- 
 DoubleF 
 Complex systems tend to oppose their own 
 proper function. 
-- 
I went upstairs and had a smoke, somebody spoke and I went into a
dream...

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


Re: [Fwd: Re: Sound Card - NOT]

2003-09-23 Thread C. Ulrich
On Mon, 2003-09-22 at 21:43, Andy K wrote:
 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 !!
 

Just checked and it looks like there are a ton of mixers in ports.

cd /usr/ports/audio
make search key=mixer

Since I just got my sound working, I'm in the market for a mixer too, so
I just tried the small and easy aumix. I seem to remember that the sound
drivers in linux had a separate Mute setting for each channel, but this
doesn't seem to be the case with FreeBSD, since selecting mute just puts
all the sliders down to 0.

Oh well, it works! Now I just wish I could adjust the bass and treble
for my SoundBlaster Live...

C. Ulrich

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


Re: Sound Card - NOT

2003-09-23 Thread Andy K
On Tue, 2003-09-23 at 21:44, Danny Pansters wrote:
  [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
 
 So you have a Trio VGA card.
 
  [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
 
 So the motherboard also has an onboard VGA chip. So what? :)

Hi Danny

Thanks for your tips, some a little over my head, but a good read up
today should clear things up !(I  hope :)~) I will be trying them out
today.I am quite new to FreeBSD (about 4 months) and wish to learn it
thoroughly. I have had great success with every project I have attempted
so far.
I included the above as a point of interest -  you say 'So the
motherboard also has an onboard VGA chip So what? :)'

The  real interesting thing is that I have pulled the box apart, and I
assure you that there is no Trio VGA card - only on-board VGA. 100%
sure.Thats how it was when FreeBSD was installed - I installed myself
and know that there has never been a video card in this box.When setting
up X, I used the VESA driver.

Wierdrz or what :)

Thanks 
Andrew Kozak

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


Re: Sound Card - NOT

2003-09-22 Thread C. Ulrich
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: Ess 1868 DSP 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: ESS 18xx DSP 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

___
[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 !!

---BeginMessage---
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: Ess 1868 DSP 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: ESS 18xx DSP 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]


Re: Sound card setting on FreeBSD5.0 ???

2003-08-19 Thread David Kelly
On Tuesday 19 August 2003 02:21 am, Vlado Korcek wrote:
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???

Pcm is not the entire sound card driver, only a common portion of it. 
Use kldload snd_driver and I believe every /boot/kernel/snd_* module 
will be loaded. *Then* see if your sound works.

Once you get that working then you can start optimizing. Visit dmesg for 
clues as to exactly which module is needed for your hardware and try 
loading that. Rather than reboot try kldunload(8).

Once I had mine figured out then in /kernel/loader.conf I put this one 
line:

snd_es137x_load=YES

My system looks like this:
# kldstat
Id Refs AddressSize Name
 1   11 0xc010 381650   kernel
 21 0xc0482000 6190 snd_es137x.ko
 32 0xc0489000 1d320snd_pcm.ko
 41 0xc04a7000 4a30cacpi.ko
 51 0xc34bc000 2000 blank_saver.ko
 61 0xc3578000 18000linux.ko
#

Notice snd_es137x.ko caused snd_pcm.ko to be loaded without otherwise 
being told to load.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

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


Re: sound card {was: }

2003-08-14 Thread Shantanu Mahajan
+-- Abhijeet Sane [freebsd] [04-08-03 17:35 +0530]:
| hi all ,
| i want to know how to enable my sound card from freebsd . ( i am using
| freeBSD 5.0 and my sound card is yamaha ISA opl3sax)   i have tried to load
| the sound modules  . but the mpg123 or eswd daemon says that there is no
| /dev/dsp
| 
| please help
| 
| abhijeet
| --
you have to recompile the kernel with the following
line in it

device  pcm

Regards,
Shantanu

PS: above answer already availabe in handbook and many
times discussed on the list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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



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



Re: Sound card question

2003-01-06 Thread Doug Reynolds
On Wed, 01 Jan 2003 18:36:05 -0500, Tom Parquette wrote:

I'm starting to look at adding a basic sound card to my machine.
I'm looking at Sound Blaster since it seems to be the least common 
denominator.

The motherboard does not have any ISA slots.  (PCI only).
The man page on the web site indicates the sound blaster support is for 
ISA.  
The hardware support web page for 4.7-RELEASE really does not say much 
of anything about ISA vs. PCI.
Is a PCI sound blaster card supported?  
TIA...

I'm using a Sound Blaster LIVE PCI with 4.7 without trouble

---
doug reynolds | the maverick | [EMAIL PROTECTED]



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



Re: Sound card question

2003-01-01 Thread John Bleichert
On Wed, 1 Jan 2003, Tom Parquette wrote:

 Date: Wed, 01 Jan 2003 18:36:05 -0500
 From: Tom Parquette [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Sound card question
 
 I'm starting to look at adding a basic sound card to my machine.
 I'm looking at Sound Blaster since it seems to be the least common 
 denominator.
 
 The motherboard does not have any ISA slots.  (PCI only).
 The man page on the web site indicates the sound blaster support is for 
 ISA.  
 The hardware support web page for 4.7-RELEASE really does not say much 
 of anything about ISA vs. PCI.
 Is a PCI sound blaster card supported?  
 TIA...
 
 

PCI Soundblasters seem to work great. I have 3 SBLive! cards installed 
here. The Handbook has a page about adding sound support to your kernel 
(you'll need 'device pcm'):

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

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



Re: Sound card question

2003-01-01 Thread BSD baby
 Is a PCI sound blaster card supported? 

I've found that FreeBSD 4.7 so far has supported every odd sound card I've thrown its 
way.

Even (especially!) those on-board sound things built into motherboards and laptops 
these days.  FreeBSD supports them all (and Windows usually doesn't without the 
special CD-Rom from the motherboard manufacturer.)

Just add device pcm to the end of the kernel conf file, build a new kernel, and I'll 
bet almost any sound card will work on reboot.
 

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