Re: cdrom problem

2006-04-17 Thread Joseph Smidt
One of the things that I use to confirm how a CD/DVD is set up, is to try eject /dev/hdb, and BTW, why are you looking for them as scd0, mine are all hdb, hdc, and hdd.Maybe you are mounting the wrong device, or one that does not exist. When I type eject /dev/hbd I get this:[EMAIL PROTECTED]:/dev$

Re: cdrom problem

2006-04-17 Thread Mike McCarty
Joseph Smidt wrote: When I try to mount something on my cdrom I get this error: mount: special device /dev/scd0 does not exist When I type dmesg | grep CD I get no results. When I type lsscsi I get: [0:0:0:0]diskATA TOSHIBA MK1032GS AS02 - Does anybody know what I can do about

cdrom problem

2006-04-16 Thread Joseph Smidt
When I try to mount something on my cdrom I get this error: mount: special device /dev/scd0 does not existWhen I type dmesg | grep CD I get no results.When I type lsscsi I get: [0:0:0:0] disk ATA TOSHIBA MK1032GS AS02 - Does anybody know what I can do about these problems so I can mount things.By

Re: cdrom problem

2006-04-16 Thread Rob Blomquist
On Sunday 16 April 2006 7:44 pm, Joseph Smidt so eloquently stated: When I try to mount something on my cdrom I get this error: mount: special device /dev/scd0 does not exist When I type dmesg | grep CD I get no results. When I type lsscsi I get: [0:0:0:0]diskATA TOSHIBA

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-04 Thread Necati DEMiR
Andrea Vettorello wrote: On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: Andrea Vettorello wrote: On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: [...] it is a cd-writer. i think debian knows a cd-writer is connected

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
Try giving the file system type in your mount command: mount -t iso9660 /dev/hdb /mnt/cdrom it didin't work. i am telling from stracth; i rebooted the machine; then # dmesg|grep hdb ide_setup: hdb=ide-scsi ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA hdb: HL-DT-ST

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Wim De Smet
On Mon, 03 Jan 2005 12:17:10 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: Try giving the file system type in your mount command: mount -t iso9660 /dev/hdb /mnt/cdrom it didin't work. i am telling from stracth; i rebooted the machine; then # dmesg|grep hdb ide_setup: hdb=ide-scsi

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Alan Chandler
On Monday 03 January 2005 10:17, Necati DEMiR wrote: # dmesg|grep hdb ide_setup: hdb=ide-scsi ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive It looks to me as though you are using udev (or devfs). When you use ide-scsi,

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
# dmesg|grep hdb ide_setup: hdb=ide-scsi ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive # ls /dev/ MAKEDEVinitctl ram14tty10 tty3 tty49 ttyS1 ttyS29 ttyS48 adsp inputram15tty11 tty30 tty5

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Andrea Vettorello
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: [...] it is a cd-writer. i think debian knows a cd-writer is connected and loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under /dev/ directory. it is not problem for me to use my cd-writer

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Necati DEMiR
Andrea Vettorello wrote: On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: [...] it is a cd-writer. i think debian knows a cd-writer is connected and loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under /dev/ directory. it is not problem for

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-03 Thread Andrea Vettorello
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: Andrea Vettorello wrote: On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR [EMAIL PROTECTED] wrote: [...] it is a cd-writer. i think debian knows a cd-writer is connected and loads the module ide-scsi,

mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Necati DEMiR
Hi, i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in /dev directory, and i decided to create them by using mknod. and i did the followings; #mknod -m 0660 /dev/hdb b 3 64 #ln -s /dev/hdb /dev/cdrom every thing is ok up to now. then i tried; #mount /dev/cdrom /mnt/cdrom/

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Ollie Acheson
On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote: Can't read your message -- it's in html. Turn that off and send plain text so we can all read it. Ollie -- |---| | Ollie Acheson | | Morristown, NJ|

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Necati DEMiR
Hi, i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in /dev directory, and i decided to create them by using mknod. and i did the followings; #mknod -m 0660 /dev/hdb b 3 64 #ln -s /dev/hdb /dev/cdrom every thing is ok up to now. then i tried; #mount /dev/cdrom /mnt/cdrom/ but

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Hanspeter Kunz
On Sun, 2005-01-02 at 23:39 +0200, Necati DEMiR wrote: Hi, i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in /dev directory, and i decided to create them by using mknod. and i did the followings; #mknod -m 0660 /dev/hdb b 3 64 #ln -s /dev/hdb /dev/cdrom every thing

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Wayne Topa
Ollie Acheson([EMAIL PROTECTED]) is reported to have said: On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote: Can't read your message -- it's in html. Turn that off and send plain text so we can all read it. Ollie Add this to your .mutt_mailcap and you will be able

Re: mknod, /dev/hdb, /dev/cdrom problem

2005-01-02 Thread Paul E Condon
On Sun, Jan 02, 2005 at 11:39:04PM +0200, Necati DEMiR wrote: Hi, i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in /dev directory, and i decided to create them by using mknod. and i did the followings; #mknod -m 0660 /dev/hdb b 3 64 #ln -s /dev/hdb /dev/cdrom

Re: cdrom-Problem

2003-03-12 Thread Norbert Tretkowski
* Michael Ott [EMAIL PROTECTED] wrote: Hallo Norbert! Du auch hier! Offenbar. Und warum meldet mein CD-ROM-Laufwerk read-error, wenn ich eine Audio-CD einlegen? Ohne _exakte_ Fehlermeldung und mehr Details kann man dir nicht helfen. Das solltest du inzwischen wissen. Ich weiß!

cdrom-Problem

2003-03-11 Thread Michael Ott
Hallo Norbert! Du auch hier! Und warum meldet mein CD-ROM-Laufwerk read-error, wenn ich eine Audio-CD einlegen? Ohne _exakte_ Fehlermeldung und mehr Details kann man dir nicht helfen. Das solltest du inzwischen wissen. Ich weiß! Also mein Laptop besitzt ein DVD-CDRW-Laufwerk. Er spielt

Re: /dev/cdrom problem...

2001-12-23 Thread JP Glutting
Thanks Daniel, I am using the standard (unmodified) 2.2.19-12 kernel from the Debian distribution. The devfsd package is not installed. I checked out the website, but I am not sure if this would solve my problem. I am not mounting this manually, or I would do it the way I want it. I will

Re: /dev/cdrom problem...

2001-12-23 Thread JP Glutting
To reply to my own post - I think the problem is in /etc/init.d/iscover: # Link /dev/cdromX to all detected CD drives, and create mount points: CDNUM=1 for CDROM in `discover --device cdrom` do if [ ! -e $CDROM ] then echo -n discover reports that $CDROM is the CD-ROM device,

/dev/cdrom problem...

2001-12-22 Thread JP Glutting
Hi All, I have a problem with my device configuration. I have a CD player and a CD writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is, correctly a link to /dev/cdrom1). I can change the links,

Re: /dev/cdrom problem...

2001-12-22 Thread Daniel Freedman
On Sun, Dec 23, 2001, JP Glutting wrote: Hi All, I have a problem with my device configuration. I have a CD player and a CD writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is, correctly

CDROM PROBLEM

2001-08-09 Thread Kuehl4664
I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND DEVICE MANAGER IS WORKING PROPERLY. HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM WINSTRUCT.COM CALLED "LEARNING WINDOWS: GETTING STARTED" WHICH STALLED IT AND HAD TO REBOOT THE COMPUTER. AFTER FINALLY

Re: CDROM PROBLEM

2001-08-09 Thread Sebastiaan
High, Please, stop shouting. We can hear you. On Thu, 9 Aug 2001 [EMAIL PROTECTED] wrote: I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND DEVICE MANAGER IS WORKING PROPERLY. HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM WINSTRUCT.COM CALLED

Re: CDROM PROBLEM

2001-08-09 Thread P Kirk
#! On Thu, Aug 09, 2001, [EMAIL PROTECTED] wrote: I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND DEVICE MANAGER IS WORKING PROPERLY. HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM WINSTRUCT.COM CALLED LEARNING WINDOWS: GETTING STARTED

