Problem getting quadword aligned DMA address

Hello,
I am writing a block device driver under Solaris 8 Ultra 80 SPARC. My device needs quadword aligned DMA addresses. How can I get this from the DDI calls? Currently thsi is what i am doing:
1. Settting up ddi_dma_attr_t structure as
static ddi_dma_aatr_t mydma_attr
DMA_ATTR_V0,
0x00000000,
0xffffffff,
0x00ffffff,
0x8 // quad word alignment
0x1,
0x8,
0xffffffff
0xffffffff
max_desc //s/g list
512,
0,
2. Use ddi_dma_alloc_handle wihich among other things takes this mydma_attr structre as its parameters.
3. Thsi provides a dma_handle which is used by ddi_dma_buf_bind_handle() which fills in the cookie cookie_dma of type dma_cookie_t.
As per the documentation this cookie_dma.dmac_laddress shloud be used to program 64 bit DMA engine. But this is not working.
Should I be using ddi_dma_addr_bind() call instead of ddi_dma_buf_bind_handle? What is the difference?
Thanks
Madhura

The difference between ddi_dma_buf_bind_handle(9F) and
ddi_dma_addr_bind_handle(9F) is that the former is used to bind a DMA handle to a system buffer and the latter is used to bind a DMA handle to a virtual address, generally allocated by ddi_dma_mem_alloc(). If you are performing DMA to/from a system buffer, ddi_dma_buf_bind_handle(9F) is the correct function to use.
If the DMA is not working, it is likely that the attributes are not set correctly.

