Linux Newbie help
 help / color / mirror / Atom feed
* USB device installation
@ 2002-04-17 22:16 Walter Logeman
  2002-04-18  6:28 ` Tom Beer
  0 siblings, 1 reply; 12+ messages in thread
From: Walter Logeman @ 2002-04-17 22:16 UTC (permalink / raw)
  To: linux-newbie

Hi,

I have 2 usb ports.  The Intelleye mouse is working well off one 
port.  I am trying to get a Smartmedia card reader to work off the 
other port.

I have made some steps in what I think is the right direction 
/etc/modules has:

scsi_hostadapter
usb-storage

I have a program called usbview which shows me that the reader can 
be hotplugged, which means usbutils and hotplug are working (I 
think)

I have made a /mnt/smedia directory 

I know I will need to add something to my fstab such as:

 /dev/sda1 /mnt/smedia vfat noauto,user

but have not done that yet... perhaps i should do that now?

I have held off because

 mount -t vfat /dev/sda1 /mnt/smedia

tells me there is no sda1 ( ls -al in dev/ reveals that there is no 
device sd* at all  - see clip below.)

How does the dev directory get the device names?  Should they just 
appear?  Does usb-storage do that?

Any comments or clues would be appreciated.  I am new to Linux so 
may well be missing something very basic.

Some details below



Walter

~~~
= My Machine =
Dell i8100 laptop
ATI Radeon 7500 Mobility
Mandrake 8.1
Linux 2.4.9-13smp i686 [ELF]
Upgraded to Xfree86 4.2.0

~~~

1000 root@psybernet:/home/walter (08:58:12)
# lsmod
Module                  Size  Used by
sg                     28624   0  (autoclean)
sr_mod                 14912   0  (autoclean)
lt_serial              20336   0  (unused)
lt_modem              314720   0  [lt_serial]
maestro3               25280   2
soundcore               4208   2  [maestro3]
ac97_codec              9312   0  [maestro3]
lp                      5808   0
parport_pc             20240   1
parport                24768   1  [lp parport_pc]
irtty                   6000   2  (autoclean)
irda                   93568   1  (autoclean) [irtty]
ds                      6992   2
i82365                 23728   2
pcmcia_core            43936   0  [ds i82365]
ip_vs                  62000   0  (autoclean)
keybdev                 1920   0  (unused)
mousedev                4192   1
hid                    18480   0  (unused)
usbmouse                2048   0  (unused)
input                   3648   0  [keybdev mousedev hid usbmouse]
iptable_nat            16560   0  (autoclean) (unused)
ip_conntrack           15600   1  (autoclean) [iptable_nat]
iptable_mangle          2048   0  (autoclean) (unused)
iptable_filter          2048   0  (autoclean) (unused)
ip_tables              11488   5  [iptable_nat iptable_mangle 
iptable_filter]
usb-uhci               21232   0  (unused)
eepro100               17120   0  (autoclean) (unused)
nls_iso8859-1           2880   1  (autoclean)
ntfs                   49776   1  (autoclean)
usb-storage            52528   0  (unused)
usbcore                50752   1  [hid usbmouse usb-uhci 
usb-storage]
ide-scsi                8096   0
scsi_mod               91072   3  [sg sr_mod usb-storage ide-scsi]
rtc                     5600   0  (autoclean)
ext3                   63084   2
jbd                    39168   2  [ext3]

~~~

1005 root@psybernet:/dev (08:59:47)
# ls -al | grep sd
crw-------    1 root     root       8,   0 Jan  1  1970 .devfsd
lr-xr-xr-x    1 root     root            7 Apr 18 08:49 ptysd -> 
pty/m61
crw-rw-rw-    1 root     tty        3,  61 Jan 25 14:56 ttysd


-- 
Walter Logeman
Psychotherapist
http://www.psybernet.co.nz
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: USB device installation
@ 2002-04-21 12:42 walter
  0 siblings, 0 replies; 12+ messages in thread
From: walter @ 2002-04-21 12:42 UTC (permalink / raw)
  To: Tom Beer; +Cc: linux-newbie

 In Re: USB device installation, on Sat, 20 Apr 2002 02:17, 
 Tom Beer wrote:

> You should try to track down which modules are needed for the
> smartcard drive. A quick web search leaded to no results (for
> me). The usb modules you installed are for a mouse and a
> keyboard, as far as I'm concerned.

Hmmm... I cant find a thing, not even to upgrade it for XP.  
However i wonder if i need it?

It thought the modules i had, especially usb-storage, did it. I have been
trawling around for instructions and it seems many people get things going with
just this module. But hey, I am a newbie and have no idea.

But I have the idea that usb-storage should have created the device 
in dev/  and it did not.  

Or should i link the sda1 (which i have now made to ... something 
like with my dvd drive:

dvd -> /dev/scd0  

it in turn is linked thus:

scd0 -> scsi/host0/bus0/target0/lun0/cd

Which makes me recall that the sm card is a pseudo scsi card...

There is also a file n that directory called generic

Could that be it?  Something it needs to be linked to.  ??


Walter

-- 
Walter Logeman
Psychotherapist
http://www.psybernet.co.n



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-04-22  8:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17 22:16 USB device installation Walter Logeman
2002-04-18  6:28 ` Tom Beer
2002-04-18  6:30   ` USB device installation [2] Tom Beer
2002-04-18  8:16   ` USB device installation Walter Logeman
2002-04-18  9:19     ` Tom Beer
2002-04-18 12:13       ` Walter Logeman
2002-04-18 13:17         ` Tom Beer
2002-04-18 23:49           ` Walter Logeman
2002-04-19 14:17             ` Tom Beer
2002-04-21 15:36               ` Walter Logeman
2002-04-22  8:04                 ` Tom Beer
  -- strict thread matches above, loose matches on Subject: below --
2002-04-21 12:42 walter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox