View Single Post
  #4   (View Single Post)  
Old 30th December 2008
mururoa mururoa is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 50
Default

Quote:
Originally Posted by Oko View Post
Does the BIOS see both drives? It would be vary unusual that BIOS see them and that the kernel doesn't see them. You will have to post more details starting with your hardware set up.
The bios see both. The reader is an ATA drive and the writer is a SATA drive.
I guess there is not much hope with 7.0 about the ATA drive since the controller chip is not supposed to be supported (Asus P5Q MB).
Windows see an use both drives so there is no connection issues.
Quote:
Originally Posted by Oko View Post
You should also post dmesg.
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
cd0 at ata5 bus 0 target 1 lun 0
cd0: <TSSTcorp CDDVDW SH-S223F SB00> Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present

Quote:
Originally Posted by Oko View Post
Why do you believe that you should be able to use K3b? Just because you
installed program it doesn't mean that it is configured. Can you state the configuration steps which you undertook.
Well both drives were setup correctly on FreeBSD installation so I did nothing special but since that I changed MB + CPU.
Quote:
Originally Posted by Oko View Post
K3b is just idiotic GUI for cdrtools and dvd+rw-tools so I would suggesting
making sure that you can use those tools from the shell before trying to
configre K3b. You should start by reading http://www.freebsd.org/doc/en/books/...ating-cds.html
I guess I have to do that.
cdrecord also dont detect the drive.
Quote:
Originally Posted by Oko View Post
If you just want thinks to work maybe you should try PCBSD.
Already tried. Didnt like it too much but good project.

Edit : just retried a detection with cdrecord and it works. Kinda strange since I did nothing since I kldload atapicam and it detected nothing just after ...
-->
cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-unknown-freebsd7.0) Copyright (C) 1995-2004 J�rg Schilling
Using libscg version 'schily-0.8'.
scsibus6:
6,0,0 600) *
6,1,0 601) 'TSSTcorp' 'CDDVDW SH-S223F ' 'SB00' Removable CD-ROM
6,2,0 602) *
6,3,0 603) *
6,4,0 604) *
6,5,0 605) *
6,6,0 606) *
6,7,0 607) *
[root@mururoa2 ~]# cdrecord dev=6,1,0 -checkdrive
Cdrecord-Clone 2.01 (i386-unknown-freebsd7.0) Copyright (C) 1995-2004 J�rg Schilling
scsidev: '6,1,0'
scsibus: 6 target: 1 lun: 0
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'TSSTcorp'
Identifikation : 'CDDVDW SH-S223F '
Revision : 'SB00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R

Last edited by mururoa; 30th December 2008 at 07:51 PM.
Reply With Quote