Re: CDROM PROBLEM

2001-08-09 Thread Frank Zimmermann
Sebastiaan wrote: High, Please, stop shouting. We can hear you. On Thu, 9 Aug 2001 [EMAIL PROTECTED] wrote: I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND DEVICE MANAGER IS WORKING PROPERLY. HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM

Re: Newbie Slink install CDROM problem on old computer

2000-05-13 Thread Pat Mahoney
If you are like me and your CDROM is hanging off a soundcard or add-in card, then hda-hdd isn't enough. If this is your case, you need to add a mount point. I had that problem with my /dev/hde. If this is your case and you need to add a mount point, log in as root: cd /dev ls -l hdh

Re: Newbie Slink install CDROM problem on old computer

2000-05-12 Thread Joe Bouchard
On Wed, May 10, 2000 at 08:07:26PM -0400, Andy L. Krietemeyer wrote: I have run dmesg and it reports my CDROM has been probed as hdh. Answering hdh or /dev/cdrom or dev/hdh does nothing to help. Hi, If the CDROM is plugged in the primary or secondary IDE controller on the motherboard then it

Re: Newbie Slink install CDROM problem on old computer

2000-05-11 Thread Keith G. Murphy
Andy L. Krietemeyer wrote: Hello: I have successfully installed and configured the base system of slink (2.1r4) on a 486 machine with 24 meg. The install program recognized and installed debian from the (Creative Labs) ATAPI CDROM. When I get to dselect to install packages, whether

Newbie Slink install CDROM problem on old computer

2000-05-10 Thread Andy L. Krietemeyer
Hello: I have successfully installed and configured the base system of slink (2.1r4) on a 486 machine with 24 meg. The install program recognized and installed debian from the (Creative Labs) ATAPI CDROM. When I get to dselect to install packages, whether from a profile, selected tasks, or

Re: Newbie Slink install CDROM problem on old computer

2000-05-10 Thread John Bagdanoff
On Wed, May 10, 2000 at 08:07:26PM -0400, Andy L. Krietemeyer wrote: Hello: I have successfully installed and configured the base system of slink (2.1r4) on a 486 machine with 24 meg. The install program recognized and installed debian from the (Creative Labs) ATAPI CDROM. When I get to

Re: How's the CDROM problem, solved?

1999-10-17 Thread John Miskinis
Hi, Yes, I read that post. You need to determine what the IRQ and IO address of your board is currently. Then tell linux about it. By looking at the current switch settings on your board, use the tables in the manual to determine what IRQ and IO address the board is set for. Don't trust

Re: CDROM problem, solved? Yes, I think

1999-10-17 Thread John Miskinis
which is your CDROM now) You may have to use mount -t iso9660 /dev/mcd /mnt ro or whatever was contained the other post. I'm sure you wrote it down or have it. John From: jh [EMAIL PROTECTED] To: John Miskinis [EMAIL PROTECTED] Subject: CDROM problem, solved? Yes, I think Date: Sun, 17 Oct 1999

dmesg output for PCMCIA CDROM problem...

1999-10-08 Thread John Miskinis
Hi, I have included the dmesg output, showing exactly what is happening when the CDROM times out during boot. Since this worked once, I am hoping that something stands out, and someonce can advise me on how to increase the timeout. Again this is a H45 QuickCD. When it did work once, it worked

dmesg output for PCMCIA CDROM problem...

1999-10-08 Thread John Miskinis
Hi, I have included the dmesg output, showing exactly what is happening when the CDROM times out during boot. Since this worked once, I am hoping that something stands out, and someonce can advise me on how to increase the timeout. Again this is a H45 QuickCD. When it did work once, it worked

Re: sbpcd CDROM Problem! Need Help!

1999-08-28 Thread Carl Fink
[This message has also been posted.] On 27 Aug 99 17:17:56 GMT Tam Ma [EMAIL PROTECTED] wrote: I think you guys should know these information; When I install the module, it gives me this message sbpcd-0 [11]:Drive 0(ID=0); CR-563 (0.81) at 0x340 (type 0)

