All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: Xavier Bestel <xavier.bestel@free.fr>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: ASUS ScreenDuo
Date: Thu, 03 Apr 2008 09:57:08 -0400	[thread overview]
Message-ID: <47F4E234.9000308@rtr.ca> (raw)
In-Reply-To: <1207230481.24037.11.camel@skunk.anacadf.mentorg.com>

Xavier Bestel wrote:
> Hi,
> 
> I have an ASUS motherboard with an USB gadget, the ASUS ScreenDUO. It's
> an independant little lcd screen with buttons, apparently it runs some
> kind of OS because it can access the net (e.g. to retrieve RSS) even
> when the computer is off - I guess they mean soft-off.
> 
> Well, all that is theory because it's under Vista, which I don't have.
> Under Linux the ScreenDUO is kind-of recognized: it says it's a mass
> storage device, but I can't mount it (the kernel says it's bound to sdc,
> but sdc doesn't exist).
> I'd like to access it. Does anyone know how that thing works ?
> 
> Thanks,
> 	Xav
> 
> PS: please Cc: me on anwers
> 
> interesting dmesg part:
> 
> usb 7-4: new high speed USB device using ehci_hcd and address 3
> usb 7-4: configuration #1 chosen from 1 choice
> scsi9 : SCSI emulation for USB Mass Storage devices
> usb-storage: device found at 3
> usb-storage: waiting for device to settle before scanning
> usb-storage: device scan complete
> scsi 9:0:0:0: Direct-Access     ASUS     ScreenDUO             PQ: 0 ANSI: 2
> sd 9:0:0:0: [sdc] Attached SCSI removable disk
> usb 7-4: USB disconnect, address 3
> usb 7-4: new high speed USB device using ehci_hcd and address 4
> usb 7-4: configuration #1 chosen from 1 choice
> scsi10 : SCSI emulation for USB Mass Storage devices
> usb-storage: device found at 4
> usb-storage: waiting for device to settle before scanning
> usb-storage: device scan complete
> scsi 10:0:0:0: Direct-Access     ASUS     ScreenDUO             PQ: 0 ANSI: 2
> sd 10:0:0:0: [sdc] Attached SCSI removable disk
> 
> 
> [root@awak:~]$ fdisk /dev/sdc
> 
> Unable to open /dev/sdc
> 
..

As root, try:   mknod /tmp/sdc b 8 32 ; fdisk /tmp/sdc

Any different?

  reply	other threads:[~2008-04-03 13:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-03 13:48 ASUS ScreenDuo Xavier Bestel
2008-04-03 13:57 ` Mark Lord [this message]
2008-04-03 14:07   ` Xavier Bestel
2008-04-03 15:48     ` Matthew Dharm
2008-04-03 15:37 ` Alan Stern
2008-04-03 17:52   ` Xavier Bestel
2008-04-03 19:07     ` Alan Stern
2008-04-03 19:39       ` Xavier Bestel
2008-04-03 20:04         ` david
2008-04-03 19:58           ` Xavier Bestel
2008-04-03 20:08           ` Alan Stern
2008-04-03 20:58         ` Bob Copeland
2008-04-03 21:24           ` Lennart Sorensen
2008-04-04 14:37             ` Bob Copeland
2008-04-04 14:55               ` Xavier Bestel
2008-04-04 15:22                 ` Bob Copeland
2008-04-04 15:43                   ` Xavier Bestel
2008-04-04 17:09                     ` Wander Winkelhorst
  -- strict thread matches above, loose matches on Subject: below --
2016-07-01 17:11 Asus screenDUO bob

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=47F4E234.9000308@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=xavier.bestel@free.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.