LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices

Reply
 
LinkBack Search this Thread
Old 12-30-2003, 04:47 AM   #1
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
DVD-ROM + CD-RW with XCDROAST - not detecting drives during scan


Aargh! I can't get Xcdroast to detect my drives. The kernel-level stuff seems to work:

Code:
Dec 30 21:39:01 timmeh kernel: ad0: 39266MB <IC35L040AVVN07-0> [79780/16/63] at ata0-master UDMA66
Dec 30 21:39:01 timmeh kernel: acd0: DVDROM <Pioneer DVD-ROM ATAPIModel DVD-116 0122> at ata1-master PIO4
Dec 30 21:39:01 timmeh kernel: acd1: CDRW <ATAPI CD-RW 52X24> at ata1-slave PIO4
Dec 30 21:39:01 timmeh kernel: GEOM: create disk cd0 dp=0xc451d600
Dec 30 21:39:01 timmeh kernel: GEOM: create disk cd1 dp=0xc451ce00
Dec 30 21:39:01 timmeh kernel: cd0 at ata1 bus 0 target 0 lun 0
Dec 30 21:39:01 timmeh kernel: cd0: <PIONEER DVD-ROM DVD-116 1.22> Removable CD-ROM SCSI-0 device 
Dec 30 21:39:01 timmeh kernel: cd0: 16.000MB/s transfers
Dec 30 21:39:01 timmeh kernel: cd0: cd present [348889 x 2048 byte records]
Dec 30 21:39:01 timmeh kernel: cd1 at ata1 bus 0 target 1 lun 0
Dec 30 21:39:01 timmeh kernel: cd1: <ATAPI CD-RW 52X24 F.EZ> Removable CD-ROM SCSI-0 device 
Dec 30 21:39:01 timmeh kernel: cd1: 16.000MB/s transfers
Dec 30 21:39:01 timmeh kernel: cd1: Attempt to query device size failed: NOT READY, Medium not present - tray closed
I can mount, read and unmount CDs on both drives. But xcdroast just refuses to see them
 
Old 01-01-2004, 03:28 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
and do you have hdc=ide-scsi in your boot parameters?
 
Old 01-01-2004, 10:25 PM   #3
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Original Poster
Rep: Reputation: 30
err... doesn't that boot log clipping above show that? Or am I missing something?
 
Old 01-02-2004, 11:10 AM   #4
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Ah, no. The boot log above doesnt show that. All it says is you have a scsi drive and its not loading it. So do you or do you not have the hdc or hdwhatever=ide-scsi so you can use it as a burner.
 
Old 01-03-2004, 12:32 AM   #5
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Original Poster
Rep: Reputation: 30
You sure you're not getting Linux kernel booting mixed with *BSD? The append "hdc=ide-scsi" is a lilo thing, isn't it?

When I do a camcontrol devlist I get the following:


<PIONEER DVD-ROM DVD-116 1.22> at scbus1 target 0 lun 0 (cd0,pass0)
<ATAPI CD-RW 52X24 F.EZ> at scbus1 target 1 lun 0 (cd1,pass1)


This looks to me as if the system has mounted both drives using scsi-emulation (atapicam)


 
Old 01-03-2004, 08:49 AM   #6
jcookeman
Member
 
Registered: Jul 2003
Location: London, UK
Distribution: FreeBSD, OpenSuse, Ubuntu, RHEL
Posts: 417

Rep: Reputation: 33
I think you have an xcdroast config issue. The kernel is working correctly. /dev/cd0 is your "scsi" device and you should be able to write to it as root. Have you tried to config xcdroast as root?
 
Old 01-03-2004, 12:27 PM   #7
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
"You sure you're not getting Linux kernel booting mixed with *BSD? The append "hdc=ide-scsi" is a lilo thing, isn't it? "

If you had just checked the first time I asked you to, we would be done and over with that step by now! So JUST CHECK. If that's not it, we can move onto the next thing to check, otherwise, I still need to know. DO YOU OR DO YOU NOT, have hd?=ide-scsi cause Linux NEEDS scsi emulation for cd burning.
 
Old 01-03-2004, 01:26 PM   #8
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Doesn't the 2.6 Linux kernel deprecate ide-scsi emulation for CD burning? Anyway, just jerking your chain, since this isn't a Linux forum.
 
Old 01-03-2004, 04:10 PM   #9
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Original Poster
Rep: Reputation: 30
^ smartarse


Anyway - I thought from the boot log above, where it shows two devices probed, one on ata1-master and ata1-slave (which looks suspiciously like IDE to me), becoming the targets of the cd0 and cd1 block devices, as Removable CD-ROM scsi-0 device. Hence, I deduced that SCSI emulation through atapicam was working. There is no hd?=ide-scsi line in the boot parameters. There are, however, the following lines in the kernel configuration (built in during compilation):

Code:
device atapicam
device scbus
device cd
device pass

...

device ata
device atapicd
I'll run off and look at xcdroast again.

Last edited by rehab junkie; 01-03-2004 at 04:12 PM.
 
Old 01-03-2004, 04:31 PM   #10
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Original Poster
Rep: Reputation: 30
xcdroast issue. I compiled it from source and it now works ok. I'll go hide in a corner now *blush*
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
not detecting hard drives... jnev Debian 9 05-24-2005 05:09 PM
cd-rom and dvd-rom drives won't mount... :-( Ausar Linux - Newbie 12 09-01-2004 02:51 PM
problem mounting cd+dvd rom drives in RH9 peeks Linux - Newbie 6 02-14-2004 08:21 PM
how to add cd-rom, dvd-rom, floppy, hard disk icons on gnome desktop? spyghost Linux - Software 6 09-21-2003 05:44 PM
Mounting DVD and cd rom drives redgore Linux - Newbie 2 01-28-2002 03:16 PM


All times are GMT -5. The time now is 07:17 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration