LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices

Reply
 
Thread Tools
Old 01-09-2005, 06:29 PM   #1
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Thanked: 0
usb - mass storage device


[Log in to get rid of this advertisement]
My sys is 1.2g hz, 512m ram, 120hda, 160hdb, cd/dvd rw, cd/dvd rw
MDK 10.1 / W98

Trying to install a usb voice recorder (mass storage).
There is no sda1-6 or sdb1-6 sdc etc.etc.

Any ideas?
dlw
d1l2w3 is offline     Reply With Quote
Old 01-09-2005, 06:41 PM   #2
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Thanked: 0

Original Poster
These three lines are all that 'dmesg' has regarding usb.

usb 1-2: usbfs: interface 1 claimed while 'sane-find-scann' sets config #1
usb 1-2: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 64 rq 4 len 64 ret -32
usb 1-1: new full speed USB device using address 6
d1l2w3 is offline     Reply With Quote
Old 01-09-2005, 11:16 PM   #3
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153
Thanked: 0
Please post your /etc/fstab file so we can see how your usb device is mounted

Last edited by d4d4n9; 01-10-2005 at 01:23 AM..
d4d4n9 is offline     Reply With Quote
Old 01-10-2005, 12:13 PM   #4
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Thanked: 0

Original Poster
I've tried:
/dev/sda1 - sda6; /dev/sdb1 - 6, etc. etc.

/etc/fstab:
/dev/hdb1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850
0 0
libusb:002:004 mnt/voice auto user,rw,noauto 0 0
/dev/hda1 /mnt/windows vfat umask=0,iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hdb5 swap swap defaults 0 0
d1l2w3 is offline     Reply With Quote
Old 01-10-2005, 12:20 PM   #5
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Thanked: 0

Original Poster
This is 'dmesg' without voice recorder hooked up.
[don@localhost don]$ dmesg | grep usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
usb 1-2: new full speed USB device using address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0808
usb 2-2: new full speed USB device using address 2
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver

This is 'dmesg' with voice recorder hooked up.
[don@localhost don]$ dmesg | grep usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
usb 1-2: new full speed USB device using address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0808
usb 2-2: new full speed USB device using address 2
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usb 1-1: new full speed USB device using address 4 ****************

The sys seems to recognize it.
It 's not listed as /dev/sda* as most people say it should be.
d1l2w3 is offline     Reply With Quote
Old 01-10-2005, 08:07 PM   #6
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153
Thanked: 0
I checked my /etc/fstab entry for USB mass storage as the following :

/dev/sda1 /mnt/removable vfat umask=0, codepage=850,iocharset=iso8859-1 0 0

/mnt/removable is the mount point of course

Have you tried to remove the battery from your voice recorder prior to attach it to your box ?
d4d4n9 is offline     Reply With Quote
Old 01-10-2005, 08:38 PM   #7
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366
Thanked: 0

Original Poster
No I hadn't removed the batteries but I did.
dmesg shows, 'SCSI subsystem initialized'
This is a first.
Still no /dev/sda1 or anything like it.
d1l2w3 is offline     Reply With Quote
Old 01-10-2005, 11:10 PM   #8
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153
Thanked: 0
Try to add an entry for usb mass storage into your /etc/fstab with a line like mine.
Just have to make a mount point in your /mnt such as /mnt/voice and add the following line into your /etc/fstab :

/dev/sda1 /mnt/voice vfat umask=0, codepage=850,iocharset=iso8859-1 0 0

And reboot.

Look in your /mnt/voice, if you can browse the content of your voice recorder then you are OK.

HTH
d4d4n9 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mass storage device USB xeebeeeeeee Linux - Hardware 10 02-13-2008 01:11 PM
USB Mass storage Device purefan Linux - Hardware 15 06-06-2005 02:56 PM
USB Mass Storage Device ebasi Linux - Hardware 2 12-23-2004 03:06 PM
USB mass storage device in SJDS shariqali Linux - Hardware 2 02-19-2004 09:30 AM
Usb mass storage device laguna Linux - Hardware 4 08-12-2002 03:16 AM


All times are GMT -5. The time now is 04:44 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration