Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no cd-writer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
carpman
Advocate
Advocate


Joined: 20 Jun 2002
Posts: 2202
Location: London - UK

PostPosted: Mon Apr 21, 2008 6:11 pm    Post subject: no cd-writer Reply with quote

Hello, in preparation for newly built system install i have moved my dvd burner out of current system and replace it with cd writer, now the system cannot see the cd-writer?

I know that if change NIC i need to modify config file in /etc/udev to get eth0 back and was wondering if need to do this same when changing optical drive?


The cd-writer is found by the bios just not gentoo:


Code:

lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a4)
00:0a.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a4)
00:0a.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:0b.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a4)
00:0f.0 IDE interface: nVidia Corporation CK804 IDE (rev f3)
00:10.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:11.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:12.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:14.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:16.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:17.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
03:00.0 VGA compatible controller: nVidia Corporation GeForce 7100 GS (rev a1)
04:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
04:05.0 Multimedia audio controller: Creative Labs SB Audigy LS
04:07.0 Ethernet controller: Intel Corporation 82544EI Gigabit Ethernet Controller (Copper) (rev 02)


any ideas?

cheers
_________________
Work Station - 64bit
Gigabyte GA X48-DQ6 Core2duo E8400
8GB GSkill DDR2-1066
SATA Areca 1210 Raid
BFG OC2 8800 GTS 640mb
--------------------------------
Notebook
Samsung Q45 7100 4gb
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54831
Location: 56N 3W

PostPosted: Mon Apr 21, 2008 6:54 pm    Post subject: Reply with quote

carpman,

I assume that both the DVD and CD are IDE devices and that the DVD worked ?

That leaves the CD drive not correctly set for Master/Slave operation or a reversed IDE cable.
They are normally but not always keyed. The tracer (the coloured wire) should be Pin 1 on the motherboard and nearst the power connector on the drive.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
carpman
Advocate
Advocate


Joined: 20 Jun 2002
Posts: 2202
Location: London - UK

PostPosted: Mon Apr 21, 2008 9:23 pm    Post subject: Reply with quote

NeddySeagoon wrote:
carpman,

I assume that both the DVD and CD are IDE devices and that the DVD worked ?

That leaves the CD drive not correctly set for Master/Slave operation or a reversed IDE cable.
They are normally but not always keyed. The tracer (the coloured wire) should be Pin 1 on the motherboard and nearst the power connector on the drive.


Thanks for the advice but i have been building PCs for over 15 years so hardware is first thing i check.

Like i said the bios sees it fine, i booted from cd-writer using Gentoo live cd it just does not show in after booting current install?

the dvd burner worked fine and is going into new PC i am building.

cheers
_________________
Work Station - 64bit
Gigabyte GA X48-DQ6 Core2duo E8400
8GB GSkill DDR2-1066
SATA Areca 1210 Raid
BFG OC2 8800 GTS 640mb
--------------------------------
Notebook
Samsung Q45 7100 4gb
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54831
Location: 56N 3W

PostPosted: Tue Apr 22, 2008 8:40 pm    Post subject: Reply with quote

carpman,

Let me try to second guess yor kernel setup for your drive interfaces :-
Code:
00:0f.0 IDE interface: nVidia Corporation CK804 IDE (rev f3)
00:10.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)


borrowed from another post.
Regardless of the electrical connection of the drives to the motherboard, you will use the SCSI high level later.
All your drives will appear as SCSI devices. This means you will have to change grub.conf and /etc/fstab if you have PATA drives.

In make menuconfig choose the following options:-
Code:
Device Drivers  --->
    < > ATA/ATAPI/MFM/RLL support  --->
turn off the ATA/ATAPI/MFM/RLL support menu item entirely.
You may think this will prevent your CDROM working - it won't. I'll explain later.
Choose
Code:
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers  --->
    <*>   NVIDIA SATA support
    <*>   AMD/NVidia PATA support
Thats the low level drivers set.

Now the high level SCSI driver
Code:
SCSI device support  --->
Inside that menu choose
Code:
  │ │                 < > RAID Transport Class         
  │ │                 -*- SCSI device support   
  │ │                 < > SCSI target support   
  │ │                 [*] legacy /proc/scsi/ support     
  │ │                     *** SCSI support type (disk, tape, CD-ROM) *** 
  │ │                 <*> SCSI disk support           
  │ │                 < > SCSI tape support   
  │ │                 < > SCSI OnStream SC-x0 tape support
  │ │                 <*> SCSI CDROM support 
SCSI CDROM support may be either <M> or <*> but your CDROM is going to be treated as a SCSI device now. It will have two entries in /dev, /dev/sr0 which is the block device you use in the normal way and /dev/sg0 which is its controlling charater device. Normally, you don't need to know that as udev takes care of creating the symlinks properly. However, if your CDROm is listed in /etc/fstab as /dev/hd... that will need to change.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
carpman
Advocate
Advocate


Joined: 20 Jun 2002
Posts: 2202
Location: London - UK

PostPosted: Tue Apr 22, 2008 9:23 pm    Post subject: Reply with quote

thanks for reply,

the kernel should fine, it was working without any issues with dvd burner which is pata so the kernel config should not be an issue as all i have is swap the dvd burner for cd-writer which is pata.


I will check kernel config but really can't see it being the problem as it was working fine and i have not touched kernel config, i may try putting the dvd burner back and see if that works.

cheers
_________________
Work Station - 64bit
Gigabyte GA X48-DQ6 Core2duo E8400
8GB GSkill DDR2-1066
SATA Areca 1210 Raid
BFG OC2 8800 GTS 640mb
--------------------------------
Notebook
Samsung Q45 7100 4gb
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum