Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[udev] I masterizzatori non vengono riconosciuti [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
GaugeTheory
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 212
Location: Genoa, Italy

PostPosted: Sat Sep 10, 2005 9:49 am    Post subject: [udev] I masterizzatori non vengono riconosciuti [risolto] Reply with quote

Ho mergiato udev, smergiato devfs e impostato, in /etc/conf.d/rc i seguenti parametri:
Code:
      RC_DEVICE_TARBALL="yes"
      RC_DEVFSD_STARTUP="no"

A questo punto, le stampanti andavano bene, ma le mie unità ottiche (masterizzatore DVD Pioneer 107D (master) e masterizzatore CD Liteon LTR-48246S (slave)) venivano riconosciute solo come normali lettori cd-dvd e k3b non riusciva a riconoscerle come masterizzatori.
Per ora ho dovuto smergiare udev e mergiare devfsd, oltre che reimpostare /etc/conf.d/rc come prima.
Avete delle idee?

Grazie :)
Ciao !!
_________________
Considerate la vostra semenza:.................Consider your seed:
Fatti non foste a viver come bruti,.............You weren't made to live like brutes,
Ma per seguir virtute e conoscenza..........But to follow wisdom and knowledge.
(Dante Alighieri)


Last edited by GaugeTheory on Sun Sep 11, 2005 3:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sat Sep 10, 2005 9:55 am    Post subject: Re: [udev] I masterizzatori non vengono riconosciuti Reply with quote

beh... non è che sia molto chiaro quello che hai sritto...
cosa vuol dire che non vengono riconosciuti? non vengono nemmeno creati i devices? se è così il problema non è di udev, ma più a basso livello (possibilmente anche a livello kernel)
non credo però sia questo il tuo caso. più probabilmente i devices vengono creati con un determinato gruppo di appartenenza e tu non sei in quel gruppo.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Sep 10, 2005 11:03 am    Post subject: Re: [udev] I masterizzatori non vengono riconosciuti Reply with quote

k.gothmog wrote:
cosa vuol dire che non vengono riconosciuti? non vengono nemmeno creati i devices? se è così il problema non è di udev, ma più a basso livello (possibilmente anche a livello kernel)


Mi sa che invece si tratta di udev che non crea i device corretti.
GaugeTheory, usi l'emulazione SCSI? Puoi postare tutto l'output di:
Code:
cdrecord -scanbus

:?:
_________________
Ciao da me!
Back to top
View user's profile Send private message
GaugeTheory
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 212
Location: Genoa, Italy

PostPosted: Sat Sep 10, 2005 6:28 pm    Post subject: Reply with quote

Escludo guai a livello kernel: con devfsd funzionano correttamente.
Con udev, i devices vengono creati (è infatti possibile montare - smontare i devices in modalità sola lettura). Non vengono riconosciuti come masterizzatori, quindi vengono creati in modo non corretto.

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-nitro4
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.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0     0) 'ATA     ' 'WDC WD360GD-00FN' '35.0' Disk
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) 'ATA     ' 'WDC WD360GD-00FN' '35.0' Disk
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *

Le due periferiche scsi individuate sono i miei hard disks sata Western Digital Raptor.
_________________
Considerate la vostra semenza:.................Consider your seed:
Fatti non foste a viver come bruti,.............You weren't made to live like brutes,
Ma per seguir virtute e conoscenza..........But to follow wisdom and knowledge.
(Dante Alighieri)
Back to top
View user's profile Send private message
GaugeTheory
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 212
Location: Genoa, Italy

PostPosted: Sat Sep 10, 2005 6:53 pm    Post subject: Reply with quote

Ultimo aggiornamento. potrebbe essere un problema di permessi.
In tal caso, come posso fare ad estendere i permessi di scrittura anche a tutti gli utenti?

Edit:
Direi che È un problema di permessi, visto che sta scrivendo ora sotto root.
_________________
Considerate la vostra semenza:.................Consider your seed:
Fatti non foste a viver come bruti,.............You weren't made to live like brutes,
Ma per seguir virtute e conoscenza..........But to follow wisdom and knowledge.
(Dante Alighieri)
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Sat Sep 10, 2005 9:11 pm    Post subject: Reply with quote

L'utente appartiene al gruppo cdrw ?
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
GaugeTheory
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 212
Location: Genoa, Italy

PostPosted: Sat Sep 10, 2005 9:27 pm    Post subject: Reply with quote

stefanonafets wrote:
L'utente appartiene al gruppo cdrw ?

No. Ho fatto questa prova:
Code:
> gpasswd -a root cdrw
Adding user root to group cdrw
> gpasswd -a <user> cdrw
Adding user davide to group cdrw

ma non funziona...
Code:
> groups
wheel audio users shutdown scanner

_________________
Considerate la vostra semenza:.................Consider your seed:
Fatti non foste a viver come bruti,.............You weren't made to live like brutes,
Ma per seguir virtute e conoscenza..........But to follow wisdom and knowledge.
(Dante Alighieri)
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Sun Sep 11, 2005 1:37 am    Post subject: Reply with quote

Attenzione che k3b ha un setup proprio per queste cose. Vai su settings e poi su k3b setup, allora ti verrà chiesta la password di root. Entrerai in un menu dove potrai settare qualcosa tipo
Code:
Use burning group
li metti il gruppo users o quello che preferiscie seleziona piu in basso il CDRW e poi dai un bell ok.
Prova....
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
GaugeTheory
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 212
Location: Genoa, Italy

PostPosted: Sun Sep 11, 2005 3:02 pm    Post subject: Reply with quote

Cavolo, è vero, k3b usa un suo mefitico setup proprio. Ho risolto in questo modo:
1) ho notato con piacevole sorpresa che, dopo il riavvio, il gruppo cdrw esiste, e ci appartengono tutti gli utenti previst.
2) ho seguito le istruzioni di apertini

Grazie a tutti!! :D :D :D
_________________
Considerate la vostra semenza:.................Consider your seed:
Fatti non foste a viver come bruti,.............You weren't made to live like brutes,
Ma per seguir virtute e conoscenza..........But to follow wisdom and knowledge.
(Dante Alighieri)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum