Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-26 Thread Stefan Seyfried
Denis Vlasenko wrote:
> On Tuesday 26 July 2005 13:15, Stefan Seyfried wrote:
>> This is _not_ an USB cd writer but an IDE drive.
>> You may not just pull it out.
> 
> Interesting how he's connecting floppy to IDE ;]

The connector probably has IDE and USB, the floppy is using the USB
part, the CDRW is using the IDE part of the connector.
-- 
Stefan Seyfried  \ "I didn't want to write for pay. I
QA / R Team Mobile Devices  \ wanted to be paid for what I write."
SUSE LINUX Products GmbH, Nürnberg \-- Leonard Cohen
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-26 Thread Denis Vlasenko
On Tuesday 26 July 2005 13:15, Stefan Seyfried wrote:
> Puneet Vyas wrote:
> 
> > ide : failed opcode was : unknown
> > hdc : status error: status 0x00 { }
> 
> This is _not_ an USB cd writer but an IDE drive.
> You may not just pull it out.

Interesting how he's connecting floppy to IDE ;]
--
vda

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-26 Thread Denis Vlasenko
On Tuesday 26 July 2005 13:15, Stefan Seyfried wrote:
 Puneet Vyas wrote:
 
  ide : failed opcode was : unknown
  hdc : status error: status 0x00 { }
 
 This is _not_ an USB cd writer but an IDE drive.
 You may not just pull it out.

Interesting how he's connecting floppy to IDE ;]
--
vda

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-26 Thread Stefan Seyfried
Denis Vlasenko wrote:
 On Tuesday 26 July 2005 13:15, Stefan Seyfried wrote:
 This is _not_ an USB cd writer but an IDE drive.
 You may not just pull it out.
 
 Interesting how he's connecting floppy to IDE ;]

The connector probably has IDE and USB, the floppy is using the USB
part, the CDRW is using the IDE part of the connector.
-- 
Stefan Seyfried  \ I didn't want to write for pay. I
QA / RD Team Mobile Devices  \ wanted to be paid for what I write.
SUSE LINUX Products GmbH, Nürnberg \-- Leonard Cohen
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread tabris
On Monday 25 July 2005 9:31 pm, Puneet Vyas wrote:
> Alejandro Bonilla wrote:
> > Puneet Vyas wrote:
> >> PS : I am not even sure if I am "allowed" to pull out the writer
> >> like this. Am I supposed to "stop" the device first or something?
> >
> > You are supoused to unmount the volume. Try it. umount /dev/cdrom ?
> > Make sure that is it not in use, then unload it.
> > New versions of gnome and so have the option to right click the
> > loaded device and then to unmount.
> >
> > It should never hang. Does it hang with the floppy when removed?
>
> 1. When I did umount /dev/cdrom it says - "umount: /dev/hdc is not
> mounted (according to mtab)"
at present, you cannot unmount a device, you have to unmount the 
mountpoint. Although 'unmount by device' might be a useful feature, it 
isn't currently supported.
it probably is something like /mnt/cdrom. however, this varies by 
distro and other factors.
> 2. Yes
>
> Thanks,
> Puneet

-- 
* Overfiend ponders doing an NMU of asclock, in which he simply changes   
the extended description to "If you bend over and put your head between   
your legs, you can read the time off your assclock."
 Overfiend: go to bed.


pgpGIJRjnDSmM.pgp
Description: PGP signature


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Puneet Vyas wrote:


Alejandro Bonilla wrote:


Puneet Vyas wrote:



PS : I am not even sure if I am "allowed" to pull out the writer 
like this. Am I supposed to "stop" the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the 
loaded device and then to unmount.


It should never hang. Does it hang with the floppy when removed?



1. When I did umount /dev/cdrom it says - "umount: /dev/hdc is not 
mounted (according to mtab)"

2. Yes

Thanks,
Puneet



You are trying to unmount a /dev/hdc? hdc is an IDE Hard Drive, you have 
a CD burner, I would doubt that it is /de/hdc.
type mount and that will tell you what is mounted, try umount 
/dev/cdrom. You need the hardware unloaded.


Try /etc/init.d/hotplug stop and unplugg the hardware. See if that hangs 
the PC.


Figure out on how to unload the module, then you will need to get us 
more info here for this problem to be looked...


anyone has more suggestions?

.Alejandro

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Puneet Vyas

Alejandro Bonilla wrote:


Puneet Vyas wrote:



PS : I am not even sure if I am "allowed" to pull out the writer like 
this. Am I supposed to "stop" the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?


1. When I did umount /dev/cdrom it says - "umount: /dev/hdc is not 
mounted (according to mtab)"

2. Yes

Thanks,
Puneet
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Puneet Vyas

Alejandro Bonilla wrote:



Also, go to a tty (ctrl+alt+f1), login and then unplug the device, If 
it gives a kernel panic, show the output here.


.Alejandro



Thanks for looking into this.

I tried the tty and got the following messages in continuous loop (they 
were scrolling past real fast but since there were only two messages 
they kind of overlapped so I could write them down)


ide : failed opcode was : unknown
hdc : status error: status 0x00 { }

Is there anything else that I can provide?

~Puneet

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Alejandro Bonilla wrote:


Puneet Vyas wrote:


Hi,

My Dell 600m has a CD writer attached as a USB device. I need to use 
the same slot to connect my floppy drive. After pulling out the CD 
writer , the machine completely hangs and only hard boot works. I am 
new to reporting bugs so I attached all info as according to 
REPORTING-BUGS. Please let me know if more info is needed.Thanks.


