Re: IDE controller card problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/5/2010 5:52 PM, Mikkel wrote:
> On 05/05/2010 05:30 PM, D Wyatt wrote:
>> The mobo in my P4 pc died last week so my P4 became a Core2 Duo.
>>
>> The new mobo only has one PATA channel but the PC has 3 IDE drives.
>> I installed an ATA133 controller card (VIA vt6410) and connected
>> it to the IDE dvd-burner.  The two IDE HD's are connected to the
>> single IDE channel on the mobo.
>>
>> This is a multi-boot pc with fc7, fc11 and WinXP, and I could
>> still boot into fc11 and XP after the hardware replacement.
>>
>> When I boot into XP, the DVD burner attached to the VIA
>> controller is fully functional.
>>
>> But when booted into fc11, the dvd drive can't be seen.  The
>> pata_via driver seems to be loaded and entries in dmesg suggest
>> that the VIA controller is recognized.  Device Manager in KDE
>> shows:
>>
>>     PCI Bridge                {82801 PCI Bridge - Intel}
>>       RAID Controller         {VT6410 ATA133 - VIA Technologies}
>>         SCSI Host Adapter
>>         SCSI Host Adapter
>>
>> lspci lists the controller:
>>
>>   04:01.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133
>>          RAID controller (rev 06)
>>
>> I've upgraded from fc11 to fc12 (32-bit) and the kernel is now
>> 2.6.32.11-99.fc11.686.  The DVD burner remains invisible.
>>
>> Can anyone suggest a path to getting the DVD burner working in
>> Fedora with this controller card?
>>
>>
>> Regards and thanks in advance for any help you can offer
>
> The first thing I would check is to see if the DVD burner was
> detected as a new drive, and the /dev/cdrom /dev/dvd, etc are not
> being created. Udev remembers the attached DVD drives, and probably
> thinks that because the drive is on a new controller it is a new
> drive. Check the /etc/udev/rules.d/70-persistent-cd.rules file, and
> see if it lists more then one CD/DVD device. If so, you can either
> edit the file, or delete it and let it be re-created on the next boot.
> 
> As a quick check to see if the DVD drive is being seen by the
> system, put a data disk in the drive and try, as root, to mount it.
> 
> mkdir /mnt/cd
> mount /dev/sr0 /mnt/cd
> 
> Mikkel
> 
To expand on the initial info, I actually have an additional SATA
DVD drive in addition to the IDE one - i needed it during the upgrade
and for some additional installs.  It is a cheap LG, and after it
failed burning 2 dual layer dvd's on Verbatim media, it became a
priority to get the Sony Optiarc (IDE) drive working (it never fails
with the same media).

Looking at the 70-persistent-cd.rules file, apparently at some point
it saw the IDE DVD drive:

# DVD_RW_AD-7200A (pci-0000:00:1f.1-scsi-1:0:0:0)
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-scsi-1:0:0:0",
SYMLINK+="cdrom", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-scsi-1:0:0:0",
SYMLINK+="cdrw", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-scsi-1:0:0:0",
SYMLINK+="dvd", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-scsi-1:0:0:0",
SYMLINK+="dvdrw", ENV{GENERATED}="1"

# DVDRAM_GH22NS40 (pci-0000:00:1f.2-scsi-1:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:0:0", SYMLINK+="cdrom2",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:0:0", SYMLINK+="cdrw2",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:0:0", SYMLINK+="dvd2",
ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:0:0", SYMLINK+="dvdrw2",
ENV{GENERATED}="1"

I removed the udev file and rebooted, but only the LG GH22NS40
entry was regenerated.

There is a /dev/sr0 and associated dev files for the LG drive, but
no others that I can see (i.e. no /dev/sr1).

I've also tried adding 'noapic' to the kernel boot line, to no
observable effect.

Thanks for your response





-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux