RAVPN on PIX is not working

Hi,
I have PIX with OS ver 7.2 and I am trying to setup RAVPN, however it keeps failing and I get the following error on the PIX when enabling the crypto debug commands:
Apr 05 01:47:15 [IKEv1]: Group = ccie, IP = 192.1.24.114, Error: Unable to remov
e PeerTblEntry
Apr 05 01:47:20 [IKEv1]: Group = ccie, IP = 192.1.24.114, Removing peer from pee
r table failed, no match!
And the following error is from my VPN client ver 4.8.01:
The remote peer is no longer responding
01:53:32.493 04/05/08 Sev=Warning/2 IKE/0xE300009B
Fragmented msg rcvd with no associated SA (PacketReceiver:133)
Please find attached my full PIX config.
Any idea why the RAVPN is failing to establish?!!
R/ Haitham

Generally this is an account code or billing code issue. Often it is a credit limit issue.
The folks at the X1 help line should be able to fix this 877-896-8678.
jongul wrote:
The premium networks and basic networks are not working with On Demand since I've moved. I have called support twice with this issue but they say "we are passing the problem up the next level of support and I should get a call about it". This issue has been happening for a week and I am not able to access services I am paying for. What can I do? (I have already had the box reset several times)

Similar Messages

  • PIX 501 Not working, why??

    Hi,
        I have just purchased a nex Cisco pix 501 firewall and i have installed these  certificates it asks for. Now the situation is that the certificates have been installed but this stupid thing won't even goto the PDM window.it just tell me that a new window will open but nothing happens and i am just tired of this thing. I have even installed java latest version but same issue then i read on the forums to use java 1.5x version, tried that too and it won't go to the. Now can anyone tell me how can i make this thing to work and move on to the PDM window. i also used tried it on mozilla, IE, chrome but same issue.
    Please help me out here ppl. Its getting really annoying
    Regards,
    Ali

    Hi Julio,
    Thank you so much for taking the time to assist me with this issue.  I'm not sure it's an ISP issue though (at least I hope not!)  Please consider:
    - When I first attempted to implement this change, I didn't even think to install a router between the cable modem, and switch.  I figured I would simply install a switch (or hub) between the cable modem and firewall, and that I would be able to plug my IDS into that switch (or hub),  But it wouldn't work.  The PIX couldn't pull an IP.  I found out the problem was that the ISP was seeing the switch as the primary device, and grabbing it's MAC address.  The PIX was ignored, and therefore never able to connect.  I called the ISP and they confirmed this is how they control how many devices are connected,  And since I only want to pay for 1 IP address from them, that's how it is.
    - Then I decided to try the router approach.  And it seems to work.  The 1st router interface is getting the IP address from the ISP.  I have communications between the pix and router, and also between the router and internal hosts.  I don't think the ISP cares what's on the other side of the router (do they?)
    - Each time I go home to try your recommendations I unplug the PIX from the cable modem, and connect the router inline.  That's when I lose internet connectivity.  But once I revert back to that configuration, it works again.  So the internet connection works fine.  It's only when I add the router to the mix that I lose it.
    Please let me know if you think there's anything else I can try here.  I can't help thinking it is my configuration and not an ISP issue - hoping you are able to find something else I may have done incorrectly.
    Thank you!
    -Bk

  • PIX 501 config - access to internal network not working from remote VPN users - everything on the inside is OK

    One other thing - I had a problem with the key pairing so I rebuilt the rsa 1024 and the unit started working. Unfortunately I reloaded without the config in place and now I cannot get it to work again. Any help will be greatly apprecaited although I did review a dozen other posts of people having similar problems and for some reason there is never any conclusion as to the solution and I am not sure why.           
    Some other info from the client end:
    I just ran the stats on the client and packets are being encrypted BUT none are decrypted.
    Also Tunnel received 0 and sent 115119
    Encryption is 168-bit 3-DES
    Authentication is HMAC-SHA1
    also even though the allow LAN is selected in the Cisco VPN client it states the local LAN is disabled in the client stats
    also Transparent tunneling is selcted but in the stats it states it is inactive
    I am connecting with the Cisco VPN Client Ver 5.0.07.0440
    This config works. It is on the internal net 192.168..40.x and all users obtain dhcp and surf the web. It has required ports opened.The problem is that you can connect remotely via the VPN and you receive an IP address from the remote-vpn pool but you cannot see any machines on the internal network. The pix is at 40.2 and you cannot ping the pix and the pix from the remote PC connecting via the VPN and youcannot ping the remote PC from the PIX console when the remote is connected and receives the first IP address in the VPN pool of 192.168.40.25
    I need to  see the internal network and map network drives. I have another friend that is running the same config and it works but his computer is on a linksys wireless and has an IP of 192.168.1.x and the IP he receives from the VPN pool is 192.168.1.25 so I do not know if the same network is allowing this config to work even if there is an error in the config. In my present case I obtain the ip of 192.168.40.25 from the VPN pool and my connecting pc on 192.168.1.x    I really am not sure how the VPN virtual adapter works. I am assuming it routes all traffic from your connecting PC to and from the virtual adapater but I really do not know for sure.
    Other people have had similar issues with accessing the internal network from the VPN. One solution was the split-tunnel, another was the natting and another had to do with the encrption where there and an issue with the encrypt and ecrypt which was stopping the communicaton via the VPN.
    I still cannot seem to find the issue with this config and any help will be greatly appreciated.
    This is the config
    interface ethernet0 100full
    interface ethernet1 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password somepassword
    hostname hostname
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    object-group network internal_trusted_net
      network-object 192.168.40.0 255.255.255.0
    object-group icmp-type icmp_outside
      icmp-object echo-reply
      icmp-object unreachable
      icmp-object time-exceeded
      icmp-object source-quench
    access-list OutToIn permit icmp any xxx.xxx.xxx.0 255.255.255.248 object-group icmp_outside
    access-list no_nat_inside permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list split_tunnel permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list OutToIn permit ip any any
    access-list outbound permit ip any any
    (NOTE: I had many more entries in the access list but removed them. Even with the above two allowing everything it does not work)
    pager lines 24
    mtu outside 1500
    mtu inside 1500
    ip address outside xxx.xxx.xxx.xxx 255.255.255.248
    ip address inside 192.168.40.2 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool vpn_client_pool 192.168.40.25-192.168.40.30
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    I had this statement missing from the previous posted config but even with the nat (inside) 0 access-list no_nat_inside  it still does not work.
    nat (inside) 0 access-list no_nat_inside
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    access-group acl_outside_in in interface outside
    access-group outbound in interface inside
    route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server RADIUS protocol radius
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.40.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community $XXXXXX$
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set 3des_strong esp-3des esp-sha-hmac
    crypto dynamic-map clientmap 50 set transform-set 3des_strong
    crypto map vpn 50 ipsec-isakmp dynamic clientmap
    crypto map vpn client configuration address initiate
    crypto map vpn client configuration address respond
    crypto map vpn client authentication LOCAL
    crypto map vpn interface outside
    isakmp enable outside
    isakmp identity address
    isakmp client configuration address-pool local vpn_client_pool outside
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    vpngroup remote-vpn split-tunnel split_tunnel
    vpngroup remote-vpn idle-time 10800
    vpngroup remote-vpn password ANOTHER PASSWORD
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 outside
    ssh 192.168.40.0 255.255.255.0 inside
    ssh timeout 30
    console timeout 60
    dhcpd address 192.168.40.100-192.168.40.131 inside
    dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd enable inside
    username AUSER password PASSWORD privilege 15
    terminal width 80
    ****************** End of config
    I have been searching docs and other people's postings trying to obtain the info to make this work. It appears pretty much boiler plate but I believe my problem is in the natting. I am using a range in the internal network for the VPN pool and I have tried switching this to other networks but this has not helped. Unfortunately I have been unable to get the PDM to work and I believe this is a PC config thing and I did not want to waste the time on it. I read a post where a person using the PDM interface with the same problem (not being able to access the internal network)  was able to go to a section in the VPN wizard and set the Address Exeption Translation. They said they originally set the VPN subnet when they did not have to. Many of the other blogs I read also stated that if the natting is not proper  for the VPN pool- that it will not work but I am confused by the examples. They show as I do the complete range for an access-list called no_nat_inside but I believe it should only have the VPN pool IP range and not the entire network since the others do require natting - not sure if my thought process is correct here. Any help will be greatly apprecaited. Also this morning I just tried a boiler plate example from CISCO and it also did not do what I need for it to do. And I also connect a PC to obtain an IP to see if I can see it - no good. The PC can ping the PIX and viceversa but no one can ping the remote PC that connects via the CISCO Remote VPN client even though it receive an address from the vpnpool. Also include LAN is checked off on the client. This was mentioned in anther post.
    Thank you once again.

    Hi,
    PIX501 is a very very old Cisco firewall that has not been sold for a long time to my understanding. It also doesnt support even close to new software levels.
    If you wanted to replace the PIX501 the corresponding model nowadays would be ASA5505 which is the smallest Cisco ASA firewall with 8 switch port module. There is already a new ASA5500-X Series (while ASA5505 is of the original ASA 5500 Series) but they have not yet introduced a replacing model for this model nor have they stopped selling this unit. I have a couple of them at home. Though naturally they are more expensive than your usual consumer firewalls.
    But if you wanted to replace your PIX firewall then I would probably suggest ASA5505. Naturally you could get some other models too but the cost naturally rises even more. I am not sure at what price these are sold as used.
    I used some PIX501 firewalls at the start of my career but have not used them in ages since ASA5505 is pretty much the firewall model we use when we need a firewall/vpn device for a smaller network/branch site.
    Here is a PDF of the original ASA5500 Series.
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80285492.pdf
    Here is a PDF of the new ASA5500-X Series
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/at_a_glance_c45-701635.pdf
    I am afraid that its very hard for me atleast to troubleshoot this especially since I have not seen any outputs yet. Also the very old CLI and lack of GUI (?) make it harder to see what the problem is.
    Could you provide the requested outputs?
    From the PIX after connection test
    show crypto ipsec sa
    Screen captures of the VPN Client routing and statistics sections.
    - Jouni

  • SSH to PIX works but HTTP does not work

    Hi
    I can SSH to pix but not HTTP to pix although http is enabled.I am using ACS/RSA for user authentication.I see SSH is allowed in ACS but I do not know How to configure ACS so that I can HTTP to pIX ?I am trying to connect to pIX with Cisco Network Assistant ,it will connect but asks for username and password and when I put in username and password it comes back asking the same

    The WebUI can not use RSA for authentication. As a test try setting it to local.

  • HTML5 does not work in Android 5 and Ubuntu

    Hi! Today my tablet Google Nexus 7 updated to Android 5, and I noticed a problem with Firefox. I noticed that does not work HTML5 mp3 player / It can be seen on the website http://audiobook-online.com/?page_id=2971. Instead of playing a song, it is suggested to download the file. This same problem in Ubuntu system on a netbook Emachine M350. In Google Chrome everything is fine. This can be seen in the screenshots.
    http://pixs.ru/showimage/Screenshot_6315323_14799085.png
    http://pixs.ru/showimage/Screenshot_2281471_14799099.png

    Yes this is a known issue. You will need to use Firefox Beta until Dec 1 or so to get h264 video playback. There are two other codecs webm and ogg video that continue to function. So sites that support multiple formats should continue to work.

  • Animated gif do not work properly on N85

    I bought recently an N85 and downloaded some animated gif pictures and they do not run fluently as they should. The SAME gifs work great on both the E51 and 5700. What is the problem with the new photo viewer in N85?
    Another issue I have with the photo viewer is that I transfered 50 photos to the memory (Sandisk micro SDHC Ultra 8gb class 6) and when I browse the photos its very slow and some pictures are pixely for a long time when viewing them.

    So, it is a general problem in iOS 8.x.x
    Awesome....
    So I got a ridiculous slow ipad 3 with lots of glitches and not working multigestures.
    Is this the the uncomparable user experience which Tim Cook is talking about?

  • VRF not work

    Hello!
    We have cat3550 12.1(19)EA1a and we want to setup VRF in next scheme:
    cat3550------(inside)PIX(dmz)----r2600
    ------------tunnel1-------
    r2600 is a exit point of all tunnels and is a point of connection VRF and global routing.
    There are two subnets,which we want to connect each other and connect these subnets to the rest net.
    we are using two tunnels to 2600 router and VRF
    that are a VRF and EIGRP parts from our config:
    ip vrf MMM
    rd 1016:247
    interface Tunnel1
    ip vrf forwarding MMM
    ip unnumbered Vlan247
    tunnel source Loopback0
    tunnel destination 192.168.240.254
    interface Vlan247
    ip vrf forwarding MMM
    ip address 192.168.247.46 255.255.255.240
    no ip redirects
    router eigrp 1016
    network 192.168.0.37 0.0.0.0
    network 192.168.37.0 0.0.0.255
    network 192.168.40.128 0.0.0.15
    network 192.168.252.32 0.0.0.3
    network 192.168.252.36 0.0.0.3
    no auto-summary
    eigrp router-id 192.168.0.37
    no eigrp log-neighbor-changes
    ip route 0.0.0.0 0.0.0.0 192.168.252.33
    ip route 0.0.0.0 0.0.0.0 192.168.252.37 2
    ip route vrf MMM 0.0.0.0 0.0.0.0 Tunnel1
    ip route vrf MMM 192.168.247.48 255.255.255.248 Tunnel1
    where 192.168.247.48 255.255.255.248 - another subnet in VRF
    All nodes from cat3550 in vlan247 must go to inside nodes using VRF and tunnel, all others using usual routing (EIGRP).
    So,we want to access mail server 192.168.7.33, which is located in inside net (not VRF), but not successfull.
    As I see all packets from node in VLAN247 are go straight on to server (not via tunnel),and back packets go via PIX (because there are no subnets 192.168.247.48 255.255.255.248 and 192.168.247.32 255.255.255.240 in EIGRP routing, and PIX is a default routing point)
    and I see PIX log message like this:
    Deny tcp src inside:192.168.7.33/110 dst dmz:192.168.247.35/49384 by access-group "acl_inside"
    (permit clause is from DMZ to INSIDE zone, not vice versa)
    However when i do
    telnet 192.168.7.33 110 /vrf MMM
    from cat3550
    it works fine!
    and I see that packets go correctly via tunnel and then via PIX to server.
    Accessing between subnets 192.168.247.48 255.255.255.248 and 192.168.247.32 255.255.255.240 is fine too! (why???)
    I tried set
    ip route vrf MMM 192.168.7.33 255.255.255.255 Tunnel1
    but no effect.
    What I do wrong? Why does it not work?
    I hope I explain clearly.
    Thanks!

    I found that VRF work correctly when and only when destination host not in global routing (EIGRP in my case). But this happen with ip of nodes within VLAN, ip address of VLAN on cisco is access correctly anytime.
    Why? Does anybody knows it?
    help me,please!

  • Preview not working in 10.6

    Preview not working in 10.6. Not able to open multiple JPG files. No problem in 10.5.7.
    Any solution?

    I've been following this thread and several others about this same issue with interest. Today I went to Astronomy Picture of the Day to take a look at the pix for August and downloaded eight of them. Whether it matters or not, I made a folder on my Desktop, then dragged the full picture from its "picture only" page into the folder. After I finished I opened the folder, did Command-A and double clicked the group. All eight opened in Preview and I used the down arrow to move from one to the next.
    I did an upgrade install of Snow Leopard on a VERY clean install of Leopard (pretty much no third party anything had been added, certainly no haxies, Contextual Menu items, Input Managers, menu bar extras, and only a limited number of third party applications).
    So unfortunately it looks like I can't investigate this issue since I can't reproduce it. Haven't seen anything in the discussions of the issue so far that lead me any theory about why some people have it and some, including me, don't.
    Francine
    Francine
    Schwieder

  • Nikon D2Xs NEF not working with Aperture

    This is so shocking. I should have researched more..... but I cannot believe that Nikon and Apple do not have it together on Aperture??
    I just switched from the Canon 1DS, which worked like a charm with Aperture, to the Nikon D2Xs and Apertrue will not support NEF files from the camera. Frankly. I am pretty stunned. What's the deal? I find a lot of chatter in the forums about other Nikon model NEFs that are not working.
    Since there are only 2 serious top of the line pro-digital SLR manufacturers out there, I would have thought that they would both be supported fully.
    Nikon Tech support said that their plug-in developer kit has been available for a long time, it is up to Apple to take advantage of it.
    Am I out of line here - ranting on..
    Does anyone know of a solution to this issue, other than dumping Aperture and moving to Nikon's Capture NX (when they get to finally release it) and Photoshop?
    Many thanks for you help in advance,
    NIck

    So you switched from Canon to Nikon. I decided to do
    the switch vice versa. What were your reasons to pick
    Nikon?
    The EOS and the D2x are both very excellent cameras. Some things I find better with the D2x:
    Image quality.
    First off, as far as I know prints from Canon's best and Nikon's best are similarly excellent. In spite of the EOS's ~50% higher cost and additional pixels it does not provide significantly better prints. Nikon worked some pretty good engineering to achieve that.
    Price.
    Most photography involves price tradeoffs with faster/better lenses, etc. costing more. In the case of the D2x the arguably equal and in some ways better camera actually costs $thousands less.
    Speed.
    The D2x shoots RAW at 5 to 8 fps versus the EOS 4 fps. When you are trying to capture the "perfect" instant of a rapidly changing scene higher frame rates increase the likelihood of catching the perfect moment. Or if you are auto-bracketing, faster speed captures your bracketed images before the scene changes. The concept of shooting a burst of 5-20 frames just to catch the very best pic is new to most photogs, because with film it was impractical. With cameras like these DSLRs new photo workflows may evolve. [Edit: My workflow has evolved. I now shoot almost all dynamic shots and many group shots as a burst of 2-5 pix at 2-5 fps.]
    8 fps Crop Mode.
    The D2x will shoot 6 megapixel images taken from the center of the frame at 8 fps. So if one wants to shoot tele action shots like sports it is ideal.
    Buffer capacity.
    IMO a much bigger issue than fast frame rate is the buffer capacity at that fast frame rate. The D2x captures about twice as many pix (~22) as the EOS does before the buffer fills.
    Card capacity.
    Canon built a slower camera with 30% more pixels and that leads to less images per card, slower file transfers, etc.
    LCD size.
    The D2x LCD is more than 50% larger than the EOS. The larger LCD changes everything as far as the ergonomics of DSLR workflow are concerned. Just try a D2x side-by-side against the much smaller EOS LCD.
    Exposure Compensation (used constantly in DSLR workflows).
    +/- 5 EV for the Nikon versus +/- 3 EV for the Canon.
    Weight.
    Being a 200# male with large hands I don't worry about size and weight too much. The Canon does weigh almost a pound more. Dimensions are pretty similar, with the Nikon a few mm larger. If size/weight are issues the Nikon D70s and Canon 20D are much smaller but sacrifice pro features like good viewfinders.
    Self-timer.
    Nikon has choice of 2/5/10/20 seconds whereas Canon is only 2 or 20 seconds. I find 2 seconds is sometimes not enough to let the camera settle down on the tripod if it is extended, so typically I use 5 seconds. Using 20 seconds as a cable shutter release substitute would drive me crazy. Often this is moot because I almost always have a cable shutter release with me.
    Framing.
    Some folks prefer a DSLR to be the same lens factor as 35mm film. Other folks do not. Quality superwide lenses are achieved at a $500-$1500 cost while supertelephoto is a $5000-$15000 cost; personally I prefer the 1.5 factor since it extends the expensive telephoto range. However, 1:1 versus 1:1.5 is a matter of personal preference rather than one being "better" unless print quality were to suffer.
    The high end EOS does beat the Nikon D2x hands down in lower noise at ISOs of 800 and above. I am not familar with the high ISO performance of the D2xs, however.
    -Allen Wicks

  • Downloading "devicetool.jar" to my Mac does not work

    I just received the palm pixi plus, it is from at&t, but I need it Unblocked because I live abroad and have no data plan in the USA, so I'm following the instruction from:
    https://developer.palm.com/content/resources/develop/developing_on_an_unactivated_device.html
        Download the activation-bypass tool, which is available here, and save it in the location of your choice.
        Boot your device into recovery mode, as described above.
        Run the activation-bypass tool from the command line by issuing the following command: java -jar devicetool.jar
    When I download the devicetool.jar to my MacBook, it does not work, it download as a folder, and I cannot run the activation-bypass tool
    How can I solve this issue?
    Is it a problem of the devicetool.jar for the Mac?
    Post relates to: HP Veer p160una (AT&T)

    cburgazzi wrote:
    Hi, thanks for your answer. YES I do have JAVA SE6 in my MacBook, and once I download the devicetool.jar it opens with a Jar Launcher (13.6.0) and the StuffIt Expander, but opens as a Folder (with 3 folders inside: com, org, META-INF) and I cannot execute the devicetool.jar
    Sounds like StuffIt Exander is opening the file. I don't own a Mac, so I don't know how to do this, but can you force the file to open with another application (maybe control clicking on it and selecting Open With) Then choose the Jar Launcher?

  • Random thumbnail problem +quick fixes not working on others.

    I have system 10.6.8,Iphoto '11 9.2.3(IMAC).Some thumbnails in "photos"(under library on left of screen)are blank but when double click them they open,briefly show ! and then open and edit ok.Shot pictures the other day in JPEG+RAW and random JPEGS will not edit with quick fixes(crop etc)and some will.All RAW seem to work ok.Pix downloaded from 3 camera cards.I rebuilt Iphoto library checking the first 3 boxes.Also some photos (JPEGS)from various dates display the ! when double clicked.Any help would be much appreciated.

    Addendum-All raw do not work ok.Some will not let me edit major fixes such as cropping and go out of focus when edit is selected and remain there until double click them out of edit.

  • Intel Ultimate-N 6300 does not work with W520?

    I ordered my new W520 to replace my existing laptop, since my current laptop already had an INtel Ultimate-N 6300 wireless card I just ordered the W520 with the base wifi card with the intent of swapping the cards once the new laptop arrived.   So, it arrived and I did the swap and was not even able to get past post.  I get the dreaded message below.
    I was left with no choice but to pull out the card and put the original one back in.  What is really confusing to me is that I was under the impression that the Ultimate-N 6300 was one of the supported cards.  It makes no sense to me that it does not work.  Is there something else I need to do?  At this point I am just wishing that I had ordered the laptop with the Ultimate-N already installed.  Sigh.......
    1802: Unauthorized network card is plugged in - Power off and remove the miniPCI network card.

    You will have the same problem with that card from NewEgg   If it hasn't been sprinkled with Lenovo pixie dust, it won't pass the white-list.
    From the maintenance manual, it looks like the FRU # for that card w/Lenovo branding is 60Y3233.  The Google says that it's as much as $150 or so from Lenovo, down to $35 on eBay - and everywhere in between for refurbs.
    Just make sure it's a 60Y3233, not the generic 6300.
    [edit] Forgot the link to the HMM: Hardware Maintenance Manual
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

Maybe you are looking for

  • Adobe Flash Security Update Question Version 9 and 10

    How are you? So I was checking out a security website at the Washington Post when I came upon this article http://voices.washingtonpost.com/securityfix/2009/02/adobeissues_security_updatef.html#comments In the article it detailed that Adobe issued a

  • Why do I have to open my docs on my ipad before I can download them on my macbook pro

    Hi all I have just started using iCloud. What I wanted to do is upload some docs and access them on my MacBook Pro later. I did this only to find that I couldent download the docs. Also the docs had a picture of the pages icon on the front. However I

  • Ovi error: A critical internal service has failed?

    For the past few days I have tried installing some applications from the Ovi store but I always get the same error message (in Norwegian): "En kritisk intern tjeneste har mislyktes" (A critical internal service has failed). Why is this happening and

  • How do I get the CS6 versions now?

    Hello, I am a happy Creative Cloud subscriber and have been since Day 1. That said, I was recently excited to see CC versions released, so I installed them all and removed the CS6 versions. Mistake. Currently, this is not Adobe's fault, but on Premie

  • Apps shuts down after 8.3 update.

    Apps shuts down after 8.3 update.