PDA

View Full Version : [Solved]:can't mount DVD/CD in pcbsd 1.5 "after" install


supercobrajet
04-14-2008, 09:41 PM
my gear:
laptop gateway MT6840

uname -a:
FreeBSD 6.3-RELEASE-p1 #1
-somewhat solved? -see below reply:

dmesg->
acd0: DVDR <Slimtype DVD A DS8AZP/LG11> at ata0-master UDMA33
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
cd0 at ata0 bus 0 target 0 lun 0
cd0: <Slimtype DVD A DS8AZP LG11> Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
acd0: FAILURE - READ_TOC timed out

-it can "install" pcbsd,.. but once finished I can't mount anything?
#/sbin/mount_cd9660 /dev/cd0 /mnt
-I also tried installing 1.4 and using the upgrade patch -> 1.5 (which had fixed my Lan problem )

-is this yet another driver-limited problem with 6.x ?

DragnLord
04-15-2008, 05:06 AM
-is this yet another driver-limited problem with 6.x ?
I doubt this is driver related in any way, most likely you have specified a "bad" mountpoint.
Try using "/sbin/mount -t cd9660 /dev/cd0 /cdrom", post dmesg errors if unsuccessful.

supercobrajet
04-15-2008, 06:21 PM
strange? :)
I comented out the
...
# atapicam_load="YES" ??
hw.ata.atapi_dma="1"
..
in /boot/loader.conf, rebooted, and now I can mount cd/dvd's via /dev/acd0

strange ? since
sata -> the hardrive(master)
ide/ata2 -> is the DVD ?

then again, this is a laptop.

thanks.