View previous topic :: View next topic |
Author |
Message |
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 12:09 pm Post subject: Problemi masterizzatore usb (i permessi?) |
|
|
Ho comprato un masterizzatore dvd usb LG gsa-5120d
Dovrei averlo configurato correttamente, riesco a leggere i cd e ho provato a masterizzare un dvd (veramente ho fatto solo la simulazione) e sembra tutto ok, ma non riesco a masterizzare cd (col masterizzatore interno invece masterizza senza problemi)!
Nel kernel per quanto riguarda il supporto scsi ho attivato questo:
Code: | <M> SCSI CDROM support
[ ] Enable vendor-specific extensions (for SCSI CDROM)
<M> SCSI generic support |
k3b mi da quasi errori a caso...
A volte mi dice che non ho i permessi, a volte che mkisofs ha fatto qualche casino, a volte probabili errori di buffer underrun, oppure errore 255, che cdrecord non gira coi privilegi di root...
Il tutto prima che inizi la masterizzazione!
Dal debugging output di k3b:
Code: | System
-----------------------
K3b Version:0.11.17
KDE Version: 3.3.1
QT Version: 3.3.3
cdrecord
-----------------------
/usr/bin/cdrecord: Warning: Running on Linux-2.6.9-gentoo-r4
/usr/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/usr/bin/cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
/usr/bin/cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
/usr/bin/cdrecord: Warning: SCSI transport does no longer work for suid root programs.
/usr/bin/cdrecord: Warning: if cdrecord fails, try to run it from a root account.
/usr/bin/cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
/usr/bin/cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
/usr/bin/cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
/usr/bin/cdrecord: No such file or directory. Cannot open '/dev/pg0'. Cannot open SCSI driver.
/usr/bin/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
/usr/bin/cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
TOC Type: 1 = CD-ROM
cdrecord comand:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=0,0,0 speed=40 -tao -dummy driveropts=burnfree -eject -data -tsize=184664s -
mkisofs
-----------------------
184664
mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.17 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.17 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-rug/k3bV2PRta.tmp -rational-rock -hide-list /tmp/kde-rug/k3bb59XAb.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-rug/k3bgvVeHa.tmp /home/rug/.kde/share/apps/k3b/temp/dummydir0/
|
Ah, anche da root stesso problema! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Tue Nov 23, 2004 12:15 pm Post subject: |
|
|
Prova a vedere se cderecord ha il suid ed in tal caso toglilo. Da me funziona così con il kernel gentoo-dev-sources-2.6.9-r4. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 12:39 pm Post subject: |
|
|
ho dato un
Code: | chmod -s /usr/bin/cdrecord |
ma non cambia nulla. Anche io ho quel kernel |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Tue Nov 23, 2004 12:47 pm Post subject: Re: Problemi masterizzatore usb (i permessi?) |
|
|
ProT-0-TypE wrote: | /usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
/usr/bin/cdrecord: No such file or directory. Cannot open '/dev/pg0'. Cannot open SCSI driver.
/usr/bin/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. |
sembra che non trovi il device "/dev/pg0".
Sei sicuro che i moduli sono tutti correttamente in memoria?
hai provato:
come suggerito? _________________ Ciao da me! |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 1:24 pm Post subject: |
|
|
Code: | # cdrecord -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.9-gentoo-r4
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'. |
Che poi /dev/pg0 sarebbe sbagliato in teoria perchè serve per la porta parallela. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Tue Nov 23, 2004 1:31 pm Post subject: |
|
|
ProT-0-TypE wrote: | Che poi /dev/pg0 sarebbe sbagliato in teoria perchè serve per la porta parallela. |
Mi sembrava un pò anomalo pg0.
Comunque mi sa che manca ancora qualcosa... ma poi, non hai detto che hai anche un masterizzatore interno? In quella lista non lo vedo... _________________ Ciao da me! |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Tue Nov 23, 2004 1:34 pm Post subject: |
|
|
ho un masterizzatore cd interno, che funziona perfettamente! in effetti alla fine non è nemmeno vitale che quello esterno funzioni anche come masterizzatore cd... però se riesco a farlo funzionare è meglio (soddisfazioni personali)
Penso che dovrei passare qualche parametro a cd record... ma quali? |
|
Back to top |
|
|
Gitanovic Tux's lil' helper
Joined: 18 Feb 2004 Posts: 101 Location: Italy
|
Posted: Mon Oct 24, 2005 10:47 pm Post subject: |
|
|
Anche io ho lo stesso problema... e ci ho perso una serata a smanettare.
Se hai risolto mi dici qual'era il problema? _________________ Gipsy |
|
Back to top |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Mon Oct 24, 2005 11:08 pm Post subject: |
|
|
sinceramente non avevo risolto, e per la precisione non avevo nemmeno più provato. Continuo ad usare il masterizzatore interno _________________ [Vuoi guadagnare navigando?] |
|
Back to top |
|
|
Gitanovic Tux's lil' helper
Joined: 18 Feb 2004 Posts: 101 Location: Italy
|
Posted: Mon Oct 24, 2005 11:22 pm Post subject: |
|
|
Io avevo masterizzato con un kernel precedente (credo che fosse il 2.6.9 e ora uso il 2.6.13)
Solo che con quello non ero riuscito a far andare l'HD esterno firewire... ora quello va e non va più il masterizzatore
P.S. Se ci metto dentro un cd o un DVD con dei dati lo riesco a montare come /dev/uba1 (mentre prima era /dev/sr0 e prima ancora /dev/sda1... )
Solo che se provo a aggiungere /dev/uba come device in k3bsetup mi da errore...
Nel kernel ho messo di tutto come built in _________________ Gipsy |
|
Back to top |
|
|
|