View previous topic :: View next topic |
Author |
Message |
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Thu Apr 15, 2004 9:05 am Post subject: scsi support |
|
|
hallo zusammen,
ich habe ein kleines problem. Ich möchte meine externe (firewire) hd anschliessen. Jedoch finde ich /dev/sda1 nicht das gibts net. Ist mir fast peinlich ich kriege das nicht hin. Habe einen 2.6.1 kernel
das ist unter scsi device support:
Code: |
--- SCSI device support x x
x x [*] legacy /proc/scsi/ support x x
x x --- SCSI support type (disk, tape, CD-ROM) x x
x x <*> SCSI disk support x x
x x < > SCSI tape support x x
x x < > SCSI OnStream SC-x0 tape support x x
x x < > SCSI CDROM support x x
x x <*> SCSI generic support x x
x x --- Some SCSI devices (e.g. CD jukebox) support multiple LUNs x x
x x [ ] Probe all LUNs on each SCSI device x x
x x [*] Build with SCSI REPORT LUNS support x x
x x [ ] Verbose SCSI error reporting (kernel size +=12K) x x
x x [ ] SCSI logging facility x x
x x SCSI low-level drivers ---> x x
x x PCMCIA SCSI adapter support ---> x x
|
und scsi emulation habe ich auch einkompilliert. Habe ich da was vergessen? |
|
Back to top |
|
|
misterLu Guru
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Thu Apr 15, 2004 9:12 am Post subject: |
|
|
Do you have the proper low level driver compiled ? |
|
Back to top |
|
|
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Thu Apr 15, 2004 9:16 am Post subject: |
|
|
i have nothing on
SCSI low-level drivers
ps:
output of dmesg (ausgabe von dmesg)
Code: |
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node removed: ID:BUS[0-00:1023] GUID[0030e042e0410110]
ieee1394: Node added: ID:BUS[0-01:1023] GUID[0030e042e0410110]
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
|
|
|
Back to top |
|
|
misterLu Guru
Joined: 14 Sep 2003 Posts: 430 Location: Poland
|
Posted: Thu Apr 15, 2004 9:25 am Post subject: |
|
|
Sorry, I'm still on 2.4 kernel, so I won't help You |
|
Back to top |
|
|
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Thu Apr 15, 2004 11:36 am Post subject: |
|
|
hat keiner ne idee wie ich das machen könnte? |
|
Back to top |
|
|
RealGeizt l33t
Joined: 22 Apr 2003 Posts: 700
|
Posted: Thu Apr 15, 2004 12:29 pm Post subject: |
|
|
nur mal so ein gedanke...ich habe keine firewire sachen aber gibts da keine speziellen module für firewire im kernel die man aktivieren sollte?
weiss auch nicht ob firewire ne scsi emulation braucht und so zeug |
|
Back to top |
|
|
musv Advocate
Joined: 01 Dec 2002 Posts: 3366 Location: de
|
Posted: Thu Apr 15, 2004 4:36 pm Post subject: |
|
|
ich benutz kein Firewire. Deswegen nur so ein Tip am Rande:
Unter Device Drivers gibts bei mir eine Rubrik: IEEE1394 (Firewire support)
Code: |
<M> IEEE 1394 (FireWire) support
--- Subsystem Options
[ ] Excessive debugging output (NEW)
[ ] OUI Database built-in (NEW)
[ ] Build in extra config rom entries for certain functionality (NEW)
--- Device Drivers
< > Texas Instruments PCILynx support (NEW)
< > OHCI-1394 support (NEW)
--- Protocol Drivers
< > SBP-2 support (Harddisks etc.) (NEW)
< > Ethernet over 1394 (NEW)
< > Raw IEEE1394 I/O support (NEW)
< > IEC61883-1 Plug support (NEW)
|
|
|
Back to top |
|
|
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Fri Apr 16, 2004 7:35 am Post subject: |
|
|
hi,
es geht nicht primär um mein firewire. Das habe ich alles aktiviert. Jedoch finde ich kein /dev/sda1. Irgendiwe stimmt mein scsi support net |
|
Back to top |
|
|
bud0815 n00b
Joined: 18 Mar 2004 Posts: 4 Location: near Kassel/Germany
|
Posted: Fri Apr 16, 2004 8:29 am Post subject: |
|
|
Moin,
ich habe kein Firewire - nur SCSI.
Was steht in /proc/scsi/scsi? Da sollten die erkannten Geräte eingetragen sein.
Gibt es unter /dev/scsi/ Einträge? /dev/sda1 usw. sind dann nur Symlinks auf Geräte in den Tiefen von diesem Verzeichnis.
Greetings |
|
Back to top |
|
|
unix l33t
Joined: 06 Jul 2003 Posts: 615 Location: Dürnten ZH Switzerland
|
Posted: Fri Apr 16, 2004 8:45 am Post subject: |
|
|
was unter /proc/scsi/scsi steht kann ich erst am abend sagen jedoch weis ich , dass unter /dev/scsi nichts drin hat |
|
Back to top |
|
|
|