Snow Leopard as PXE server doesn't work anymore with Debian Lenny

Hello
I was using a box with Mac OS X 10.6.2 as a PXE boot server, providing a Debian Etch installer as boot image.
I wanted to upgrade to the Debian Lenny PXE image, but it doesn't work anymore.
I m not sure how I can debug that. I m a sure of one thing, switching for the Debian Etch image to the Debian Lenny one triggers those kernel log messages during the PXE boot, and the host who tried to boot hanged ( a Virtualbox VM).
+Feb 23 20:34:33 macbookpro kernel[0]: indelayed_cksumoffset: ip_len 50688 (198) doesn't match actual length 212+
+Feb 23 20:34:58: --- last message repeated 6 times ---+
Here is my /etc/bootpd.plist file :
+<?xml version="1.0" encoding="UTF-8"?>+
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">+
+<plist version="1.0">+
<dict>
<key>dhcp_enabled</key>
<true/>
<key>bootp_enabled</key>
<true/>
<key>netboot_enable</key>
<false/>
<key>Subnets</key>
<array>
<dict>
<key>name</key>
+<string>My subnet</string>+
<key>net_mask</key>
<string>255.255.255.0</string>
<key>net_address</key>
<string>192.168.0.0</string>
<key>net_range</key>
<array>
<string>192.168.0.3</string>
<string>192.168.0.6</string>
</array>
<key>allocate</key>
<true/>
<key>dhcpoption128</key>
<string>192.168.0.10</string>
<key>dhcpoption66</key>
<string>192.168.0.10</string>
<key>dhcpoption67</key>
<string>/etch/pxelinux.0</string>
</dict>
</array>
</dict>
</plist>
My /private/tftpboot/ tree is created from the http://http.us.debian.org/debian/dists/etch/main/installer-i386/current/images/n etboot/netboot.tar.gz archive. I used http://http.us.debian.org/debian/dists/lenny/main/installer-i386/current/images/ netboot/netboot.tar.gz for the Debian Lenny tree.
So, can someone help me ?

I disabled bootp. In verbose and debug, everything seems to go well. The option 128 isn't accepted by the daemon, i disabled it too, the TFTP server is the same server than the DHCP, so it still works.
Here s the log when using the Debian Lenny image, almost the same than with Debian Etch image.
+bootpd[4754]: server starting+
+bootpd[4754]: can't open /etc/bootptab+
+bootpd[4754]: server name macbookpro.local+
+bootpd[4754]: interface en0: ip 192.168.0.10 mask 255.255.255.0+
+bootpd[4754]: interface vnic0: ip 10.211.55.2 mask 255.255.255.0+
+bootpd[4754]: interface vnic1: ip 10.37.129.2 mask 255.255.255.0+
+0.0.0.0 ==> 192.168.0.1+
+10.37.129 ==> link 8+
+10.211.55 ==> link 7+
+127 ==> 127.0.0.1+
+169.254 ==> link 4+
+192.168.0 ==> link 4+
+There are 1 entries+
+1. Subnet 'My subnet'+
+ Network: 192.168.0.0/255.255.255.0+
+ Range: 192.168.0.3..192.168.0.6+
+ Allocate: yes+
+ Lease Min: 3600 Lease Max: 86400+
+ Options:+
+ Code Length Data+
+ 66 4 c0 a8 00 0a+
+ 67 17 2f 6c 65 6e 6e 79 2f 70 78 65 6c 69 6e 75 78 2e 30+
+DNS servers: 89.2.0.1 89.2.0.2+
+destination address 255.255.255.255+
+---------------- Client Request --------------------+
+op = BOOTREQUEST+
+htype = 1+
+flags = 8000+
+hlen = 6+
+hops = 0+
+xid = 678070622+
+secs = 4+
+ciaddr = 0.0.0.0+
+yiaddr = 0.0.0.0+
+siaddr = 0.0.0.0+
+giaddr = 0.0.0.0+
+chaddr = 8:0:27:6a:89:5e+
+sname =+
+file =+
options:
+Options count is 8+
+dhcpmessagetype (uint8): DISCOVER 0x1+
+parameterrequestlist (uint8_mult): {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0xb, 0xc, 0xd, 0xf, 0x10, 0x11, 0x12, 0x16, 0x17, 0x1c, 0x28, 0x29, 0x2a, 0x2b, 0x32, 0x33, 0x36, 0x3a, 0x3b, 0x3c, 0x42, 0x43, 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87}+
+maxdhcp_messagesize (uint16): 0x4ec+
+option_97 (opaque):+
+0000 00 b2 9a 0c 89 ce 8e 46 08 83 90 a7 d2 76 ee 87 .......F.....v..+
+0010 6e n+
+option_93 (opaque):+
+0000 00 00 ..+
+option_94 (opaque):+
+0000 01 02 01 ...+
+vendorclassidentifier (string): PXEClient:Arch:00000:UNDI:002001+
+end (none):+
+bootpd[4754]: DHCP DISCOVER [en0]: 1,8:0:27:6a:89:5e+
state=INIT
+bootpd[4754]: default route added as router+
+bootpd[4754]: default dns servers added+
+Sending: DHCP OFFER (size 303)+
+bootpd[4754]: replying using broadcast IP address+
+bootpd[4754]: replying to 255.255.255.255+
+=================== Server Reply =====================+
+op = BOOTREPLY+
+htype = 1+
+flags = 8000+
+hlen = 6+
+hops = 0+
+xid = 678070622+
+secs = 0+
+ciaddr = 0.0.0.0+
+yiaddr = 192.168.0.3+
+siaddr = 192.168.0.10+
+giaddr = 0.0.0.0+
+chaddr = 8:0:27:6a:89:5e+
+sname = macbookpro.local+
+file =+
options:
+Options count is 9+
+dhcpmessagetype (uint8): OFFER 0x2+
+server_identifier (ip): 192.168.0.10+
+lease_time (uint32): 0x14dd5+
+subnet_mask (ip): 255.255.255.0+
+router (ip_mult): {192.168.0.1}+
+domainnameserver (ip_mult): {89.2.0.1, 89.2.0.2}+
+tftpservername (ip_mult): {192.168.0.10}+
+bootfile_name (string): /lenny/pxelinux.0+
+end (none):+
+bootpd[4754]: OFFER sent <no hostname> 192.168.0.3 pktsize 303+
+bootpd[4754]: service time 0.007299 seconds+
+destination address 255.255.255.255+
+---------------- Client Request --------------------+
+op = BOOTREQUEST+
+htype = 1+
+flags = 8000+
+hlen = 6+
+hops = 0+
+xid = 678070622+
+secs = 4+
+ciaddr = 0.0.0.0+
+yiaddr = 0.0.0.0+
+siaddr = 0.0.0.0+
+giaddr = 0.0.0.0+
+chaddr = 8:0:27:6a:89:5e+
+sname =+
+file =+
options:
+Options count is 10+
+dhcpmessagetype (uint8): REQUEST 0x3+
+requestedipaddress (ip): 192.168.0.3+
+parameterrequestlist (uint8_mult): {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0xb, 0xc, 0xd, 0xf, 0x10, 0x11, 0x12, 0x16, 0x17, 0x1c, 0x28, 0x29, 0x2a, 0x2b, 0x32, 0x33, 0x36, 0x3a, 0x3b, 0x3c, 0x42, 0x43, 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87}+
+maxdhcp_messagesize (uint16): 0x4ec+
+server_identifier (ip): 192.168.0.10+
+option_97 (opaque):+
+0000 00 b2 9a 0c 89 ce 8e 46 08 83 90 a7 d2 76 ee 87 .......F.....v..+
+0010 6e n+
+option_93 (opaque):+
+0000 00 00 ..+
+option_94 (opaque):+
+0000 01 02 01 ...+
+vendorclassidentifier (string): PXEClient:Arch:00000:UNDI:002001+
+end (none):+
+bootpd[4754]: DHCP REQUEST [en0]: 1,8:0:27:6a:89:5e+
SELECT
state=SELECT
+bootpd[4754]: default route added as router+
+bootpd[4754]: default dns servers added+
+Sending: DHCP ACK (size 303)+
+bootpd[4754]: replying using broadcast IP address+
+bootpd[4754]: replying to 255.255.255.255+
+=================== Server Reply =====================+
+op = BOOTREPLY+
+htype = 1+
+flags = 8000+
+hlen = 6+
+hops = 0+
+xid = 678070622+
+secs = 0+
+ciaddr = 0.0.0.0+
+yiaddr = 192.168.0.3+
+siaddr = 192.168.0.10+
+giaddr = 0.0.0.0+
+chaddr = 8:0:27:6a:89:5e+
+sname = macbookpro.local+
+file =+
options:
+Options count is 9+
+dhcpmessagetype (uint8): ACK 0x5+
+server_identifier (ip): 192.168.0.10+
+lease_time (uint32): 0x14dd5+
+subnet_mask (ip): 255.255.255.0+
+router (ip_mult): {192.168.0.1}+
+domainnameserver (ip_mult): {89.2.0.1, 89.2.0.2}+
+tftpservername (ip_mult): {192.168.0.10}+
+bootfile_name (string): /lenny/pxelinux.0+
+end (none):+
+bootpd[4754]: ACK sent <no hostname> 192.168.0.3 pktsize 303+
+bootpd[4754]: service time 0.001884 seconds+

