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
  •  


LOT OF 10 HPE JD092B X130 10G SFP+ LC SR Transceiver picture

LOT OF 10 HPE JD092B X130 10G SFP+ LC SR Transceiver

$40.00



NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping* picture

NEW Sealed Cisco SFP-10G-LR 10GBASE-LR SFP+ 1310nm 10km *US Shipping*

$16.80



New Cisco GLC-TE 1G SFP Copper RJ45 100m 1000BASE-T Transceiver Module picture

New Cisco GLC-TE 1G SFP Copper RJ45 100m 1000BASE-T Transceiver Module

$22.32



New Cisco SFP-25G-SR-S 25G SFP28 25GBASE-SR 850nm 300m LC MMF Transceiver Module picture

New Cisco SFP-25G-SR-S 25G SFP28 25GBASE-SR 850nm 300m LC MMF Transceiver Module

$51.30



🔥🔥🔥 CISCO SFP-10G-SR V03 10-2415-03 850nm 10GBASE-SR SFP+ Multi Module 🔥🔥🔥 picture

🔥🔥🔥 CISCO SFP-10G-SR V03 10-2415-03 850nm 10GBASE-SR SFP+ Multi Module 🔥🔥🔥

$6.80



GENUINE Cisco SFP-10G-SR V03 SFP+ GBIC Transceiver Module 10-2415-03 picture

GENUINE Cisco SFP-10G-SR V03 SFP+ GBIC Transceiver Module 10-2415-03

$6.80



For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T picture

For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T

$45.99



SFP-H10GB-CU3M Cisco 10GB SFP+ Twinax Copper 3M Passive Cable  picture

SFP-H10GB-CU3M Cisco 10GB SFP+ Twinax Copper 3M Passive Cable

$7.99



New Cisco GLC-BX-U 1G SFP BiDi 1270/1310nm 10km SMF LC Transceiver Module picture

New Cisco GLC-BX-U 1G SFP BiDi 1270/1310nm 10km SMF LC Transceiver Module

$17.09



New Precision DWDM SFP+ 10G 80km Tunable Transceiver 50GHz C-Temp DWDM-SFP10G-C picture

New Precision DWDM SFP+ 10G 80km Tunable Transceiver 50GHz C-Temp DWDM-SFP10G-C

$90.00