Too many problems with a tv card (philips saa7134)

Hi, I have a tv card (with fm radio receptor). This Tv Card has no brand (selled by Dekermann) but after much work and search in the web can see video with this settings:
saa7134 card=42 tuner=43
saa7130/34: v4l2 driver version 0.2.16 loaded
saa7134 0000:03:06.0: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
saa7130[0]: found at 0000:03:06.0, rev: 1, irq: 16, latency: 15, mmio: 0xfddff000
saa7134 0000:03:06.0: setting latency timer to 64
saa7130[0]: subsystem: 1131:0000, board: Sabrent SBT-TVFM (saa7130) [card=42,insmod option]
saa7130[0]: board init: gpio is 804000
saa7130[0]: Huh, no eeprom present (err=-5)?
tuner 2-0060: chip found @ 0xc0 (saa7130[0])
saa7130[0]: registered device video0 [v4l2]
saa7130[0]: registered device vbi0
saa7130[0]: registered device radio0
But I don't have sound and don't know how (after searching) to make the sound works. The only thing I know is the existence of a module called saa7134_alsa but I don't know how make it works.
arecord -l show this:
$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: ICH [Intel ICH], device 0: Intel ICH [Intel ICH]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH [Intel ICH], device 1: Intel ICH - MIC ADC [Intel ICH - MIC ADC]
Subdevices: 1/1
Subdevice #0: subdevice #0
When I saw in /dev/ the existence of /dev/radio, I wanted to make work the radio with gnomeradio but this don't work and LIRC also didn't. And this program don't send any error message.
For LIRC I have loaded lirc_dev lirc_i2c modules, based in the LIRC web information. http://www.lirc.org/html/table.html#@hw-tv-card
Thank You
Last edited by ffuentes (2011-03-14 17:22:34)

I can't make that lirc and my remote control can communicate.
dmesg | grep lirc
lirc_dev: IR Remote Control driver registered, major 61
lirc_i2c: module is from the staging directory, the quality is unknown, you have been warned.
$ cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0003 Vendor=093a Product=2472 Version=0100
N: Name="pac207"
P: Phys=usb-0000:00:0b.0-7/input0
S: Sysfs=/devices/pci0000:00/0000:00:0b.0/usb2/2-7/input/input2
U: Uniq=
H: Handlers=kbd event2
B: EV=3
B: KEY=100000 0 0 0 0 0 0
I: Bus=0003 Vendor=0458 Product=003a Version=0110
N: Name="Genius Optical Mouse"
P: Phys=usb-0000:00:0b.0-3/input0
S: Sysfs=/devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0/input/input3
U: Uniq=
H: Handlers=mouse0 event3
B: EV=17
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: MSC=10
I: Bus=0003 Vendor=045e Product=00dd Version=0111
N: Name="Microsoft Comfort Curve Keyboard 2000"
P: Phys=usb-0000:00:0b.0-4/input0
S: Sysfs=/devices/pci0000:00/0000:00:0b.0/usb2/2-4/2-4:1.0/input/input4
U: Uniq=
H: Handlers=sysrq kbd event4
B: EV=120013
B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
B: MSC=10
B: LED=107
I: Bus=0003 Vendor=045e Product=00dd Version=0111
N: Name="Microsoft Comfort Curve Keyboard 2000"
P: Phys=usb-0000:00:0b.0-4/input1
S: Sysfs=/devices/pci0000:00/0000:00:0b.0/usb2/2-4/2-4:1.1/input/input5
U: Uniq=
H: Handlers=sysrq kbd event5
B: EV=10001f
B: KEY=837fff 2c3027 bf004444 0 0 1 10f84 8b27c007 ffff7bfa d9415fff febeffdf ffefffff ffffffff fffffffe
B: REL=40
B: ABS=1 0
B: MSC=10
Following http://www.lirc.org/html/table.html#@hw-tv-card I have loaded lirc_dev and lirc_i2c modules but when I try to get signal of the remote with "sudo mode2 -d /dev/lircd" or "irw" not work with any house controller .
Last edited by ffuentes (2011-03-14 21:11:20)

