cdrecord not working the way expected

2006-09-10 Thread Jonathan Horne
anyone here sucessfully using cdrecord in freebsd?  -scanbus option gives me 
this error:

[EMAIL PROTECTED] ~]# cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004 Jörg 
Schilling
cdrecord: Error 0. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

i have a feeling that the reason my DVD-CDRW isnt working in xine is probably 
rooted in the same cause.  can anyone point me in the right direction here?

[EMAIL PROTECTED] ~]# dmesg |grep acd0
acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
[EMAIL PROTECTED] ~]# uname -a
FreeBSD athena.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30 13:08:08 
CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ATHENA  i386

anything at all that can get me going on this would be much appricated!

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


Re: cdrecord not working the way expected

2006-09-10 Thread michael johnson

On 9/10/06, Jonathan Horne [EMAIL PROTECTED] wrote:


anyone here sucessfully using cdrecord in freebsd?  -scanbus option gives
me
this error:

[EMAIL PROTECTED] ~]# cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004 Jörg
Schilling
cdrecord: Error 0. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

i have a feeling that the reason my DVD-CDRW isnt working in xine is
probably
rooted in the same cause.  can anyone point me in the right direction
here?

[EMAIL PROTECTED] ~]# dmesg |grep acd0
acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
[EMAIL PROTECTED] ~]# uname -a
FreeBSD athena.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30
13:08:08
CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ATHENA  i386

anything at all that can get me going on this would be much appricated!



Even though this isn't a gnome problem... check out
http://www.freebsd.org/gnome/docs/faq2.html#q15


cheers,

jonathan
___
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: cdrecord not working the way expected

2006-09-10 Thread Shantanoo Mahajan
+++ michael johnson [freebsd] [10-09-06 11:16 -0400]:
| On 9/10/06, Jonathan Horne [EMAIL PROTECTED] wrote:
| 
| anyone here sucessfully using cdrecord in freebsd?  -scanbus option gives
| me
| this error:
| 
| [EMAIL PROTECTED] ~]# cdrecord -scanbus
| Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004 J?rg
| Schilling
| cdrecord: Error 0. Cannot open SCSI driver.
| cdrecord: For possible targets try 'cdrecord -scanbus'.
| cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
| 
| i have a feeling that the reason my DVD-CDRW isnt working in xine is
| probably
| rooted in the same cause.  can anyone point me in the right direction
| here?
| 
| [EMAIL PROTECTED] ~]# dmesg |grep acd0
| acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
| acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
| [EMAIL PROTECTED] ~]# uname -a
| FreeBSD athena.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30
| 13:08:08
| CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ATHENA  i386
| 
| anything at all that can get me going on this would be much appricated!

# kldload atapicam
# chmod 666 /dev/pass0 /dev/xpt0 /dev/cd0
 k3b

Is what I generally use and it works for me. After you run 'kldload..'
check the dmesg output immediatly. You shoud be able to see some 'cd0'
or 'cd*'. 'dmesg | grep ^cd'


Shantanoo
-- 
Ignore everybody.

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


Re: cdrecord not working the way expected

2006-09-10 Thread Jonathan Horne
On Sunday 10 September 2006 14:47, Shantanoo Mahajan wrote:
 +++ michael johnson [freebsd] [10-09-06 11:16 -0400]:
 | On 9/10/06, Jonathan Horne [EMAIL PROTECTED] wrote:
 | anyone here sucessfully using cdrecord in freebsd?  -scanbus option
 |  gives me
 | this error:
 | 
 | [EMAIL PROTECTED] ~]# cdrecord -scanbus
 | Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004
 |  J?rg Schilling
 | cdrecord: Error 0. Cannot open SCSI driver.
 | cdrecord: For possible targets try 'cdrecord -scanbus'.
 | cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
 | 
 | i have a feeling that the reason my DVD-CDRW isnt working in xine is
 | probably
 | rooted in the same cause.  can anyone point me in the right direction
 | here?
 | 
 | [EMAIL PROTECTED] ~]# dmesg |grep acd0
 | acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
 | acd0: CDRW LITE-ON COMBO SOHC-4832K/OQKB at ata0-master UDMA40
 | [EMAIL PROTECTED] ~]# uname -a
 | FreeBSD athena.dfwlp.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30
 | 13:08:08
 | CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ATHENA  i386
 | 
 | anything at all that can get me going on this would be much appricated!

 # kldload atapicam
 # chmod 666 /dev/pass0 /dev/xpt0 /dev/cd0

  k3b

 Is what I generally use and it works for me. After you run 'kldload..'
 check the dmesg output immediatly. You shoud be able to see some 'cd0'
 or 'cd*'. 'dmesg | grep ^cd'


 Shantanoo

thank you!  that was it!!
[EMAIL PROTECTED] ~]# kldstat
Id Refs AddressSize Name
 1   15 0xc040 6b5a90   kernel
 22 0xc0ab6000 1adb8linux.ko
 31 0xc0ad1000 5f60 snd_ich.ko
 42 0xc0ad7000 22b88sound.ko
 51 0xc0afa000 59e80acpi.ko
 61 0xc0b54000 4a3710   nvidia.ko
 71 0xc86f5000 4000 atapicam.ko
(dmesg...)
0: LITE-ON COMBO SOHC-4832K OQKB Removable CD-ROM SCSI-0 device
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
[EMAIL PROTECTED] ~]# cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004 Jörg 
Schilling
Using libscg version 'schily-0.8'.
scsibus1:
1,0,0   100) 'LITE-ON ' 'COMBO SOHC-4832K' 'OQKB' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

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