linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mischa Baars <mjbaars1977.linux-block@cyberfiber.eu>
To: Bart Van Assche <bvanassche@acm.org>,
	Hannes Reinecke <hare@suse.de>, Jens Axboe <axboe@kernel.dk>,
	linux-block@vger.kernel.org
Subject: Re: packet writing support
Date: Mon, 07 Oct 2019 16:36:37 +0200	[thread overview]
Message-ID: <eb7c0af84ec5540de5deec169e25cf0170a3ec9b.camel@cyberfiber.eu> (raw)
In-Reply-To: <844e6f57-d97d-0c2e-1493-a356cd792a8a@acm.org>

[-- Attachment #1: Type: text/plain, Size: 1833 bytes --]

On Mon, 2019-10-07 at 07:22 -0700, Bart Van Assche wrote:
> On 2019-10-07 02:17, Mischa Baars wrote:
> > On Mon, 2019-10-07 at 11:11 +0200, Mischa Baars wrote:
> > > necesarry
> > 
> > a) If necessary I could do the maintaining, sure.
> 
> You may want to start with having a look at the following:
> * pktcdvd: invalid opcode 0000 kernel BUG in pkt_make_request
> (https://bugzilla.kernel.org/show_bug.cgi?id=201481)
> * pktcdvd triggers a lock inversion complaint
> (https://bugzilla.kernel.org/show_bug.cgi?id=202745)
> 
> Thanks,
> 
> Bart.

Hi Bart,

Unfortunately, I'm unable to reproduce your findings.

This is what shows up in my dmesg output:

[  166.135611] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[  166.272735] usb 1-6: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[  166.272749] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  166.272756] usb 1-6: Product: Portable Super Multi Drive
[  166.272762] usb 1-6: Manufacturer: Hitachi-LG Data Storage Inc
[  166.272767] usb 1-6: SerialNumber: K50H4EL4125         
[  166.543625] usb-storage 1-6:1.0: USB Mass Storage device detected
[  166.545207] scsi host2: usb-storage 1-6:1.0
[  166.545951] usbcore: registered new interface driver usb-storage
[  167.600103] scsi 2:0:0:0: CD-ROM            ASUS     SDRW-08D2S-U     A801 PQ: 0 ANSI: 0
[  167.605529] sr 2:0:0:0: Power-on or device reset occurred
[  167.611257] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[  167.611269] cdrom: Uniform CD-ROM driver Revision: 3.20
[  167.615920] sr 2:0:0:0: Attached scsi CD-ROM sr0
[  167.616339] sr 2:0:0:0: Attached scsi generic sg0 type 5

Nothing strange, but when I do 'fdisk -l' nothing shows up. I'm not only unable to write, but also unable to read DVD's.

Regards,
Mischa.

[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 1040 bytes --]

[  166.135611] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[  166.272735] usb 1-6: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[  166.272749] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  166.272756] usb 1-6: Product: Portable Super Multi Drive
[  166.272762] usb 1-6: Manufacturer: Hitachi-LG Data Storage Inc
[  166.272767] usb 1-6: SerialNumber: K50H4EL4125         
[  166.543625] usb-storage 1-6:1.0: USB Mass Storage device detected
[  166.545207] scsi host2: usb-storage 1-6:1.0
[  166.545951] usbcore: registered new interface driver usb-storage
[  167.600103] scsi 2:0:0:0: CD-ROM            ASUS     SDRW-08D2S-U     A801 PQ: 0 ANSI: 0
[  167.605529] sr 2:0:0:0: Power-on or device reset occurred
[  167.611257] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[  167.611269] cdrom: Uniform CD-ROM driver Revision: 3.20
[  167.615920] sr 2:0:0:0: Attached scsi CD-ROM sr0
[  167.616339] sr 2:0:0:0: Attached scsi generic sg0 type 5


  reply	other threads:[~2019-10-07 14:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-05 10:12 packet writing support Mischa Baars
2019-10-05 15:50 ` Jens Axboe
2019-10-06  7:31   ` Mischa Baars
2019-10-06 15:10     ` Jens Axboe
2019-10-07  7:02       ` Mischa Baars
2019-10-07  7:23         ` Hannes Reinecke
2019-10-07  8:07           ` Mischa Baars
2019-10-07  8:45             ` Hannes Reinecke
2019-10-07  9:11               ` Mischa Baars
2019-10-07  9:17                 ` Mischa Baars
2019-10-07 14:22                   ` Bart Van Assche
2019-10-07 14:36                     ` Mischa Baars [this message]
2019-10-07 16:13                     ` Mischa Baars
2019-10-07 16:19                       ` Jens Axboe
2019-10-07 17:31                         ` Mischa Baars
2019-10-07 10:02                 ` Hannes Reinecke
2019-10-07 14:10         ` Jens Axboe
2019-10-07 14:19           ` Mischa Baars
2019-10-06  8:31   ` Mischa Baars
2019-10-06 20:48     ` Laurence Oberman
2019-10-07  8:10       ` Mischa Baars
2019-10-07  9:02       ` Mischa Baars

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eb7c0af84ec5540de5deec169e25cf0170a3ec9b.camel@cyberfiber.eu \
    --to=mjbaars1977.linux-block@cyberfiber.eu \
    --cc=axboe@kernel.dk \
    --cc=bvanassche@acm.org \
    --cc=hare@suse.de \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).