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
  •  


Samsung 990 2TB Pro PCI-E 4.0 M.2 SSD NVMe (MZ-V9P2T0B/AM) picture

Samsung 990 2TB Pro PCI-E 4.0 M.2 SSD NVMe (MZ-V9P2T0B/AM)

$160.00



Samsung Galaxy Tab A9+ Plus 5G 11

Samsung Galaxy Tab A9+ Plus 5G 11" 64GB Graphite - T-Mobile or WiFi Only - BNIB

$149.00



Samsung - S Pen Creator Edition - White picture

Samsung - S Pen Creator Edition - White

$38.00



Samsung Galaxy Tab A9+ 11.0

Samsung Galaxy Tab A9+ 11.0" 64GB Gray Wi-Fi Tablet Bundle SM-X210NZAYXAR 2023

$149.99



Samsung 27

Samsung 27" Ultra-Slim LED Curved Monitor HDMI (LC27F390FHN) â„¢

$96.99



Samsung Chromebook 3 4GB 16GB SSD 11.6-Inch Laptop  XE500C13-K02US HDMI WIFI picture

Samsung Chromebook 3 4GB 16GB SSD 11.6-Inch Laptop XE500C13-K02US HDMI WIFI

$39.59



Samsung - 990 EVO SSD 1TB Internal SSD PCIe Gen 4x4 | Gen 5x2 M.2 2280, Speed... picture

Samsung - 990 EVO SSD 1TB Internal SSD PCIe Gen 4x4 | Gen 5x2 M.2 2280, Speed...

$69.99



Samsung Galaxy Tab S9 Plus | S9 FE+ | Book Cover Keyboard Slim | Black picture

Samsung Galaxy Tab S9 Plus | S9 FE+ | Book Cover Keyboard Slim | Black

$119.99



Samsung 27

Samsung 27" Curved Monitor - S39C - 75 hz, 4ms FHD IPS LED (OPEN BOX)

$119.99



OEM SAMSUNG Keyboard FOR  Galaxy Tab S8+, S7 FE, S7+ Lite w/ Large Key SIZE picture

OEM SAMSUNG Keyboard FOR Galaxy Tab S8+, S7 FE, S7+ Lite w/ Large Key SIZE

$46.99