Re: Burning DVDs

2005-10-14 Thread Paul Bridger
Hi Edward 

I found this document very useful recently for burning CD's and DVD's.  It's 
CLI only (no GUI's), but is quite straight forward when you get the hang of 
it: 

http://networking.ringofsaturn.com/Unix/FreeBSD-Burning.php 

Paul 





Robert Marella writes: 


On Fri, 14 Oct 2005 23:50:34 +0200
edward [EMAIL PROTECTED] wrote: 


Hi all,
My DVD drive read and mounts CDs and DVDs properly, but K3B refuses to
burn : K3B did not find a suitable writer. You will only be able to 
create an image. Gut feeling is that there probably is something

wrong in the drive's read/write permission. I checked the /etc/fstab
file for read/write status and I got the following : 


# Device   Mountpoint  FStype  Options Dump
Pass# /dev/ad0s3bnoneswapsw
0   0 /dev/ad0s3a/   ufs rw
1   1 /dev/acd0  /cdrom  cd9660  ro,noauto
0   0 


This was the default set up that I haven't altered (yet...). Is there
a reason why the DVD drive would be set in read only mode, as a
default ? Should I just launch vi and edit the line from ro,noauto to
rw,noauto or is there another way ?
Thanks,
Edward 





less /usr/ports/sysutils/k3b/pkg-message 


___
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: Intel 810 and agpgart

2005-10-11 Thread Paul Bridger
MAKEDEV has been replaced with device file system devfs(5) in 5.x onwards.
Devfs automatically creates device nodes on demand.

Rgds, Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geoff Glasson
Sent: 11 October 2005 13:10
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Subject: RE: Intel 810 and agpgart

Dear David,

You should be able to do the following as root to create the /dev/agpgart
device:

cd /dev
sh ./MAKEDEV agpgart

I'm only running FreeBSD 4.11 at the moment, so cannot confirm that this
will work on 6-X.  I'm assuming that you need to create devices on 6 in the
same manner as 4.X - I guess I'll find out when I upgrade once 6-STABLE
comes out ;)

Hope this helps...Geoff

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

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


RE: KDE /dev/dsp can't be opened

2005-10-10 Thread Paul Bridger
Frank

Cc'ing the list (should always do this)

 Do you know if there are some probes to know which driver to use ?

`Pciconf -l -v` will probe and list installed devices.  You sould be able to
match it up to a driver in /boot/defaults/loader.conf.

-Original Message-
From: Frank Bonnet [mailto:[EMAIL PROTECTED] 
Sent: 10 October 2005 13:17
To: Paul Bridger
Subject: Re: KDE /dev/dsp can't be opened

Paul Bridger wrote:
 Have you compiled sound into your kernel?
 
 device  sound
 device  snd_xxx # device driver

Hello Paul

oops ... I use the GENERIC kernel
it does not seems to be compiled in ...

Do you know if there are some probes to know which driver to use ?

--
Cordialement/Regards
Frank Bonnet

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