Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Combo drive on VAIO R505GL
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
Gil
n00b
n00b


Joined: 23 Feb 2003
Posts: 32
Location: Vancouver, Canada

PostPosted: Mon Feb 24, 2003 5:46 pm    Post subject: Combo drive on VAIO R505GL Reply with quote

I've been fighting for a while to get this cd-rom working, at first couldn't get the ohci1394 and sbp2 modules to run. Those 2 works now after I've applied the patch on ACPI.

Now I have pcmcia_core, i83265, ds, ohci1394, sbp2, sr_mod in modules.autoload (everything else, I enabled as "build-in" instead of modules). I doubled checked that ohci1394, sbp2 and sr_mod are all loaded properly. But the cd-rom is not coming up when I try to mount it...
It complains --
mount: special device /dev/cdroms/cdrom0 does not exist
I found nothing inside directories /mnt/cdroms, /mnt/scsi, and /mnt/ieee1394

Any help is appreciated
Back to top
View user's profile Send private message
Gil
n00b
n00b


Joined: 23 Feb 2003
Posts: 32
Location: Vancouver, Canada

PostPosted: Mon Feb 24, 2003 10:58 pm    Post subject: Fixed Reply with quote

Fixed. Sorry, it's my problem...
Carelessly checked one of the scsi stuff as module instead of build in support...
so it never gets loaded.
Back to top
View user's profile Send private message
plate
Bodhisattva
Bodhisattva


Joined: 25 Jul 2002
Posts: 1663
Location: Berlin

PostPosted: Tue Feb 25, 2003 12:09 am    Post subject: Reply with quote

Just out of curiosity, could you post a few lines (the relevant ones :P ) from your kernel config file? My CD drive is broken, so I can't test it, but I'd like to have things ready for the replacement drive.
Back to top
View user's profile Send private message
Gil
n00b
n00b


Joined: 23 Feb 2003
Posts: 32
Location: Vancouver, Canada

PostPosted: Tue Feb 25, 2003 4:48 am    Post subject: Reply with quote

Hi, I'm n00b. I just follow whatever information I could find and keep trying.
So, I dun know exactly which settings are critical for it to work.
So I will list all the SCSI and IEEE1394 stuff here.

#SCSI support
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
CONFIG_BLK_DEV_SR=m
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y

#IEEE 1394 support
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_SBP2=m
CONFIG_IEEE1394_SBP2_PHYS_DMA=y
CONFIG_IEEE1394_RAWIO=y

and one more, in ATA/IDE support
CONFIG_BLK_DEV_IDESCSI=y

and I have ohci1394, sbp2 and sr_mod in modules.autoload

Hope this will be useful for you.
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