Gentoo Archives: gentoo-user

From: Joseph <syscon@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dd if=/dev/dvd of=backup.iso - DMA related problem
Date: Fri, 24 Mar 2006 21:04:19
Message-Id: 1143233143.5091.52.camel@sysconcept.ca
In Reply to: Re: [gentoo-user] dd if=/dev/dvd of=backup.iso - DMA related problem by JimD
1 On Fri, 2006-03-24 at 13:08 -0500, JimD wrote:
2 > On Fri, 24 Mar 2006 08:49:09 -0700
3 > Joseph <syscon@×××××××××.com> wrote:
4 >
5 > > I've disable IDE ATAPI CD-ROM in the kernel but the DVD-drive wasn't
6 > > recognized upon reboot; well I think I just have to wait till they fix
7 > > it in the kernel :-/
8 > > For now, every time I made copy and eject the CD, I will reboot the
9 > > computer; oh well it is like Windows 98 - I'm used to it :-)
10 >
11 > Did you try to turn off all SCSI cdrom options? Make sure SCSI CDROM
12 > support is off as well as SCSI CDROM emulation.
13 >
14 > Are you using a genkernel? I recompiled my kernel to have the main
15 > stuff in the kernel. For example SATA, IDE CD, ext2, reiserfs, etc is
16 > compiled into the kernel instead of as modules.
17 >
18 > Did try to boot with this kernel option:
19 > pci=usepirqmask
20 >
21 > Jim
22
23 I've tried disabling SCSI for IDE and SCSI CDROM but I can not find any
24 "sr" recognized devices; unless I missed something.
25 I've added to grub.conf as well (default kernel):
26 root=/dev/sda3 pci=noacpi noapci pci=usepirqmask
27 it didn't help.
28
29 Here is what i have enabled in kernel when it comes to SCSI:
30 -------.config--------------
31 # CONFIG_BLK_DEV_IDESCSI is not set
32 # SCSI device support
33 CONFIG_SCSI=y
34 # CONFIG_SCSI_PROC_FS is not set
35 # SCSI support type (disk, tape, CD-ROM)
36 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
37 # CONFIG_SCSI_MULTI_LUN is not set
38 # CONFIG_SCSI_CONSTANTS is not set
39 # CONFIG_SCSI_LOGGING is not set
40 # SCSI Transport Attributes
41 # CONFIG_SCSI_SPI_ATTRS is not set
42 # CONFIG_SCSI_FC_ATTRS is not set
43 # CONFIG_SCSI_ISCSI_ATTRS is not set
44 # CONFIG_SCSI_SAS_ATTRS is not set
45 # SCSI low-level drivers
46 # CONFIG_ISCSI_TCP is not set
47 # CONFIG_SCSI_3W_9XXX is not set
48 # CONFIG_SCSI_ACARD is not set
49 # CONFIG_SCSI_AACRAID is not set
50 # CONFIG_SCSI_AIC7XXX is not set
51 # CONFIG_SCSI_AIC7XXX_OLD is not set
52 # CONFIG_SCSI_AIC79XX is not set
53 CONFIG_SCSI_SATA=y
54 # CONFIG_SCSI_SATA_AHCI is not set
55 # CONFIG_SCSI_SATA_SVW is not set
56 # CONFIG_SCSI_ATA_PIIX is not set
57 # CONFIG_SCSI_SATA_MV is not set
58 # CONFIG_SCSI_SATA_NV is not set
59 # CONFIG_SCSI_PDC_ADMA is not set
60 # CONFIG_SCSI_SATA_QSTOR is not set
61 # CONFIG_SCSI_SATA_PROMISE is not set
62 # CONFIG_SCSI_SATA_SX4 is not set
63 # CONFIG_SCSI_SATA_SIL is not set
64 # CONFIG_SCSI_SATA_SIL24 is not set
65 # CONFIG_SCSI_SATA_SIS is not set
66 # CONFIG_SCSI_SATA_ULI is not set
67 CONFIG_SCSI_SATA_VIA=y
68 # CONFIG_SCSI_SATA_VITESSE is not set
69 # CONFIG_SCSI_BUSLOGIC is not set
70 # CONFIG_SCSI_DMX3191D is not set
71 # CONFIG_SCSI_EATA is not set
72 # CONFIG_SCSI_FUTURE_DOMAIN is not set
73 # CONFIG_SCSI_GDTH is not set
74 # CONFIG_SCSI_IPS is not set
75 # CONFIG_SCSI_INITIO is not set
76 # CONFIG_SCSI_INIA100 is not set
77 # CONFIG_SCSI_SYM53C8XX_2 is not set
78 # CONFIG_SCSI_IPR is not set
79 # CONFIG_SCSI_QLOGIC_FC is not set
80 # CONFIG_SCSI_QLOGIC_1280 is not set
81 CONFIG_SCSI_QLA2XXX=y
82 # CONFIG_SCSI_QLA21XX is not set
83 # CONFIG_SCSI_QLA22XX is not set
84 # CONFIG_SCSI_QLA2300 is not set
85 # CONFIG_SCSI_QLA2322 is not set
86 # CONFIG_SCSI_QLA6312 is not set
87 # CONFIG_SCSI_QLA24XX is not set
88 # CONFIG_SCSI_LPFC is not set
89 # CONFIG_SCSI_DC395x is not set
90 # CONFIG_SCSI_DC390T is not set
91 # CONFIG_SCSI_DEBUG is not set
92 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
93 -------end .config.--------------
94
95 --
96 #Joseph
97 --
98 gentoo-user@g.o mailing list