Warm regards,
Puneet Vyas

PS : I am not even sure if I am "allowed" to pull out the writer like 
this. Am I supposed to "stop" the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?

.Alejandro
-

Also, go to a tty (ctrl+alt+f1), login and then unplug the device, If it 
gives a kernel panic, show the output here.


.Alejandro

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Puneet Vyas wrote:


Hi,

My Dell 600m has a CD writer attached as a USB device. I need to use 
the same slot to connect my floppy drive. After pulling out the CD 
writer , the machine completely hangs and only hard boot works. I am 
new to reporting bugs so I attached all info as according to 
REPORTING-BUGS. Please let me know if more info is needed.Thanks.


Warm regards,
Puneet Vyas

PS : I am not even sure if I am "allowed" to pull out the writer like 
this. Am I supposed to "stop" the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? Make 
sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?

.Alejandro
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Puneet Vyas wrote:


Hi,

My Dell 600m has a CD writer attached as a USB device. I need to use 
the same slot to connect my floppy drive. After pulling out the CD 
writer , the machine completely hangs and only hard boot works. I am 
new to reporting bugs so I attached all info as according to 
REPORTING-BUGS. Please let me know if more info is needed.Thanks.


Warm regards,
Puneet Vyas

PS : I am not even sure if I am allowed to pull out the writer like 
this. Am I supposed to stop the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? Make 
sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?

.Alejandro
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Alejandro Bonilla wrote:


Puneet Vyas wrote:


Hi,

My Dell 600m has a CD writer attached as a USB device. I need to use 
the same slot to connect my floppy drive. After pulling out the CD 
writer , the machine completely hangs and only hard boot works. I am 
new to reporting bugs so I attached all info as according to 
REPORTING-BUGS. Please let me know if more info is needed.Thanks.


Warm regards,
Puneet Vyas

PS : I am not even sure if I am allowed to pull out the writer like 
this. Am I supposed to stop the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?

.Alejandro
-

Also, go to a tty (ctrl+alt+f1), login and then unplug the device, If it 
gives a kernel panic, show the output here.


.Alejandro

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Puneet Vyas

Alejandro Bonilla wrote:



Also, go to a tty (ctrl+alt+f1), login and then unplug the device, If 
it gives a kernel panic, show the output here.


.Alejandro



Thanks for looking into this.

I tried the tty and got the following messages in continuous loop (they 
were scrolling past real fast but since there were only two messages 
they kind of overlapped so I could write them down)


ide : failed opcode was : unknown
hdc : status error: status 0x00 { }

Is there anything else that I can provide?

~Puneet

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Puneet Vyas

Alejandro Bonilla wrote:


Puneet Vyas wrote:



PS : I am not even sure if I am allowed to pull out the writer like 
this. Am I supposed to stop the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the loaded 
device and then to unmount.


It should never hang. Does it hang with the floppy when removed?


1. When I did umount /dev/cdrom it says - umount: /dev/hdc is not 
mounted (according to mtab)

2. Yes

Thanks,
Puneet
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread Alejandro Bonilla

Puneet Vyas wrote:


Alejandro Bonilla wrote:


Puneet Vyas wrote:



PS : I am not even sure if I am allowed to pull out the writer 
like this. Am I supposed to stop the device first or something?


You are supoused to unmount the volume. Try it. umount /dev/cdrom ? 
Make sure that is it not in use, then unload it.
New versions of gnome and so have the option to right click the 
loaded device and then to unmount.


It should never hang. Does it hang with the floppy when removed?



1. When I did umount /dev/cdrom it says - umount: /dev/hdc is not 
mounted (according to mtab)

2. Yes

Thanks,
Puneet



You are trying to unmount a /dev/hdc? hdc is an IDE Hard Drive, you have 
a CD burner, I would doubt that it is /de/hdc.
type mount and that will tell you what is mounted, try umount 
/dev/cdrom. You need the hardware unloaded.


Try /etc/init.d/hotplug stop and unplugg the hardware. See if that hangs 
the PC.


Figure out on how to unload the module, then you will need to get us 
more info here for this problem to be looked...


anyone has more suggestions?

.Alejandro

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: PROBLEM:Machine hangs on pulling out USB cd writer on laptop.

2005-07-25 Thread tabris
On Monday 25 July 2005 9:31 pm, Puneet Vyas wrote:
 Alejandro Bonilla wrote:
  Puneet Vyas wrote:
  PS : I am not even sure if I am allowed to pull out the writer
  like this. Am I supposed to stop the device first or something?
 
  You are supoused to unmount the volume. Try it. umount /dev/cdrom ?
  Make sure that is it not in use, then unload it.
  New versions of gnome and so have the option to right click the
  loaded device and then to unmount.
 
  It should never hang. Does it hang with the floppy when removed?

 1. When I did umount /dev/cdrom it says - umount: /dev/hdc is not
 mounted (according to mtab)
at present, you cannot unmount a device, you have to unmount the 
mountpoint. Although 'unmount by device' might be a useful feature, it 
isn't currently supported.
it probably is something like /mnt/cdrom. however, this varies by 
distro and other factors.
 2. Yes

 Thanks,
 Puneet

-- 
* Overfiend ponders doing an NMU of asclock, in which he simply changes   
the extended description to If you bend over and put your head between   
your legs, you can read the time off your assclock.
doogie Overfiend: go to bed.


pgpGIJRjnDSmM.pgp
Description: PGP signature