Does anybody know if there is a problem with the Panasonic KXL-RW10A? I
  managed to get the pcmcia-scsi adapter to
  work. At boot-up I get the messages (not exactly like I write it here):
  cardmanager:
  socket1: Workbit Ninja SCSI3
  executing: insmod ....nin_cs.o
  executing scsi start scd0
  [..]
  With these messages the cd-writer makes some noise, lights flash, all this
  stuff...

  The modules seem to be there in the running system
  # lsmod
  Module Size Used by
  ppp_deflate 40300 1 (autoclean)
  bsd_comp 4020 0 (autoclean)
  ppp 20908 2 (autoclean) [ppp_deflate bsd_comp]
  slhc 4440 1 (autoclean) [ppp]
  adlib_card 900 0 (autoclean)
  opl3 11304 0 (autoclean) [adlib_card]
  sb 34580 0 (autoclean)
  uart401 6320 0 (autoclean) [sb]
  sound 57432 0 (autoclean) [adlib_card opl3 sb uart401]
  soundlow 344 0 (autoclean) [sound]
  soundcore 2564 6 (autoclean) [sb sound]
  nin_cs 13144 0
  ds 6568 2 [nin_cs]
  i82365 22128 2
  pcmcia_core 45184 0 [nin_cs ds i82365]
  serial 42612 2 (autoclean)
  memstat 1476 0 (unused)
  nls_iso8859-1 2268 1 (autoclean)

  The filesystems should be no problem:

  # cat /proc/filesystems
  ext2
  minix
  reiserfs
  umsdos
  msdos
  vfat
  nodev proc
  nodev nfs
  iso9660
  nodev devpts

  If I let the kernel "communicate" with the drive, it looks like this:

  # dd if=/dev/scd0 of=/dev/null bs=2048
  1+0 records in
  1+0 records out

  cdrecord finds the drive:

   # cdrecord -scanbus
  Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
  Using libscg version 'schily-0.1'
  scsibus1:
          1,0,0   100) *
          1,1,0   101) *
          1,2,0   102) *
          1,3,0   103) *
          1,4,0   104) 'MATSHITA' 'CDRRW01         ' '1.34' Removable CD-ROM
          1,5,0   105) *
          1,6,0   106) *
          1,7,0   107) *

The scan_scsi script also finds the drive:

 # scan_scsi.linux
Host: scsi1 Channel: 00 Id: 04 Lun: 00 CD-ROM -> /dev/sg0



  But if I try to mount the drive at the mountpoint which I have created,
  then it doesn't work:

  # mount /dev/scd0 -t iso9660 -r /cdwriter
  mount: wrong fs type, bad option, bad superblock on /dev/scd0,
  or too many mounted file systems
  # mount /dev/scd0 -t auto -r /cdwriter
  /dev/scd0: Success
  mount: you must specify the filesystem type

  The disk in the drive is OK (iso9660). Everything works just fine under
  Windoze9x.

  What could be the problem here? Anybody with ideas?

  system infos:
  kernel 2.2.14 , Suse6.4 , Notebook Siemens PCD-5ND 75Mhz, 64MB

Reply via email to