sbpcd CDROM Problem! Need Help!

1999-08-27 Thread Tam Ma
Hi everyone, Ok, here is my problem. I just install slink yesterday using the floppies method because I can't boot from my Matsushita/Panasonic CR-563 CDROM. So I install the base system using the floppy set and everything went great. I got the base system installed, YES Anyway, the problem

CDROM Problem: Bad transfer size

1999-04-23 Thread Norman P. Hummon
Debian Users: While installing Debian 2.1 on my new Linux box, I ran into cdrom reading problems in the dselect phase. I selected the applications I wanted, and dselect started. I began to notice the following messages: hdb: cdrom_real_intr: Bad transfer size 65534 This drive is not supported

Re: CDROM problem

1999-03-15 Thread Elaina Tillinghast
On Thu, 11 Mar 1999 16:27:45 -0600, you wrote: I thought the standard name for all cdrom devices was /dev/hdc check your /dev drirectory to see if you have a hdc device and I bet my bottom dollar that is your cdrom device the standard device for many scsi cdroms is /dev/scd0 for the first and

Re: CDROM problem

1999-03-15 Thread Elaina Tillinghast
I have been fighting a simular problem. I've traced mine down to the scsi driver probing for devices during boot-up. If the cdrom is found during bootup, the adding of the module will add sr. Most of the time, this new resc1440.bin doesn't find my cdrom. Once booted Press alt+F2 if you need a new

CDROM problem

1999-03-11 Thread Jean-Georges Carbonnier
hello, when I install the latest version of linux (debian) from a CDROM eveything works good until it begins with dselect. It ask me for the source and I tell it CDROM, after it ask me for the block device type and it is imposible to go ahead. I try some things like this: /dev/hdb but it say

Re: CDROM problem

1999-03-11 Thread Craig T. Hancock
I thought the standard name for all cdrom devices was /dev/hdc check your /dev drirectory to see if you have a hdc device and I bet my bottom dollar that is your cdrom device Jean-Georges Carbonnier wrote: hello, when I install the latest version of linux (debian) from a CDROM eveything

ATAPI CDROM problem (NEC-260)

1999-01-19 Thread Terry Hancock
Hi everyone, I'm really green, so pardon me if this is in a FAQ, but I did search the archives for this problem to no avail. I have an NEC IDE/ATAPI CD-ROM. It says CDR-250 on the case, and the BIOS reports NEC ATAPI CDROM: 260 (or something similar to that). I'm having trouble getting it to be

ATAPI CDROM problem (NEC-260)

1999-01-19 Thread Kenneth Scharf
Try linux /dev/hdb = cdrom at the lilo prompt. == Amateur Radio, when all else fails! http://www.qsl.net/wa2mze Debian Gnu Linux, Live Free or . _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: ATAPI CDROM problem (NEC-260)

