Re: getting sound

2005-12-30 Thread Roshan
On 12/30/05, eoghan [EMAIL PROTECTED] wrote:
 Hello
 I have followed the manual page here for sound setup:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-
 setup.html
 Im using freebsd 6.0 with generic kernel.  Im not sure what sound
 card came with my dell (its 3 years old).
 So i did:
 #kldload snd_emu10k1
 #kldload snd_driver
 then:
 #cat /dev/sndstat
 FreeBSD Audio Driver (newpcm)
 Installed devices:
 pcm0: AudioPCI ES1371-B at io 0xec40 irq 11 kld snd_es137x(1p/1r/0v
 channels duplex default)
 This is my first time trying to get the sound working. I try play an
 mp3 ans dont hear anything. Perhaps using the snd_driver wont work in
 my case...
 Is there a way to get freeBSD to show my sound device so I can load
 the correct module? Or is there something else im doing wrong?
 Thanks
 Eoghan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


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

command to kill artsd:

# killall artsd
then try playing your mp3

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


Re: Quick Install Question

2005-12-28 Thread Roshan
On 12/28/05, Roshan [EMAIL PROTECTED] wrote:
 On 12/28/05, Robert Slade [EMAIL PROTECTED] wrote:
  On Tue, 2005-12-27 at 19:18, Gerard Seibert wrote:
   On Tuesday, December 27, 2005 1:42:54 PM
   Andrew L. Gould [EMAIL PROTECTED]
   Subject: Re: Quick Install Question
   Wrote these words of wisdom:
  

   
Is the WinXP partition in the same computer that is running FreeBSD? Or
is the NTFS partition a shared directory on a separate WinXP computer?
(I was not aware that Samba could be used to read NTFS partitions
residing on a FreeBSD computer.)
   
The original poster wishes to dual boot WinXP and FreeBSD on the same
computer.
   
Andrew Gould
  
  
   * REPLY SEPARATOR *
   On 10/11/2005 5:29:42 PM, Gerard Replied:
  
   Actually, there are three computers. One is running FreeBSD 5.4 and the
   other two have WinXP Pro installed. I networked all three together. The
   WinXP systems are using the NTFS format. Samba can read and write to
   both of the WinXP machines without any problems.
  
   I really do not know if this is germane to a dual boot system however.
   It probably is not since WinXP would not actually be running when
   FreeBSD was in this type of configuration.
  
   Fat32 is really a poor file system when compared to NTFS. It is too bad
   that he is unable to get a second machine and use FreeBSD on it instead
   of dual booting.
  
   Just my 2ยข.
 
  Gerhard,
 
  Just to clear up a point. In your case, Samba is not writing to NTFS. it
  is handling the communications between the 2 operating systems using the
  SMB protocol. The individual OS' handle to filing system input/outputs.
 
  The issue with FreeBSD reading and writing to NTFS directly is
  different. There is a driver that will allow FreeBSD to read NTFS, but
  because of the complexities of NTFS writing to it is dificult and whilst
  possible can cause the NTFS partition to become unreadable by XP.
 
  For info the best way of setting up dual booting of FreeBSD and XP is to
  use 3 partitions, 1 for XP using NTFS, 1 for FreeBSD and a 3rd Fat32
  partition for data transfer.
 
  Rob
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Hi everyone. i just want to add a little something to this discussion,
about read/write from Windows boxes.

You can use mount_smbfs to mount a shared resource from an SMB file server.

See 'man mount_smbfs' for more info.

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


Re: dvd drive

2005-12-28 Thread Roshan
/PS2/NIBBLE) in COMPATIBLE mode
 ppc0: FIFO with 16/16/8 bytes threshold
 ppbus0: Parallel port bus on ppc0
 plip0: PLIP network interface on ppbus0
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 ppi0: Parallel I/O on ppbus0
 pmtimer0 on isa0
 orm0: ISA Option ROMs at iomem 0xc-0xca7ff,0xca800-0xcbfff on isa0
 sc0: System console at flags 0x100 on isa0
 sc0: VGA 16 virtual consoles, flags=0x300
 sio1: configured irq 3 not in bitmap of probed irqs 0
 sio1: port may not be enabled
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
 isa0
 Timecounter TSC frequency 1395762544 Hz quality 800
 Timecounters tick every 1.000 msec
 ad0: FAILURE - SET_MULTI status=51READY,DSC,ERROR error=4ABORTED
 ad0: 19470MB QUANTUM FIREBALLlct20 20 APL.0900 at ata0-master UDMA100
 ad1: 78167MB Maxtor 4R080J0 RAMB1TU0 at ata0-slave UDMA100
 acd0: DVDROM NEC DV-5800A/1.07 at ata1-master UDMA33
 acd1: DVDR NEC DVD RW ND-3500AG/2.16 at ata1-slave UDMA33
 Trying to mount root from ufs:/dev/ad0s1a

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


I can see that the drives have been detected as acd0 and acd1 and
everything seems to be working normally.

Can you describe your problem in more detail ?

Are you not able to mount a data cd-rom when then latter  is in the drive?

Have you created  mount points for your cd-rom drives e.g /cdrom and
/cdrom1 and tried mounting them ?


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


Video / Audio Capture Framework in FreeBSD ?

2005-12-19 Thread Roshan
Hello list.
Does anyone know if there will be a Video / Audio capture framework
that will be part of FreeBSD in the next few years ?
I currently use the bktr device for image capture, but it would be
nice if there was some kind of interface that would permit me to
capture from  a broader kind of video devices. On Linux they have v4l
( video for linux ) that does exactly that, but i don't think it will
be ported to *BSD due to licensing issues. I came across bsdav in the
ports tree, but it seems to be broken. I am also curious as to what
kind of capture methods/framework other image/signal processing people
use under FreeBSD.
Thanks
Roshan.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]