OpenSUSE :: Filename Case When Inserting A Camera Memory Card?
May 19, 2011
In short: the files in 11.2 of the memory card from my camera were lower case, and in 11.4 they are upper case. Thus, F-spot uploads all the photos again, and I get two copies of each, one low case (old), another upper case (new), without the comments or rotations that I had made. How can I make the system automount it again in lower case? I knew the proper options to do this manually in fstab, but not via udev or whatever it uses.
[Code]...
View 9 Replies
ADVERTISEMENT
Jun 15, 2010
I have some files and directories (some mixed case, and some all uppercase) that I have copied on a FAT32 USB stick, and when I load this on FC11 all the files and directories that have/are less then 8 characters (ie that fit into the 8.3 format) all go to lowercase.
View 1 Replies
View Related
May 4, 2010
I'm working with a lot of data, but always the same. I have, say 2GB that I keep loading 100 times a day from a local disk to do some computations.I was wondering if anyone knew if it is possible to read it once for all and then access it like a file but with the speed of RAM access. I would be looking for something like: Code: file2mem ~/mybigdatafile.dat ~/mybigdata_thats_now_accessed_superfast.dat And then the data is accessible in a way like with a symlink...
View 9 Replies
View Related
Jul 17, 2010
My SD card is recognised by OS 11.3 if it is inserted at boot up. If I remove it and reinsert it, the devise monitor states 'no devices plugged in'. This is a problem that I have also had (and reported in these forums) with 11.0, 11.1, 11.2.Now I notice that there is a section for 'removable devices' in the system configuration. But even if I click the box 'enable automatic mounting of removable media' and the sub-box 'automatically mount removable media when attached' the SD card is not remounted, there remain 'no devices plugged in'.
View 9 Replies
View Related
Mar 12, 2011
I normally use a very lightweight Linux setup. No desktop like Gnome or KDE, just Icewm as the windows manager and nothing else that normal users might consider essential. Well, I do need a file manager - I use Thunar.
Recently I've been trying Gnome. Whenever I shove a memory stick into a USB port, or connect my digital camera, it can automatically pop up a file manager showing all the goodies on that device. KDE does this too. I like this. Although quick at the command line, I like not having to go sudo to mount the device and all that.
If I want to stick with a lightweight setup using Icewm+Thunar, is there something non-huge I can install to make external devices fire up a Thunar window, or otherwise make access to the contents brainlessly easy?
View 1 Replies
View Related
Oct 28, 2010
Kernel 2.6, Slackware 12.0
mkisofs 2.01
I do 'mkisofs -iso-level 1 -o image John Smith.txt'. Only an example. When I mount image, ls outputs john_smi.txt. So it has shorten to 8.3 and translated ' ' into '_'. This is in accordance with the manual, although it doesn't say the conversion will be done.
Quote:
-iso-level level
.........................
With all iso9660 levels from 1..3, all filenames are restricted to upper case letters, numbers and the underscore (_).
...........................
However, as it did not reject the file name, it should have converted it to all upper case, it seems to me. And -iso-level 2|3 does the same thing.
Code:
root@darkstar:~# mkisofs -iso-level 1 -o image John Smith.txt
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
[code]....
View 5 Replies
View Related
Jan 23, 2011
$ uname -a
Linux a 2.6.35.10-74.fc14.i686.PAE #1 SMP Thu Dec 23 16:10:47 UTC 2010 i686 i686 i386 GNU/Linux
$ lsb_release -a
LSB Version: :core-4.0-ia32:core-4.0-noarch
[Code].....
How can I set a pattern that will output a filename equal to the original filename? E.g.
something.mp3 → something.ogg
And why isn't this implemented in SoundConverter?
PS: {Filename} doesn't work.
View 1 Replies
View Related
Apr 5, 2011
I have a camera in my house and would like to monitor it on my computer under Linux, but I am having problems with Zoneminder.I have a capture card with chip 878A (properly working), but Zoneminder don't show any image or data from the card.I installed Zapping (television program for Gnome) and the camera/card works, presented as device /dev/video0.I followed the steps in the Zoneminder's Wiki, but unsuccessfully.
View 1 Replies
View Related
Sep 20, 2010
Ubuntu 10.04. In order to get my photo application (digikam 1.2) to download photos off my digital camera/SD card I have had to configure Ubuntu not to 'mount' the usb connected camera when it is plugged into the pc. I can use digikam to download pictures off the camera/SD card into the pc. I'm having a problem when it comes to deleting the original pictures off the sd card/camera. Googling this problem it seems the issue is around Ubuntu only having read access to the SD card. It appears in windows world when an sd card is presented one has read/write access so things tend to 'work out of the box'.
In Linux/Ubuntu world I'm reading that digital cameras/SD cards do not (always?) work out of the box because you only have read access. If I close down digikam and launch nautilus I can see the camera/SD card but cannot write to it - I'm told I only have read access. I have also convinced my father-in-law to switch to Ubuntu but at the moment although he can download photos and view them I see no way of (ideally through digikam) of deleting the pictures off his camera/SD card.
View 9 Replies
View Related
Nov 2, 2010
I have this Lumix G2 camera from Panasonic. Problem is that I cannot put any files on cameras memory card from Ubuntu via usb. I need it to put firmware updates for the camera.
View 1 Replies
View Related
Nov 28, 2010
I've looked all over the internet for an answer to this problem. Maybe I am the only one experiencing it. I am running ubuntu 10.10 and have problems getting pictures from my camera using any photo program (f-spot, picasa, etc). When I plug in the camera, it shows up in "Places" and under "Computer", it even brings up f-spot or whatever I have set to open under media handling in the nautilus preferences, however, when f-spot or picasa open, the camera is listed, but there are no pictures detected. I have removed and re-installed f-spot and picasa with the same results. I believe I even removed the config files for them before re-installing them.
I can open the camera in nautilus and drag them to a folder from the card. If I remove the card from the camera and use a card reader I can import the photos using fspot, picasa or any other photo program. I just cant figure out why f-spot or picasa cant get them from the camera as they have in past verisons. This is not limited to one camera, it happens with a canon and a Nikon. I hope thats not too much info and is not too confusing. The camera(s) show up in lsusb.
View 2 Replies
View Related
Apr 23, 2010
What is the difference between filename and ./filename? Under what circumstances is one preferred to the other?
View 5 Replies
View Related
Apr 6, 2010
I need to split a filename into its filename and extension, so I can append a datestamp to the filename. I'm using bash.
View 8 Replies
View Related
Nov 20, 2009
I've installed ethernet adapter, it is made in china from a manufacturer called FOX. The driver for that adapter is supported for sco linux kernel version 2.4.x and 2.5.x .However, I'm using Centos5 but the OS didn't recognize the adapter alone, so I'm trying to follo instructions on the driver on the attached CD.
The CD contains file named "SC92031.c", the instructions tell me to do the following "Compile the driver source files and it will generate sc92031.o"
View 8 Replies
View Related
Nov 22, 2010
I'm trying to get some photos off a Canon Powershot SX110IS that uses an SD card (right now there is a Gigaware 4GB one in it) but this computer does not have an SD card input, so I am trying to mount the device through USB. This has worked with a handful of other cameras I've used in the past.
When I connect the camera to the computer and power it on, I get
usb 1-5: USB disconnect, address 7
usb 1-5: new high speed USB device using ehci_hcd and address 8
usb 1-5: New USB device found, idVendor=04a9, idProduct=3192
usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-5: Product: Canon Digital Camera
usb 1-5: Manufacturer: Canon Inc.
usb 1-5: SerialNumber: DA9C3D5C2D7F4E3EA806AA70BCDF3E28
So the kernel is at least aware of it. I tried letting thunar mount it, but it complains
thunar-volman: No property info.capabilities on device with
id /org/freedesktop/Hal/devices/usb_device_4a9_3192_DA9C3D5C2D7F4E3EA806AA70BCDF3E28.
I also tried letting dolphin automount it (yuck), but didn't get any messages about it. I checked the fdisk output and there was no ~4GB device, so I'm not sure that I can mount it manually.
Loaded modules:
asus_atk0110
ata_generic
ata_piix
atl1e
button
cdrom .....
View 13 Replies
View Related
Aug 17, 2010
It's never happened to me before, but i seem to have lost some pics when i changed batteries in my camera. is there any pos that they're still on the card and can be salvaged with some GNU/L sw?
View 1 Replies
View Related
Dec 4, 2010
I have a tv tuner card connected to a cctv camera for streaming, all works good in tvtime, cheese used to work but then I changed the resolution to a lower one and now it segfaults, purged reinstalled same issue, also I tried with mplayer, mencoder, mythtv (coludn't find any signal on the input) and camorama.
Code:
mplayer tv:// -tv driver=v4l2:input=1:channel=1:width=768:height=768:device=/dev/video0
And it displays lines through everything but I can see the messed up image, I believe this is due to the current input format being YVU420, I was able in another program to verify this by changing the input codec to yvuv i think it was, how do I change the in mplayer, mencoder, camorama has this bug too, how to change this setting ut codec in mplayer and mencoder, also canorama has this issue, but I can actually see everything, b/w and with lines through it. I am just trying to record video to AVI.
View 3 Replies
View Related
Sep 29, 2010
I have tried putting the SDHC card in before switching on laptop, after, unmounting and remounting several times... on the odd occasion (1/10?) it reads fine, but more often than not, i can see thumbnails of all the images but on opening the file it comes out wrong...either most of the image is a grey block - so can see a tiny bit of sky then its as if it hasn't rendered the whole image...or, the image is striped horizontally, with as if a film negative has been shredded and then misaligned with the colours going wrong...is there an update, something to install to fix this? ETA: - its not the card which works perfect on other laptops and its not the card reader it opens fine in windows 7 on the same computer.
View 10 Replies
View Related
Mar 12, 2010
I tried to add my wife , and when I put in a password for her, this error comes up."Please set a valid user name consisting of a lower case letter followed by lower case letters and numbers." I did all that and I still can't set a password for her.
View 3 Replies
View Related
Nov 22, 2010
what is the difference between <filename>.rpm and <filename>.src.rpm?
View 2 Replies
View Related
Oct 6, 2010
I've written a simple perl code to learn switches in perl.My code is pasted below,
#!/usr/bin/perl
$opt = 1;
switch($opt) {
[code]...
View 3 Replies
View Related
Feb 3, 2010
we found that if we use 'top' to show the memory usage of a server (SuSe Linux 10), we can get virtual memory usage as well as 'Resident memory' usage. For virtual mem or a particular process, it is around 1.1GB, which is large but for resident memory, it only consumes 300MB. Are there anyone who knows what the differences are? I would also like to know whether the difference (1.1GB - 300MB) = 800MB are actually available for use by other applications in the system.
View 1 Replies
View Related
Mar 2, 2011
i installed opensuse 11.3 on sda6 and linux mint 10 on sda8
currently the grub2 appears at start of system and there is no entry for opensuse 11.3
i didn't installed the grub bootloader at time of opensuse installation as then i would be having grub and grub2 both
please tell how to insert the entry of opensuse in grub 2 ?
i want to know which files are to be edited and what has to be inserted to accomplish this task ?
View 2 Replies
View Related
Nov 18, 2009
How can we convert a dynamic library (filename.so) to a static library (filename.a) using gnu gcc . Can we get a static library form a dynamic library . I saw a few post in which the conversion form a static library to a dynamic library is mentioned but, unfortunately, not the other way.
View 4 Replies
View Related
Jul 17, 2011
I was looking to iphone and i was surprised the quality of such tiny camera.
Is there any alternative camera for my laptop to have similar or much better then the one in iphone? So that i can use it from my laptop, but have very sharp HD quality with maximum megapixel + highest frame per second.
View 1 Replies
View Related
Jul 8, 2010
how to configure openSuSE 11.1 to automatically power off when I push the power button on the case? I have no monitor, so I need the system to power off normally when I push that button.
View 8 Replies
View Related
Jan 25, 2011
I am trying to format 4 GB sd memory using mkfs.vfat. I want to use the card both in linux and windows so I am formatting with Vfat filesystem. When I format the card from command line with "mkfs.vfat -F 32 /dev/mmcblk1" I am getting a warning message like "unable to get drive geometry, using default 255/63" but the data in the card is erased.
But when I mount the card and checks for the size using df -h its showing 1 GB instead of 4 GB. how to format the SD memory card or any other alternate way to format the card.
View 1 Replies
View Related
Jul 29, 2010
i installed SLES 11 sp1 as guest on openSUSE 11.3 host, then change the adapter network from 'NAT' to 'Bridged Adapter', but when i hit start i got this error message: Failed to open a session for the virtual machine sles. Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND). One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND). but when run: sudo /etc/init.d/vboxdrv setup
[Code]....
View 2 Replies
View Related
Jun 10, 2010
I looking for advice on what is the best way for backup on opensuse in case hard disk failure .
I have opensuse as server running samba (with some share folder) and mysql and web service. for mysql backup I run cron job using automysqlbackup script that run 3 times a day (morning , lunch , evening).
in case of hard disk failure, I wish to be put every things on new hard disk in 1or 2 hours.
do I have to use disk imaging software ?
View 3 Replies
View Related
Sep 8, 2010
It seems pam_ldap in 11.2 is not case insensitive anymore when it comes to checking usernames with uid from ldap.It is working fine on 11.1 though (both systems with latest updates up to now)(I didn't try 11.3 yet)On our ldap server (which is out of my control), the usernames are not unified, some are all in lowercase and some are capitalized, but on our Linux servers we have all usernames in lowercase.
Since our upgrade to 11.2, the users that their uid on ldap server does not match exactly to the username on Linux servers can not login anymore. Is there any option to change this behavior and force pam_ldap to be case-insensitive or convert uid/usernames to lowercase?
or all of a sudden pam_ldap decided to become case sensitive!?
View 1 Replies
View Related