PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > wodim:Can't Set SG_SET_TIMEOUT
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

wodim:Can't Set SG_SET_TIMEOUT

Réponse
 
LinkBack Outils de la discussion
Vieux 07/09/2007, 21h30   #1
Thomas H. George
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut wodim:Can't Set SG_SET_TIMEOUT

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
  Réponse avec citation
Vieux 08/09/2007, 00h30   #2
Mumia W..
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: wodim:Can't Set SG_SET_TIMEOUT

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
  Réponse avec citation
Vieux 10/09/2007, 13h50   #3
Thomas H. George
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: wodim:Can't Set SG_SET_TIMEOUT

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
  Réponse avec citation
Vieux 10/09/2007, 14h00   #4
Thomas H. George
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: wodim:Can't Set SG_SET_TIMEOUT

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
  Réponse avec citation
Vieux 10/09/2007, 15h10   #5
Mumia W..
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: wodim:Can't Set SG_SET_TIMEOUT

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
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h30.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,19352 seconds with 13 queries