Re: SD/CF card reader

2010-12-27 Thread Rolf Nielsen
2010-12-28 01:26, Polytropon skrev: ... Still the method of issuing something like # true> /dev/da1 Try # mount /dev/da1 /mnt That makes GEOM taste the card, thus creating the device node(s) for the partition(s) on the card. And as long as you don't reboot, the device node(s) rema

Re: SD/CF card reader

2010-12-27 Thread Rob Farmer
On Mon, Dec 27, 2010 at 16:26, Polytropon wrote: > On Sun, 26 Dec 2010 19:35:20 -0600, Adam Vande More > wrote: >> > GEOM: da1: partition 1 does not start on a track boundary. >> > GEOM: da1: partition 1 does not end on a track boundary. >> > GEOM: da1: partition 1 does not start on a track boun

Re: SD/CF card reader

2010-12-27 Thread Polytropon
pt-driven announcements, this is what I understood, too. I did assume some kind of polling mechanism inside the kernel (or *by* the kernel) that would poll the "drive bays" of the SD/CF card reader to see when they contain media. Still the method of issuing something like # true > /dev/d

Re: SD/CF card reader

2010-12-26 Thread Adam Vande More
On Sun, Dec 26, 2010 at 7:01 PM, Polytropon wrote: > Not needed - it works! The strange thing is that there are no > console messages when inserting the SD and CF cards (both > do work), in contrast to what happens if I use a regular > USB stick. > My understanding is that USB devices can only r

Re: SD/CF card reader

2010-12-26 Thread Polytropon
On Sun, 26 Dec 2010 18:45:41 -0600, Adam Vande More wrote: > On Sun, Dec 26, 2010 at 6:33 PM, Polytropon wrote: > > > Oh, I failed to mention that I did install 8.2-RC1 on this > > "new" machine. Time for updating. > > > > Well that should have the fix I was thinking of so you'll probably need

Re: SD/CF card reader

2010-12-26 Thread Adam Vande More
On Sun, Dec 26, 2010 at 6:33 PM, Polytropon wrote: > Oh, I failed to mention that I did install 8.2-RC1 on this > "new" machine. Time for updating. > Well that should have the fix I was thinking of so you'll probably need to take it to one of the other lists I mentioned. I'll check that. Still.

Re: SD/CF card reader

2010-12-26 Thread Polytropon
On Sun, 26 Dec 2010 17:58:56 -0600, Adam Vande More wrote: > I just went through something similar and IIRC the error you report is fixed > in recent STABLE. Oh, I failed to mention that I did install 8.2-RC1 on this "new" machine. Time for updating. > During my initiation, I also became awa

Re: SD/CF card reader

2010-12-26 Thread Adam Vande More
On Sun, Dec 26, 2010 at 5:47 PM, Polytropon wrote: > # camcontrol reset all > Reset of bus 0 returned error 0x3a > Reset of bus 1 returned error 0x3a > > What is this? Is there some documentation about what errors > like 0x3a refer to? Is it in any relation with the previous > > uhub_reattach_por

SD/CF card reader

2010-12-26 Thread Polytropon
I got a new (haha) PC for Christmas which I want to turn into my new home system. I could improve from Intel P4 2GHz 768 MB SDR-SDRAM and ATA disks to Intel Core2 1.8 GHz 2 GB DDR-SDRAM and SATA disk(s). A nice feature of the new system is a built-in card reader which I would like to be a

Re: Help with USB Card Reader

2010-11-27 Thread Andrea Venturoli
On 11/27/10 14:42, Andrea Venturoli wrote: Hello. I've got a "hama" branded USB 2.0 Card Reader 19 in 1, which I'd like to use with 8.1/i386. Sorry, my fault. It seems this reader cannot work with SDHCs; in fact it works with MM

Help with USB Card Reader

2010-11-27 Thread Andrea Venturoli
Hello. I've got a "hama" branded USB 2.0 Card Reader 19 in 1, which I'd like to use with 8.1/i386. This thing has four slots, only one of which I'd like to populate with an SD card. However I've had no luck so far. If I insert the card and then plug the reader

