I have no driver for SDHC card
It can see the camera attaching and detachind, but the camera has unusual interface - the umass just told me, that "*** camera on uhub#" but I haven`t a block device for it. In fact, I have a CD with MS soft, but wine cannot interact just with umass.Carpetsmoker said:Doesn't the umass(4) driver work with the photocamera?
I need a kernel module then, or something else to get block device in /dev. Just anything.The OS (i.e. FreeBSD) doesn't need a driver, the cardreader needs to support HC cards.
You can check the Acer site for a BIOS update, this might update the firmware so it will supportHC cards.
Otherwise getting an external USB card reader might be an option, they go for ~10 Euro.
Slesarev said:The pentax, of course, has no driver for FreeBSD, and I have no driver for SDHC card, while I have a reader in my ACER Aspire 9410Z notebook.
It`s not a true way. Of course, I may buy it at the end, but the true path is to make my included device working! At least, it has more fun.anomie said:+1 on the card reader suggestion.
I purchased an inexpensive (US$15) card reader for situations like this.
I use it with my camera. It's been a while since I last used it.Slesarev said:Oh, I haven`t seen it before.
Dou you have expirience of using it?
Does this:
mean that I have no hope? Is FUSE a spectrum emulator?Code:# gphotofs fuse: failed to open fuse device: No such file or directory
$ kldload fuse
first, and see what happens when you try 'gphotofs' after that.Slesarev said:Code:none3@pci0:10:6:3: class=0x080500 card=0x01071025 chip=0x803c104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'PCIxx12 SDA Standard Compliant SD Host Controller' class = base peripheral
I cannot kldload them. Also, I`ve included them into my kernel long time ago - and recompiled it several days ago, but it still has no effect. That`s why I am confused.lme@ said:If you're using CURRENT, you can kldload mmc and sdhci and see if the card reader shows up.
lme@ said:What kind of card reader is it?$ pciconv -lv
will show it.
If you're using CURRENT, you can kldload mmc and sdhci and see if the card reader shows up.
device mmc
device mmcsd
device sdhci
config: Error: device "sdhci" is unknown
# kldload mmc
kldload: can't load mmc: No such file or directory
lme@ said:Hmm, go to /usr/src/sys/modules and run# make depend && make obj && make && make install
in the directories mmc, mmcsd and sdhci. Then load the modules and it _should_ work![]()
# make install
install -o root -g wheel -m 555 mmc.ko /boot/kernel
install: mmc.ko: No such file or directory
*** Error code 71
Stop in /usr/src/sys/modules/mmc.
And what does it do?lme@ said:Yes, sdhci is only available in 8-CURRENT.
Slesarev said:It can see the camera attaching and detachind, but the camera has unusual interface - the umass just told me, that "*** camera on uhub#" but I haven`t a block device for it. In fact, I have a CD with MS soft, but wine cannot interact just with umass.