Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SCSI CDROM mounten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Tue Mar 04, 2003 3:47 pm    Post subject: SCSI CDROM mounten Reply with quote

hi!
ich wollte mein Cdrom laufwerk mounten (SCSI).
ich hab in fstab als verweis auf das cdrom laufwerk sehen
/dev/sr0 /cdrom iso9660 defaults,ro,user,noauto 0 0 0,0
in den kernel habe ich auch scsi support einmoduliert. und auch mit modprobe scsi-ide geladen. nur leider kommt wenn ich mount /cdrom kommt: special device /dev/sr0 does not exist.
etwas wie cdrom oder ähnliches existiert in meinem DEV ordner auch nicht.
habe ich vielleicht noch vergessen ein modul zu laden, oder ähnliches?
Back to top
View user's profile Send private message
awiesel
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 134

PostPosted: Tue Mar 04, 2003 4:09 pm    Post subject: Reply with quote

Wahrscheinlich fehlt noch der SCSI CDRom-Support
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Tue Mar 04, 2003 5:37 pm    Post subject: Reply with quote

Guck mal hier, sollte dir auch weiterhelfen.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Tue Mar 04, 2003 6:20 pm    Post subject: Reply with quote

ok, bei dem link wars mit ide-scsi erledingt, das ist bei mir leider nicht der Fall. :(
also ich hab jetzt noch diese module geladen:
ide-scsi
sg
sr_mod
und es geht trotsdem geht es nicht, ich hab es probiert mit sr0 und sg0 aber beide findet er nicht in /dev.
was muss ich denn noch laden an modulen? oder so
Back to top
View user's profile Send private message
kaasja
n00b
n00b


Joined: 11 Aug 2002
Posts: 44

PostPosted: Tue Mar 04, 2003 6:45 pm    Post subject: Reply with quote

HI,

Wenn ich dich richtig verstanden hab, hast du ein SCSI-CDROM. Warum dann die SCSI-Emulation scsi-ide laden? Die gehört imho nicht da hinein.

Du solltest die Module laden, die
1. dein SCSI-Adapter braucht (kommt drauf an, welcher das ist)
2. sg für den scsi-generic-support
3. sr_mod für den scsi-cdrom-support

_Kein_ scsi-ide!

HTH,
Karsten
Back to top
View user's profile Send private message
awiesel
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 134

PostPosted: Tue Mar 04, 2003 6:57 pm    Post subject: Reply with quote

Gentoo benutzt ja devfs, deshalb schau mal, ob überhaupt die symbolischen Links sr0, sr1 vorhanden sind und wo sie hinweisen. Wenn nicht, dann geh mal die Pfade unter /dev/scsi bis nach unten durch und schau mal ob Du dort deine cdroms findest. Sollte das der Fall sein, dann schau Dir mal die /etc/devfsd.conf an, die muss dann sicher noch modifiziert werden. Schau auch mal was cat /proc/scsi/scsi ausgibt. Ausserdem muss mit dmesg oder in der /var/log/messages etwas in der Art auftauchen:
Quote:

Mar 3 22:22:36 wien1 kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0,
lun 0
Mar 3 22:22:36 wien1 kernel: Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1,
lun 0
Mar 3 22:22:36 wien1 kernel: sr0: scsi3-mmc drive: 20x/40x cd/rw xa/form2 cdda t
ray
Mar 3 22:22:36 wien1 kernel: Uniform CD-ROM driver Revision: 3.12
Mar 3 22:22:36 wien1 kernel: sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2
cdda tray
Back to top
View user's profile Send private message
ajordan
Guru
Guru


Joined: 10 Sep 2002
Posts: 320
Location: Hannover / Germany

PostPosted: Tue Mar 04, 2003 7:28 pm    Post subject: Reply with quote

Hmm, ich habe auch SCSI-CDROM und bekomme bei mir ueber /dev/cdroms/cdrom0 bzw. /dev/cdroms/cdrom1 Zugriff auf die Geraete. Diesen Hinweis wollte ich dir durch den Link auch nur geben, neben dem notwendigen Laden der Module.

Alex
_________________
http://spitfire.homelinux.net/
http://spitfire.spittix.de/

GNU/LinuX mobile Dokumentation
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Wed Mar 05, 2003 5:11 pm    Post subject: Reply with quote

hi, kann es vielleicht daran liegen, das ich DEVFS nicht im kernel habe?
Also ich hab schonmal versucht das reinzutun, aber in menuconfig kann ich es nicht finden, und wenn ich in der config von hand einfach not set auf =y setze haut das menuconfig nach einem start wieder raus.
kann mir jemand sagen, wo ich das bei menuconfig finden kann? ich hab auch schon mal probeweise alles bei Filesystem eingebaut, weil ich dachte das liegt an den deps, war aber auch ohne erfolg.
Back to top
View user's profile Send private message
awiesel
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 134

PostPosted: Wed Mar 05, 2003 5:35 pm    Post subject: Reply with quote

devfs findet man in der Kernelkonfiguration unter "File systems" als "/dev filesystem support", "automount at boot" sollte ebenfalls ausgewählt sein. Ebenso der "virtual memory file system support". Das Ganze am besten fest im Kernel, nicht als Modul.
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Wed Mar 05, 2003 6:27 pm    Post subject: Reply with quote

hi, also ein direkter /dev filesystem support existiert bei mir nicht. nur ein /dev/pts file system for Unix98 PTYs . ich habe die, sowie "kernel automounter version 4" und "virtual memory file system support" einkompiliert in den kernel.
jedoch sagt gentoo beim starten das devfs vorhanden ist.
Back to top
View user's profile Send private message
Egal
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2003
Posts: 99

PostPosted: Thu Mar 06, 2003 10:25 pm    Post subject: Reply with quote

Hast im menuconfig unter "Code maturity level options"
-> "Prompt for development and/or incomplete code/drivers" aktiviert?
Den Punkt musst du aktivieren, damit devfs ausw*hlbar ist.
Back to top
View user's profile Send private message
Neotux
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 162

PostPosted: Fri Mar 07, 2003 8:17 pm    Post subject: Reply with quote

BINGO,
danke es geht...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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