Re: Daisy/MP3 player

2011-07-23 Thread lee
Lisi lisi.re...@gmail.com writes:

 I am wanting to mount a Daisy/MP3** player as a block device to get access to 
 the files on it.  dmesg* lists it, but I am not succeeding in finding its 
 device name.

fdisk -luc


-- 
http://www.asciiribbon.org/
http://tools.ietf.org/html/rfc1855
http://www.caliburn.nl/topposting.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87livpdqai@yun.yagibdah.de



Daisy/MP3 player

2011-07-22 Thread Lisi
I am wanting to mount a Daisy/MP3** player as a block device to get access to 
the files on it.  dmesg* lists it, but I am not succeeding in finding its 
device name.  It did once mount itself (or rather, I imagine that HAL mounted 
it) but I cannot get this behaviour to repeat. 

*Tux:/home/lisi# dmesg | grep usb
[snip]
25822.364046] usb 3-6: new high speed USB device using ehci_hcd and address 3
[25822.497726] usb 3-6: configuration #1 chosen from 1 choice
[25822.498624] usb 3-6: New USB device found, idVendor=11e2, idProduct=0054
[25822.498630] usb 3-6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[25822.498633] usb 3-6: Product: BookSense
[25822.498635] usb 3-6: Manufacturer: HIMS
[25822.498638] usb 3-6: SerialNumber: 005274
[25822.865831] usbcore: registered new interface driver usb-storage
[25822.865852] usb-storage: device found at 3
[25822.865855] usb-storage: waiting for device to settle before scanning
[25827.864494] usb-storage: device scan complete
[25885.306038] usb 3-6: USB disconnect, address 3

It is there.  I must surely be able to mount it???

Lisi

**For those who are curious, Daisy is an OS audio file system that can store 
the whole of most books on one CD.  It appears to be used in the UK 
exclusively by the RNIB.  (An association which helps those who are visually 
impaired.)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201107221551.18702.lisi.re...@gmail.com



Re: Daisy/MP3 player

2011-07-22 Thread Claudius Hubig
Lisi lisi.re...@gmail.com wrote:
I am wanting to mount a Daisy/MP3** player as a block device to get access to 
the files on it.  dmesg* lists it, but I am not succeeding in finding its 
device name.  It did once mount itself (or rather, I imagine that HAL mounted 
it) but I cannot get this behaviour to repeat. 

What does

ls -l /dev/sd*

say? Does it turn up in $(lsusb)? Which other tools (HAL, udev,
specific desktop environments) are you using which could interfere
with the mounting?

Best regards,

Claudius
-- 
Pardon me while I laugh.
Please use GPG: ECB0C2C7 4A4C4046 446ADF86 C08112E5 D72CDBA4
http://chubig.net/ http://nightfall.org



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110722183342.288ad...@ares.home.chubig.net



Re: Daisy/MP3 player

2011-07-22 Thread Camaleón
On Fri, 22 Jul 2011 15:51:18 +0100, Lisi wrote:

 I am wanting to mount a Daisy/MP3** player as a block device to get
 access to the files on it.  dmesg* lists it, but I am not succeeding in
 finding its device name.  It did once mount itself (or rather, I imagine
 that HAL mounted it) but I cannot get this behaviour to repeat.
 
 *Tux:/home/lisi# dmesg | grep usb

(...)

Better dmesg | tail -n 30 to get the latest full 30 lines :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.07.22.16.45...@gmail.com



Thanks and SOLVED was:Re: Daisy/MP3 player

2011-07-22 Thread Lisi
On Friday 22 July 2011 17:45:32 Camaleón wrote:
 On Fri, 22 Jul 2011 15:51:18 +0100, Lisi wrote:
  I am wanting to mount a Daisy/MP3** player as a block device to get
  access to the files on it.  dmesg* lists it, but I am not succeeding in
  finding its device name.  It did once mount itself (or rather, I imagine
  that HAL mounted it) but I cannot get this behaviour to repeat.
 
  *Tux:/home/lisi# dmesg | grep usb

 (...)

 Better dmesg | tail -n 30 to get the latest full 30 lines :-)

Bingo!  Thanks, Camaleón!

On Friday 22 July 2011 17:33:42 Claudius Hubig wrote:
 What does

 ls -l /dev/sd*

lisi@Tux:~$ ls -l /dev/sd*
brw-rw 1 root disk 8,  0 2011-07-22 08:18 /dev/sda
brw-rw 1 root disk 8,  1 2011-07-22 08:19 /dev/sda1
brw-rw 1 root disk 8, 16 2011-07-22 08:18 /dev/sdb
brw-rw 1 root disk 8, 17 2011-07-22 08:18 /dev/sdb1

My /home (sda) and /backup (sdb)

 say? Does it turn up in $(lsusb)? 

No!
Tux:/home/lisi# lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

 Which other tools (HAL, udev, 
 specific desktop environments) are you using which could interfere
 with the mounting?
udev on Lenny running KDE 3.5.10.

I thought I had HAL, but can't seem to find it.

I actually ran your tests before Camaleón's - but hers cracked it.

Thanks, both!

Lisi


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201107221831.22686.lisi.re...@gmail.com



Re: Thanks and SOLVED was:Re: Daisy/MP3 player

2011-07-22 Thread Claudius Hubig
Lisi lisi.re...@gmail.com wrote:
On Friday 22 July 2011 17:45:32 Camaleón wrote:
 Better dmesg | tail -n 30 to get the latest full 30 lines :-)

Bingo!  Thanks, Camaleón!
I thought I had HAL, but can't seem to find it.

I actually ran your tests before Camaleón's - but hers cracked it.

So what was the problem? :)

Best regards,

Claudius
-- 
Please use GPG: ECB0C2C7 4A4C4046 446ADF86 C08112E5 D72CDBA4
http://chubig.net/ http://nightfall.org



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110722194429.1d891...@ares.home.chubig.net



Re: Thanks and SOLVED was:Re: Daisy/MP3 player

2011-07-22 Thread Camaleón
On Fri, 22 Jul 2011 19:44:29 +0200, Claudius Hubig wrote:

 Lisi lisi.re...@gmail.com wrote:
On Friday 22 July 2011 17:45:32 Camaleón wrote:
 Better dmesg | tail -n 30 to get the latest full 30 lines :-)

Bingo!  Thanks, Camaleón!
I thought I had HAL, but can't seem to find it.

I actually ran your tests before Camaleón's - but hers cracked it.
 
 So what was the problem? :)

Yep... what was the problem?

I didn't know that dmesg was an automatic problem-solver :-P

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.07.22.17.59...@gmail.com



Re: Thanks and SOLVED was:Re: Daisy/MP3 player

2011-07-22 Thread Lisi
On Friday 22 July 2011 18:59:03 Camaleón wrote:
 On Fri, 22 Jul 2011 19:44:29 +0200, Claudius Hubig wrote:
  Lisi lisi.re...@gmail.com wrote:
 On Friday 22 July 2011 17:45:32 Camaleón wrote:
  Better dmesg | tail -n 30 to get the latest full 30 lines :-)
 
 Bingo!  Thanks, Camaleón!
 I thought I had HAL, but can't seem to find it.
 
 I actually ran your tests before Camaleón's - but hers cracked it.
 
  So what was the problem? :)

 Yep... what was the problem?

PEBKAC.

I needed the device name and couldn't sort it out.  The tail command in dmesg 
gave me the device name.  

Unfortunately I still couldn't mount it.  I suspect more PEBKAC given the 
amount of sleep that I have had recently!

I have solved the problem for now with a little lateral thinking.  I took the 
memory card out of the device and put it in a card reader.  I have now copied 
two more books (audio files of) for a very long train journey.  Life was 
definitely easier when I could read actual books, but I do now have the 
advantage of being able to read and watch the scenery go by at the same 
time. :-)

I'll come back to this when I get back next weekend.  Having once had it 
mounted, albeit by accident, I know it can be done.

So any further ideas you have will be very gratefully received, but not acted 
on for 9 days!

Lisi


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201107222050.53730.lisi.re...@gmail.com



Re: Thanks and SOLVED was:Re: Daisy/MP3 player

2011-07-22 Thread Camaleón
On Fri, 22 Jul 2011 20:50:53 +0100, Lisi wrote:

 On Friday 22 July 2011 18:59:03 Camaleón wrote:
 On Fri, 22 Jul 2011 19:44:29 +0200, Claudius Hubig wrote:
  Lisi lisi.re...@gmail.com wrote:
 On Friday 22 July 2011 17:45:32 Camaleón wrote:
  Better dmesg | tail -n 30 to get the latest full 30 lines :-)
 
 Bingo!  Thanks, Camaleón!
 I thought I had HAL, but can't seem to find it.
 
 I actually ran your tests before Camaleón's - but hers cracked it.
 
  So what was the problem? :)

 Yep... what was the problem?
 
 PEBKAC.

Ouch! X-)
 
 I needed the device name and couldn't sort it out.  The tail command in
 dmesg gave me the device name.
 
 Unfortunately I still couldn't mount it.  I suspect more PEBKAC given
 the amount of sleep that I have had recently!

:-)

 I have solved the problem for now with a little lateral thinking.  I
 took the memory card out of the device and put it in a card reader.  I
 have now copied two more books (audio files of) for a very long train
 journey.  

Simple things always work. Well done. 

 Life was definitely easier when I could read actual books, but
 I do now have the advantage of being able to read and watch the
 scenery go by at the same time. :-)
 
 I'll come back to this when I get back next weekend.  Having once had it
 mounted, albeit by accident, I know it can be done.
 
 So any further ideas you have will be very gratefully received, but not
 acted on for 9 days!

Mmm, the SD card should be automatically mounted under /media folder. 
If it does not, reading dmesg (full dmesg :-P) should help, so when 
you have the time, copy/paste the relevant log here so we can review it.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.07.22.20.57...@gmail.com