Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 11th March 2010, 03:41 PM
kapelo Offline
Registered User
 
Join Date: Apr 2009
Posts: 14
linuxfedorafirefox
Re: CD/DVD writing problems

this is my cd dvd rom info. as for cleaning the lens is a good idea but under windows no problem burning. as for updating genisoimage it was already up to date.

drive name: sr1 sr0
drive speed: 32 48
drive # of slots: 1 1
Can close tray: 1 1
Can open tray: 1 1
Can lock tray: 1 1
Can change speed: 1 1
Can select disk: 0 0
Can read multisession: 1 1
Can read MCN: 1 1
Reports media changed: 1 1
Can play audio: 1 1
Can write CD-R: 1 0
Can write CD-RW: 1 0
Can read DVD: 1 1
Can write DVD-R: 1 0
Can write DVD-RAM: 1 0
Can read MRW: 1 1
Can write MRW: 1 1
Can write RAM: 1 1

---------- Post added at 10:41 AM CST ---------- Previous post was at 10:39 AM CST ----------

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

looking at device '/devices/pci0000:00/0000:00:1f.1/host1/target1:0:1/1:0:1:0/block/sr1':
KERNEL=="sr1"
SUBSYSTEM=="block"
DRIVER==""
ATTR{range}=="1"
ATTR{ext_range}=="1"
ATTR{removable}=="1"
ATTR{ro}=="0"
ATTR{size}=="2097151"
ATTR{alignment_offset}=="0"
ATTR{capability}=="19"
ATTR{stat}==" 0 0 0 0 0 0 0 0 0 0 0"
ATTR{inflight}==" 0 0"

looking at parent device '/devices/pci0000:00/0000:00:1f.1/host1/target1:0:1/1:0:1:0':
KERNELS=="1:0:1:0"
SUBSYSTEMS=="scsi"
DRIVERS=="sr"
ATTRS{device_blocked}=="0"
ATTRS{type}=="5"
ATTRS{scsi_level}=="6"
ATTRS{vendor}=="HL-DT-ST"
ATTRS{model}=="DVDRAM GMA-4020B"
ATTRS{rev}=="A108"
ATTRS{state}=="running"
ATTRS{timeout}=="30"
ATTRS{iocounterbits}=="32"
ATTRS{iorequest_cnt}=="0x36cb"
ATTRS{iodone_cnt}=="0xbd7"
ATTRS{ioerr_cnt}=="0x0"
ATTRS{modalias}=="scsi:t-0x05"
ATTRS{evt_media_change}=="0"
ATTRS{dh_state}=="detached"
ATTRS{queue_depth}=="1"
ATTRS{queue_type}=="none"

looking at parent device '/devices/pci0000:00/0000:00:1f.1/host1/target1:0:1':
KERNELS=="target1:0:1"
SUBSYSTEMS=="scsi"
DRIVERS==""

looking at parent device '/devices/pci0000:00/0000:00:1f.1/host1':
KERNELS=="host1"
SUBSYSTEMS=="scsi"
DRIVERS==""

looking at parent device '/devices/pci0000:00/0000:00:1f.1':
KERNELS=="0000:00:1f.1"
SUBSYSTEMS=="pci"
DRIVERS=="ata_piix"
ATTRS{vendor}=="0x8086"
ATTRS{device}=="0x24db"
ATTRS{subsystem_vendor}=="0x1043"
ATTRS{subsystem_device}=="0x80a6"
ATTRS{class}=="0x01018a"
ATTRS{irq}=="18"
ATTRS{local_cpus}=="ffffffff"
ATTRS{local_cpulist}=="0-31"
ATTRS{modalias}=="pci:v00008086d000024DBsv00001043 sd000080A6bc01sc01i8a"
ATTRS{broken_parity_status}=="0"
ATTRS{msi_bus}==""

looking at parent device '/devices/pci0000:00':
KERNELS=="pci0000:00"
SUBSYSTEMS==""
DRIVERS==""
Reply With Quote
  #17  
Old 18th March 2010, 11:03 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Re: CD/DVD writing problems

Code:
$ udevadm info --attribute-walk -n /dev/cdrom 

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/host4/target4:0:0/4:0:0:0/block/sr0':
    KERNEL=="sr0"
    SUBSYSTEM=="block"
    DRIVER==""
    ATTR{range}=="1"
    ATTR{ext_range}=="1"
    ATTR{removable}=="1"
    ATTR{ro}=="0"
    ATTR{size}=="9191552"
    ATTR{alignment_offset}=="0"
    ATTR{capability}=="19"
    ATTR{stat}=="      28      166     1508    20200        0        0        0        0        0    12233    20200"
    ATTR{inflight}=="       0        0"

  looking at parent device '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/host4/target4:0:0/4:0:0:0':
    KERNELS=="4:0:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS=="sr"
    ATTRS{device_blocked}=="0"
    ATTRS{type}=="5"
    ATTRS{scsi_level}=="6"
    ATTRS{vendor}=="HL-DT-ST"
    ATTRS{model}=="DVD-RAM GSA-H58N"
    ATTRS{rev}=="1.03"
    ATTRS{state}=="running"
    ATTRS{timeout}=="30"
    ATTRS{iocounterbits}=="32"
    ATTRS{iorequest_cnt}=="0x1f5c6"
    ATTRS{iodone_cnt}=="0x1f59b"
    ATTRS{ioerr_cnt}=="0x0"
    ATTRS{modalias}=="scsi:t-0x05"
    ATTRS{evt_media_change}=="0"
    ATTRS{dh_state}=="detached"
    ATTRS{queue_depth}=="1"
    ATTRS{queue_type}=="none"

  looking at parent device '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/host4/target4:0:0':
    KERNELS=="target4:0:0"
    SUBSYSTEMS=="scsi"
    DRIVERS==""

  looking at parent device '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/host4':
    KERNELS=="host4"
    SUBSYSTEMS=="scsi"
    DRIVERS==""

  looking at parent device '/devices/pci0000:00/0000:00:1c.4/0000:03:00.0':
    KERNELS=="0000:03:00.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="pata_marvell"
    ATTRS{vendor}=="0x11ab"
    ATTRS{device}=="0x6121"
    ATTRS{subsystem_vendor}=="0x11ab"
    ATTRS{subsystem_device}=="0x6121"
    ATTRS{class}=="0x01018f"
    ATTRS{irq}=="16"
    ATTRS{local_cpus}=="ffffffff"
    ATTRS{local_cpulist}=="0-31"
    ATTRS{modalias}=="pci:v000011ABd00006121sv000011ABsd00006121bc01sc01i8f"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""

  looking at parent device '/devices/pci0000:00/0000:00:1c.4':
    KERNELS=="0000:00:1c.4"
    SUBSYSTEMS=="pci"
    DRIVERS=="pcieport"
    ATTRS{vendor}=="0x8086"
    ATTRS{device}=="0x2948"
    ATTRS{subsystem_vendor}=="0x0000"
    ATTRS{subsystem_device}=="0x0000"
    ATTRS{class}=="0x060400"
    ATTRS{irq}=="26"
    ATTRS{local_cpus}=="ffffffff"
    ATTRS{local_cpulist}=="0-31"
    ATTRS{modalias}=="pci:v00008086d00002948sv00000000sd00000000bc06sc04i00"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}=="1"

  looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""
Here is mine so you can compare, there is one parent that it doesn't exist in your machine nad the drivers and IRQ resources are different, but why is there 2 names(sr0 and sr1) do you have to drives?
Reply With Quote
  #18  
Old 27th March 2010, 02:15 AM
kapelo Offline
Registered User
 
Join Date: Apr 2009
Posts: 14
linuxfedorafirefox
Re: CD/DVD writing problems

what is ¨nad the drivers and IRQ resources¨ iḿ a newbie so not too familiar with Linux.
Reply With Quote
Reply

Tags
cd dvd writing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with writing a disc leonardevens Using Fedora 1 17th October 2009 11:15 PM
k3b dvd writing problems Psycho Using Fedora 1 23rd April 2009 05:35 PM


Current GMT-time: 23:24 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat