LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-09-2005, 05:29 PM   #1
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
usb - mass storage device


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
 
Old 01-09-2005, 05:41 PM   #2
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
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
 
Old 01-09-2005, 10:16 PM   #3
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153

Rep: Reputation: 30
Please post your /etc/fstab file so we can see how your usb device is mounted

Last edited by d4d4n9; 01-10-2005 at 12:23 AM.
 
Old 01-10-2005, 11:13 AM   #4
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
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
 
Old 01-10-2005, 11:20 AM   #5
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
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.
 
Old 01-10-2005, 07:07 PM   #6
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153

Rep: Reputation: 30
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 ?
 
Old 01-10-2005, 07:38 PM   #7
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
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.
 
Old 01-10-2005, 10:10 PM   #8
d4d4n9
Member
 
Registered: Oct 2003
Distribution: Mandrake 10.1, Knoppix 3.7
Posts: 153

Rep: Reputation: 30
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
 
  


Reply



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 12:11 PM
USB Mass storage Device purefan Linux - Hardware 15 06-06-2005 01:56 PM
USB Mass Storage Device ebasi Linux - Hardware 2 12-23-2004 02:06 PM
USB mass storage device in SJDS shariqali Linux - Hardware 2 02-19-2004 08:30 AM
Usb mass storage device laguna Linux - Hardware 4 08-12-2002 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:35 PM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration