Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-04 Thread Miguel Clara
No dia 04/07/2013 11:26, "Mike C."  escreveu:
>
> On 07/04/13 07:02, Lars Engels wrote:
> > On Wed, Jul 03, 2013 at 08:36:03PM +, Miguel Clara wrote:
> >> the thing is according to usbconfig the system doesn't even detect the
card
> >> reader... if it doesn't detect the card reader it surely won't read any
> >> card
> > What Alex is suggesting is that you need to insert a card and then boot
> > the system and hope that the reader is recognized.
>
> Alex guess was right,  I do see a new entry in usbconfig now:
>
> ugen1.3:  at usbus1, cfg=255 md=HOST spd=HIGH
> (480Mbps) pwr=ON (500mA)
>
> I still can't access the card, and nothing shows up in demesg, tried
> plug/unplug no luck
>
> Some research on USB2.0-CRW in the mailling list lead me to this:
> http://lists.freebsd.org/pipermail/freebsd-usb/2012-May/011230.html
>
> So I should add to /usr/src/sys/dev/usb/usbdevs the line
>
> product REALTEK USB20CRW0x0129USB20CRW Card Reader
>

Actually there's one line for this already with a different product code,
which matches the one in the referred post... so I added it with
USB20CRW_0129.

recompiling...

> correct?
>
> However I have no idea what "quirk" changes should I apply, or how to
> find more info about it.
>
> Thanks!
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-04 Thread Mike C.
On 07/04/13 07:02, Lars Engels wrote:
> On Wed, Jul 03, 2013 at 08:36:03PM +, Miguel Clara wrote:
>> the thing is according to usbconfig the system doesn't even detect the card
>> reader... if it doesn't detect the card reader it surely won't read any
>> card
> What Alex is suggesting is that you need to insert a card and then boot
> the system and hope that the reader is recognized.

Alex guess was right,  I do see a new entry in usbconfig now:

ugen1.3:  at usbus1, cfg=255 md=HOST spd=HIGH
(480Mbps) pwr=ON (500mA)

I still can't access the card, and nothing shows up in demesg, tried
plug/unplug no luck

Some research on USB2.0-CRW in the mailling list lead me to this:
http://lists.freebsd.org/pipermail/freebsd-usb/2012-May/011230.html

So I should add to /usr/src/sys/dev/usb/usbdevs the line

product REALTEK USB201CRW0x0129USB20CRW Card Reader

correct?

However I have no idea what "quirk" changes should I apply, or how to
find more info about it.

Thanks!
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-04 Thread Lars Engels
On Wed, Jul 03, 2013 at 08:36:03PM +, Miguel Clara wrote:
> the thing is according to usbconfig the system doesn't even detect the card
> reader... if it doesn't detect the card reader it surely won't read any
> card

What Alex is suggesting is that you need to insert a card and then boot
the system and hope that the reader is recognized.


pgpgu0PRxbbWS.pgp
Description: PGP signature


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Miguel Clara
To be honest I have no idea... how can I check that?
 No dia 03/07/2013 21:45, "Adrian Chadd"  escreveu:

> Guys,
>
> there -are- PCI SDIO interfaces... Is this one of these?
>
>
>
>
> -adrian
>
> On 3 July 2013 13:36, Miguel Clara  wrote:
> > the thing is according to usbconfig the system doesn't even detect the
> card
> > reader... if it doesn't detect the card reader it surely won't read any
> > card
> >  No dia 03/07/2013 21:19, "Alexander Yerenkow" 
> > escreveu:
> >
> >> In previous version of usb, some card readers tells.OS about card.only
> if
> >> card was in it during startup. You should check if you can see any card
> in
> >> any case. If not at all - maybe bad luck, some bad cardvreaders
> works.only
> >> under windows, with some obscure hacjs.provided by drivers. I have one
> such
> >> card reader :)
> >>
> >> Regards, Alexander Yerenkow
> >>
> > ___
> > freebsd-usb@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-usb
> > To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
>
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Adrian Chadd
Guys,

there -are- PCI SDIO interfaces... Is this one of these?




-adrian

On 3 July 2013 13:36, Miguel Clara  wrote:
> the thing is according to usbconfig the system doesn't even detect the card
> reader... if it doesn't detect the card reader it surely won't read any
> card
>  No dia 03/07/2013 21:19, "Alexander Yerenkow" 
> escreveu:
>
>> In previous version of usb, some card readers tells.OS about card.only if
>> card was in it during startup. You should check if you can see any card in
>> any case. If not at all - maybe bad luck, some bad cardvreaders works.only
>> under windows, with some obscure hacjs.provided by drivers. I have one such
>> card reader :)
>>
>> Regards, Alexander Yerenkow
>>
> ___
> freebsd-usb@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Miguel Clara
the thing is according to usbconfig the system doesn't even detect the card
reader... if it doesn't detect the card reader it surely won't read any
card
 No dia 03/07/2013 21:19, "Alexander Yerenkow" 
escreveu:

> In previous version of usb, some card readers tells.OS about card.only if
> card was in it during startup. You should check if you can see any card in
> any case. If not at all - maybe bad luck, some bad cardvreaders works.only
> under windows, with some obscure hacjs.provided by drivers. I have one such
> card reader :)
>
> Regards, Alexander Yerenkow
>
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Alexander Yerenkow
In previous version of usb, some card readers tells.OS about card.only if
card was in it during startup. You should check if you can see any card in
any case. If not at all - maybe bad luck, some bad cardvreaders works.only
under windows, with some obscure hacjs.provided by drivers. I have one such
card reader :)

Regards, Alexander Yerenkow
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Mike C.

Hi, I posted about this @current but I was instructed to continue the
discussion here!


I have an Acer S3 Ultrabook running Freebsd 10 current, the Latpop has
an SD card Reader, and according to the windows driver this is a
"Realtek USB 2.0 Card Reader"

I have sdhci sdhci_pci mmc and mmcsd modules loaded, but when I insert a
Card Nothing happens!

This is what I get from usbconfig list:
# usbconfig list
ugen0.1:  at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=SAVE (0mA)
ugen1.1:  at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.1:  at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.2:  at usbus2, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.2:  at usbus1, cfg=0 md=HOST
spd=HIGH (480Mbps) pwr=ON (0mA)


Any help is appreciated, 

Thanks



___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"