Re: sound settings

2013-09-21 Thread Ajtim
On Friday 20 September 2013 20:54:08 Martin Alejandro Paredes Sanchez wrote:
 On Friday 20 September 2013 14:26:08 Ajtim wrote:
  Hi!
  My system is FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 01:57:31 UTC 2013
  r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64 installed on
  iMac
  11,1.
  It works very good but I don't know how to setup sound system.
  After start system:
  cat /dev/sndstat
  Installed devices:
  pcm0: ATI R6xx (HDMI) (play)
  pcm1: Cirrus Logic CS4206 (Internal Analog 4.0/2.0) (play/rec) default
  pcm2: Cirrus Logic CS4206 (Rear Analog) (play/rec)
  pcm3: Cirrus Logic CS4206 (Rear Digital) (play/rec)
 
 You have 4 devices where the sound can go
 
 which one has the speakers pluged in, you especify with (as root)
 
 # sysctl hw.snd.default_unit=n
 
 test sending a file to the sound system
 
 % cat filename  /dev/dsp
 ___
 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

I did but it doesn't work. Computer is iMac. And I found somewhere that hints 
should be in device.hints but I fon't know how to setup them.
-- 
Mitja
---
http://redbubble.com/people/lumiwa
___
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 settings

2013-09-20 Thread Martin Alejandro Paredes Sanchez
On Friday 20 September 2013 14:26:08 Ajtim wrote:
 Hi!
 My system is FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 01:57:31 UTC 2013
 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64 installed on iMac
 11,1.
 It works very good but I don't know how to setup sound system.
 After start system:
 cat /dev/sndstat
 Installed devices:
 pcm0: ATI R6xx (HDMI) (play)
 pcm1: Cirrus Logic CS4206 (Internal Analog 4.0/2.0) (play/rec) default
 pcm2: Cirrus Logic CS4206 (Rear Analog) (play/rec)
 pcm3: Cirrus Logic CS4206 (Rear Digital) (play/rec)


You have 4 devices where the sound can go

which one has the speakers pluged in, you especify with (as root)

# sysctl hw.snd.default_unit=n

test sending a file to the sound system

% cat filename  /dev/dsp
___
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