Linux-Noob Forums
sony powershot dsc-w30 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Printers, Scanners and Other Hardware (https://www.linux-noob.com/forums/forum-33.html)
+---- Thread: sony powershot dsc-w30 (/thread-1849.html)



sony powershot dsc-w30 - hijinks - 2006-08-17


Well I got a Sony DSC-W30 a few weeks ago and I knew most sony's will be seen as like sd? drives in linux. So using 2.6.15 I plug it in and it sees the camera just not the card.

 

So how did i fix it.. well i looked at the kernel changelog and found its supported in 2.6.17 so if you have issues with getting the camera to work in linux.. run 2.6.17 and you should be good to go

 



Code:
Aug 17 09:07:12 mzup-desktop kernel: [4295876.741000] usb 1-7: new high speed USB device using ehci_hcd and address 4
Aug 17 09:07:12 mzup-desktop kernel: [4295876.858000] usb 1-7: configuration #1 chosen from 2 choices
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] Initializing USB Mass Storage driver...
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] scsi2 : SCSI emulation for USB Mass Storage devices
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] usbcore: registered new driver usb-storage
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] USB Mass Storage support registered.
Aug 17 09:07:17 mzup-desktop kernel: [4295881.931000]   Vendor: Sony      Model: Sony DSC          Rev: 6.00
Aug 17 09:07:17 mzup-desktop kernel: [4295881.931000]   Type:   Direct-Access                      ANSI SCSI revision: 00
Aug 17 09:07:17 mzup-desktop kernel: [4295881.934000] SCSI device sdb: 1947648 512-byte hdwr sectors (997 MB)
Aug 17 09:07:17 mzup-desktop kernel: [4295881.935000] sdb: Write Protect is off
Aug 17 09:07:17 mzup-desktop kernel: [4295881.946000] SCSI device sdb: 1947648 512-byte hdwr sectors (997 MB)
Aug 17 09:07:17 mzup-desktop kernel: [4295881.947000] sdb: Write Protect is off
Aug 17 09:07:17 mzup-desktop kernel: [4295881.947000]  sdb: sdb1
Aug 17 09:07:17 mzup-desktop kernel: [4295881.950000] sd 2:0:0:0: Attached scsi removable disk sdb
Aug 17 09:07:17 mzup-desktop kernel: [4295881.950000] sd 2:0:0:0: Attached scsi generic sg1 type 0







sony powershot dsc-w30 - anyweb - 2006-08-17


hi hijinks

 

where can people read the current kernel changelog,

 

cheers

anyweb




sony powershot dsc-w30 - xDamox - 2006-08-17


anyweb the change log can be read on [/url][url=http://www.kernel.org/]http://www.kernel.org/ you will see when visiting the kernel.org webpage the following:

 



Code:
The latest stable version of the Linux kernel is:      2.6.17.8     2006-08-07 05:05 UTC     F     V     VI     C     Changelog




 

Jusst click the changelog




sony powershot dsc-w30 - anyweb - 2006-08-17


thanks, well i looked at the changelog, and searched for 'sony' - not found,

 

so am i looking at the wrong place ?

 

[/url][url=http://www.kernel.org/pub/linux/kernel/v2....ngeLog-2.6.17.8]http://www.kernel.org/pub/linux/kernel/v2....ngeLog-2.6.17.8

 

cheers

 

anyweb




sony powershot dsc-w30 - pablo - 2006-09-01


Quote:Well I got a Sony DSC-W30 a few weeks ago and I knew most sony's will be seen as like sd? drives in linux. So using 2.6.15 I plug it in and it sees the camera just not the card. 

So how did i fix it.. well i looked at the kernel changelog and found its supported in 2.6.17 so if you have issues with getting the camera to work in linux.. run 2.6.17 and you should be good to go

 



Code:
Aug 17 09:07:12 mzup-desktop kernel: [4295876.741000] usb 1-7: new high speed USB device using ehci_hcd and address 4
Aug 17 09:07:12 mzup-desktop kernel: [4295876.858000] usb 1-7: configuration #1 chosen from 2 choices
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] Initializing USB Mass Storage driver...
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] scsi2 : SCSI emulation for USB Mass Storage devices
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] usbcore: registered new driver usb-storage
Aug 17 09:07:12 mzup-desktop kernel: [4295876.927000] USB Mass Storage support registered.
Aug 17 09:07:17 mzup-desktop kernel: [4295881.931000]   Vendor: Sony      Model: Sony DSC          Rev: 6.00
Aug 17 09:07:17 mzup-desktop kernel: [4295881.931000]   Type:   Direct-Access                      ANSI SCSI revision: 00
Aug 17 09:07:17 mzup-desktop kernel: [4295881.934000] SCSI device sdb: 1947648 512-byte hdwr sectors (997 MB)
Aug 17 09:07:17 mzup-desktop kernel: [4295881.935000] sdb: Write Protect is off
Aug 17 09:07:17 mzup-desktop kernel: [4295881.946000] SCSI device sdb: 1947648 512-byte hdwr sectors (997 MB)
Aug 17 09:07:17 mzup-desktop kernel: [4295881.947000] sdb: Write Protect is off
Aug 17 09:07:17 mzup-desktop kernel: [4295881.947000]  sdb: sdb1
Aug 17 09:07:17 mzup-desktop kernel: [4295881.950000] sd 2:0:0:0: Attached scsi removable disk sdb
Aug 17 09:07:17 mzup-desktop kernel: [4295881.950000] sd 2:0:0:0: Attached scsi generic sg1 type 0

<div>


</div>
 

whre do you do that configuretion? in the teremial

would you help me more.. please

step by step

thank you




sony powershot dsc-w30 - hijinks - 2006-09-01


all i did was take an old config they are usually in /boot some distros call it like /boot/config-kernelversion

 

then i downloaded 2.6.17

 

cp /boot/config-kernelversion .config

 

in the new kernel source in /usr/src/linux and compiled the kernel.

 

I believe the big change was in USB Mass Storage Support