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 > CD/DVD Burner Configuration
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

CD/DVD Burner Configuration

Réponse
 
LinkBack Outils de la discussion
Vieux 07/08/2007, 03h40   #1
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut CD/DVD Burner Configuration

Hello guys,

I tried to burn a CD with k3b, and got an error from wodim, the same as follow:
adriano@heisenberg:~$ wodim -scanbus
/usr/bin/wodim: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim --devices' or 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev='.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.

then I tried:
adriano@heisenberg:~$ wodim dev=/dev/cdrw -scanbus
scsibus1:
1,0,0 100) 'MATSHITA' 'DVD-RAM UJ-840S ' '1.11' Removable CD-ROM

yes, there it is. So my question is: how can I fix this, because to do
something with the burner i'll need always to specify the 'dev'
parameter...

Thanks in advance.


--
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 07/08/2007, 11h50   #2
Jonathan Kaye
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:

> Hello guys,
>
> I tried to burn a CD with k3b, and got an error from wodim, the same as
> follow: adriano@heisenberg:~$ wodim -scanbus
> /usr/bin/wodim: No such file or directory.
> Cannot open SCSI driver!
> For possible targets try 'wodim --devices' or 'wodim -scanbus'.
> For possible transport specifiers try 'wodim dev='.
> For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
> the wodim documentation.
>
> then I tried:
> adriano@heisenberg:~$ wodim dev=/dev/cdrw -scanbus
> scsibus1:
> 1,0,0 100) 'MATSHITA' 'DVD-RAM UJ-840S ' '1.11' Removable CD-ROM
>
> yes, there it is. So my question is: how can I fix this, because to do
> something with the burner i'll need always to specify the 'dev'
> parameter...
>
> Thanks in advance.

Hi Adriano,
Is your K3b configured correctly? Open K3b and Settings -> Configure
K3b ... -> Devices
Do you see your Matshita listed there? If not K3b is not configured
correctly. If need be you can add your device by clicking on the "Add
Device..." button in the Devices window.
Cheers,
Jonathan
--
Registerd Linux user #445917 at http://counter.li.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 07/08/2007, 17h40   #3
Jonathan Kaye
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Jonathan Kaye wrote:

> Adriano Bonat wrote:
>
>> Hello guys,
>>
>> I tried to burn a CD with k3b, and got an error from wodim, the same as
>> follow: adriano@heisenberg:~$ wodim -scanbus
>> /usr/bin/wodim: No such file or directory.
>> Cannot open SCSI driver!
>> <snip>

> Is your K3b configured correctly? Open K3b and Settings -> Configure
> K3b ... -> Devices
> Do you see your Matshita listed there? If not K3b is not configured
> correctly. If need be you can add your device by clicking on the "Add
> Device..." button in the Devices window.
> Cheers,
> Jonathan

Answer pasted from a personal reply to me:
Hello,

yes its listed in the devices section of k3b, to make it work, i had
to configure a custom parameter to wodim in k3b, but i would like to
find a better solution than this.

Thanks.

Dear Adriano,
Please don't take discussions off the list. Other people cannot benefit from
any light shed on the subject if you make it private. In general it's not
good netiquette to reply to a person rather than the list where the posting
appeared.
I'm not sure what you mean by "configure a custom parameter" but I know when
wodim replaced cdrecord I simply made a symbolic link in /usr/bin where I
linked cdrecord to wodim (cdrecrod -> wodim). I don't know if this has
anything to do with your problem.
Cheers,
Jonathan


--
Registerd Linux user #445917 at http://counter.li.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 07/08/2007, 17h50   #4
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Thanks for your advice, shame on the lack of reply-to

The link to cdrecord dont change anything. And about the custom
parameter, it is in the programs sections of k3b, in the "user
parameters" tab.

Regards.

On 8/7/07, Jonathan Kaye <jdkaye10@yahoo.es> wrote:
> Jonathan Kaye wrote:
>
> > Adriano Bonat wrote:
> >
> >> Hello guys,
> >>
> >> I tried to burn a CD with k3b, and got an error from wodim, the same as
> >> follow: adriano@heisenberg:~$ wodim -scanbus
> >> /usr/bin/wodim: No such file or directory.
> >> Cannot open SCSI driver!
> >> <snip>

> > Is your K3b configured correctly? Open K3b and Settings -> Configure
> > K3b ... -> Devices
> > Do you see your Matshita listed there? If not K3b is not configured
> > correctly. If need be you can add your device by clicking on the "Add
> > Device..." button in the Devices window.
> > Cheers,
> > Jonathan

> Answer pasted from a personal reply to me:
> Hello,
>
> yes its listed in the devices section of k3b, to make it work, i had
> to configure a custom parameter to wodim in k3b, but i would like to
> find a better solution than this.
>
> Thanks.
>
> Dear Adriano,
> Please don't take discussions off the list. Other people cannot benefit from
> any light shed on the subject if you make it private. In general it's not
> good netiquette to reply to a person rather than the list where the posting
> appeared.
> I'm not sure what you mean by "configure a custom parameter" but I know when
> wodim replaced cdrecord I simply made a symbolic link in /usr/bin where I
> linked cdrecord to wodim (cdrecrod -> wodim). I don't know if this has
> anything to do with your problem.
> Cheers,
> Jonathan
>
>
> --
> Registerd Linux user #445917 at http://counter.li.org/
>
>
> --
> 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 07/08/2007, 18h50   #5
Jonathan Kaye
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:

> Thanks for your advice, shame on the lack of reply-to
>
> The link to cdrecord dont change anything. And about the custom
> parameter, it is in the programs sections of k3b, in the "user
> parameters" tab.
>
> Regards.
>
> <snip>

