|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have an Etch box with a linux-image-2.6.18-5-k7. All works well but
wodim -devices Beginning native device scan. This may take a while ... wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT Apt-get install wodim confirms I have the latest release. I have also run apt-get dist-upgrade but still get the same result from wodim -devices. What's wrong? Tom George -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 09/07/2007 03:19 PM, Thomas H. George wrote:
> I have an Etch box with a linux-image-2.6.18-5-k7. All works well but > > wodim -devices > Beginning native device scan. This may take a while ... > wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT > > Apt-get install wodim confirms I have the latest release. I have also > run apt-get dist-upgrade but still get the same result from wodim -devices. > > What's wrong? > > Tom George > > What is the output of wodim -scanbus ? What device does your CD-ROM/DVD normally use? Is your optical drive accessed through the normal ATAPI driver or through ide-scsi (SCSI emulation for IDE devices)? Is SCSI compiled into your kernel--at least as a module? If so, is that module loaded? I think that the 'sg' (SCSI general?) module is used by wodim. -------------------- I'm running Sarge with kernel 2.6.22 and wodim (self compiled) 1.1.6. Even though 2.6 kernels support writing to ATAPI optical drives, I'm still using ide-scsi to drive my CD writer. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Fri, Sep 07, 2007 at 05:34:13PM -0500, Mumia W.. wrote:
> On 09/07/2007 03:19 PM, Thomas H. George wrote: >> I have an Etch box with a linux-image-2.6.18-5-k7. All works well but >> wodim -devices >> Beginning native device scan. This may take a while ... >> wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT >> Apt-get install wodim confirms I have the latest release. I have also run >> apt-get dist-upgrade but still get the same result from wodim -devices. >> What's wrong? >> Tom George > > What is the output of wodim -scanbus ? Can't open SCSI driver! Note that I am using the linux-image kernel, not a kernel compiled from a linux-source kernel package. Apparently the linux-image kernel is not compiled with scsi emulation. > > What device does your CD-ROM/DVD normally use? /dev/hdc I can mount it as /media/cdrom0 and read data files from a cd The output of less /proc/ide/hdc/driver is ide-cdrom version 4.61 > > Is your optical drive accessed through the normal ATAPI driver or through > ide-scsi (SCSI emulation for IDE devices)? > > Is SCSI compiled into your kernel--at least as a module? If so, is that > module loaded? I think that the 'sg' (SCSI general?) module is used by > wodim. The output of lsmod includes ide_cd and cdrom which uses ide_cd. insmod sg finds no such module. > > -------------------- > I'm running Sarge with kernel 2.6.22 and wodim (self compiled) 1.1.6. Even > though 2.6 kernels support writing to ATAPI optical drives, I'm still using > ide-scsi to drive my CD writer. > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a > subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Fri, Sep 07, 2007 at 05:34:13PM -0500, Mumia W.. wrote:
> On 09/07/2007 03:19 PM, Thomas H. George wrote: >> I have an Etch box with a linux-image-2.6.18-5-k7. All works well but >> wodim -devices >> Beginning native device scan. This may take a while ... >> wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT >> Apt-get install wodim confirms I have the latest release. I have also run >> apt-get dist-upgrade but still get the same result from wodim -devices. >> What's wrong? >> Tom George > > What is the output of wodim -scanbus ? Cannot open SCSI driver > > What device does your CD-ROM/DVD normally use? > /dev/hdc > Is your optical drive accessed through the normal ATAPI driver or through > ide-scsi (SCSI emulation for IDE devices)? In lsmod I find ide_cd and cdrom uses ide_cd > > Is SCSI compiled into your kernel--at least as a module? If so, is that > module loaded? I think that the 'sg' (SCSI general?) module is used by > wodim. I am using a linux-image-2.6.18 kernel. Apparently it was not compiled with SCSI emulation as this should not be needed. > -------------------- > I'm running Sarge with kernel 2.6.22 and wodim (self compiled) 1.1.6. Even > though 2.6 kernels support writing to ATAPI optical drives, I'm still using > ide-scsi to drive my CD writer. > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a > subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On 09/09/2007 07:16 AM, Thomas H. George wrote:
> On Fri, Sep 07, 2007 at 05:34:13PM -0500, Mumia W.. wrote: >> On 09/07/2007 03:19 PM, Thomas H. George wrote: >>> I have an Etch box with a linux-image-2.6.18-5-k7. All works well but >>> wodim -devices >>> Beginning native device scan. This may take a while ... >>> wodim: Invalid argument. Cannot Set SG_SET_TIMEOUT >>> Apt-get install wodim confirms I have the latest release. I have also run >>> apt-get dist-upgrade but still get the same result from wodim -devices. >>> What's wrong? >>> Tom George >> What is the output of wodim -scanbus ? > > Cannot open SCSI driver > >> What device does your CD-ROM/DVD normally use? >> > > /dev/hdc > >> Is your optical drive accessed through the normal ATAPI driver or through >> ide-scsi (SCSI emulation for IDE devices)? > > In lsmod I find ide_cd and cdrom uses ide_cd > >> Is SCSI compiled into your kernel--at least as a module? If so, is that >> module loaded? I think that the 'sg' (SCSI general?) module is used by >> wodim. > > > I am using a linux-image-2.6.18 kernel. Apparently it was not compiled > with SCSI emulation as this should not be needed. > SCSI emulation is probably compiled as a module. Put this on the kernel command line: hdc=ide-scsi That should allow the SCSI emulation driver to take control of that interface. You might have to "modprobe ide-scsi" after bootup. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|