Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: USB External cd-rw recognized only using knoppix cd

  1. #1
    Member registered user
    Join Date
    Jun 2003
    Posts
    30

    USB External cd-rw recognized only using knoppix cd

    Hi-Val external usb-2 cd-rw atapi (made by Acer) is recognized when I run from the knoppix cd if the cd-rw is turned on at startup. An icon appears on the desktop, and the kde control center usb shows it's there, and I can read a cd which is in the drive.

    I have installed knoppix and tried to get it to recognize the cd-rw using the same /etc/fstab setup which appears when running knoppix cd, and several other configurations of /etc/fstab and /mnt.

    The cd-rw does not appear in the usb part of the kde control center. USB ports are recognized.
    I would like to be able to access the cd-rw from a desktop icon, read and burn cd's.
    Any help appreciated.

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    I suspect that your writer was detected w/o any problems, but just to make sure please supply the following information.

    Give the output of: "cdrecord --scanbus"

    We can see if things are configured correctly if you post the contents of /etc/fstab

  3. #3
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Thanks for the reply.

    Cdrecord 1.11a34 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
    Using libscg version 'schily-0.6'
    scsibus0:
    0,0,0 0) 'TOSHIBA ' 'CD-ROM XM-6202BD' '1119' Removable CD-ROM
    0,1,0 1) *
    0,2,0 2) *
    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) '' '' '' Removable not present Disk
    1,1,0 101) *
    1,2,0 102) *
    1,3,0 103) *
    1,4,0 104) *
    1,5,0 105) *
    1,6,0 106) *
    1,7,0 107) *

    (I have no /mnt settings in this configuration - tried with/without -tried iso9660 too)
    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hdc3 / ext2 defaults,errors=remount-ro 0 1
    /dev/hdc2 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 auto user,noauto,exec,ro 0 0
    none /proc/bus/usb/ usbdevfs defaults 0 0
    # partitions found by Knoppix
    /dev/hdc1 /mnt/hdc1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    /dev/hdc3 /mnt/hdc3 ext2 noauto,users,exec 0 0
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    /dev/hda5 /mnt/hda5 ext2 noauto,users,exec 0 0

  4. #4
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    One more thing - I added "none /proc.....etc as you see in /etc/fstab and the cd-rw shows under scsi devices in kde control center, but not under the usb devices, which just show the hubs

  5. #5
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Iowa U.S.A.
    Posts
    226
    Hello all,
    I agree with aay ;knoppix is great at detection.
    My usb 2 CDRW (kanguru) is recognised.

    At times my KDE desk top icons for
    dirves need a little help.

    Right click on the screen --> Create New
    --> CD/DVD-ROM Device --> Device
    --> click down arrow and pick or
    if not listed try /dev/cdrom1
    --> OK

    Another trick may be to unplug it, boot,
    and then pulg it in and during autodectct
    the icon may be created. Sorry I have not
    tested this.

    A CDRW is a great addition to a KNOPPIX box.
    It may be used to backup you persistent home.
    I have suggeste a script for this in Tips and Tricks.

    Best Wishes
    paradocs

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Try this.

    Change the following line in /etc/fstab

    /dev/cdrom1 /cdrom1 auto user,noauto,exec,ro 0 0

    to

    /dev/scd1 /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0

    You should then be able do to a "mount /cdrom" and "cd /cdrom", and "ls" to see the contents of your cd.

    You should then be able to follow the advice of paradocs regarding making a icon on the desktop.

  7. #7
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Changed /etc/fstab to:
    /dev/scd1 /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    mount /cdrom showed "no medium found:
    Changed /etc/fstab to use /cdrom1 instaed of /cdrom
    mount /cdrom1 showed "no cdrom1 in fstab......"

    Also - when running from knoppix disk, the device appears in Control Center>Information>USB Devices.( and also in SCSI list)
    When running from installed version, it appears only in the SCSI list.
    The USB devices only show the root stuff.
    I'm wondering if there isnt required modprobe or something to activate the USB?

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    I'm sorry I made a stupid mistake.

    I told you to do this:

    "/dev/cdrom1 /cdrom1 auto user,noauto,exec,ro 0 0

    to

    /dev/scd1 /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0"
    but I should have told you to change it to:

    /dev/scd1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0

    The command you should use to mount would then be mount /cdrom1.

    The change is from /cdrom to /cdrom1

    Sorry about the confusion. I should have read my post a little more carefully.

    Also make sure you've got a cd in the drive before you try and mount it.

    Hopefully it should work this time.

  9. #9
    Member registered user
    Join Date
    Jun 2003
    Posts
    30
    Sorry to say -
    /dev/scd1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    doesnt get it either. It can't find mount for cdrom1.
    Adding /mnt/cdrom1 doesnt work either.

    If you have usb2, are your devices showing up in Control Center>Information>USB?
    As mentioned earlier, mine only show when running from knoppix cd.
    Also, USB hotplug shows up when running from knoppix cd, no mention of it with dmesg from the install.

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by bilzer
    Sorry to say -
    /dev/scd1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    doesnt get it either. It can't find mount for cdrom1.
    Adding /mnt/cdrom1 doesnt work either.

    If you have usb2, are your devices showing up in Control Center>Information>USB?
    As mentioned earlier, mine only show when running from knoppix cd.
    Also, USB hotplug shows up when running from knoppix cd, no mention of it with dmesg from the install.
    Does the mount point /cdrom1 actually exist on your system? eg have you done mkdir /cdrom1. Also have you checked lsmod on the install to see if the module for usb2 is being loaded at boot ( I believe it's ehci)?

Page 1 of 3 123 LastLast

Similar Threads

  1. Installing Knoppix on an External HDD????
    By chiefreborn in forum Hardware & Booting
    Replies: 6
    Last Post: 05-13-2005, 12:35 PM
  2. HDs does not recognized by Knoppix
    By NewGuy in forum General Support
    Replies: 4
    Last Post: 01-04-2005, 03:30 AM
  3. knoppix un external usb hd
    By komplikazione in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 12-10-2004, 10:35 PM
  4. Booting knoppix off an external usb-hdd
    By orgler in forum General Support
    Replies: 0
    Last Post: 08-28-2004, 06:52 PM
  5. Knoppix 3.3: USB stick is not recognized
    By Messiaen in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 07-11-2004, 04:21 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
  •  


For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad picture

For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad

$59.25



LCD Back Cover for Lenovo Ideapad Flex 5-14IIL05 14ARE05 14ITL05 14ALC05 picture

LCD Back Cover for Lenovo Ideapad Flex 5-14IIL05 14ARE05 14ITL05 14ALC05

$68.99



Lenovo T490 14

Lenovo T490 14" FHD Laptop - Intel i7-8665U (1.9GHz) 16GB Ram, 512GB SSD W10Pro

$369.99



Lenovo 500w Gen 3 Laptop, 11.6

Lenovo 500w Gen 3 Laptop, 11.6" IPS Glass, N6000, 8GB, 128GB SSD, Win 11 Home

$199.00



Lenovo IP 5 16IAU7 16

Lenovo IP 5 16IAU7 16" 2.5K Chromebook i3-1215U 8GB Ram 128GB eMMC Chrome OS

$219.99



Lenovo ThinkPad 11.6

Lenovo ThinkPad 11.6" Laptop PC Computer AMD 4GB RAM 128GB SSD Windows 10 WiFi

$104.99



Lenovo Legion Pro 5i 16

Lenovo Legion Pro 5i 16" Gaming Laptop RTX 4070 8GB i9-13900HX 16GB RAM 1TB SSD

$1399.99



Lenovo ThinkPad X1 Nano 13

Lenovo ThinkPad X1 Nano 13" Touchscreen 2K i7-1180G7 16GB/256GB Win 10 Pro

$499.50



Lenovo ThinkPad L15 15.6†FHD Laptop AMD Ryzen 5 16GB RAM 512GB SSD Windows 10 picture

Lenovo ThinkPad L15 15.6†FHD Laptop AMD Ryzen 5 16GB RAM 512GB SSD Windows 10

$271.59



Lenovo ThinkPad L15 15.6†FHD Laptop AMD Ryzen 5 16GB RAM 256GB SSD Windows 10 picture

Lenovo ThinkPad L15 15.6†FHD Laptop AMD Ryzen 5 16GB RAM 256GB SSD Windows 10

$232.01