View previous topic :: View next topic |
Author |
Message |
coolsnowmen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2048126856430177a506846.gif)
Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Tue Jan 02, 2007 6:39 am Post subject: Sony DSC T10 Digital camera [SOLVED] |
|
|
Turns out the autodetect feature on the camera sucks, and you need to go into the menu, AFTER plugging in the usb cable, and select the mode, then both the new gphoto2 and standard usb-storage ways of accessing the device work
thanks to those who helped...
Previous problem
I can't get my sony camera to create a device that I could mount as a usb storage device
It must be a kernel option I don't understand As It looks like other people have gotten it to work.
lsusb shows this:
Bus 001 Device 008: ID 054c:0010 Sony Corp. DSC-S30/S70/S75/F505V/F505/FD92 Cybershot/Mavica Digital Camera
dmesg shows this:
usb 1-7: default language 0x0409
usb 1-7: new device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-7: Product: Sony DSC
usb 1-7: Manufacturer: Sony
usb 1-7: uevent
usb 1-7: configuration #1 chosen from 2 choices
usb 1-7: adding 1-7:1.0 (config #1, interface 0)
usb 1-7:1.0: uevent
drivers/usb/core/inode.c: creating file '008'
but it doesn't create a device...
I have everything I can think of enabled! perhaps a kernel version and .config would give me a place to start of anyone who has gotten this usb device to work. _________________ emerge: there are no ebuilds to satisfy "moo"
Last edited by coolsnowmen on Thu Jan 04, 2007 6:42 am; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
asiB4 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 16 Jan 2006 Posts: 370 Location: Inside the electric circus
|
Posted: Tue Jan 02, 2007 11:53 am Post subject: |
|
|
Don't know if it will help you or not, since the camera I dealt with was a Sony DSC-P32 Cybershot MPEGMovieVX...I would assume there may be some similarities, maybe not. Anyrate, below is a list of stuff I am running, seems to work well for me. Not knowing how your kernel .config is setup, did you enable SCSI disc support? What kernel version are you running, and what is your .config options? Have you gotten other USB devices to work on this same setup?
Code: | $uname -r
2.6.18-gentoo-r6 |
Code: | CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_STORAGE=y
|
_________________ Registered Linux User #332738
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
coolsnowmen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2048126856430177a506846.gif)
Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Tue Jan 02, 2007 3:03 pm Post subject: |
|
|
Thank you for the reply
I definitly have other usb and sata devices created, and mounting.
kernel version: 2.6.18-gentoo-r6 (I recentlyy upgraded in attempts to fix this problem I was using 17)
Here is what I feel are the relevent sections of my .config (I could post the whole thing but I'm trying to help)
#
# Loadable module support
#
CONFIG_MODULES=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=m
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_SHARE_IRQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_STORAGE_DATAFAB=y
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
CONFIG_USB_STORAGE_USBAT=y
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
CONFIG_USB_STORAGE_JUMPSHOT=y
# CONFIG_USB_STORAGE_ALAUDA is not set
CONFIG_USB_LIBUSUAL=y
#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
#
# MMC/SD Card support
#
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_BLOCK=y _________________ emerge: there are no ebuilds to satisfy "moo" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
coolsnowmen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2048126856430177a506846.gif)
Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Tue Jan 02, 2007 8:30 pm Post subject: |
|
|
It looks like this camera might be too new. But the strange thing is, windows adds the device just fine as if no prior information should be needed. <sigh>
I've found where I think the kernel deals with this line of cameras.
Does anyone know more about how to add new entries to
drives/usb/storage/unusual_devs.h ? _________________ emerge: there are no ebuilds to satisfy "moo" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
coolsnowmen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2048126856430177a506846.gif)
Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Wed Jan 03, 2007 6:50 pm Post subject: |
|
|
update: it looks like the the new gphoto supports the sony dsc t10 for ptp mode...I wonder when the ebuild will be out for it...or if I could edit the old one...
It is versions 2.3 and came out dec 24th, ....
oooO it looks like there is an ebuild already posted on bugs.gentoo.org I'll have to try that out
So I'm going to abandon the mass-storage section temporarily in attempts to learn gphoto2. I don't think I really understand what it does...it has no gui? _________________ emerge: there are no ebuilds to satisfy "moo" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
coolsnowmen Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2048126856430177a506846.gif)
Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Thu Jan 04, 2007 6:40 am Post subject: |
|
|
update solved!!!!
refer to first post.... _________________ emerge: there are no ebuilds to satisfy "moo" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
asiB4 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 16 Jan 2006 Posts: 370 Location: Inside the electric circus
|
Posted: Thu Jan 04, 2007 8:12 am Post subject: |
|
|
Nice work! Glad it worked out for you! ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ Registered Linux User #332738
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|