Similar Messages

  • Xperia Neo media server doesn't work anymore with Sony Bravia TV after ICS update!

    Xperia Neo (MT15i) updated from 2.3.4 to 4.0.4 (4.1.B.0.431). I did not perform any reset (factory settings) after the update.
    Media server does not work anymore with Sony Bravia TV KDL40-NX700. With 2.3.4 it worked correctly before.
    When I start the media server on my Xperia Neo and try to view my photos on my Bravia TV it shows connection, I am also able to view different folders on the Smartphone but when it tries to load the photos in any folder on the Smartphone it stops working after a while. Feedback on TV is "cannot connect to media sever". The same procedure worked without any problems when using 2.3.4 before.
    Is this a known issue and is there any solution for this?

    Wow that is a new one, great find!
    I wish I had tested that with my Ray, as I had used the media server feature quite a bit with my DirecTV receiver when on Gingerbread.  But too late, it's on the way back to Sony to get rolled back to Gingerbread.
    Too many other problems with ICS that have crippled my device.
    1) Wi-Fi Hotspot does not work anymore
    2) USB tethering does not work anymore
    3) LED notification issues for incoming SMS
    4) Dialer slow to load
    5) HD Video recording skip frames and jitter.
    6) Bluetooth AVRCP profile broke (can't use the play/pause button on my car stereo anymore)
    If you have not done so take a look at the above features and see what you turn up.
    ~Cheers~
    Bob H
    Minneapolis, MN
    USA
    ST18a  Ray

  • USB personal hotspot doesn't work anymore with 10.6.8 Snow Leopard, iTunes 11.1 and iPhone5 ios7

    Ciao
    I'm using iPhone 5 with ios7 and Macbookpro with 10.6.8 SnowLeopard.
    After updating to iTunes 11.1and ios7 hotspot USB doesn't work anymore, wifi and bluetooth work fine.
    In system network preferences iPhone usb connection is not detected.
    I tried to change the kext file with the Time Machine's old one but no response!!!
    Can somebody help me
    Thanks

    Anyone has any advice? Or the problem is just the age and incompatibility of the old MacBook Pro 1,1 A1150 (Mid 2006) and the best way will be to change it into something newer?

  • AirPrint doesn't work anymore with iOS 8

    wwith iOS 8 update, AirPrint doesnt work anymore with HP printer.  Lenova pc works fine.   Any ideas what to do?

    Hello there, Bkurowski818.
    The following Knowledge Base article offers up some great recommendations for troubleshooting AirPrint issues:
    About AirPrint - Apple Support
    For best results
    Make sure your software is up to date. For iOS, verify that your device is using the latest version of iOS available and that the app you're printing from is up to date. For OS X, Use Software Update to update OS X and apps you've purchased from the Mac App Store.
    AirPrint printers connected to the USB port of an Apple AirPort Base Station or AirPort Time Capsule are not supported with AirPrint. Connect your AirPrint printer to your network using Wi-Fi, or connect it to a LAN port on your AirPort device using Ethernet.
    Make sure that your AirPrint printer is connected to your network before attempting to print. Some AirPrint printers can take several minutes to join a network after being turned on.
    If you're unable to print
    Check these things if you are unable to print, or if you see the message "No AirPrint Printers Found."
    Make sure your printer has paper, and enough ink or toner installed.
    Make sure your printer is connected to the same Wi-Fi network as your iOS device.
    Make sure your printer has power and is turned on. Try turning your printer off and then back on again to see if it resolves your issue.
    Check to see if your printer has any error lights or indicators displayed on the printer's control panel. Check the documentation that came with your printer to clear any errors displayed.
    Check with your printer's manufacturer to see if any firmware updates are available for your printer. Check your printer's documentation or contact the printer vendor for more information. A firmware update may be available, even if you just bought your printer.
    The information below is provided by each manufacturer and is updated once a month by Apple. You can use the Find feature of your web browser (usually Command-F) to search for a specific device in this list. If you don't see your printer or server listed, check with the printer manufacturer for more information.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Snow Leopard's VNC server - does it work?

    Hi,
    Question 1: Can you confirm if the VNC server in Snow Leopard works out of the box, once Screen Sharing and the VNC password are set up in Preferences? I am trying to connect from RealVNC from Windows XP.
    Question 2: Does anyone have any idea how to reliably get an L2TP VPN working from Snow Leopard over a 3G connection? If I can get a working answer to Q2, then I don't care about Q1.
    The Back-Story...
    I am trying to get access to my iMac desktop through a VPN running over 3G. I would rather use dial-up because it is easier and quicker (in that by the time I get this mess running I could have finished my life's work and retired) but something inside keeps saying that it should all Just Work.
    For those who are amused by the misfortune of others, the VPN connects from my Snow Leopard laptop, but it will not pass traffic. No pings, no nothing. I tried to add a route sending all 192.168 traffic down the hose, but my reward was the grey curtain of death and an OS X reboot.
    Anyway, I have given up on the whole 3G thing from Snow Leopard - it is so unpredictable that it gets embarrassing when other (Windows) people are looking on.
    However, my macbook has a copy of Windows XP running in Fusion. It makes me feel queasy to even think this, but I get nostalgic for the networking in windows - it was a pain at the time, but now it looks positively shiny.)
    I get it to take over the 3G usb thingo, and it creates a VPN first time, and I can access the web server on the iMac through it. I could probably even get it to share files if I spent half a day on it (Oh, right... I forgot - It Just Works... barely.) However, what I need to be able to do is see the iMac screen from the laptop. If the **** routing would work, I could use Apple's Screen Sharing, but it doesn't so I have to use VNC from the Windows VM.
    Now I am trying to get VNC to connect from Windows to the iMac. This Just Works too... I have downloaded the latest version of realVNC (the free version) and installed it into Windows on the laptop. I have activated Screen Sharing in Preferences on the iMac, and set a VNC password.
    When I try to connect using RealVNC, I enter the host name, I get another window asking for the password, then when I hit Enter, I get a bright flash of dark as VNC seems to open a screen window then ka-foopa - it is gone. In Task Manager, the client has disappeared.
    I have seen a lot of messages doing a lot of discussion about this, and it does not look good. If I wanted to muck about with stuff just for the fun of it, I could have saved a lot of dough and switched to Linux.
    It is nearly 2011, and this stuff should all be working by now - VPN and VNC have been around for a decade and it still needs witchcraft to get it to work. Why is that?

    Mr Hoffman, you are right about the kernel fault it gives me the willies.
    _Client software and the dongle_
    The dongle is a Sierra Wireless USB 308 branded as Bigpond Elite 21 (because I am an elite kinda guy) and it has been working well under many circumstances for some time. There is a connection app that is part of the OS X support kit for the USB 308 device.
    For the VPN, I am using OS X's network prefs. The dong turns up in NetPrefs' connection list as USB 308. To make the connection, I start the connection app and it dials and logs into the network.
    Also, I can use it to successfully connect to other VPNs, just not this one so it mostly works.
    I have called the carrier's support desk and they don't provide free support for network apps. However, they do have a paid support product (Telstra Plus) which charges $59 if they solve your problem. I called them and they were very sympathetic until they heard "Mac" but bravely soldiered on until they completely lost interest when I mentioned "VPN".
    _Active Connections_
    According to Network Prefs, the only active connection is the USB 308, and the IP address it is assigned is 124.183.blah. The DNS server addresses automatically set by the connection are 61.something. There is no indication of a 192.168.1 network other than at the target.
    Output from netstat -rn on the client machine indicates that the only active networks are en2 (the USB 308) and lo0. There are no 192.168 routes listed in the routing table.
    L2TP
    We know the L2TP is working (and that the carrier network supports it) because the windows VM on the MacBook can successfully connect using the identical hardware. The only differences are the client software for the USB 308 and the OS.
    PPTP
    We don't use PPTP because (a) Microsoft cooked it up, and (b) L2TP over IPSEC is said to be solidly secure. However I have just taken it for a spin and it is working. So it is a fallback. It can be argued that PPTP must be OK because so many people use it, but you can say that about Windows too, and I won't believe you.
    I have installed IPsecuritas (which I like a lot), I have carefully matched the settings in the router with the settings with IPSecuritas, and it still doesn't work. I suspect that IPSec/L2TP is not meant to be used, but rather just created to be admired from a distance.
    Of course it could be the router. Any company that calls itself Billion is suspect from the the outset, no?
    I will shake their tree and see if they will confess to anything.
    Russ.

  • Unable to access the internet on windows xp using bootcamp. I installed the bootcamp drivers ( from snow leopard) but it still doesn't work. I have parallels 6 also installed and IT works fine. I am missing a rtl network adapter-thanksr

    Hi
    I have a new 21 inch imac oct 2011 version. I installed bootcamp and windows xp on my machine and i also installed parallels 6.
    Paralleles works great and i can open any program with it. But bootcamp also works EXCEPT it refuses to give me access to the internet. I installed the bootcamp drivers from my snow leopard disk, it did not make a difference. All the drivers installed but still no internet. I then installed the bootcamp drivers from the gray mac osx disk (#1) but it stopped installing with an error number ( 2753) and it said that the package was damaged.
    I have tried everything; i opened each disk and trieed installing the files separately. Nothing.
    What i see missing in my devices screen in XP is the network adapter.
    I have a router (dlink-dr615) and it is connected by ethernet to my imac. I wonder if THIS might have anything to do with the problem. Any guidance would be much appreciated.
    Thank you

    I'd recommend reposting in the Boot Camp forum, that is where the Boot Camp and Windows gurus hang out.
    Good luck.

  • Macbook Pro recent update to Snow Leopard now disc drive doesn't work??

    I just updated my Macbook Pro to Snow Leopard 10.6.8 now my disc drive won't work at all! I've read a couple forums here that show everyone had this problem back in 2009 when I guess this first came out...great. How do I fix this? It appears to be a software issue. If I upgrade to mavericks will this fix it? Although I also see that makes your computer very slow! Ugh I need help please!

    Two things to try:
    1. SMC reset, Directions are here - note the steps are different depending on whether or not the battery can be removed by the user:
    http://support.apple.com/kb/ht3964
    2. NVRAM / PRAM reset:
    http://support.apple.com/kb/ht1379
    These steps are worth trying, although the problem may be deeper.
    Please post back with your results.

  • IWork doesn't work anymore with MacOSX Lion...

    I had iWork '09 on MacOSX Snow Leopard and than I choose to install lion and was all right than I reinstall Lion because was really slowly. I didn't find all the iLife '11 and iWork. With iLife'11 I reinstall it from the TimeMachine Backup but I tried with iWork'09 and when I open Pages, Numbers or Keynotes there is a message that says:
    Pages cannot be opened because of a problem.
    Check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application. Be sure to install any avaiable updates for the application of Mac Os X.
    I tried to download the last update but nothing change, and if I wold install it again would mean t buy again all 3 of them....
    Thanks, Luca

    Luca - uninstall iWork by using Yvans script.
    Go to Yvans iDisk :
    <http://public.me.com/koenigyvan>
    Download :
    For_iWork:iWork '09:uninstall iWork '09.zip
    Expand the archive and run the script.
    Install iWork from the dvd you have.
    Then do the Software update check and install the updates. Otherwise it will not work.

  • [Solved] Alac doesn't work anymore with Gstreamer0.10

    Apple Loseless Audio Codec support seems to be broken for me in the 0.10 branch of gstreamer. Before I was able to play ALAC files in rhythmbox and banshee but it does not work anymore. I think the support for ALAC files is integrated in the package gstreamer-ffmpeg.
    This problem does't seems to occur in the 1.0 branch of gstreamer as ALAC files work with Totem and it also work with vlc which use dirrectly ffmpeg.
    Does someone have the same problem or is it a problem with my system ?
    I tried to reinstall gstreamer0.10 and all plugins but it didn't solve the problem.
    Last edited by sedutom (2013-04-22 14:18:39)

    Put as solved, it works back with the new version of rhythmbox
    Last edited by sedutom (2013-04-22 14:19:59)

  • Solaris 10 JumpStart server doesn't works correctly with Solaris Express

    Hi All,
    I have configured the JumpStart server on Solaris 10.
    I install Solaris 10 and Solaris 9 also using flash installation.
    When I run installation installer ask me 2 or 3 questions (I don't exactly remember) about NFS and then it install automatically.
    Does anybody know how to avoid these few questions at the beginning of installation?
    Thanks,
    Daniel

    The first question is:
    �� The Solaris Installation Program ������������������������������
    The Solaris installation program is divided into a series of short sections
    where you'll be prompted to provide information for the installation. At
    the end of each section, you'll be able to change the selections you've
    made before continuing.
    About navigation...
    - The mouse cannot be used
    - If your keyboard does not have function keys, or they do not
    respond, press ESC; the legend at the bottom of the screen
    will change to show the ESC keys to use for navigation.
    ����������������������������������������������������������������
    F2_Continue F6_Help
    Then I select to Continue:
    �� Identify This System ����������������������
    On the next screens, you must identify this system as networked or
    non-networked, and set the default time zone and date/time.
    If this system is networked, the software will try to find the information
    it needs to identify your system; you will be prompted to supply any
    information it cannot find.
    > To begin identifying this system, press F2.
    ����������������������������������������������������������������
    Esc-2_Continue Esc-6_Help
    Then I select to continue:
    �� NFSv4 Domain Name ����������������������������
    NFS version 4 uses a domain name that is automatically derived from the system's naming services. The derived domain name is sufficient for most configurations. In a few cases, mounts that cross domain boundaries might cause files to appear to be owned by "nobody" due to the lack of a common domain name.
    The current NFSv4 default domain is: ""
    NFSv4 Domain Configuration
    ���������������������������������������������������������������� [X] Use the NFSv4 domain derived by the system
    [ ] Specify a different NFSv4 domain
    ������������������������������������������������������
    Esc-2_Continue Esc-6_Help
    I select continue:
    �� Confirm Information for NFSv4 Domain ������������������
    > Confirm the following information. If it is correct, press F2;
    to change any information, press F4.
    NFSv4 Domain Name: << Value to be derived dynamically >>
    ������������������������������������������������������
    Esc-2_Continue Esc-4_Change Esc-6_Help
    Again I select continue and then the Solaris Express installs automatically.

  • My Gmail account doesn't work anymore with Mail (the box is empty even after syncronization)

    Since the update of Mavericks my Gmail account bugs a lot ! (also with the update for Gmail).
    I tried to "re-build" the mail box, since it didn't work. And since I did this my Gmail box is empty, like I have no emails... I tried to sync but nothing happens.. I deleted and put again the account but nothing...
    Can anybody help me with this?
    Thanks a lot !

    There is an update available for Mail/Mavericks. Did you try updating.
    "Mail Update for Mavericks"
    http://support.apple.com/downloads/

  • Digi 002 rack doesn't work anymore with Logic Pro 7

    Any help much appreciated: Like an idiot, I "upgraded" to Pro Tools 7 software from 6.9.2. Logic 7.0.1 had been running fine with the 002 as my audio interface when I had Pro Tools 6.9.2 installed.
    But under Pro Tools 7, suddenly everything sounded terrible. Anytime I played my keyboard, either triggering Sculpture, the EXS24, playing audio, any instrument, it sound like ugly static.
    So I uninstalled Pro Tools 7, and reinstalled 6.9.2. That didn't help, which surprised me, because I thought I "went back" to my previous setup. But something must have changed. I did go through some of the forum's troubleshooting tip. I repaired permissions, I trashed Logic and Pro Tools preferences, I verified my hard disk, checked ram, etc.
    So now I'm stumped. Anyone have anything I should try?
    Thanks much,
    Jim

    Maybe you need to go to Digidesign.com and find the latest core audio driver and install it ?

  • Snow Leopard (10.6.4) Doesn't See Time Capsule Printer But 10.5.8 Does

    Snow Leopard (10.6.4) doesn't recognize the Lexmark printer connected to my Time Capsule v 7.4.2. However, the printer is nicely recognized on Leopard (10.5.8) on my PowerBook as well as on the two Windows computers in my Home. In fact, with printer sharing activated on my PowerBook, the printer appears in the Add Printer dialog of my Mac Mini as a shared printer from the PowerBook, but not directly from the Time Capsule.
    I have tried rebooting, upgrading to the latest software upgrades to no avail.
    Any ideas ?

    After all, the printer wasn't "Bonjour visible" in the list of available printers on 10.5.8 either, but it still worked after the earlier setup. Restarting the Time Capsule fixed the problem.

  • I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciatedeas

    I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciated

    Restart with the Mac OS X 10.6 DVD in the drive or with the Lion USB drive connected, hold down the Option key just after the restart, tab to the installation disk, and press Enter. If the computer has a firmware password set, it needs to be provided for this to work.
    (66822)

  • Since Lion installation the remote control first generation, doesn't work as usually. On Leopard when I pushed the menu button, it opened a menu that showed music, films, photo. Now it doesn't work anymore. Is there anyone to explain me why this happen?

    Since Lion installation the remote control first generation, doesn't work as usually. On Leopard when I pushed the menu button, it opened a menu that showed music, films, photo. Now it doesn't work anymore. Is there anyone to explain me why this happen? Thank you.

    Sadly Snow Leopard was the last OS X to have Front Row and it is no longer offered in Lion or Mountain.
    see > Farewell Front Row | Macworld
    If you want, you can get it back with some tweaking.
    see > Get Front Row for Mac OS X 10.7 Lion
    or > Use Front Row In OS X Lion
    Also note: that your remote should still be working for waking the Mac, volume control and iTunes...? If it is not, let us know for help with it.

Maybe you are looking for

  • Is there a way to combine data from multiple responses (collected from different forms)?

    Since FormCentral (FC) doesn't support XFA-based dynamic forms (utilizing form logic), we have a long form that we may need to separate out into smaller PDF forms.  However, the data from each form needs to remain as a group. Wondering if there's a w

  • Preview -- two windows for one file?

    Hi, I'm stumped by an amazingly simple problem: I want to have two or three Preview.app windows open (at different positions of) the same .pdf file, but I can't find any possibility short of duplicating the file, once for every window! Where's the ma

  • WL 10.3.5 startup error message BEA-149205

    Hi, I am receiving an error when configuring and starting a new WL 10.3.5 instance on a Linux host. I have installed, deleted, and re-installed the web application, .. and I'm still getting the error. The WL console (Monitoring/Health tab) shows the

  • ADf mobile application is not deploy in device

    I use following video for configuring ios setting. http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfmobiledeployios.html But, When i deploye application in device i get following error. [03:27:06 PM] xcrun: Error: could not stat activ

  • Setting to use ISA without IPC

    Hi all, I'm working on ISA and I've to implement the following scenario: ISA for BOB without IPC. In configuration we disable all settings related to IPC in particoular in following tabs: XCM- Application configuration: IpcData: NOIPC