Similar Messages

  • I have too many problems with UserKeyMD Object

    Hi everybody!!!......
    I've too many problems with UserKeyMD object, this don't work, I have a Application which create the DataBase structure, but when try it for create the user key on "x" field in "ABC" table (x field is present on table, is db_Alpha with 8 chars, subtype is st_None) is raised the problem.
    I try to create this way the key (VB example):
    Dim oUserKeysMD As SAPbobsCOM.UserKeysMD
    Set oUserKeysMD = oCompany.GetBusinessObject(oUserKeys)
    oUserKeysMD.TableName = sTableName
    oUserKeysMD.KeyName = sKeyName
    oUserKeysMD.Unique = BoYesNoEnum.tYES
    oUserKeysMD.Elements.ColumnAlias = sFieldName
    oUserKeysMD.Add '<- here problem is raised
    System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserKeysMD)
    I'm work in Delphi .Net and translate the source code of my function to VB.
    P.D.:this source code at least work 2 times, but does not use it until today, I do not know because no longer it works now but. 
    excuse my ingles is very bad
    thanks
    regards
    Francisco Troncoso
    Chile.
    Message was edited by: Francisco Troncoso

    Hi, I using this names for my tables, fields and keys.
    the table name is:
    AOTI
    the fields names are:
    codigo alpha editsize 8
    decrip alpha editsize 40
    tipo   alpha editsize 1 - valid values W, C - Default Value C
    grupo1 alpha editsize 1 - valid values Y, N - Default Value N
    grupo2 alpha editsize 1 - valid values Y, N - Default Value N
    grupo3 alpha editsize 1 - valid values Y, N - Default Value N
    grupo4 alpha editsize 1 - valid values Y, N - Default Value N
    grupo5 alpha editsize 1 - valid values Y, N - Default Value N
    grupo6 alpha editsize 1 - valid values Y, N - Default Value N
    grupo7 alpha editsize 1 - valid values Y, N - Default Value N
    grupo8 alpha editsize 1 - valid values Y, N - Default Value N
    all fields have subtype none and the key name is :
    AOPK1
    ColumnAlias is codigo, when I try to create the table, fields and key with MetaDataOperatios example I have not problems but I try to create with my application I have the error.
    Regards,
    Franciso.

  • Too many problems with z1

    Well to start off I'm a loyal Sony user. And I recently purchased the z1 after falling in love with it at first sight. Before this I had the arc s which I'd bought as soon as it was released in my city and used it till I lost it a month ago.
    I'm really careful about my gadgets. I keep them safe and right, no harsh use our anything.
    So moving on, the problems I've been facing with the Z1 are :
    Phone randomly switches off or restarts on its own.
    The backlight stays on even after I've locked the phone,. I've tried checking / un-checking the optimise lighting option. Nothing helps. And the problem only gets solved after I take a pen and stab the red OFF button.
    Another really annoying problem I've been facing is that there is a delay while talking on the phone, like my voice reaches the person after a long gap of 2-3 secs. It's made talking on the phone impossible.
    I don't have too many apps on the phone, restart it every other day or when I make changes. Keep it clean and right.
    Idk what's wrong. I'm really disappointed after spending so much money.

    For the audio delay when on a call I would actually advise speaking with your network provider as it is very unlikely that your phone would be causing this.
    For the restarting issue, given what you have said I would advise running an update/repair if you have not already:
    1. Download the PC Companion software from http://www.sonymobile.com/gb/tools/pc-companion/
    and install it on your PC.
    2. Install and open PC Companion then select Support Zone.
    3. Phone Software Update.
    4. Start.
    5. Repair Phone
    6. Continue
    7. Accept data removal
    8. Next
    9. Wait for prepare
    10. Select Phone
    11. Follow the connection steps
    Don't forget to mark posts that answers the topic as Accepted Solution. 
    If you find any post helpful, press Kudos.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Too many problems with flashplayer

    I'm getting more and more frustrated with flashplayer. Ever since it it came out with the 11 versions I've had too many crash problems, graphics are jumpy and messy on fb games. I can't stand it! If I downgrade fp, then I can't play certain games as they require the most up to date player. I can't win! Whatever you guys had in the older versions needs to go back to that sort of programing. Whatever got added in simply messed up my crap. If I didn't have to rely on fp so much it would've been long gone by now. That's how angry I am at it.
    If you want to know my OS, it's Windows Vista 32 bit. Browser used is Firefox.
    P.S. And I did try all the method suggestions through support to see if things would run fine. It's not FF, I know that. I never had any problems with Flash until version 11's came out.
    Message was edited by: Catchvee

    <i>Also I don't really think that I have to manually update these device, as the updates are running automatically on my laptop... Thanks </i>
    Correct!! You're on Windows 7 so if that's an OEM machine (brand name like HP, Acer, etc) then your drivers should already be updated. Also, Windows Updates handles all of the drivers in their Optional Updates (afaik).
    How is Flash doing? Is it still misbehaving or was it fixed after disabling hardware acceleration?

  • Too many problems with Flashplayer / shockwave

    Hi
    I have been using FF for years. However especially from this latest version, I have so many bugs with flashplayer / shockwave that I am thinking about moving to chrome........ (I don't want to....!)
    All the time, all the day, when I am using weesoo (videoconf), or youtube, or facebook ar anything other site using flash, FF is blocking and I get (from time to time) an error message about flash.
    It is a disaster for me. During all the day now, I have to clear the history, run Ccleaner, reboot my computer, trying to fix that problem. I don't have it with Chrome, but I don't want to move to chrome !!!!!
    I am a saleswoman, then I am working a lot through videoconf, with several windows and the mails, all open in the same time
    My laptop is really clean and uptodate, this does not come from me. I even re-install FF recently.
    My plugins of course are updated.
    Please find below an example of an error :
    https://crash-stats.mozilla.com/report/index/4180546d-e1f1-4cc6-a4f3-bd9552140508
    I cannot go on like that. Please help ! I hope you've understood me, I am French... I tried my best to explain in English.
    Thank you for your help...
    Kind regards
    jappeloup

    <i>Also I don't really think that I have to manually update these device, as the updates are running automatically on my laptop... Thanks </i>
    Correct!! You're on Windows 7 so if that's an OEM machine (brand name like HP, Acer, etc) then your drivers should already be updated. Also, Windows Updates handles all of the drivers in their Optional Updates (afaik).
    How is Flash doing? Is it still misbehaving or was it fixed after disabling hardware acceleration?

  • Too many problems with my Lumia 800

    Yesterday I bought a Lumia 800 and my experience with it has been very poor since then.
    In the morning the windows marketplace was unable to connect to windows live ID. I was unable to download apps. and use other Bing services. So, I did a reset as it was written in some posts, after reset everything was working fine. Then, Nokia hub was not appearing in marketplace. I tried to update the Nokia Maps but it says that it is not available for my Lumia 800. App. Highlights is also not working and Bing vision failed to scan barcodes that it scanned before the problems.
    I was a long time Symbian user and now I'm regretting my decision to buy a Nokia Windows Phone. I never faced any problem with my Symbian handsets but spending 24k on a phone that's giving me issues from the very first day is making me cry! This was the first time I crossed the Inr.18k Price point.

    just take it to your nearest service centre, they will help you out!

  • Too many problems with Safari

    I've been having problem with Safari these past few days.
    (1) First, if I click in a pdf file it doesn't download it and open it as it used to.
    (2) Then, I can no longer watch videos in YouTube and other sites. I got a message to upgrade my flash and did so (having first to stop the dashboard client), but I still get the same message that I need flash and a link to download it (no flash problems if I use FireFox but I much prefer Safari).
    (3) The RSS feed icon on the address bar is gone and I can't find a way to restore it.
    Any ideas on how to fix these problems? Or should I just reinstall Safari? I don't even know if it is possible or how to do it.
    Thanks

    Sorry about being vague. I forgot to mention my OS version, etc. I'm running Leopard 10.5.7, Safari 4.0.2 (ver 5530.19).
    The RSS feed icon just reappear with a restart of the OS.
    My other issues are still there; still requiring that I install Flash (btw, I don't know the version of Flash Player that I installed but it must be 10 since I first got it as a push down update (which I thought it was weird since I had had 10 for quite a while) and the last time I went directly to adobe to download it). As I mentioned I can't watch youtube. I get the following message: "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player." When I try to watch the Daily Show I just see a black scree with a link to Adobe Flash Player on it.
    As to reading pdf files, I used to click in a pdf and it was open not in the browser but separately by Adobe Reader and this was automatic. Now I just click on a pdf document and it opens in a separate tab but hangs there without displaying or opening Adobe Reader. All I get is a little square blue box with a question mark at the upper left corner of my screen.
    No, I did not install any software for quite a while, not even a widget. Mind you, I was watching the Daily Show online just this past weekend.

  • Too many problems with Firefox... my company asking to convert to Chrome! What's happening here folks?

    Firefox for OS X is rapidly losing favor within my company - the FF browser is getting too unreliable (freezes & crashes), non-intuitive/complicated for configuration, and loses configurations/settings with its MANY updates.
    People are liking Chrome & Safari more and more - but I LOVE FF because its 100% CSS compliant.
    What's happening to my favorite browser??

    Hi, what problems exactly are you having that you're looking for help for?
    People in an enterprise situation might consider using [http://www.mozilla.org/en-US/firefox/organizations/ Firefox ESR], which updates much less frequently as regular Firefox and as such is supported for much longer periods of time.

  • Too many problem with Lion

    So many things are not working properly in os10.7.2:
    1. File manager - I need to force quit and restart it to work about 2 times daily.
    2. Printing on HP network FAX and printer - my imac doesn't find it but PC under VMWare does in same machine on same network. For example the symple proces of printing from my mc is makeing pdf, open vmware and pc, open pdf SW in pc and print
    3. Start application by 2X clicking a file name will not start 70% of the time
    4. Software update 60% of apps needed update after installing lion will download and start running the update but fail to actualy do the update
    5. Hitting an app icon in the dock will no longer take me back to an open app.
    6. Uploading pictures to Facebook will work from apperture but will not let me select them from facebook (I have to open the pc under vmware and there I can do it frolm IE
    7. Computer seems slower and stickie than in Snow leopard - mostly when working in Apperture
    8. programs used to expand music .flac file are doing it partially - need to use PC under vmware to open my downloaded music
    this are just few things that came to mind. It makes no sense to use mac any longer
    An help to olve each and all issues will be appreciated.

    Exactly the same infuriating problem we and many others get with OS X from 10.6 on when Apple dropped Apple Talk.
    Having spent days fighting to get drivers that will run our older laser printers like HP5000, 5100, 2100, 2200 and 4MV, we came up with a simple solution:
    We use an iMac running 10.5.8 as a print server. All the 10.6 upwards Macs on the same network will see and add the printers immediately through the shared older (Apple Talk) iMac.
    Cheapest and simplest option really .... it'sannoying that a brand new Mac can no longer see existing network printers without complex investigation and trying various downloads.
    Answer is simple and cheap if you happen to own a 4 or 5 year old Mac with an OS lower than 10.6 which still has Apple Talk.

  • I am using firefox 4. In the privacy tab i have slected clear all private data when i close firefox. Unfortunately firefox not doing what i asked it to do. In addition too many problems with extensions like Kasperesky Virtual keyboard, JAVA, etc.

    OS: Windows Vista

    Are you opening tab with those pages via session restore?
    Tools > Options > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"
    You may want to revert the change that has been made to the default value (0) of the pref browser.sessionstore.privacy_level and set the value to 1 that is used in Firefox 3 or disable saving such data with a value of 2.
    See:
    *http://kb.mozillazine.org/browser.sessionstore.privacy_level

  • Too many problems with my HP envy M6

    I am very disappointed with HP. Their customer service was poor when I tried calling them and the guy really didn't know what he was talking about or could speak english all that well, he just repeated company lines instead of actual customer service skills.  
    From the moment I got my HP envy it didn't impress me with the speed, it was kind of slow. I thought the cool sense was good, kept it cool for a while. Eventually the laptop overheated all the time and would shut off after not that long of use.  The thing would always get real hot. The screen was poor and the thing was put together terribly. Fell apart and broke on me after only a year of use. I am done with HP, probably going to buy a Toshiba laptop which I heard is superior. 

    Toshiba use terrible drives.
    Probably better with acer or dell if build quality is a concern

  • I'm having too many problems with Firefox 4, where do I find download for the previous verison 3.6.10?

    No script disappears, there is no refresh button on the browser. I want to go back to the previous version. No more "betas" for me, from now on I'll wait and let someone else work out the bugs for you.
    Get me back to the last version of 3.

    http://www.mozilla.com/en-US/firefox/all-older.html

  • Too many problems with IOS 4 and 2nd gen touch

    Ok, to be honest, I was happy for the update to IOS 4 but now, not so much. My battery life has been running down faster than it usually does, my clock jumps ahead in time no matter what I do, I lost tons of pics because of them being taken off and back on, and my update took forever to do. Any help on any of these things would be appreciated. Thanks

    http://www.mozilla.com/en-US/firefox/all-older.html

  • Too many problems-what's wrong with my machine or OS?

    Lately I have had many problems with my computer and am not sure what is the cause. The list is
    - apps crash (primarily pro apps - Final Cut Pro Studio apps)
    - grey crash screen frequently
    - black lines across the screen (video card issue?)
    - sometimes broken looking icons (video card issue?)
    - weird color problems with display (Great condition apple 23" Cinema display)
    - odd asian characters mixed iwth english characters in the restart dialogue box
    - screen will sometimes go black
    - Motion 2.1 makes entire machine slow down (such as moving over dock icons)
    - apps hang for a long time
    - G5 fans spin more
    Incidentally, S.M.A.R.T status is verified on both internal drives, ran disk utility and fixed permissions yielded no problems found, I installed a new Tiger OS (archive and install, saving users and network prefs) and still had the problems, and ran Disk Warrior and still have the problems.
    Any suggestions folks? At my witts end. I want to say the video card could be at fault but how do you know if a video card has problems? is there a card utility like DISK UTILITY?
    My config:
    G5 Dual 2 GHZ/ 4 GB RAM/ two 250 GB SATAs/ Apple 23" Cinema display (last model, not aluminum)/ Apple 17" LCD Studio Display/ WACOM Intuos2/ Blackmagic Decklink Extreme Card/ ATI Radeon 9600 XT (in AGP slot)/ ATI Radeon 9200 (in PCI slot)

    Hi, T. C.
    If you are seeing the following message
    that indicates a kernel panic.
    If so, see my "Resolving Kernel Panics" FAQ. This FAQ includes step-by-step instructions for identifying and resolving some of the most common causes of kernel panics. The FAQ is a roadmap: start at the beginning and work systematically through the end, i.e. the "If all else fails..." section.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Problems with Fujifilm XD cards

    Hi everyone!
    I recently moved to my first Mac, and have been slowly introducing various peripherals, including my much-loved Fujifilm F30 camera.
    While I haven't had many problems with the changeover, the F30 is proving a major stumbling point. Could anyone help me figure out how to negotiate this? I'd be really grateful for any help!
    In short, when I use my MBP to delete photos from my XD card, it deletes the files happily. However, when I then insert the same XD card into my camera, it tells me that the card is full, and I cannot take any more photos.
    Basically, I think I have compatability issues with the XD card and the MPB.
    Longer version:
    1) If I connect the F30 camera directly to my MBP, using the provided cable, the computer doesn't recognise it at all. It's not simply a case of not being able to read the files, or copy them across - it doesn't recognised that there is any camera attached. As it happens, my brother has the same camera, so I tried borrowing his cable (in case mine had become faulty). Same problem.
    I checked the Fuji website, and I shouldn't need any drivers (I'm using OSX, 10.5.6).
    I have never had any trouble with either cable or camera with previous laptop, and it still transfers happily to PCs. In other words, I don't think the camera is faulty. It seemed like some kind of compatability issue, but it was a real mystery.
    2) I bought a USB card reader, to see if this would help. This is the beastie I chose:
    http://www.amazon.co.uk/Fujifilm-USB-XD-Card-Reader/dp/B00172017W/ref=cmcr_pr_product_tophttp://www.amazon.co.uk/Fujifilm-USB-XD-Card-Reader/dp/B0017201 7W/ref=cm_cr_pr_producttop
    At first: triumph! MPB immediately detected the USB, and I could transfer the photos on my XD card easily to my hard-drive. No problem opening or manipulating the files, either - I've been playing with them on Picasa, and all is well with the .jpgs - no corruptions that I can see.
    However, when I try to delete the photos from my XD card, something goes awry.
    I had transferred the .jpgs in question to my hard-drive, then returned to the USB to delete the original files. This seemed straighforward, and was easily done (with the files moved to trash). But - here's the weirdness - when I insert the XD card to my camera:
    a) the files are gone (hurray!)
    b) there is no free space.
    In other words, having deleted all the files on my 512MB XD card, the camera told me that my XD card was full.
    I used the camera's own buttons to review the XD card - i.e. inserted the XD card into the F30, and pressed 'play' to open up the memory. There was nothing there. The camera could not show me any photographs.
    So I now have the very strange situation of:
    - having no photographs on the XD memory
    - being told that the card is full, and I cannot take any more photos.
    Help?!
    Some more info:
    As it happens, I have a second XD card, a 1GB XD. I tried an experiment. I noted how many photographs were left on the card: 63 shots.
    I inserted the card into my USB card reader, deleted c.20 photographs already backed up elsewhere, and reinserted the XD card into my camera.
    There were still only 63 shots left.
    I used the camera's own interface to delete a shot. Remaining space: 64 shots.
    In other words, only those files deleted by my Mac are affected.
    Why not just use the camera to delete files, then? Well, in the short-term, it doesn't help my poor, borked 512MB XD card. I have no files to delete, and so I can't convince my camera that there is, in fact, room. Any files I deleted seems to be dead space now, with no clear way to retrieve it.
    In the long-term, though, this is troubling. Yes, I could buy more XD cards (which aren't cheap, but let's just go with this). I could decide that the 512 MB card is now dead, and the 1GB card somewhat damaged. I could restrict myself to only delete photos on the F30 itself.
    However, this is a major disappointment, and very frustrating. I take hundreds of photos, and to go through them one by one, pressing 'delete, ok' for each of them in turn would be hugely time intensive (and draining on battery power, while travelling).
    I would dearly love to find a way to do negotiate this - any ideas? It feels like this is a formatting issue, but I don't know for sure. Has anyone else used an F30 with their Mac? Any solutions?

    Short answer: Empty the trash with the card reader connected to your Mac.
    Longer answer: Deleting files is a two-step process - move the file(s) to the trash, then Empty the trash (Finder > File menu) to free up the space. The 'deleted' files are stored in an invisible folder (called .Trashes) at the root level of the drive/card the files were deleted from. Since the folder is invisible and the pics in it are not in the 'normal' file structure the camera expects, the camera does not see them. If you eject/unmount the drive, those files are not deleted. You must empty the trash with the drive/card connected. One thing you may note - if you have an empty trash can icon in the dock (i.e., you've emptied the trash without the card reader connected), then you connect the card reader with your 'borked' card, the trash can icon will change to a full trash can.
    As a side note, I have a couple of Olympus cameras that use xD cards, I have some Olympus-branded and some Fuji-branded cards, up to 2 GB - all the cards work just fine with my MBP; I rarely connect the camera itself (can't even remember the last time) but I have used USB readers and now an ExpressCard reader.

Maybe you are looking for

  • Jabber for Windows LDAP problems

    I have been modifying the jabber-config.xml file to get the results I need without a lot of success. Our Business phone number is derived from the ipPhone field We have many disabled users that continue to show up in searches Even though I have confi

  • My iphone 3gs stopped working and i tried to  restore it on itunes but it said a file was corrupt any suggestions?

    my iphone 3gs stopped working and i tried to  restore it on itunes but it said a file was corrupt any suggestions?

  • Error building kdebase4-svn from AUR

    Anytime I try to build kdebase4-svn from AUR, I get the following error: [ 88%] Building CXX object kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o In Datei, eingefügt von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-sv

  • Help with platform game

    I can't solve this for days already... When the hero object dies, the floorObject do not remove completely, such that one of them remains. And the hero object disappears. Thanks for all the help. package           import flash.display.MovieClip;     

  • PictureBox Picture from Web (Internet) Image

    Thank you for your help in advance.  I have been attempting to display a web image in a SAP UDO form using the following in C# but have not been successful: I use this code section to initiate the picture item and bind them: SAPbouiCOM.PictureBox oPi