Netra T1 105, issue with LOM prompt

Hello all,
I am having issue in accessing OK prompt from LOM menu. When I do the poweron, it sits on LOM event: power on. When I do, console it shows stand by. Please help me out here as I am working on making this server to respond. Thanks.

Hi. Could you tell me if patches 108620-04 or higher & 108673-02 or higher are already installed on the Netra t1 105?
*How to determine if the Netra[TM]T1 model 105 server PROM patches are current [ID 1010561.1]*
Description
How to determine if patches 108620-04 or higher & 108673-02 or higher are already installed on the Netra t1 105.
Steps to Follow
These two patches have to do with OBP(OpenBoot PROM) and the user prom.
108620-04 Hardware/PROM: Netra t1 Standalone User PROM Update
108673-02 Hardware/PROM: Netra t1 System PROM Update
108673-02 delivers OBP 3.10.27.
This can be checked via the OBP with the .version command.
OBP Example:
ok .version
Release 3.10.27 ME created 2000/06/22 16:45
OBP 3.10.27 2000/06/22 16:45
POST 1.17.0 2000/03/06 12:18
This can be checked via Solaris[TM] with: prtconf -V
Solaris[TM] Example:
# prtconf -V
OBP 3.10.27 2000/06/22 16:45
If you see Release 3.10.27 you do not need to install this patch.
108620-04 delivers the dropins
These can be checked at the ok prompt with the show-dropins command.
Example:
ok show-dropins
Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,0
Dropin name Size Checksum Date Date Version Vendor
created flashed
OBP 4a1bc cc30 06/22/2000 3.10.27
keyboards bf0 dd75
fonts af6 6b86
obdiag bd34 aec5
pci1002,5654 d34 7190
pci1002,4755 cb0 c382
pci1002,4750 1794 3f65
class060400 44e 17cc
userprom 246 b3ba
pci108e,1001 32a4 d714
pci1011,22 47e 69c9
pci1000,3 2824 feb4
class010100 1210 ce35
i2c 1fe 5a8f
i2c-cs2 1f4 bd2a
nvinit- 172 0 10/08/1999 00/00/0 0.0
POST 45340 519 03/06/2000 1.17.0
PROM size = 100000 bytes Available for Use = 3d958 bytes
Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,400000
Dropin name Size Checksum Date Date Version Vendor
created flashed
ebus-14.400000 b0 9fa6 06/09/1999 06/09/1999 1.0
SUNW,flapjack
probe+ 250 c2b5 01/06/2000 01/06/2000 2.0
SUNW,flapjack
banner- 1aa 6f35 12/10/1999 12/10/1999 1.0
SUNW,flapjack
tty-control 150 a863 12/01/1999 12/01/1999 1.0
SUNW,Flapjack
PROM size = 200000 bytes Available for Use = 1ff984 bytes
Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,800000
Dropin name Size Checksum Date Date Version Vendor
created flashed
PROM size = 200000 bytes Available for Use = 200000 bytes
ok
The part that is of interest is about two thirds of the way down to do
with ebus-14.400000, probe+, banner- and tty-control.
If the Checksum matches you you don't need to install this patch.
On the other hand it won't cause any problems to reinstall both patches.

