Results 1 to 5 of 5

Thread: Teac R55S SCSI wird nicht erkannt

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Posts
    2

    Teac R55S SCSI wird nicht erkannt



    Hallo Gemeinde,

    ich habe Knoppix 3.3 installiert und alles läuft soweit gut.
    Ich habe insgesamt 5 (fünf) CD Laufwerke!!

    1 DVD-ROM und 1 DVD-Writer sind am IDE-Anschluss

    Am SCSI Controller Symbios Logic 53C810 ist angeschlossen:
    ID 1: Yamaha CD-Brenner CRW-F1S
    ID 2: Yamaha CD-Brenner CRW-2100S
    ID 3: TEAC R55S
    ID 4: Scanner Avison 630CS
    ID 5: leer
    ID 6: HP C1533 A Streamer

    ein "cdrecord -scanbus" liefert mir

    scsibus0:
    0,0,0 0) 'MATSHITA' 'LS-120 VER5 00' 'F515' Removable Disk
    0,1,0 1) '_NEC ' 'DVD_RW ND-1300A ' '1.07' Removable CD-ROM
    0,2,0 2) '_NEC ' 'DVD-ROM DV-5700A' '3.43' Removable CD-ROM
    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) *
    1,1,0 101) 'YAMAHA ' 'CRW-F1S ' '1.0g' Removable CD-ROM
    1,2,0 102) 'YAMAHA ' 'CRW2100S ' '1.0N' Removable CD-ROM
    1,3,0 103) 'TEAC ' 'CD-R55S ' '1.0R' Removable CD-ROM
    1,4,0 104) 'AVISION ' 'AV630CS ' '1.20' Scanner
    1,5,0 105) *
    1,6,0 106) 'HP ' 'C1533A ' '9608' Removable Tape
    1,7,0 107) *
    scsibus2:
    2,0,0 200) 'Y-E DATA' 'USB-FDU ' '4.01' Removable Disk
    2,1,0 201) *
    2,2,0 202) *
    2,3,0 203) *
    2,4,0 204) *
    2,5,0 205) *
    2,6,0 206) *
    2,7,0 207) *

    Das TEAC Laufwerk wird zwar erkannt, aber ich kann nicht auf das Laufwerk zugreifen.
    Auch K3b erkennt das Laufwerk nicht!!!
    Nur wenn ich die beiden Yamaha Laufwerke NICHT anschließe, wird das TEAC Laufwerk korrekt auf ID3 erkannt.

    Meine fstab sieht so aus:

    v# /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda11 / reiserfs defaults 0 1
    /dev/hda12 none swap sw 0 0
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    #
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    #
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 reiserfs noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda2 /mnt/hda2 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda3 /mnt/hda3 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda5 /mnt/hda5 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda6 /mnt/hda6 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda7 /mnt/hda7 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda8 /mnt/hda8 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda9 /mnt/hda9 vfat noauto,users,exec,umask=000 0 0
    # Added by KNOPPIX
    /dev/hda10 /mnt/hda10 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda13 /mnt/hda13 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda14 /mnt/hda14 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hda15 /mnt/hda15 auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/sda /mnt/sda auto noauto,users,exec 0 0
    # Added by KNOPPIX
    /dev/hdb /mnt/hdb auto noauto,users,exec 0 0
    #
    /dev/scd2 /cdwriter1 auto ro,noauto,user,exec 0 0
    /dev/scd3 /cdwriter2 auto ro,noauto,user,exec 0 0
    /dev/scd4 /cdwriter3 auto ro,noauto,user,exec 0 0


    Wobei ich den letzten Eintrag selber per Hand eingefügt habe. Ein /cdwriter3 Verzeichnis existiert auch.

    Wer kann helfen???

    Robert

  2. #2
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Hallo hal50,

    Vielleicht können Sie dies versuchen:
    sudo rebuildfstab -r

    Haben Sie gewußt, daß es deutsches KNOPPIX Forum gibt?
    Sie können auch dort aufstellen.
    http://www.linuxtag.org/cgi-bin/yabb/YaBB.pl

    Auch:
    IRC /join #knoppix

    Grüße
    paradocs

  3. #3
    Junior Member
    Join Date
    Oct 2003
    Posts
    2


    Thank you for your answer. I didn't know about the german forum.
    I am a newbie in Linux and these are my first steps with Knoppix.

    So, I tried what you recommended but I have still the same problem!

    Robert

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by hal50


    Thank you for your answer. I didn't know about the german forum.
    I am a newbie in Linux and these are my first steps with Knoppix.

    So, I tried what you recommended but I have still the same problem!

    Robert
    Well how about a translation of the question to English and maybe someone else can help you. I take it has something to do with k3b and your burners have you tried cdrecord from the command line?

  5. #5
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Howdy hal50,

    Well, your English is a darn site better than my German.

    Please restate you question in English.

    I do all of my CDR, CDRW, (hopefully a DVD-R is in my near future)
    with mkisofs and cdrecord.

    For your TIAC make an iso with mkiosfs,
    for example /home/knoppix/My.iso
    cdrecord -v speed=4 dev=1,3,0 -data /home/knoppix/My.ios
    to blank a CDRW
    cdrecord -v speed=4 dev=1,3,0 blank=fast

    I do not know if it will help but look at the file
    cat /etc/default/cdrecord

    Best Wishes,
    paradocs

Similar Threads

  1. Knoppix 3.7 - WLAN wird nicht erkannt
    By headover in forum German Forum
    Replies: 4
    Last Post: 03-17-2005, 12:36 PM
  2. Knoppix startet nicht
    By Pilatus in forum German Forum
    Replies: 3
    Last Post: 02-21-2005, 08:53 PM
  3. ISDN mit Fritz! PCI v.2 startet nicht
    By Cleaner in forum Networking
    Replies: 0
    Last Post: 01-03-2005, 03:18 PM
  4. SATA and SCSI, SCSI not detected
    By geoffleach in forum Hardware & Booting
    Replies: 0
    Last Post: 12-04-2004, 10:02 PM
  5. USB WLAN Adapter nicht erkannt
    By frabel in forum Networking
    Replies: 1
    Last Post: 05-27-2004, 04:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



CSE-118 Supermicro 1U 3x GPU Server  2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails picture

CSE-118 Supermicro 1U 3x GPU Server 2.6Ghz 20-C 128GB CX353A 2x1600W PSU Rails

$454.03



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU picture

Intel Xeon Gold 6140 SR3AX 2.3GHz 18-Core Processor CPU

$39.99



Intel Xeon E5-2680 v4 SR1N7 2.4GHz 14-Core 3.5MB 35MB Socket 2011-3 Server CPU picture

Intel Xeon E5-2680 v4 SR1N7 2.4GHz 14-Core 3.5MB 35MB Socket 2011-3 Server CPU

$11.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia picture

Rare WaterCooled HP Z800 Workstation Dual Xeon X5680 16GB RAM 120GB SSD Nvidia

$279.56