After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 152387 - incorrectly recognizes GCR 8483B drive as a burner
incorrectly recognizes GCR 8483B drive as a burner
Status: VERIFIED INCOMPLETE
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on: 152061
Blocks:
 
 
Reported: 2004-09-11 18:05 UTC by Luis Villa
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Luis Villa 2004-09-11 18:05:27 UTC
I have a GCR-8483B CD-ROM drive, which k3b correctly recognizes is not a burner.
nautilus-cd-burner treats it as a burner; it should default to 'burn to file' in
this case.

This is with HEAD (just before 2.8.0.)
Comment 1 Bastien Nocera 2004-09-11 18:09:42 UTC
Please attach the output of list_cddrives to this bug.
Comment 2 Luis Villa 2004-09-11 22:30:16 UTC
hwinfo --cdrom (I believe the suse equivalent of list_cddrives?) says: 
 
louie@linux:~> /usr/sbin/hwinfo --cdrom 
18: IDE 02.0: 10602 CD-ROM 
  [Created at block.194] 
  Unique ID: 90A1.x2_oV1ho3P6 
  Parent ID: 3p2J.w6rg8Q6SY14 
  SysFS ID: /block/hdc 
  SysFS BusID: 1.0 
  SysFS Device Link: /devices/pci0000:00/0000:00:1f.1/ide1/1.0 
  Hardware Class: cdrom 
  Model: "GCR-8483B" 
  Device: "GCR-8483B" 
  Driver: "PIIX IDE", "ide-cdrom" 
  Device File: /dev/hdc 
  Device Number: block 22:0 
  Size: 0 sectors a 512 bytes 
  Drive status: no medium 
  Config Status: cfg=new, avail=yes, need=no, active=unknown 
  Attached to: #10 (IDE interface) 
  Drive Speed: 48 
 
Comment 3 Bastien Nocera 2004-09-11 22:57:28 UTC
No, list_cddrives is a test program shipped in the nautilus-cd-burner sources.
Also, could you attach the output of "ldd .libs/libnautilusburn.so | grep hal"
(from the source dir), and "cat /proc/sys/dev/cdrom/info"?
Comment 4 Luis Villa 2004-09-12 15:30:13 UTC
louie@linux:~/cvs/nautilus-cd-burner> ./list_cddrives 
name: GCR-8483B device: /dev/hdc max_speed_read: 48 
type: CD Drive 
media type: Couldn't open media 
media size: -0.00 megs 
CD-Recorder/SCSI devices only: max_speed_write: 0 id: (null) 
 
louie@linux:~/cvs/nautilus-cd-burner> cat /proc/sys/dev/cdrom/info 
CD-ROM information, Id: cdrom.c 3.20 2003/12/17 
 
drive name:             hdc 
drive speed:            48 
drive # of slots:       1 
Can close tray:         1 
Can open tray:          1 
Can lock tray:          1 
Can change speed:       1 
Can select disk:        0 
Can read multisession:  1 
Can read MCN:           1 
Reports media changed:  1 
Can play audio:         1 
Can write CD-R:         0 
Can write CD-RW:        0 
Can read DVD:           0 
Can write DVD-R:        0 
Can write DVD-RAM:      0 
Can read MRW:           0 
Can write MRW:          0 
Can write RAM:          0 
 
I'm not linking against hal yet. Maybe when I switch to fc3 :) 
 
Comment 5 Bastien Nocera 2004-09-12 15:40:46 UTC
I never realised that because my machines all have burners/readers combo drives.
We need to merge the code from bug #152061 to fix the problem.
Comment 6 Bastien Nocera 2004-09-14 10:21:50 UTC
2004-09-14  Bastien Nocera  <hadess@hadess.net>

        * nautilus-cd-burner.c: (target_optionmenu_create): Only show
        CD recorders in the main window (Closes: #152387)