Hi Adriano,
I have no special parameter settings. What did you need to put in there?
Cheers,
Jonathan

--
Registerd Linux user #445917 at http://counter.li.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 07/08/2007, 19h30   #6
Jonathan Kaye
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:

> dev=/dev/cdrw
>
> my kernel isnt the default for Debian etch, i just recompiled a new
> one, so i think that the problem can be around this...
>
> Thanks.
>

Ok, mine are found at /dev/hdc and /dev/hdd and they're mount
as /media/cdrom0 and /media/cdrom1, respectively.
Cheers,
Jonathan

--
Registerd Linux user #445917 at http://counter.li.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 07/08/2007, 19h30   #7
Jonathan Kaye
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:

> dev=/dev/cdrw
>
> my kernel isnt the default for Debian etch, i just recompiled a new
> one, so i think that the problem can be around this...
>
> Thanks.
>

Ok, mine are found at /dev/hdc and /dev/hdd and they're mount
as /media/cdrom0 and /media/cdrom1, respectively.
Cheers,
Jonathan

--
Registerd Linux user #445917 at http://counter.li.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 07/08/2007, 19h30   #8
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

dev=/dev/cdrw

my kernel isnt the default for Debian etch, i just recompiled a new
one, so i think that the problem can be around this...

Thanks.

On 8/7/07, Jonathan Kaye <jdkaye10@yahoo.es> wrote:
> Adriano Bonat wrote:
>
> > Thanks for your advice, shame on the lack of reply-to
> >
> > The link to cdrecord dont change anything. And about the custom
> > parameter, it is in the programs sections of k3b, in the "user
> > parameters" tab.
> >
> > Regards.
> >
> > <snip>

> Hi Adriano,
> I have no special parameter settings. What did you need to put in there?
> Cheers,
> Jonathan
>
> --
> Registerd Linux user #445917 at http://counter.li.org/
>
>
> --
> 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 07/08/2007, 19h30   #9
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

dev=/dev/cdrw

my kernel isnt the default for Debian etch, i just recompiled a new
one, so i think that the problem can be around this...

Thanks.

On 8/7/07, Jonathan Kaye <jdkaye10@yahoo.es> wrote:
> Adriano Bonat wrote:
>
> > Thanks for your advice, shame on the lack of reply-to
> >
> > The link to cdrecord dont change anything. And about the custom
> > parameter, it is in the programs sections of k3b, in the "user
> > parameters" tab.
> >
> > Regards.
> >
> > <snip>

> Hi Adriano,
> I have no special parameter settings. What did you need to put in there?
> Cheers,
> Jonathan
>
> --
> Registerd Linux user #445917 at http://counter.li.org/
>
>
> --
> 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 07/08/2007, 20h10   #10
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Hm, I have a SATA controller, so the SCSI emulation owns the HD and
the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
link to /dev/sr0

Thanks.

On 8/7/07, Jonathan Kaye <jdkaye10@yahoo.es> wrote:
> Adriano Bonat wrote:
>
> > dev=/dev/cdrw
> >
> > my kernel isnt the default for Debian etch, i just recompiled a new
> > one, so i think that the problem can be around this...
> >
> > Thanks.
> >

> Ok, mine are found at /dev/hdc and /dev/hdd and they're mount
> as /media/cdrom0 and /media/cdrom1, respectively.
> Cheers,
> Jonathan
>
> --
> Registerd Linux user #445917 at http://counter.li.org/
>
>
> --
> 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 07/08/2007, 21h40   #11
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:
> Hm, I have a SATA controller, so the SCSI emulation owns the HD and
> the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
> link to /dev/sr0


Which kernel version is it? You don't need SCSI emulation under 2.6. And
CD cannot be SATA, only IDE.


--
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 07/08/2007, 21h40   #12
Marko Randjelovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:
> Hm, I have a SATA controller, so the SCSI emulation owns the HD and
> the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
> link to /dev/sr0


Which kernel version is it? You don't need SCSI emulation under 2.6. And
CD cannot be SATA, only IDE.


--
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/08/2007, 01h10   #13
Adriano Bonat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Its version 2.6.22.1. Follow attached my dmesg.

You can check on it the message:
sr 1:0:0:0: Attached scsi CD-ROM sr0

Thanks.

On 8/7/07, Marko Randjelovic <marel@sbb.co.yu> wrote:
> Adriano Bonat wrote:
> > Hm, I have a SATA controller, so the SCSI emulation owns the HD and
> > the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
> > link to /dev/sr0

>
> Which kernel version is it? You don't need SCSI emulation under 2.6. And
> CD cannot be SATA, only IDE.
>
>
> --
> 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 13/08/2007, 13h30   #14
Wackojacko
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CD/DVD Burner Configuration

Adriano Bonat wrote:
> Its version 2.6.22.1. Follow attached my dmesg.
>
> You can check on it the message:
> sr 1:0:0:0: Attached scsi CD-ROM sr0
>
> Thanks.
>
> On 8/7/07, Marko Randjelovic <marel@sbb.co.yu> wrote:
>> Adriano Bonat wrote:
>>> Hm, I have a SATA controller, so the SCSI emulation owns the HD and
>>> the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
>>> link to /dev/sr0

>> Which kernel version is it? You don't need SCSI emulation under 2.6. And
>> CD cannot be SATA, only IDE.
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>>
>>


With the new (experimental) ATA drivers in 2.6.22 kernel all drives are
seen as SCSI drives hence the sr0 assignment. This may be what confused
K3b if you have recently upgraded the kernel and your IDE burner went
from /dev/hd? to /dev/sr0.

HTH

Wackojacko


--
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 05h44.


Édité par : vBulletin®
Copyright ©2000 - 2009, 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 ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,21049 seconds with 22 queries