Similar Messages

  • Is there a phone number where problems get resolved?? Address? Corporate #?

    I cannot get anyone from Verizon customer service to resolve a problem. Had an iphone 4s which would not work. Had insurance so Verizon sent another 4s, we returned the old one but the new one did not work. Got another 4s sent again returned the old one, new one still did not work. Fed up and upgraded to a 5 and then get a bill from Verizon which after 12 people they said I sent the wrong phone back. REALLY??? I am sssooo upset with Verizon now. Have a 450 bill when they have rwo old 4s and I even offered to send back the last 4s which was upgraded and were told didn't need to return.... Oh yeah customer service throughout this whole process had told me they received the old phone and would credit the account, then didn't know why credit wasn't showing, told they would call me back, never did, etc..etc..etc.. After 12 people, then I get told a wrong phone was returned? Does anyone know where to file a complaint, get a phone number of someone who would help, have an address to send correspondence to?? Nothing on the website other than a customer service number which are the same people who say they are helping and DO NOT??? Maybe this post will actually get a response from Verizon ???

        Hello! I am very sorry to hear of all the confusion about the phone that you had returned to us. We certainly want to do everything we can to get to the bottom of this as quickly as possible. I have sent you a follow request here in the forum. Please access https://community.verizonwireless.com/actions to accept my request and follow me. back so you can send me a private message https://community.verizonwireless.com/docs/DOC-1613 and we can get started.
    bryans_vzw
    Follow us at Twitter @vzwsupport

  • My Lexmark X2670 printer doesn't work right since I reinstalled the Firefox 3,6 version. I keep getting the alignment page to print over and over. Is there a problem between the two? Do I need a new printer driver? What?Daisynew66

    I had to change my hrowser to Firefox because Internet Explorer 9 doesn't work with my ancestry.com program. I can't uninstall Internet Explorer 9. I got Firefox 4 and it didn't work either. I started having problems with my printer working at all then. l was told to go to Firefox 3.x. I looked and there is no 3.x it is 3.5 or 3.6. I downloaded 3.6. Now I keep getting a alignment page and end up having to shut off my printer. I'm using way too much ink. I'm almost out with no hope of getting more ink until I get paid. I can't find anyplace that says to update a driver or that I need a plug-in or what might be I've done everything I know to do.wrong. It has new port cables. Do you have any idea what could be wrong? Do I need to uninstall the printer and reinstall it again? daisy

    I just figured out the print quality issue for my wife with her new iMac and new printer.
    She replaced both at once and she couldn't understand why her Artisan 730 was lower quality then her Epson R280 when they had the same specs.
    Turns out the newer printer had the option to connect via wifi which we used during setup.
    The driver options are completely different depending on how you connect.
    Once I connected via USB the correct options were available and the print quality was better.
    Looking at the R2400 it dies not have wifi, but while researching the problem for my wife someone esle was having an issue updating to the latest printer driver.
    If you go into the print utility from the Printer and Scanner system preference and under the general tab you should have driver 5.5.
    One user had to delete the old printer driver before Software Update loaded the newer printer driver.
    https://discussions.apple.com/message/15947486#15947486
    On my MacBook Pro (w Snow Leopard) I always had to reconnect my wifi at home when it woke up. I upgraded my router from an old Netgear to a newer N D-Link and stopped having to do that.
    I would be surprised you would have that problem with an Airport Extreme, you might check to see if there is a firmware update for it.

  • Problem getting parameter  values at the service end point

    I am having problem getting parameter values at the service end point. I created service end point and this method is having 35 parameters and then i created test client file using Sun One Studio 5. but when i run this test client and make a call to service it sends wrong value to first three parameters to the service end point. I tried all the way round but it gave me same sort of problem. I change the order of parameters change the names of parameters but it didn�t work. And then i started chopping of parameter from the left side. And my problem is solved when my parameter list reached to 12 from 35. So is it a bug or some problem with my configuration or some thing else.
    I am using sun one studio 5 with sun one app 7. My service end point does very simple thing. It only takes out put of the parameter to the server log file. And my wsdl file seems all right. There is no conflict with the count and data type of the parameter information it contains.
    �     Service End Point Definition (in EJB)
    public java.lang.String setNewAddress(java.lang.String propertyName, java.lang.String status, java.lang.String PMSCode, java.lang.String streetNumPrefix, int streetStartNum, java.lang.String streetStartNumSuffix, int streetEndNum, java.lang.String streetEndNumSuffix, java.lang.String streetName, java.lang.String streetType, java.lang.String streetSuffix, java.lang.String localityPrefix,java.lang.String localityName, java.lang.String postcode, java.lang.String stateCode, java.lang.String countryCode, java.lang.String description, java.lang.String coordinateAccuracy, int longitude, int latitude, java.lang.String planNumber, java.lang.String lotPrefix, int lotNumber, int siteID, java.lang.String countryName, java.lang.String parishName, java.lang.String section, int portionNum, int crownAllotNum, int titleVol, java.lang.String folio, java.lang.String esa, int aliasID, int aliasTagID,String ID) {
    System.out.println(propertyName);
    System.out.println(PMSCode);
    System.out.println(streetNumPrefix);
    ........ taking printout of all the paramters
    �     This is my WSDL file
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="NMService" targetNamespace="urn:NMService/wsdl" xmlns:tns="urn:NMService/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types/>
    <message name="NMServiceServantInterface_setNewAddress">
    <part name="String_1" type="xsd:string"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/>
    <part name="String_6" type="xsd:string"/>
    <part name="int_7" type="xsd:int"/>
    <part name="String_8" type="xsd:string"/>
    <part name="String_9" type="xsd:string"/>
    <part name="String_10" type="xsd:string"/>
    <part name="String_11" type="xsd:string"/>
    <part name="String_12" type="xsd:string"/>
    <part name="String_13" type="xsd:string"/>
    <part name="String_14" type="xsd:string"/>
    <part name="String_15" type="xsd:string"/>
    <part name="String_16" type="xsd:string"/>
    <part name="String_17" type="xsd:string"/>
    <part name="String_18" type="xsd:string"/>
    <part name="int_19" type="xsd:int"/>
    <part name="int_20" type="xsd:int"/>
    <part name="String_21" type="xsd:string"/>
    <part name="String_22" type="xsd:string"/>
    <part name="int_23" type="xsd:int"/>
    <part name="int_24" type="xsd:int"/>
    <part name="String_25" type="xsd:string"/>
    <part name="String_26" type="xsd:string"/>
    <part name="String_27" type="xsd:string"/>
    <part name="int_28" type="xsd:int"/>
    <part name="int_29" type="xsd:int"/>
    <part name="int_30" type="xsd:int"/>
    <part name="String_31" type="xsd:string"/>
    <part name="String_32" type="xsd:string"/>
    <part name="int_33" type="xsd:int"/>
    <part name="int_34" type="xsd:int"/>
    <part name="String_35" type="xsd:string"/></message>
    <message name="NMServiceServantInterface_setNewAddressResponse">
    <part name="result" type="xsd:string"/></message>
    <portType name="NMServiceServantInterface">
    <operation name="setNewAddress" parameterOrder="String_1 String_2 String_3 String_4 int_5 String_6 int_7 String_8 String_9 String_10 String_11 String_12 String_13 String_14 String_15 String_16 String_17 String_18 int_19 int_20 String_21 String_22 int_23 int_24 String_25 String_26 String_27 int_28 int_29 int_30 String_31 String_32 int_33 int_34 String_35">
    <input message="tns:NMServiceServantInterface_setNewAddress"/>
    <output message="tns:NMServiceServantInterface_setNewAddressResponse"/></operation></portType>
    <binding name="NMServiceServantInterfaceBinding" type="tns:NMServiceServantInterface">
    <operation name="setNewAddress">
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></output>
    <soap:operation soapAction=""/></operation>
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding>
    <service name="NMService">
    <port name="NMServiceServantInterfacePort" binding="tns:NMServiceServantInterfaceBinding">
    <soap:address location="http://localhost:80/NMService/NMService"/></port></service></definitions>
    �     I followed steps given this example. http://developers.sun.com/prodtech/javatools/jsstandard/reference/docs/s1s5/stockapp.html.
    If some one know what is wrong. Is it me or some thing wrong with the method I followed. But I am sure that I followed exactly the same method as it given in examples. So if some one can guide me
    Thanks

    I just found that there is a bug with Sun One Studio 5. It creates faulty JSP file to test the client for the web services. With above problem I tested my web services using different developing environment such as Jdeveloper 10g. I created client stub using wsdl file generated by sun one studio. And made call to my web service and all the parameter reached perfectly at service end point. And then I used stub class created by sun one studio for the client and made the same call. And it also went well. So the problem is with the test application (JSP File) sun one creates for my web service.
    This is the majore problem i faced during the development. But still there is many problem along with this which is not seriouse enough but requires attension. I would like sun developers to make sun one studio IDE simpler and handy .

  • Problem while creating the Partner Address in CRM

    Hi,
       We are facing one problem while creating the new address for the Business Partner.
       When ever customer wants to change the address : we are following one process : where we are      
       using 'BAPI_BUPA_ADDRESS_ADD' functin module. Becuse of this , new addrss number will be generated for the 
      corresponding account in BUT021_FS table.But this table contains old address number as a first record, so that when ever
      we display the partner address in UI, it is displaying the old address only because first entry of the the table 'BUT021_FS'
      contains the old address number.
      Because of this , we are getting lots of complaints regarding this.
    Can you please help on this ASAP.
    Thanks & Regards
    Pradeep.

    Try BAPI_BUPA_ADDRESS_CHANGE  for address change followed by BAPI_TRANSACTION_COMMIT . It works.

  • How to correct checkout form "there is a problem with the PayPal email address supplied"

    PayPal Pro submissions do not go through. The error message reads "We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller."
    I called PayPal. They checked and said my checkout form was not sending my email address to them. Any help on getting this to work will be sincerly appreciated. Thank you.

    - If you want to replace the headphone jack yourself see:
    iPod Touch Repair - iFixit
    - Apple will only exchange your iPod for a refurbished one for this price, You get a new battery.  However, it may not be worth it for a 2G iPod.
    Apple - Support - iPod - Repair pricing- A third-party place like this one is less expensive. Google from more places.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Hello support , i have problem getting my email in rescue email

    hello team i have problem getting my email on my rescue email ,
    i want to change my password ,
    and i forgot the secrect question i added ,
    so i changed my alternative id but i am unable to get my security option on my primary id and also on my rescue email ,
    <Email Edited by Host>

    You can only change the rescue email address by answering 2 of your security questions. If you have a rescue email address then the request reset info link should give you a clue as to what the address is e.g. (from here) :
    If you don't what it is then on the user-tip that I linked to there are contact details : http://support.apple.com/kb/HE57 (ask for the Account Security Team)

  • Problem getting a wireless connection to work

    Well after some enormous help from ArchForum - i managed to get my new laptop's netcard running.
    Its a IBM X60S with the intel Chipset. but not I'm trying to get connection to my networks around me - But It will not work.
    Normally i have used the KDE WIFImanager to do this - But now its just blinks off on constantly - súddenly its gonbe and then its back - I have ONCE been able to connect to the network - But didn' t get an IP adress.
    So since is gonna to be my work computer - I would really like to get this working as quicly as possible but I do not know how - and cannot see the problem. So here I go. I using IPW3945 and added it to rc.conf Modules= IPW3945 - and daemons IPW3945d (But should this evt. be before or after network
    I didn' t have anything else speciel in the rc.conf and can scan and find my network - but not able to connect to it or anything ...
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth2="dhcp"
    INTERFACES=(lo eth0 eth2)
    But not what so ever normally I hvae and 128bWEP crypt on the network - BUT do an iwlist eth2 keys shows only 40 & 104bits?? Isn't it strange??
    eth2      2 key sizes : 40, 104bits
              4 keys available :
                    [1]: 9096-4A0E-3965-137A-CACB-DEC6-9D (104 bits)
                    [2]: off
                    [3]: off
                    [4]: off
              Current Transmit Key: [1]
              Security mode:open
    the funny thing in dmesg:
    ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
    ieee80211_crypt: registered algorithm 'WEP'
    ADDRCONF(NETDEV_UP): eth2: link is not ready
    ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
    ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
    ipw3945: Microcode SW error detected.  Restarting.
    ipw3945: Error Reply type 0x0000003A cmd RX_ON_ASSOC (0x11) seq 0x040B ser 0x00000000
    ipw3945: Error sending LEDS_CMD: time out after 500ms.
    ipw3945: Can't stop Rx DMA.
    ADDRCONF(NETDEV_UP): eth2: link is not ready
    ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
    ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
    The funny part - i'm sitting with a IBM R51 rigth next to and all works fine here - and the signal is ultimativ and no problem getting an IPadress or anything.
    EDIT: I have now several times getting connected to the network - but not at any times been able to get an IPaddress - even though both machines have the same setup - and should get the IPaddress from the router. The old IBM gets it - but not the X60s.
    It seems like the asking for the DHCP - don't get on at all - In the routers log I cannot see if the card is asking for an IP - And should mean that it happend all the way.
    Hopefully someone can help me further on with this ??? So than I'm able to cone further with this machine

    Well -
    Is there difference between some off the networks ??
    I mean in my Router thereś 3 options:
    64 - 128 -256 Bits crypto
    But with IPW3945 there only 2 :
    40 - 104 Bits.
    So whats the difference and can you make something difference ? and is it possible to connect in other way to the accesspoints.
    Normally on each and every else IBM i have used IPW2200 and works just normally with kde WIFI manager.
    The only way i can connet to the accesspoint is without any WEP and with an static IP ???
    This cannot be the way!!!!

  • Iphone 4S- getting "the recipient email address was rejected by the server", any one a suggestion?

    I have tried everything from reading different online suggestions (that is going into setting-mail, contacts, etc. and look at outgoing server and making sure setting is correct...) and still getting "the recipient email address was rejected by the server", I have tried resetting network and also hard reboot. Nothing seems to work and would greatly appreciate any new suggestion?
    Thank you.

    It could be a typo in the 'return adress' field, a setup problem by the sender of the email. Unless you can reply to the same email sometimes successfully. Have a look at the actual address you are trying to send to, often he errors are obvious.

  • Problems getting e-mac to work with AEBS.

    I have been having some major problems getting connected to our network. We have most of our e-macs connected to the network via AEBS. The AEBS unit is connected by an ethernet connection. I have been trying to get connection to one of our computers for some time now, without any luck. Last night I finally had some connection, but was still unable to connect to the Internet. I was able to see some of the other base stations in the airport admin utility. I don't know what I did any different though to get the base station to recognize other base stations. I am really at a loss as to what to do to get connection.
    I have noticed that under system preferences, when I try to use DHCP, I am given a self-assigned ip address. I can put the ip address in manually. I also put the router in manually.
    I guess one of my questions would be how should I set up the base station and how should I set up the e-mac DHCP services? I currently have DHCP set up on the e-mac using Airport. I have the base station set up with the ethernet connection plugged into the LAN connector. This is the way that our other computers seem to be set up.
    I have heard talk about setting up WDS on the base station, but none of the other computers are set up this way and still receive connection to the Internet. If I were to set up WDS, what would I need to do? I still would like to connect by using ethernet connection to the base station.

    I have the aebs connected via an ethernet connection.
    OK, that is different that what I understood from your previous posts.
    I have the ethernet connection plugged into the LAN port on the back of the aebs.
    That is OK if there is another router on your network providing IP addresses AND this AEBS is configured so that the option to distribute IP addresses is DISABLED.
    Otherwise, it should be plugged into the WAN port.
    ...so should I have the e-mac set up using Airport to get connection to the aebs?
    The eMac should be set to use AirPort and DHCP to get an IP address.

  • XP Machine gets bad DNS Server address

    I was having issues with my Mini MAC dropping the wireless connection with my old Linksys Wireless G router so I went out and bought a new Airport Extreme, it was time for an upgrade to N and GigE anyway. Now I can't get my old Dell Box running WinXP to access the internet. I can surf my own network just fine. Below is a similar set of data when running ipconfig /all. Note this is not my box but it has the same DNS and DHCP server settings. I compared mine value for all fields when connected to my Linksys and AE. The only difference was the DHCP and DNS server settings. I haven't tried another Wired computer yet but every Wireless device connects to the internet just fine (Mini MAC, Wii). I've done all the power cycling suggestions but to no avail. Any Ideas? I am hoping to test another wired device to see to hopefully isolate it to WinXP/My NIC and not a wireless vs wired thing. The WinXP box uses a 100Mb speed. I do have a NAS (ReadyNAS NV+) running on the network but it doesn't/isn't connect to the internet and it is running just fine. Same is true for my network attached printer (Brother). Again any ideas/suggestions are appreciated.
    C:\Documents and Settings\Owner>ipconfig /all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : your-w04gtxld67
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC
    Physical Address. . : 00-0C-76-87-6A-A0
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . : 10.0.1.2
    Subnet Mask . . . . . . . . . :255.255.255.0
    Default Gateway . . . . . : 10.0.1.1
    DHCP Server . . . . . . . . : 10.0.1.1
    DNS Servers . . . . . . . . . . . : 10.0.1.1
    Lease Obtained. . . . . : Tuesday, May 23, 2006 3:16:46 PM
    Lease Expires . . . . . . . . . . : Tuesday, May 23, 2006 7:16:46 PM

    IP Address. . . . . . . . . . . . : 10.0.1.70
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Ok, these seem appropriate for what I would expect coming from the AirPort's DHCP server, although x.x.1.70 seems a bit odd but within the default range.
    Default Gateway . . . . . . . . . : 192.168.1.2
    This may be the problem. With the IP address assigned to your computer of 10.0.1.70, I would expect that you would get a Default Gateway address of 10.0.1.1. The one you got here is on a totally different private IP range. That would mean your computer will not be able to access the AirPort.
    DHCP Server . . . . . . . . . . . : 10.0.1.1
    This is correct and what I would expect.
    DNS Servers . . . . . . . . . . . : 208.67.222.222 208.67.220.220
    These are also correct since you are substituting the OpenDNS servers for your ISP's.
    We would need to figure out why your PC is getting assigned a Default Gateway address from the wrong subnet.

  • How can I get the client IP address correctly?

    Hi,
    I am having a problem with getting the client ip address correctly using jsp. I am currently using the method request.getRemoteAddr() (JSP)to get the remote client IP. This method works fine with intranet addresses.
    However, when I am using a dial-up connection through a ISP (internet service provider), it could not detect the actual IP that is assigned to my client PC, but instead got another IP address.
    Could anyone advise me on that? And could anyone advise me on how to obtain the correct client ip address correctly using any of the java technologies?
    Thanks,
    Damien

    >
    I don't believe so. You can't establish aconnection
    over the internet using a private IP. As far as I
    know most, if not all routers, block them so itwon't
    even move over the backbone.Well with port-mapping it is definately possible to
    allow an external ip to "connect" to an internal ip, i
    have done this very thing myself...Not the same.
    You are addressing the external server with a public IP address. That is then translated into the internal connection.
    That is not the same as using a private IP on the internet.
    As I said, the backbone will not let a private IP through.
    >
    >
    Yes, but my point is that at any given time, in the
    world, many boxes might have one address. Even ifit
    is a private IP is it still that IP for aparticular
    box. So if you use java to get its IP that is theIP
    that it gets. And that IP is useless for anything
    unless that IP is meaningful for the othercomputer.
    But all ips must be unique in a designated "internet"
    be it an "intranet" or whatever, there cannot be a
    situation where two identical ips in the same
    "internet", such that an ip that is achieved from a
    page-hit is valid and meangingful in order to send the
    data it is requesting back to it, or find out more
    about that computer, or log and report it if it is
    doing something illegal; i don't think its that
    meangingless is it?Yes it is. You can't use an IP to uniquely identify a box, and that is the sole criteria, when there might be two boxes with the same IP.
    When you use java on a client box to get the IP of the box, it doesn't necessarily return an IP that it meaningful to the anyone outside the lan on which the box lives.
    Because of this internet systems must do one of the following:
    -Do not use the IP as an identifier.
    -Require that the client has a public IP. This is often static. At least some security systems use this to validate users.

  • I've got a problem getting my PC connected to the Pinnacl...

    I've got a problem getting my PC connected to the Pinnacle Showcenter!
    Situation:
    * Windows XP sp2
    * Panda IS 2008 (disabled when trying to get connection)
    * Welk Lynksys WRT54GL
    * DHCP enabled (192.168.1.100 - 192.168.1.180)
    * PC wired connection to router
    * Pinnacle Showcenter 250 (I entered a static IP address 192.168.1.150 Subnet 255.255.255.0) wired connection to router.
    I can't connect the Pinnacle Showcenter to my PC (Windows Mediaplayer 11) through the router when using a CAT5 cable. (I managed to get a wireless connection!)
    As a rookie I mus be missing some settings but I've got no idea what. Gateway settings? DNS? Subnetmask?
    Every little help is welcome.
    Regards
    Marc

    On Pinnacle Showcenter use static Ip 192.168.150...subnet mask 255.255.255.0...with gateway 192.168.1.1 ...
     From the status page of router .... use DNS numbers on the same ...
    Check if you are able to connect to the application or not ...

  • I get the msg "email address not verified" when I sign into iTunes account, however it shows my account as already verified

    I get the msg "email address not verified" when I sign into iTunes account, however it shows my account as already verified, sends me back to sign in again &amp; then gives me the same msg all over again.  How do I fix this and access my iTunes account from my iPod Touch?

    I'm having the same problem.  Did you ever find out how to fix it?

  • How do I get a new DHCP address?

    I work in television, and we travel to a new location each week. Our Network is run through NomadixAG3000, and, anyone with a PC doesnt seem to have any issues logging on to our network. There seems to be new Mac users every other week, and the problems are escalating... For some reason, Macs seem to hold a DHCP address, I don't need to Renew my DHCP lease, I need a NEW DHCP lease. I just found a new error message, telling me the address is in use. I can't seem to get the computer to search for a different address. When I log on in MY work area, it is to a wireless access point/router , with encryption, so there doesnt seem to be any competition for these addresses. I work closely with our IT guys, but not in IT, and while I am completely ignorant as to System Administration, as a Mac User out here, I'd like to know the hows and whys to the problem.
    UPDATE: Every MAC, not just mine, seems to be trying to access the network to the SAME address, and once it's taken, we get an error message saying the 10.10.23.97 address is taken. I'm pretty sure the problem is with the Network System Admin settings. I log on without any issues on many other Nomadix based systems in hotels/coffeeshops, etc. Anyone see a clue here?

    BklynMoonshiner,
    I think you are on the right track with your suspicion that this is a router/hosting problem, not a Mac (OS X) problem. What is interesting is that all OS X machines are either attempting to acquire- or are being offered- the same IP address. This may be the clue you need to figure this out.
    Off the top of my head, the only thing that comes to mind, the only thing that would be common to the OS X machines but not necessarily a PC, is that they are also attempting to configure IPv6. Your infrastructure may not be capable of IPv6, or it may not be configured to support it. Since all of the OS X clients would be attempting to configure it, they might all end up asking for or getting the same IP address. I think the latter is more likely; not able to process the IPv6 requests, the router/host simply defaults to a single IP address, instead of granting addresses dynamically.
    I'm just guessing, and I'm no IT guru by a long shot. The networking stack seems like a bad nightmare to me. However, I think it is worth a try to disable IPv6 and see if it changes anything. Open System Preferences>Network. Open the padlock, if necessary, then click the "Advanced..." button with your Airport connection selected. Switch to the "TCP/IP" tab, and use the pull-down menu to turn IPv6 off. Save your settings, then try reconnecting to the network. Do this with at least 2 or 3 OS X clients, and test them on the same access point.
    Scott

Maybe you are looking for