Similar Messages

  • Issue with optional prompt

    Hello,
    We have a universe built on top of bex query and it has a couple optional prompts prebuilt with the help of variables in the bex query. My understanding is that when there is optional prompt the lov is not generated unless the user manully clicks the refresh lov button on prompt window. This is how it works in the webi report I built on the universe. But when I use the same webi report as a live office component in the xcelsisus dashboard the lov's are genrated ignoring the <optional> prompt which is causing lot of delay refreshing the dashboard. This happens only when I have the connection in the universe to use SNC( Single sign On). I dont see any issue with hardcoded username and password.
    any thoughts?
    Thanks
    Ram

    Ingo
    >> What exactly you mean here that a list of values is being generated ? a list of values doesn't show up automatically in Xcelsius for the dashboard - it needs to be created / designed as part of the Xcelsius design.
    When I have a prompt with <optional> tag in the universe the webi report or xcelsius should not request the new lov's from the database it should only use the lov's available in chache. 
    But I my case I am using SSO connection in the universe, when the SSO is turned ON the lov's from chache cann't be used, the webi report is not requesting a lov's from the database when there is no chache or when the chache off which is correct. but the live office plugin iin xcelsius s requesting new lov's from database everytime I refresh a connection.
    In xcelsius we are not using any list of values, I don't think lov's are usefull in xcelsius dashboard as we can't see the prompt window in the flash mode.
    Thanks
    Ram

  • Issue with Dashboard Prompt passing value to Presentation Variable

    I have 2 tabular reports that grab 2 variables respectively: @Month and @Year.
    The reports work fine.
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.
    My issue is that when I land on the page, it seems that the month & year prompts are not computing. I have an old value of "Dec" "2009" instead of "May" "2010".
    It seems the Default SQL logic is NOT running on its own? As an aside, we do our development in a test environment and the catalog is promoted to production nightly. The "Dec" and "2009" I see is the correct value for the test environment, so it looks as if the defaul values are just being migrated with the catalog, but then the SQL to compute the latest values of the 2 propmts are never executing when the user lands on the page? Thus everyone sees Dec 2009 data instead of May 2010...Help!

    Hi,
    dgerena wrote:
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.You are creating the second prompt (edit box) to make the first prompt values, You can use the same sql in the report default to SQL in the first prompt itself.
    If I am wrong please clarify.
    Thanks,
    Vino

  • OBIEE Issue with Hierarchy Prompt

    Hi,
    I am using a Hierarchy Prompt to select a member from a Hierarchy column whose members come from a essbase cube.
    I set a presentation variable *"Select_Cliente"* to the prompt and set the filter to a column like "Gen3,Cliente - Default is equal to / is in *@{Select_Cliente}*"
    The issue occurs when someone enter to the dashboard and select a member in the Hierarchy Prompt and clicks in "Apply". The Analysis shows the following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 96002] Essbase Error: The identifier '<saw:dimensionSelection xmlns:saw=""com.siebel.analytics.web/report/v1.1"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""><saw:selectionStep stepID=""1"" type=""startWith"" category=""member""><saw:stepMembers xsi:type=""saw:staticMemberGroupDef""><saw:staticMemberGroup><saw:hierarchyMembers><saw:hierarchyLevelMembers><saw:hierarchyLevel levelName=""Gen2,Centro de Costo"" levelID=""Gen2,Centro de Costo""/><saw:members xsi:type=""saw:stringMembers""><saw:value> GERENCIA DIV. COMERCIAL* </saw:value></' on line exceeds maximum character limit (HY000).
    The problem is that the selected member is filter with a lot of caracters that not apply. The selected member is underlined.
    The version of the OBIEE is 11.1.1.6.9.
    Thanks for the help.
    Edited by: cpmacgre on 08-abr-2013 14:14

    Switch the filter in the criteria part of the target report into Advanced SQL Filter, then type your filter with that kind of syntax : "Period"."Period - Default" = '@{var_per}{P3}' and it should work
    P.S. if you want to have multiple elements in the prompt selection, then use instead this syntax : "Period"."Period - Default" IN (@{var_per}['@']{'P3'})
    Edited by: pmerle on May 3, 2013 5:38 AM

  • OpenDocument issue with blank prompt values

    We have implemented optional prompts in XI R2 by joining our prompt objects with an 'Empty' object. When we create openDocument hyperlinks to these reports, passing nothing for the prompt objects worked just fine and the target report did not prompt for any values for these prompts, e.g. if there was a prompt on the report called Country and it was joined with an Empty ("") universe object via an AND, setting the Country prompt in the openDocument as lsSCountry= worked just fine.
    In XI 3.1, when these hyperlinks are accessed from the master reports via InfoView, the target report is prompting for all prompts that accept empty (blank) inputs. If the resulting hyperlink shortcut is copied and pasted directly in the browser URL, everything works fine, i.e. target report does not prompt for any of the empty values and the report is displayed correctly.
    We even tried using the 'no_value' option for these prompts in the openDocument but since these are universe based prompts that can't be defined as optional, no_value is not allowed.
    Anybody facing similar behavior?
    Thanks.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly

  • Issue with welcome prompt from VXML server

    Hi
    I am new to Contact Center. In lab i have build sprawller and CVP ( comprehensive).
    I have a small script which should play welcome promt, but i am having issues to play the "Welcome" prompt. The call hits the sccript but the welcome message is not played.
    Please help me to fix the issue.
    Debugs from http client on VXML gateway.
    *Mar  1 16:42:28.723: //331//HTTPC:/httpc_cache_entry_free: cache(650AD474)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=PING&CALL_DNIS=140198&CALL_ANI=sip:[email protected]:5060&ERROR_CODE=0&RECOVERY_VXML=flash:recovery.vxml&CLIENT_TYPE=IOS&CALL_ID=119BABC91000012A4A50D9073F57FFD7&SIP_CALL_ID=[email protected]&CALL_UUI=&VERSION=7.0.2
    *Mar  1 16:42:31.639: //331//HTTPC:/httpc_cache_entry_free: cache(68123DFC)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_NEW&CALL_DNIS=140198&CALL_UUI=&CALL_ANI=sip:[email protected]:5060&RECOVERY_VXML=flash:recovery.vxml&CLIENT_TYPE=IOS&CALL_ID=119BABC91000012A4A50D9073F57FFD7&ERROR_CODE=0
    *Mar  1 16:42:35.887: //331//HTTPC:/httpc_cache_entry_free: cache(66797988)URL:http://192.168.0.41:7000/CVP/en-us/app/Welcome.wav
    *Mar  1 16:42:40.079: //331//HTTPC:/httpc_cache_entry_free: cache(650AC40C)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_RESULT&CALL_ID=119BABC91000012A4A50D9073F57FFD7&CALL_SEQ_NUM=1&ERROR_CODE=0
    *Mar  1 16:42:42.875: //331//AFW_:/vapp_stop_fetchaudio_timer: No active leg
    *Mar  1 16:42:43.035: //331//HTTPC:/httpc_cache_entry_free: cache(6679801C)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_RESULT&CALL_ID=119BABC91000012A4A50D9073F57FFD7&CALL_SEQ_NUM=2&ERROR_CODE=1

    Something looks really strange in that trace. I don't see  the IVR transfer label coming over. Do you have a "Send To VRU" node?
    What does this script look like? Here is a simple example.
    You should start with a simple play media microapp.
    If using the CVP VXML server, you should first test using the supplied HelloWorld application. That CVP application is already deployed in the VXML server - just call it correctly. The nodes above need to be a little different.
    PS. The log file is full of Reporting rubbish. Since you don't have the Reporting Server and DB, tell the Call Server there is no reporting. It will clean up the deadwood.
    Regards,
    Geoff

  • Issue with Calendar prompt presentation variable

    Requirement: (OBIEE 11g)
    A dashboard should have two prompts - one calendar prompt and one text field prompt giving number of days. There is a timestamp column (SHIP DATE) in the analysis. There should be a between limit in this timestamp field. Logic to be implemented is - Calendar Prompt DateTime <= SHIP DATE < (Calendar Prompt DateTime + No. of days from text field).
    Solution Tried:-
    Using the dashboard prompt, two prompts and two corresponding presentation variables were created. First presentation variable is for calendar prompt timestamp (Date1) and other one is for no. of days (Num_Days) text field prompt.
    Then in the analysis, two filters were created on the Ship Date. First filter is set as 'Is Prompted' and it takes the values '<=' from calendar prompt in dashboard.
    For the other filter, I converted it to SQL and wrote the following:-
    "Time"."Ship date" <= (timestamp '@{variables.Date1}['YYYY-mm-DD HH:MM:SS']{2013-01-01  00:00:00}')  + @{variables.Num_Days}{30}
    The analysis runs fine for the above filters, but when run from the dashboard, it throws up an error.
    Error getting drill information: SELECT "Time"."SHIP DATE" saw_0, "Base Facts"."QUANTITY" saw_1 FROM "SHIPPING DATA" WHERE ("Time"."SHIP DATE" <= (timestamp '''2013-00-01 00:10:SS''') + 30) AND ("Time"."SHIP DATE" >= timestamp '2013-10-01 00:00:00').
    From the above it seems that error is coming because I am unable to set properly the calendar prompt presentation variable in a format which can be read by the analysis. Since analysis is running fine from the default value of Date1, I was thinking of somehow converting the calendar prompt presentation variable in the similar prompt.
    Any pointers to the correct approach?
    Thanks
    Kundan

    I found a workaround to my above issue for now but I would like to know the proper approach from experienced folks.
    My workaround is as follows:-
    I created an additional column in the analysis -> TIMESTAMPADD(SQL_TSI_DAY,- @{variables.Num_Days}{30}, "Time"."Ship date"). Then I applied a filter on this new field. The filter is set as < variable expression Date1 (coming from presentation variable). Since I am not converting this filter to SQL, OBIEE server seems to be taking care of timestamp format conversion.
    I think I need to study the logs and the config XMLs to see how date format is being stored to get a better solution.
    Regards
    Kundan

  • Issue with Date prompt Format

    Hi Guys,
    help me..pls
    i have created one date prompt with calendar input, the date format in that prompt is like '03/15/2013' but i need to show the date format like '2013-03-15' . when i try to convert the date format, the user input calendar popup is not enabling only text box is appearing to give date input.
    can any one guide me any work around..pls

    Hello,
    Check this one : http://obiee10grevisited.blogspot.com/2012/02/customizing-obiee-calendar-display.html
    Mark if helps.
    Thanks,
    SVS

  • Problems with dashboard prompts - 11.1.1.6 on Win 2008 64 bit

    Hi, I'm just curious if anyone who is using / testing 11.1.1.6 on a 64 bit Windows 2008 environment is having issues with dashboard prompts.
    I'm seeing issues where dashboard prompts are showing up with a NULL option - i.e. if a dimension has values A, B, and C, I see the prompt showing up as:
    NULL
    A
    B
    C
    There are NOT nulls in the data, and I can see that the related query is only returning 3 rows. It feels like something is broken with 11.1.1.6, but just curious if others are seeing this.
    BTW, this happens with all types of prompts - check boxes, radio buttons, choice lists, etc. But strangely it doesn't seem to happen with the "sample" data - not sure if it's because it's from XML instead of database?
    Thx,
    Scott

    Nico - I owe you a ton, that's exactly the problem. So the workaround is for me to set everything to not allow NULLs in the physical layer - kind of a pain, but management.
    Having said that - do you have any idea WHY this would happen? Just because a column CAN have a NULL, why would OBIEE automatically display a NULL in the prompt, even when one doesn't exist? After all, this column could also have "Nico" or "Scott" in it...and it isn't displaying those?????
    Wonder if this has something to do with the new "buttonless" prompts. Or maybe I'm just missing something obvious...
    Thanks!!!
    Scott

  • Netra T1 105, Unresponsive after installing LOM 2.0

    I recently purchased a used Netra T1 105, which is running SunOS 5.9. After purchasing the server, I attempted to install the "Lights Out Management 2.0" software.
    I then proceeded to attempt to upgrade the LOM firmware, by running "lom -G default". However, running the command produced the output "Image Checksum", then locked the system up. At which point, the system no longer responded via the network, or via console.
    After waiting a while, hoping that it would prompt me to confirm the firmware update, I decided to power-cycle the server. (I was unable to escape to LOM at the console.) After the power-cycle, the console no longer responds, nor outputs anything. I am also unable to access the system via network, which I suspect may be caused by the system wanting to perform an fsck.
    Any ideas on what could be wrong, and how to fix it? Thank You!

    On second read Bill i see that as well.
    This is going to be unrelated but your boot-device looks a bit strange as well. You are referencing different slices on the same disk, and then referencing the disk itself and then net.
    boot-device=disk:b disk:a disk net
    You would be ok with referencing disk and then net if the server is not mirrored. If the system is mirrored then you would want to reference that disk as well.
    either :boot-device=disk net
    or: boot-device=disk disk<number> net
    But the next time it does it, you could try trying sync and trying to create a crash file. Once you have the crash files you can get these analysed.
    As well as this pass the server through diagnostics 3 or 4 times and check the console outputs fro details.

  • Netra T1 105 LOM & OBP

    Hi, I bought a Netra T1 105 recently. I connected the LOM port (serial port A) to another Solaris 10 (x86) machine via a null modem cable and am able to see the boot messages and the lom propmpt too. The funny thing is the keyboard is neither responding at the lom prompt nor am I able to send a break signal to fall back to the OK prompt. How do I get my keyboard to tell LOM to drop to OBP? Please let me know.

    1. What type of cable are you using?
    2. Are you connected to the serial A or B?
    The cable that I use is a flat one, and I'm pretty sure that the usual straight thru ethernet or crossover cables do not work.
    Serial Port Pin ------------------------- 9-pin Connector
    (RJ45) ------------------------------------ (DB-9)
    Pin 1 (RTS) -----------------------------> Pin 8 (CTS)
    Pin 2 (DTR) -----------------------------> Pin 6 (DSR)
    Pin 3 (TXD) -----------------------------> Pin 2 (RXD)
    Pin 4 (Signal Ground) ---------------> Pin 5 (Signal Ground)
    Pin 5 (Signal Ground) ---------------> Pin 5 (Signal Ground)
    Pin 6 (RXD) -----------------------------> Pin 3 (TXD)
    Pin 7 (DSR) ----------------------------> Pin 4 (DTR)
    Pin 8 (CTS) -----------------------------> Pin 7 (RTS)

  • D130 multihosted with 2 Netra t1 105

    Hi Guru's,
    I want to setup an Sun Cluster for testing purposes and have the following
    hardware to use :
    - 2xNetra t1 105 1GB/2x18GB/1Gigabit Adapter (for Interconnect)
    - Netra st d130 Storage (3x18GB). (just one)
    When I try to setup the d130 I get an SCSI-Error.
    I have changed the scsi-initiator-id from one host from 7 to 6 to avooid
    conflicts, but still it fails.
    I did the same with 2 220R and a MultiPack as Storage and with this
    configuration it worked.
    So, now here are my questions :
    Is the configuration working with the 220R because the 220R has 2 channels on the SCSI bus and therefore it can handle such configueation. Unfortunatelly i am not very familiar with SCSI.
    It looks like the internal drives (SCSI 0 and 1) are causing the Problem with the Netras. I think it has to do with the fact that the Netras does not have 2 SCSI channels - pls correct me if i am wrong!
    Can you image that such a configuration (2x105 + d130) works?
    Do you think I need another SCSI-Adapter (to have 2 channels)?
    Is it possible to change the SCSI-ID of the internal drives (maybe this would avoud the conflict of the ID's) ?????
    Every hint is verya, very welcome!!!
    Please let me know what information you need to be abele to help me further - I will provide this information asap!
    Thanks in advance for your valueable feedback!
    Rainer
    NOKIA

    Hi!
    Thanks for your reply!
    The d130 is currently set to assign SCSI-ID's 10,11,12!
    When I just connect one Server to the d130 and so a probe-scsi-all the System can find 2 internal (Netra t1 105) and 3 external (d130) disks on the SAME controller. When I do the same on the other node, I also get 5 disks (2+3) on the SAME controller.
    The internal disks always have SCSI-Id 0 and 1.
    That worries me since when I connect both Servers on the d130, the other node can not boot - which is imho because SCSI.-ID 0 and 1 (the internal disks) are assigned twice and the scsi-chain gets confused.
    Normally a system distinguishes between the internal SCSI-chain and the external chain - pls. correct me if i am wrong!
    It looks like an Netra t1 105 has all on one chain and therefore it conflicts with the internal disks ???
    Am i talking bullshit or can it be that my assumption is right ??
    Is there a way to change the SCSI-ID of the internal disks??
    Di I have to install another SCSI-Adapter to be able to distinguish between internal end external drives and to avoid conflicts???
    Please let me know if you need futher information about setp and/or configuration ...
    Rainer

  • Issue with retrieving WebI prompts through VBA SDK

    Hello,
    I am having difficulty retrieving WebI prompt values through my VBA code.  I've noticed that the HasPrompts method works correctly, but when I try to retrieve the actual Prompt name / values, the collection is always empty.
    If (DocumentItem.PluginInterface.hasprompts = True) Then
                    msgbox ("prompts found")
                    msgbox (DocumentItem.PluginInterface.Prompts.Item(1))
                 Else
                    msgbox ("no prompts found")
                 End If
    Any ideas as to why I am never able to see a populated collection of prompts, even when HasPrompts = True ?
    Any ideas appreciated...
    Thanks

    Hi Brian
    It seems that you are having issue with Visual Basic application
    Post your question at the following place:
    Expert Forums » Business Objects SDK Application Development » .NET Development - BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all .NET SDK queries remain in one place and thus can be easily searched in one place.
    Thanks
    Soni

  • I tried playing a you tube video, but received a message prompt to download the latest version of Adobe Flash Player. The link to Adobe stated that there are issues with MAC OS X 10.7 and Flash Player 10.3. The new version did not download. Any Suggestion

    I tried playing a you tube video, but received a message prompt to download the latest version of Adobe Flash Player. The link to Adobe stated that there are issues with MAC OS X 10.7 and Flash Player 10.3. The new version did not download. Any Suggestion

    Hi Seattle
    From Adobe site only!
    flashplayer11_b1_install_mac_071311.dmg
    Works fine.
    Cheers Tomi

  • Issue with Prompt Value

    Hi Experts,
    need help..
    i have one migrated dashboard from 10g to 11g.
    in the 11g, i have 4 prompts, 2 prompt having limited values from 1st prompt, 3 rd prompt having limited values from the 2nd prompt so on..
    when i select 2nd prompt the 3rd prompt showing null values. but in the 10g dashboard the 3rd prompt displaying values based on 2nd prompt selection..
    i am facing the problem with 11g prompt.
    can any one guide me ,,how to fix this.. is there an thing i missed after upgrading?? or pls tell me,,to fix this

    Hi try once like this select two dashboard prompts for example year, half year.
    In half year prompt click on "Options Tab" and Check "Limit Values By Option.
    In that option u can select "year" column.Then u can get the year column corresponding half year data.
    Thanks,
    Please mark if it help you....
    Edited by: 979493 on Feb 25, 2013 3:16 AM
    Edited by: 979493 on Feb 25, 2013 3:17 AM
    Edited by: 979493 on Feb 25, 2013 3:17 AM

Maybe you are looking for

  • How to create a folder through java

    Hi All, Can any one give the solution of my prob. I want to create a folder in windows m/c through java programe .Is it possible. If yes then kindly suggest me how...? Thanks In advance Vikas

  • Granting credentials to a developer

    HelloI am creating a startup and I hired a developer to create an app. He now wants my paypal credentials to set up a paypal payment system. I created a brand new business paypal account, no cards or bank accounts connected, and the app is still in d

  • Style.css compatibility

    This may be a silly question, but I am trying to figure out what is wrong with my style.css file.I'm new at this and I'm getting compatibility issues with a color selection that I'm using and I don't know why. Dreamweaver is saying that it is incompa

  • Problem running RWBUILDER

    Hello All, Can you please help me run the 'rwbuilder' executable on Red Hat Linux ES 3.0. I have installed Oracle developer suite with no problems and when I try to run the Report Builder (rwbuilder), I have the following errors .. I checked my LD_LI

  • Trouble with MacBook Pro finding AirPort networks

    I recently bought a new (refurbished) MacBook Pro (15", 1.83GHz), to replace my old iBook, which was one of the early white models, circa 2001. Everything about my new computer is wonderful, of course, except that every time I boot up, wake from slee