Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nd HLP:CD/DVD recording / ide-scsi / enabling scsi emulation
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
tychop
n00b
n00b


Joined: 20 Mar 2004
Posts: 8

PostPosted: Sat Mar 20, 2004 12:45 pm    Post subject: Nd HLP:CD/DVD recording / ide-scsi / enabling scsi emulation Reply with quote

Hi all,

I want to burn some iso dvd images.
K3b tells me to enable scsi emulation on my system.

How can I do that?
I have an non SCSI writer & have added hdd=ide-scsi in my grub.conf

But still, K3b lock up when looking for devices.
I read on this forum that I should rebuild my kernel (2.6.3-gentoo-r2) and have all scsi related compiled as modules.

How do I do that. Is that possible using genkernel --menuconfig all?
If not, what lines should be changed in etc/kernel/mykernelconfig so I can "genkernel all" it?
Or am I looking in the wrong direction here .....

I can't be the only one who experiences these problems.

My system specs r:
1,5 Gig mem; AMD64 3400+; NVidia 5950; Maxtor 200 Gig IDE; LiteOn 8x DVDRW

lsmod:
nvidia 2564596 0
usbnet 25224 0
mii 4544 1 usbnet
cdc_acm 9376 0
ohci_hcd 17220 0
uhci_hcd 28768 0
sata_via 4292 0
libata 35776 1 sata_via,[permanent]
3c59x 35636 0
snd_via82xx 23392 0
snd_ac97_codec 63556 1 snd_via82xx
gameport 3904 1 snd_via82xx
snd_mpu401_uart 6400 1 snd_via82xx
snd_rawmidi 20896 1 snd_mpu401_uart
ntfs 77784 1
nls_iso8859_1 5184 2
ide_scsi 12932 2
ide_tape 51232 0
st 35484 0
sbp2 21896 0
ohci1394 30788 0
ieee1394 71880 2 sbp2,ohci1394
usb_storage 67008 0
hid 23616 0
ehci_hcd 23364 0
usbcore 96048 9 usbnet,cdc_acm,ohci_hcd,uhci_hcd,usb_storage,hid,ehci_hcd

grub:
title=Gentoo Linux 2.6.3
root(hd0,1)
kernel /kernel-2.6.3-gentoo-r2 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4 vga=0x317 splashimage=splash.xpm.gz hdd=ide-scsi splash=verbose
initrd /initrd-2.6.3-gentoo-r2
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sat Mar 20, 2004 3:08 pm    Post subject: Reply with quote

tychop,

You have a few missing modules and an error in your kernel command line.

You need
Code:
/dev/hdd=ide-scsi
to reserve hdd for the fake scsi system.

In the kernel config under Device Drivers->SCSI Device Support you need SCSI Device Support, (which gets you scsi_mod) SCSI Generic Support (which gets you sg). SCSI CDROM support (sr_mod) becomes essential, since if you want to read CDs, you need the SCSI driver not the IDE one.
You do not need any low level device drivers.
_________________
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
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