Re: Detecting cards in USB card reader

2010-02-10 Thread Warren Block
On Wed, 10 Feb 2010, Mike Clarke wrote: It does seem a pity though that we have to rely on the side effect of having no support for writing to block devices instead of having a specific means of detecting or checking for a media change in the card reader. I agree that attempting a write to an

Re: Detecting cards in USB card reader

2010-02-10 Thread Mike Clarke
ion. Although I didn't doubt that this was safe I couldn't help feeling that it seemed "a wrong thing to do" - a case of old habits being hard to loose. After seeing your explanation I feel much more confident about this. It does seem a pity though that we have to rely

Re: Detecting cards in USB card reader

2010-02-07 Thread Nikos Vassiliadis
On 2/7/2010 1:28 AM, Mike Clarke wrote: curlew:/root# cat /dev/null> /dev/da0 curlew:/root# ls -l /dev/da0* crw-r- 1 root operator0, 176 6 Feb 23:15 /dev/da0 crw-r- 1 root operator0, 129 6 Feb 23:18 /dev/da0s1 I can use this to initialise the card reader but I'd f

Re: Detecting cards in USB card reader

2010-02-06 Thread Mike Clarke
On Saturday 06 February 2010, Polytropon wrote: > I can understand this. Maybe accessing the "SCSI layer" of > the card reader can help? If > > % camcontrol reset all > > will cause the same effect (of creating the correct nodes in > /dev), you can be mor

Re: Detecting cards in USB card reader

2010-02-06 Thread Polytropon
hieve the desired effect in a > safer looking way. I can understand this. Maybe accessing the "SCSI layer" of the card reader can help? If % camcontrol reset all will cause the same effect (of creating the correct nodes in /dev), you can be more precise (e. g. just reset da0);

Detecting cards in USB card reader

2010-02-06 Thread Mike Clarke
In an attempt to get round the problem that my Olympus C-2040Z camera won't communicate with FreeBSD versions above 6.4 I've installed an Akasa AK-ICR-01B internal card reader on my 8.0-RELEASE-p2 system. The reader is detected when the system boots and device nodes are created fo

mounting card reader & hald

2009-10-05 Thread carmel_ny
I want to be able to auto mount a card reader when a card is inserted. I can mount it manually using: "mount_msdosfs /dev/da1s1 /mnt". I thought that 'hald' would handle the auto-mounting of the reader; however, I probably have that misconfigured. This is on a FreeBSD-7.2 sys

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-13 Thread Chris Rees
2009/4/10 : > Polytropon wrote: >> On Thu, 09 Apr 2009 12:47:23 -0700, per...@pluto.rain.com wrote: >> > It's an SD card, not a "drive", so I had not expected it to be >> > partitioned; but yes, it is: >> > >> > $ ls -l /dev/da0* >> > crw-r-  1 root  operator    0, 244 Feb 14 15:09 /dev/da0 >

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread Roland Smith
On Thu, Apr 09, 2009 at 08:01:29PM -0700, per...@pluto.rain.com wrote: > Roland Smith wrote: > > On Thu, Apr 09, 2009 at 12:47:23PM -0700, per...@pluto.rain.com wrote: > > > It's an SD card, not a "drive", so I had not expected it to be > > > partitioned; but yes, it is: > > > > > > $ ls -l /dev/

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread perryh
Polytropon wrote: > On Thu, 09 Apr 2009 12:47:23 -0700, per...@pluto.rain.com wrote: > > It's an SD card, not a "drive", so I had not expected it to be > > partitioned; but yes, it is: > > > > $ ls -l /dev/da0* > > crw-r- 1 root operator0, 244 Feb 14 15:09 /dev/da0 > > crw-r- 1 roo

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread perryh
Roland Smith wrote: > On Thu, Apr 09, 2009 at 12:47:23PM -0700, per...@pluto.rain.com wrote: > > It's an SD card, not a "drive", so I had not expected it to be > > partitioned; but yes, it is: > > > > $ ls -l /dev/da0* > > crw-r- 1 root operator0, 244 Feb 14 15:09 /dev/da0 > > crw-r

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread Polytropon
ent for mdir. The card is, > deliberately, write-protected. Okay, that should not interference any reading process. > After reconfiguring mtools to read from /dev/da0s1, I started > getting those umass0: BBB bulk-in clear stall failed, TIMEOUT > messages again, [...] This indicates th

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread Roland Smith
byte at a time is bound to be slow. It could be that this USB chipset needs some "quirks" to work correctly. There are some really crappy USB chipsets out there. E.g. I've had trouble with prolific controllers, especially on older (single core) machines. If you are in a position

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread perryh
a time using dd: $ dd if=/dev/da0 of=~/sd bs=1b That's been running for something like 45 minutes now, and based on the size of the output file it has read about a tenth of the card. It looks as if the problem arises only when attempting to read larger blocks. (I haven't tried to find out

Re: USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread Roland Smith
try /dev/da0s? instead. Second, does the user running mtools have read and write access to the device? Have you tried just mounting the card reader? Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appre

USB SD-card reader recognized, but not working, on 6.1

2009-04-09 Thread perryh
Trying here, after no answer on usb@ When I plug in the reader, I get (on the console): umass0: SDMMC M121 USB 2.0 SD/MMC READER, rev 2.00/2.01, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 1962MB (4019200 512 byte sect

Card Reader

2008-07-03 Thread Girish Kulkarni
Hi, I am using FreeBSD 7.0 on a Dell Inspiron 640m notebook, which comes with a Ricoh R5C832 5-in-1 Media Card Reader. This chip doesn't seem to be supported by FreeBSD 7.0. Is there any way I could make it work? (I tried fwohci(4) but failed.) Thanks, Girish. -- Girish Kulkarni - Alla

Re: Problem with built-in USB memory card reader

2007-01-03 Thread ajm
t; >>> I'm using the 5.4 release. Is there a solution for this? > > >> USB handling would be better in a more recent release of FreeBSD, but > > >> I think you should be getting the basic da(4) device, just not the > > >> slices (which aren't

Re: Problem with built-in USB memory card reader

2007-01-03 Thread Micah
r in a more recent release of FreeBSD, but I think you should be getting the basic da(4) device, just not the slices (which aren't there yet) if the medium isn't available at boot. Is that the case? [I haven't done this in a while, and don't have access to a card reader at the

Re: Problem with built-in USB memory card reader

2007-01-03 Thread Alexander Pohoyda
, but > >> I think you should be getting the basic da(4) device, just not the > >> slices (which aren't there yet) if the medium isn't available at > >> boot. Is that the case? [I haven't done this in a while, and don't > >> have access to

Re: Problem with built-in USB memory card reader

2007-01-03 Thread Alexander Pohoyda
ng the 5.4 release. Is there a solution for this? > > USB handling would be better in a more recent release of FreeBSD, but > I think you should be getting the basic da(4) device, just not the > slices (which aren't there yet) if the medium isn't available at > boot. Is t

Re: Problem with built-in USB memory card reader

2007-01-03 Thread Lowell Gilbert
n a more recent release of FreeBSD, but I think you should be getting the basic da(4) device, just not the slices (which aren't there yet) if the medium isn't available at boot. Is that the case? [I haven't done this in a while, and don't have access to a card reader at the mom

Problem with built-in USB memory card reader

2007-01-01 Thread Alexander Pohoyda
Everything works perfect if the system is started with a memory card inserted into the reader. The problem arises when the system is started without the memory card inserted. Since the reader is built-in (permanently attached to the motherboard), it is detected by the system at startup and no uma

Re: Looking for a USB Compact Flash card reader.

2006-02-17 Thread Mike Jeays
On Thu, 2006-02-16 at 20:29 -0800, Micah wrote: > Paul Marciano wrote: > > Hi, > > > > On 5.4-RELEASE I'm having problems with my AVB card > > reader: I often get "Synchronize Cache" and "CSW Tag" > > errors. > > > > Do

Re: Looking for a USB Compact Flash card reader.

2006-02-16 Thread Micah
Paul Marciano wrote: Hi, On 5.4-RELEASE I'm having problems with my AVB card reader: I often get "Synchronize Cache" and "CSW Tag" errors. Does anyone have a solid recommendation for a USB Compact Flash card reader? Thanks, Paul. I have a SanDisk ImageMate that&#x

Looking for a USB Compact Flash card reader.

2006-02-16 Thread Paul Marciano
Hi, On 5.4-RELEASE I'm having problems with my AVB card reader: I often get "Synchronize Cache" and "CSW Tag" errors. Does anyone have a solid recommendation for a USB Compact Flash card reader? Thanks, Paul. __ Do

Re: creating gnome desktop shortcuts for floppy, DVD rom and compact flash card reader

2005-11-04 Thread Peter Clutton
On 11/4/05, Robert Marella <[EMAIL PROTECTED]> wrote: > Music cd's can not be mounted. However in gnome, if you use the gnome audio tools, like totem?? you do not need to mount, it will automatically start playing. :) ___ freebsd-questions@freebsd.org

Re: creating gnome desktop shortcuts for floppy, DVD rom and compact flash card reader

2005-11-03 Thread Robert Marella
rote: > > > > > Does anyone know how to create shortcut icons to the gnome > > > desktop for commonly used devices such as floppy drive; cd/DVD > > > rom drive and USB compact flash card reader. > > > FreeBSD 6.0 RC1; AMD64 > > > Many thanks > &g

Re: creating gnome desktop shortcuts for floppy, DVD rom and compact flash card reader

2005-11-03 Thread paul thodiyil
op for > > commonly used devices such as floppy drive; cd/DVD rom drive and USB > > compact flash card reader. > > FreeBSD 6.0 RC1; AMD64 > > Many thanks > > mkdir ~/Desktop/floppy > mkdir ~/Desktop/dvdrom > mkdir ~/Desktop/flash > > Speak the magic incant

Re: creating gnome desktop shortcuts for floppy, DVD rom and compact flash card reader

2005-11-03 Thread Robert Marella
On Fri, 4 Nov 2005 02:41:24 +1100 paul thodiyil <[EMAIL PROTECTED]> wrote: > Does anyone know how to create shortcut icons to the gnome desktop for > commonly used devices such as floppy drive; cd/DVD rom drive and USB > compact flash card reader. > FreeBSD 6.0 RC1; AMD64 >

creating gnome desktop shortcuts for floppy, DVD rom and compact flash card reader

2005-11-03 Thread paul thodiyil
Does anyone know how to create shortcut icons to the gnome desktop for commonly used devices such as floppy drive; cd/DVD rom drive and USB compact flash card reader. FreeBSD 6.0 RC1; AMD64 Many thanks ___ freebsd-questions@freebsd.org mailing list http

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Ben Paley
On Monday 05 September 2005 17:03, Roland Smith wrote: > > Thanks a lot for your advice - I shall follow it, even if it is slightly > > dispiriting. Perhaps I should learn C properly and start writing some > > drivers... :-) > > Not that I want to discourage you, but that seems like a tall > order

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Roland Smith
iting some > drivers... :-) Not that I want to discourage you, but that seems like a tall order. Apart from knowing C, you'd have to get familiar with the FreeBSD kernel and writing device drivers. I guess a driver for an SD card reader should be similar to the USB umass(4) driver.

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Ben Paley
...PS - Thanks not just for your advice, but for putting in the effort to find this stuff out - I wouldn't have known where to start! Thanks, Ben ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Ben Paley
On Monday 05 September 2005 11:50, Roland Smith wrote: > > $ pciconf -lv > > > > [EMAIL PROTECTED]:1:2: class=0x080501 card=0x01881028 chip=0x08221180 > > rev=0x17 > > hdr=0x00 > > vendor = 'Ricoh Co Ltd' > > device = 'SD Bus Host Adapter' > > class= base peripheral > > > > I

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Roland Smith
On Mon, Sep 05, 2005 at 11:24:33AM +0100, Ben Paley wrote: > On Monday 05 September 2005 11:04, Roland Smith wrote: > > On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > > > Anyone got any idea how I can access the built-in sd card reader on my > > >

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Ben Paley
On Monday 05 September 2005 11:04, Roland Smith wrote: > On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > > Anyone got any idea how I can access the built-in sd card reader on my > > dell inspiron 6000 laptop? > > Is there anything in /var/log/messages? Not so far

Re: Internal SD card reader, Dell laptop

2005-09-05 Thread Roland Smith
On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > Anyone got any idea how I can access the built-in sd card reader on my > dell inspiron 6000 laptop? Is there anything in /var/log/messages? If not, try 'pciconf -lv', 'usbdevs' and 'camcontrol devlist

Internal SD card reader, Dell laptop

2005-09-05 Thread Ben Paley
Hello, Anyone got any idea how I can access the built-in sd card reader on my dell inspiron 6000 laptop? There's no /dev/sda at the moment. I can't seem to find out how the card connects internally - neither usb nor scsi look very likely... Any more ideas? C

Re: Belkin Media Card Reader

2004-11-14 Thread Mick Walker
On Sat, 2004-11-13 at 16:48 -1000, Robert Marella wrote: > mount_msdosfs /dev/da3s1 media > ^^ > Good Luck > Robert Thanks very much Robert, that worked perfectly. I can now access the Videos I record on my Nokia phone via the media reader and FreeBSD. In case anyone wishe

Re: Belkin Media Card Reader

2004-11-13 Thread Robert Marella
On Sat, 13 Nov 2004 23:53:36 + Mick Walker <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have just purchased a Belkin F5U249 media card reader, and am having > trouble mounting it under FreeBSD 5.3-RELEASE. > > [EMAIL PROTECTED] mwalker]# mount /dev/da3 media &

Belkin Media Card Reader

2004-11-13 Thread Mick Walker
Hi everyone, I have just purchased a Belkin F5U249 media card reader, and am having trouble mounting it under FreeBSD 5.3-RELEASE. Here is the relivent part of my dmesg when I plug the device in, with the media card inseted. umass0: BELKIN USB 2 Flash Media Device, rev 2.00/3.23, addr 3 da0 at

Re: Will a SD card reader solve this problem?

2004-11-11 Thread Ada Cheng
Just to close this thread, the SD card reader worked beautifully. I bought a Lexar JumpDrive Trio which cost less than US$20. Ada On Thu, 11 Nov 2004, Greg 'groggy' Lehey wrote: On Wednesday, 10 November 2004 at 8:58:27 -0500, Ada Cheng wrote: Good morning, I am trying to

Re: Will a SD card reader solve this problem?

2004-11-10 Thread Greg 'groggy' Lehey
On Thursday, 11 November 2004 at 13:40:22 +1100, Murray Taylor wrote: > On Thu, 2004-11-11 at 10:43, Greg 'groggy' Lehey wrote: >> On Wednesday, 10 November 2004 at 8:58:27 -0500, Ada Cheng wrote: >>> Good morning, >>> I am trying to connect my Minolta Z2 camera with my box, currently >>>

Re: Will a SD card reader solve this problem?

2004-11-10 Thread Murray Taylor
sted doing some quirks with the src/sys/cam/scsi/scsi_da.c > > file which I am not comfortable with doing. > > I'm in a similar (but not the same) situation with a Ricoh camera. I > can understand your position. > > > Will a SD card reader solve this problem? > &

Re: Will a SD card reader solve this problem?

2004-11-10 Thread Greg 'groggy' Lehey
. > > I have read various threads regarding this TIMEOUT failure error and > some has suggested doing some quirks with the src/sys/cam/scsi/scsi_da.c > file which I am not comfortable with doing. I'm in a similar (but not the same) situation with a Ricoh camera. I can understand

Will a SD card reader solve this problem?

2004-11-10 Thread Ada Cheng
is TIMEOUT failure error and some has suggested doing some quirks with the src/sys/cam/scsi/scsi_da.c file which I am not comfortable with doing. Will a SD card reader solve this problem? Any help is much appreciated. Many thanks in advance. Ada

Re: Which class 2 smard card reader works under FreeBSD 5.x

2004-10-01 Thread Mike Woods
Michael Bohn wrote: Hi, could any body tell me which class 2 smard card reader is supported by FreeBSD 5.x. If you're looking at smart card readers you might want to see if you can get a "wedge" reader, wedge readers sit between the machine and the keyboard and pump data direct

Which class 2 smard card reader works under FreeBSD 5.x

2004-10-01 Thread Michael Bohn
Hi, could any body tell me which class 2 smard card reader is supported by FreeBSD 5.x. best regards Michael ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

Re: Card reader problems (was: changing card in a reader (revisited))

2004-07-19 Thread hoe-waa
From: Martin <[EMAIL PROTECTED]> Date: Monday, July 19, 2004 12:10 pm > > Hi, > > Sorry to disturb, but do you get panics with your card reader? > I see someone posting about such device for the first time here > (except me). What kernel are you using? > > I h

Card reader problems (was: changing card in a reader (revisited))

2004-07-19 Thread Martin
Hi, Sorry to disturb, but do you get panics with your card reader? I see someone posting about such device for the first time here (except me). What kernel are you using? I have a 4-slot reader/writer too and each time I plug it in, I get a panic instantly on CURRENT. I've always thought

Using a usb compact flash card reader

2004-01-11 Thread Thomas Pasch
Hello, I'm successfully using a usb compact flash card reader with FreeBSD-5.2-RC2/amd64. It is a _intern_ reader (and because of this constantly attached to the usb bus). However, I can only use it when I plug the memory card in BEFORE BOOTING. When I try to attach the memory card late

Re: SanDisk CompactFlash card reader problem

2004-01-01 Thread Stijn Hoop
On Wed, Dec 31, 2003 at 10:19:47AM -0500, Louis LeBlanc wrote: > I'm having some strange problems with my SanDisk CompactFlash reader. [snip] > Any ideas or pointers to specific docs? Is this on -STABLE? I had to remove 'device ugen' from my kernel because I also had problems using the automati

SanDisk CompactFlash card reader problem

2003-12-31 Thread Louis LeBlanc
I'm having some strange problems with my SanDisk CompactFlash reader. In the past I had no problem simply inserting a CF card and mounting the device. The /etc/fstab entry has always been as follows: /dev/da0s1/sandiskmsdos rw,noauto 0 0 And all I had to do was mount /s

IDE card reader

2003-10-29 Thread David Lodeiro
Hi all, I have an IDE card reader ( compact flash, secure digital, MMC, and memory stick) that I am trying to get to work. However when I start my system with it installed it crashes on boot up. This is what it outputs Fatal trap 12: page fault while in kernel mode fault virual

IDE Card Reader

2003-09-06 Thread David L
I'm trying to use a IDE SD, MS, CF, SM card reader ( it slots into the 3.5 inch floppy slot and uses an IDE port instead of USB ) on my FreeBSD 5.1 Release system. This piece of hardware is not in any of the suppported hardware list but I thought Id place post this incase anyone has ha

USB Card reader problem

2002-12-30 Thread Bob Bomar
I have a SanDisk compact flash reader. When I try to mount the drive I get this: [bob@warrior] ~>sudo mount -t msdos /dev/da0s1 /flash Password: msdos: /dev/da0s1: Input/output error When I look at dmesg I get this: da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 de

Re: usb compact flash card reader issues

2002-10-06 Thread Oliver Fromme
mpd <[EMAIL PROTECTED]> wrote: > I'm attempting to get a Kodak usb compact flash card reader to > mount under FreeBSD (4.7-PRERELEASE). The device is recognized > when I plug it into a port: > [...] > ugen0: SHUTTLE SCM Micro USBAT-02 , rev 1.00/0.05, addr 2 It

usb compact flash card reader issues

2002-10-05 Thread mpd
Hi, I'm attempting to get a Kodak usb compact flash card reader to mount under FreeBSD (4.7-PRERELEASE). The device is recognized when I plug it into a port: uhci0: port 0x6800-0x681f irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0