CD / DVD Burner issues

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
USNCPOSharky
Posts: 15
Joined: Wed Jun 30, 2021 7:51 am

CD / DVD Burner issues

Post by USNCPOSharky »

I enabled DMA access for the ATAPI device by adding the following line to the /boot/loader.conf file:

hw.ata.atapi_dma="0"

# camcontrol devlist

<Hitachi HUS724030ALE641 MJ8OA5F0> at scbus0 target 0 lun 0 (pass0,ada0)
<hp CDDVDW SN-208FB HJ10> at scbus1 target 0 lun 0 (pass1,cd0)
<AHCI SGPIO Enclosure 2.00 0001> at scbus2 target 0 lun 0 (pass2,ses0)


# egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot

ses0: cd0,pass1 in 'Slot 02', SATA Slot: scbus1 target 0
cd0 at ahcich2 bus 0 scbus1 target 0 lun 0
cd0: <hp CDDVDW SN-208FB HJ10> Removable CD-ROM SCSI device
cd0: Serial Number S11P6YCDC009DX
cd0: 150.000MB/s transfers (SATA 1.x, PIO4, ATAPI 12bytes, PIO 8192bytes)
cd0: 0MB (1 2048 byte sectors)


(cd0:ahcich2:0:0:0): READ(10). CDB: 28 00 00 00 00 00 00 00 01 00
(cd0:ahcich2:0:0:0): CAM status: SCSI Status Error
(cd0:ahcich2:0:0:0): SCSI status: Check Condition
(cd0:ahcich2:0:0:0): SCSI sense: ILLEGAL REQUEST asc:21,0 (Logical block address out of range)


Any Ideas ?
USNCPOSharky
Posts: 15
Joined: Wed Jun 30, 2021 7:51 am

Re: CD / DVD Burner issues

Post by USNCPOSharky »

# sudo mkdir -p /media/cdrom

# sudo mount_cd9660 /dev/cd0 /media/cdrom

mount_cd9660: /dev/cd0: Input/output error
USNCPOSharky
Posts: 15
Joined: Wed Jun 30, 2021 7:51 am

Re: CD / DVD Burner issues

Post by USNCPOSharky »

I did a cat on /etc/fstab/

# Device Mountpoint FStype Options Dump Pass
/dev/label/swap0 none swap sw 0 0
procfs /proc procfs rw 0 0
linprocfs /compat/linux/proc linprocfs rw 0 0
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
fdesc /dev/fd fdescfs rw 0 0

My box has not configured the cd rom.

Is there a way to manually configure the cd rom in fstab ?
Post Reply