1999-01-19 Thread Kent West
At 12:04 AM 1/19/1999 -0800, Terry Hancock wrote: Apparently the OS is making an incorrect assumption about the identity of the device and then failing because of it. (Ever heard of an IDE floppy? I've certainly never seen one). Anyway, after booting, there is no /dev/hdb device to mount.

RE: ATAPI CDROM problem (NEC-260)

1999-01-19 Thread Lewis, James M.
@lists.debian.org Cc:The recipient's address is unknown. Subject: Re: ATAPI CDROM problem (NEC-260) At 12:04 AM 1/19/1999 -0800, Terry Hancock wrote: Apparently the OS is making an incorrect assumption about the identity of the device and then failing because of it. (Ever heard of an IDE floppy

Re: /dev/cdrom problem

1998-11-13 Thread James Dietrich
On Thu, Nov 12, 1998 at 11:39:26PM +, Vincent Murphy wrote: i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom. i can make the program work using sudo though. any way i can fix this? See if

RE: /dev/cdrom problem

1998-11-13 Thread Shaleh
Please include the program's output and the result of: ls -al on the /dev device that /dev/cdrom is linked to. On 12-Nov-98 Vincent Murphy wrote: i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom.

/dev/cdrom problem

1998-11-12 Thread Vincent Murphy
i can't use xplaycd or any other cd playing program as a normal user. the message i get from xplaycd is that permission is denied to use /dev/cdrom. i can make the program work using sudo though. any way i can fix this? i will supply diagnostics if someone shows me how to get them. regards, vinny

Re: cdrom problem

1998-01-18 Thread Carey Evans
[EMAIL PROTECTED] (Greg Norris) writes: [...] So when I need to switch my OS, I've been halting the system (shutdown -h now), then pressing reset after I saw a confirmation message for the halt. More because I only use Linux, I've changed my init setup so that this is what Ctrl-Alt-Del does.

Re: cdrom problem

1998-01-17 Thread Greg Norris
After running debian, if I reboot into DOS or win95, my cdrom is not detected by the driver. I have to power off and back on before by cdrom is accessible again. It is an IDE/ATAPI 24X cdrom. I'm not sure of the brand offhand. Just curious if anyone has encountered similar problems, or

Re: cdrom problem

1998-01-15 Thread Tim Thomson
I have the same problem with a Mitsumi cdrom on a Mad16 card. I thought it was something to do with the fact that the Mad16 is a software configurable card. Linux seems to leave the hardware in a state DOS can't recognise. I just use halt instead of reboot, and then press the reset button. Tim.

cdrom problem

1998-01-14 Thread Geoff Mitchell
After running debian, if I reboot into DOS or win95, my cdrom is not detected by the driver. I have to power off and back on before by cdrom is accessible again. It is an IDE/ATAPI 24X cdrom. I'm not sure of the brand offhand. Just curious if anyone has encountered similar problems, or might

CDROM problem part II

1997-08-30 Thread Carl Flippin
What boot parameters should I set to prevent autoprobe and set everything manually? I'm trying to install from scratch if that makes a drifference. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

cdrom problem...

1997-04-01 Thread smorrill
I have a base Debian system installed from floppies on my 586 133mhz. My hd is partitioned for Windoze95 and for Debian. I ran fips, am using a boot mgr, everything going fairly well until I get to the point of trying to get my cdrom running under linux. Please help, 'cause I'm rippin' my hair

Re: cdrom problem...

1997-04-01 Thread Syrus Nemat-Nasser
On Mon, 31 Mar 1997, smorrill wrote: I have a base Debian system installed from floppies on my 586 133mhz. My hd is partitioned for Windoze95 and for Debian. I ran fips, am using a boot mgr, everything going fairly well until I get to the point of trying to get my cdrom running under linux.

Re: cdrom problem during installation

1996-12-26 Thread Alex Lobkovsky
I did not have a CD at hand so they way I circumvented the problem was to kept opening the CD door until the installation program resumed somehow. On Tue, 24 Dec 1996, Bruce Perens wrote: Gee, these CD drivers are no fun at all. Did you try placing a CD in the drive? (or removing the CD?).

cdrom problem during installation

1996-12-25 Thread Alex Lobkovsky
I had a problem with the Sony CDU 311 CDROM during a floppy installation. The cdrom drive was recognized fine. During the menu driven installation phase, I kept getting messages hdc: media changed hdc: media changed hdc: tray open or drive not ready hdc: irq timeout : status = 0xd0 hdc: ATAPI

Re: cdrom problem during installation

1996-12-25 Thread Bruce Perens
Gee, these CD drivers are no fun at all. Did you try placing a CD in the drive? (or removing the CD?). Thanks Bruce -- Bruce Perens K6BP [EMAIL PROTECTED] Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3 -- TO

Re: cdrom problem during installation

1996-12-25 Thread Farzad FARID
On Tue, 24 Dec 1996, Bruce Perens wrote: Gee, these CD drivers are no fun at all. Did you try placing a CD in the drive? (or removing the CD?). I had the same problem at home with my ATAPI CDROM (Sony CDU77E), the installation program would eventually go on after a long time, but as this