How I solved my connection problem

I suffered non connection problem sometime back with bluesoliel to Pc Suite,they way I solved it was like this:-(Btw Having 2pcs both on winXpProSP2,[1)bluesoliel 1.6.1.4.][2)bluesoliel 1.4.+.+]Nokia 6600,NGage and Nokia 3250)
1.I started off with N6600 Pc Suite Installation, activated it and configured Mrouter by activating every comport,(while installing Pc suite dont install Connection manager).After that shut down Pc suite, and Install N activate bluesoliel do search for device once u get device pair it and check for services.
2.By this time the serial connection service icon should light up,Click connect and you will get an ERROR message saying cant connect.Just terminate all including bluesoliel.
3.Go to device manager and update the blue tooth driver(point to c:/program/bluesoliel till you get the driver(never use automatic search)And also blue thooth Pan device driver.Machine will want to restart,DONT.
4.Go to C:/windows/inf here look for bth.inf rename to bth.bak.than restart pc
5.Ater restarting dont activate Pc suite,bluesoliel will startup automaticly do the same again detect device and services connect on serial,will get a non connecting error again ,now wait a while than you can see bluesoliel connecting on 1 of the com automaticly (in my case was com 6)once u know what com its connecting automaticly note down the com port next open bluesoliel main window go to /tools/my bluethooth device,click on an another screen will open, there click on UART,than the advance cofiguration can be accesed, here choose the right com port (whch you have noted down)set baud rate to 115200,set flow control to RTS/CTS. Restart bluesoliel again.
6.Search for device,that services, start connect on serial device,now the waiting will be shortened,the auto conectivity will swing in, fire up Pc suite it should work by now.
Hope this helpes
Azrilo
(P.s Got a few enquiries from other forum where I have posted this,and here R a few details which I might have omitted off :-)
A) After Installing Blue tooth stacks, and also Pc suite 6600, just dont keep on restarting only but do a shutdown also, cant explain but some machines seems to get connected after shutting it down and restarting.
b) Remember to Use only Pc suite for Nokia 6600 specific ver 1.1.0
c) If after doing all the stuff up there n if it still cant connect check at device manager/ click on bluethooth device and on the view choose device by connection and you should get all these bluetooth devices;-
11 Bluetooth Serial ports(e.g. COM3-COM13)
Bluetooth PAN Network Adapter
4 Bluetooth virtual Modem
Bluetooth AV Audio Device
Bluetooth SCO Audio Device
Bluetooth HID Enum device
Bluetooth Vcomm Manager
Bluetooth HID Manager
If some of them r not there do an add hardware and locate from the folder where the dongle driver is located.NEVER USE MICROSOFT DRIVERS.
Hope this covers the rest.
*in my opinion the problem of bluethooth connection to pc suite is caused by microsoft stacks and that also depending on the dongle plus the provided dongle*
Cheers.

Hello and welcome to the Forums.
DBFixit by Pimlico software can be a god send at times trying to find and fix corrupt data. Although by Palms standards it is considered 3rd party software we cannot support it, but let me tell you we recommend it all the time to our customers with data issues. It is designed to work on Palm OS's and does a great job. I'm glad it worked out for you. 

Similar Messages

  • Does anybody know how to solve this font problem?

    Hello everyone,
    I have had this font problem for weeks now and I can't seem to get it solved. There are a number of fonts that won't load properly in Illustrator, PS, and InDesign. They are loaded in the system, but refuse to show up in the list. I've installed them in the home directory/library/fonts. These are commercial opentype fonts and one homemade opentype font. Sometimes the font that I created will appear, other times it does not, but many other fonts refuse to show up in the font display lists of these 3 software packages.
    I've cleared the font caches with FontNuke, everything looks like it should work properly, but it does not. Also, with Font Book, I've resolved any duplicate font problems. Does anybody know how to solve this problem? Is this a known CS4 bug?
    Any help would be greatly appreciated. I'm using the latest Mac Mini and CS4 software.
    Thanks in advance.
    CB

    Hi,
    How do I check if the fonts have the correct creator and so on?
    Anyway, I've spent the better part of today validating and removing suspect
    fonts. Why does the right click choice for resolve duplicates and the
    validate font behave completely differently in Font Book? I discovered that
    when this is investigated further with the validate font command, I found I
    had a massive amount of duplicates that according to font book cause minor
    errors. I thought that would have been sorted out with the resolve duplicate
    command, instead I ended up check marking and manually removing the fonts
    that had minor errors.
    I still have many commercial fonts plus my own font not showing up in
    Illustrator or PhotoShop. If I copy and paste the font directly into
    InDesign's font folder, my font shows up. I also tried removing my font to
    see if this would fix any of the other problems. It doesn't. I did type in
    my font name in the console dialog box and this message is displayed for
    this font as well as mine and many others.
    10-04-06 5:21:09 PM Font Book[12940] ##### ERROR:  The font system thinks
    the font
    file://localhost/Library/Fonts/Voluta%20Script%20Pro/VolutaScriptPro-Regular.otf
    is active, but the file no longer exists!
    Then I went back to font book to check to see if it is there and it is
    enabled. For my font the caution triangle appears with the multiple copies
    of the font is installed. Resolving duplicates doesn't solve this problem.
    Any ideas of how to fix this problem?
    Thanks
    CB

  • How to solve parameter passing problem?

    I have a report that can be place on any Portal page and it requires several parameters.
    The report is based on a query:
    select bldgname
    from building
    where (bldcntry = :cntry or :cntry is null) and
    (bldstate = :state or :state is null) and
    (bldcity = :city or :city is null)
    The LOVs for the bind variables need to be linked, i.e. State LOV is function of Cntry LOV and city LOV is function of both cntry LOV and state LOV.
    I can't use the Customization screen because it doesn't allow linked LOVs.
    I can't use a master detail form because I would have to create a table consisting of the 3 bind variables, M/D forms don't work with views. Since this is just one of 60 reports I have to do, it would mean adding 60 of these pseudo tables.
    I was thinking of placing a form, which can have linked LOVs, on the same page as the report, and then calling the page and passing the values of the LOV to three page parameters. Unfortunately, I need to dynamically determine the url of the page the report and form are on and p_page_url doesn't seem to be accessible from a form, although it is from a report, I have a TAR on this issue.
    So I wonder if anyone has an idea how to solve this problem?
    Larry

    Hi,
    Try calling the report from the success procedure of the form
    Here is an example which calls the report from the success procedure of the form.
    declare
    flightno number;
    ticketno varchar2(30);
    blk varchar2(10) := 'DEFAULT';
    l_url varchar2(2000);
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    l_url := 'http://domain/pls/reportname.show?p_arg_names=flightno&p_arg_values='||flightno||'&p_arg_names=ticketno&p_arg_values='||ticketno;
    call(l_url);
    end;
    Thanks,
    Sharmila

  • How to solve this belowed problem in Windows pc?

    I have installed windows 7 32 bit os,And then i installed java 7.I have set the path variable as bin and i have set the JAVA_HOME variable properly. After that i try to run in command as >java  it did show any thing and then i tried > java -v or trying to run a program it shows an same error like "There was problem starting java.The specified module could not found". Check out sample problem screenshot http://velshare.blogspot.in/2013/06/how-to-solve-this-issue.html. How can i solve this problem ?

    I use paintImmediately() method. Here is a thread that shows how it works:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=234114

  • How to solve a boot problem

    I was working on my Mac and it was very slow, so i turned it off (it was like quarter and hour while shutdown). After, i tried to boot it again, but didn't boot, so i entered Verbose mode. Error was "disk0s2: media is not present". I entered sigle user mode and i did "fsck -fy". It did the check and it was "The volume Macintosh HD appears to be OK. FILE SYSTEM WAS MODIFIED. I did fsck -fy again (i read on a forum that is necessary to do this till it doesn't appear FILE SYSTEM WAS MODIFIED) and it didn't appeared, only appered again "The volume Macintosh HD appears to be OK", so i logged out, but the disk0s2: media is not present was on screen another time. I booted from Mac OS X installation DVD, and i opened Disk Utility. It appeared the wait cursor and freezed. I held the Power button for shutdown and booted again from same DVD. I selected the installation program and when it checked the HDs for install it appeared Macintosh HD with 159'7 GB and 31'97 GB free, but when HD check finished, it disappeared. After doing that like 5 times, Macintosh HD didn't appear anymore when checking. From the single user mode i can enter to HD directories, like /Applications/Parallels or /Applications/ToySight etc. I need help for how to boot again my Mac or how to reinstall Mac OS without losing anything, or how to do a backup. Thanks.

    CAH4E3 wrote:
    Got my new customized iMac 27' yeasterday. After installing some soft, I decided to install Windows 7 as second OS on Boot Camp. After clicking the Boot Camp Assistant icon, programm opens, and immediately it shows error "Boot Camp Assistaint does not support Windows installation on this iMac 3TB" or something like that (I have a russian version of dashboard/OS). Only option available at that moment - button "OK", which exits Boot Camp A|ssistant.
    So... Any suggestions on how to solve the problem? I really need Windows as second OS, and don't want to install it like a virtual/emulator machine.
    My customized iMac "loadout" is Core i7 3.4, 16Gb DDR, Nvidia GeForce 680MX 2Gb, 3TB Hard Drive.
    P.S. I thought this may be solved by separating Hard Drive into partitions (main, which is for Mac OS, and little tome for Windows, formated into MS DOS FAT system), still - this has not helped me.
    There is a thread covering this subject here.  I would advise you to read the whole thread before trying the 'solution'.

  • How to solve this GUI problem

    Hi, I wrote a network application using GUI, which retrieve some info from net. The problem is that when I press a button for action the whole GUI get freeze until the whole operation finish ( finish retrieving info) and also don�t display any formation until it finish the whole operation but it suppose display info as soon as it get it (since the GUI get froze it does not display anything until it finish.) Does anybody knows how to solve it.?? Thank you

    I use paintImmediately() method. Here is a thread that shows how it works:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=234114

  • How to solve the error problem

    Hi Devs ...
    I have been learning Adobe Flex and using IDE Flash Builder 4. but Im fasing an unsolve able problem in code given bellow..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:mx="library://ns.adobe.com/flex/mx" layout="vertical" minWidth="955" minHeight="600">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <mx:states>
            <mx:State name="details">  /////////Here comes an error saying:-->State overrides may no longer be explicitly declared. The legacy states                                                                     /////syntax has been deprecated.
                <mx:AddChild position="lastChild">
                    <mx:Text text="About Picture" width="200" fontWeight="bold"/>
                </mx:AddChild>
                <mx:AddChild position="lastChild">
                    <mx:Text text="this is the picture of futue of Windows" width="200"/>
                </mx:AddChild>
            </mx:State>
        </mx:states>
        <mx:Image source="assets/att66298.jpg" rollOver="currentState='detail'"/>
    </mx:Application>
    please tell me how to slove this error problem.
    Arshay..

    <!-- incorrect --> 
    <root>
      < myxml label="something" >
    </root>
    <!-- correct -->
    <root>
      <myxml label="something">
    </myxml></root>

  • How to solve the error problem error:1088 in flex builder 3

    I'm facing an error while creating an application from Database using wamp web server please tell me how to solve this?

    <!-- incorrect --> 
    <root>
      < myxml label="something" >
    </root>
    <!-- correct -->
    <root>
      <myxml label="something">
    </myxml></root>

  • How to solve siri network problem on iphone 4s

    can anyone of you know how the sovle the network problem of siri of iphone 4s ?

    Please search the forums before posting. The issue of flash has been beaten into submission many time here.

  • How to solve the setColor() problem with multithreading?

    My fractal program uses a custom number of threads to draw the complete image. If I use just 1 thread, the image looks clean, if I use more threads some pixels of the image gets other colors. The problem ist the painting code:
    g2d.setColor(col);
    g2d.drawLine(x, y, x, y);as it is necessary to first set the color of the graphics object and then draw the line. I can solve this pixel color problem by synchronizing the Graphics2D object:
    synchronized (g2d) {
      g2d.setColor(col);
      g2d.drawLine(x, y, x, y);
    }but this slows the code down to times where just 1 thread is calculating the image. Unfortunately, I can't find a draw() method that has a color parameter.
    I tried to divide the panel into multiple BufferedImages (1 for each thread) which solves the pixel problem but only the first BufferedImage get's drawn.

    I solved my problem now. My solution is to use a separate BufferedImage for each Thread. I still had a bug where i didn't transformed the x/y coordinates of the complete image to the shifted x/y coordinates of the single BufferedImages, so that the threads draw the image out of the visible area which looked like all threads after the first only had a black image. After adjusting teh coordinates, the fractal now gets drawn correctly. And boy it's much faster with multiple threads - even on single core systems. On a dual core system, using 10-20 threads about doubles the performance as both cores have work almost all the time until the fractal is finished. :-)

  • How can I solve these connection problems in Mail 3.2?

    I have an iBook G4 that is running Leopard (10.5.2). I use it at home via an Airport connection and at work via a direct ethernet connection or router. I have the only Mac in my office. Within Mail I have set up my .Mac account as IMAP, and also import mail from my work POP account into Mail. Until recently this has been an elegant solution for my email needs (except for the fact that multiple copies of the same message from the POP account often turn up in Mail). The iBook still works fine at home, but now it doesn't at work. Our work internet connection is DSL and pretty slow. When using Connection Doctor, I can see what I have been experiencing at work. Usually the POP work email account is connected, but often the IMAP .Mac email account is not. The same goes for the out-going .Mac mail server. I have never had to set the preferences for these two email accounts differently in Mail to account for when I am at home and when I am at work. Could the reason be: the slow internet connection? changed settings for the internet connection by the cable company at work? something else? Any ideas would be appreciated!

    You may be experiencing problems that can be resolved by following advice on the following link.
    http://support.apple.com/kb/TS1307?viewlocale=en_US
    Good luck.

  • How Apple Solved My Internet Problem

    Greeting! Let me tell you about my internet problem and how Apple (kudos to them! Still the best customer service around!) solved it. I updated to Snow Leopard and, suddenly, whenever I tried to use the internet, my computer acted like I was playing Russian Roulette. The airport was working fine, and the diagnostics said as much. My computer did, too, showing me a powerful, full-bar, airport signal. But when I used Safari I often got: "Cannot connect to the server." I'd see the pages on the grid of pages, but when I clicked on one of them, I might get the page, or not. If I clicked on something else on the page (like say, replying to a topic on this forum), it might go to that link or not. Sometimes mail would come in, sometimes I'd get the exclamation mark telling me "NO!" Dashboard widgets that rely on an internet connection might work...or not. Nothing internet related was reliable.
    I could hit and hit and hit the reload button on Safari, and get nothing. Then I'd hit it again, and the link would appear. Pictures wouldn't show up, and pages often looked wrong. Re-load and maybe I'd be back to "cannot connect" or it would all come in fine. Very frustrating.
    Oh, and my computer was running very hot! Much, much, much hotter than usual. Alarmingly so.
    I tried all solutions recommended here. None worked or, rather, they might work for a while, then fail. Re-starting the computer seemed to make things worse. Finally I called Apple. The first representative tried her best, but couldn't solve it. The second spent a long time talking me through all kinds of fixes--dumping caches, special re-boots, re-starting the modem. Still the problem persisted. Finally, I was passed onto the third representative who had me send a profile of my computer to Apple.
    "Did you use migration assistant when you first got this computer?" he asked.
    "Yes, I did."
    "Go to library>contextual items>..." he went on and led me to a thing called "Openbase." Which I then trashed. What is Openbase? Well, it's part of a program I happen to like and use called Soho Notes from Chronos company. It connects me to their server which has the information I put into the notes. Unbeknownst to me, this program, the "old" version that I had (which worked with Leopard, but was fighting with Snow Leopard), was getting in the way. Even though it wasn't technically "running," its widget in the dock would shout out "dibs" on the internet, especially after a re-start, and interfere with everything else.
    Once "Openbase" was in the trash, ta-da! Internet working perfectly. Brilliantly, in fact. Super-fast, super-good. Not a single glitch. And Soho notes? Seems they had an update for Snow Leopard, I just didn't think to update (nor would I have. I use the program sporadically, and even if there was a note from the company telling me to update, it might have been a while till I saw it).
    In short, if you're having this sort of problem, you might want to think of programs you've got that connect you to internet data bases. Maybe they need updating (if there is a Snow Leopard update for them?)? Or they're getting in the way somehow? Leopard was and was not the problem here. It caused the problem by getting tangled up with this program, but it didn't have a bug. It and the old program just couldn't play nice together.
    Hope this helps those of you still looking for answers to find one. If not, by all means, call Apple. They were great. Oh, and my computer is running nice and cool again

    Apple hierarchy system does make sense in that the majority of problems people have are often simple ones with common solutions. Like, "did you turn it on?" or "Is the box check marked?" So you start with the tech who might say, "Is the printer plugged in?" (duh! problem solved!), before you ever reach the guy who'll instruct you to "open the activity monitor and type this in..."
    The only frustration with it is that you kinda have to start with the low-rung person, and if you've already tried all sorts of wise advice from this forum as I did, they might take you through it all again, as they are kinda required to make sure all the obvious, easy fixes have been tried. I was actually surprised that all the suggestions of the low-rung person were different than the ones I'd tried, though still simple and low-rung (we pretty much stayed in the preferences "network box"). I must say that rung two on the ladder was a very savvy techie. She had all sorts of tricks, but as you can see, someone really had to take a look at what was on the computer to fix this particular problem. So that's how I ended up on rung three.
    I did ask the second person just before she passed me onto her supervisor if there was any chance that I might get to Steve Jobs if this went on long enough. She said that was unlikely, but not impossible

  • [SOLVED] Wireless connection problem!

    I cant connect wireless.  It waits at stage 4. see the log. Help pls!
    lspci output:
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 14)
    05:00.0 Network controller: Intel Corporation WiFi Link 5100
    log:
    Aug 3 19:18:31 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: disconnected -> inactive
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) starting connection 'Auto notwirelessap'
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0/wireless): access point 'Auto notwirelessap' has security, but secrets are required.
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: get_secret_flags: assertion `is_secret_prop (setting, secret_name, error)' failed
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0/wireless): connection 'Auto notwirelessap' has security, and secrets exist. No new secrets needed.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'ssid' value 'notwirelessap'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'scan_ssid' value '1'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'auth_alg' value 'OPEN'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'psk' value '<omitted>'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: set interface ap_scan to 1
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: inactive -> scanning
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Aug 3 19:19:14 localhost kernel: [ 201.475012] wlan0: authenticate with 00:14:78:ec:29:bb (try 1)
    Aug 3 19:19:14 localhost kernel: [ 201.476781] wlan0: authenticated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Aug 3 19:19:14 localhost kernel: [ 201.481976] wlan0: associate with 00:14:78:ec:29:bb (try 1)
    Aug 3 19:19:14 localhost kernel: [ 201.484507] wlan0: RX ReassocResp from 00:14:78:ec:29:bb (capab=0x431 status=0 aid=2)
    Aug 3 19:19:14 localhost kernel: [ 201.484510] wlan0: associated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: associating -> associated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'notwirelessap'.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> dhcpcd started with pid 1795
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning IP6 addrconf.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
    Aug 3 19:19:14 localhost dhcpcd[1795]: version 5.2.12 starting
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: rebinding lease of 10.120.103.17
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: acknowledged 10.120.103.17 from 10.120.100.254
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: checking for 10.120.103.17
    Aug 3 19:19:17 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) starting DHCPv6 as requested by IPv6 router...
    Aug 3 19:19:17 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning DHCPv6 transaction (timeout in 45 seconds)
    Aug 3 19:19:17 localhost NetworkManager[826]: <warn> the dhcpcd backend does not support IPv6.
    Aug 3 19:19:20 localhost dhcpcd[1795]: wlan0: leased 10.120.103.17 for 86400 seconds
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> (wlan0): DHCPv4 state changed preinit -> bound
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) started...
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> address 10.120.103.17
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> prefix 21 (255.255.248.0)
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> gateway 10.120.100.254
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> nameserver '193.140.216.203'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> nameserver '193.140.216.8'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> domain name 'hacettepe.edu.tr'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) complete.
    Last edited by alperenel (2011-08-08 01:35:47)

    dobedo wrote:https://bbs.archlinux.org/viewtopic.php?id=120032
    thanks that solved my problem.

  • How to solved RFC connection (EarlyWatch)

    Hi,
    I having problem in Solution Manager 4.0 (EarlyWatch Report)
    R/3 landscape (NDV,NQA,NPR)
    NDV and NPR does works fine and getting EWA everyweek which is schedule every week
    NQA does not work at all
    Screenshot here:
    http://www.flickr.com/photos/25222280@N03/2586790185/sizes/o/
    1. I check RFC connection in solution manager (sdccn)
    Selected NQA, and click RFC button
    Login NQA tr: sdccn --> taskLog --> from menu GOTO --> setting --> Processor task
    Checkhosts then double click (RFC destination) I got error: "no host fulfils the requirements of service data control center"
    Is there any problem please let me know
    Screenshot here:
    http://www.flickr.com/photos/25222280@N03/2586794197/sizes/o/
    2. Goto SM59 --> under R/3 connection --> check connection "SM_NSMCLIENT100_BACK" does works fine...
    screenshot here:
    http://www.flickr.com/photos/25222280@N03/2586794219/sizes/o/
    Question: please let me know where and what i am missing or wrong ?
    Thanks in Advanced

    Hi Issue,
    These can solved in two ways.
    1. You dont need an trusted RFC for EWA. You can get the reports w/o TRUSTED. if you really need this, then follow option 2.
    2. Add S_RFC & S_RFCACL autorization objects to your ID in both systems. Solman & Target system.
    This will solve your issue.
    Thanks,

  • How to solve no bass problem on Satellite A110-230?

    I have read about other users having some problems with sound. There is no bass when I connect my stereo system. So I used the search and found a solution.
    Renamed two files! The sound quality is better now but incomparable with other laptops I tried. Are there any updated files or something to solve this problem fully? Maybe someone knows other drivers of a similar device I could install? I use Satellite A110-230.
    P.S. I read about these problems in forum. These posts are added a long time ago. Hasn't anything changed? Werent some new drivers released?
    Nobody properly solved this problem?

    Hi
    I think the renaming of the two files was a solution and the bass appeared.
    In my knowledge the notebook was delivered with no brand speakers.
    So in my opinion the speakers quality in not the same likes with the Harman kardon speakers.
    The unit supports also a sound on board chip Realtek ALC861.
    You could try to install the newest driver from the Realtek site and if you are lucky maybe the bass quality will increase.
    http://www.realtek.com.tw/

Maybe you are looking for

  • How can I stop Safari from opening new windows unless I want them?

    Since Safari 5.02, there is no box to check in the General Preferences to stop Safari from opening a new window when I click on a link. My expectation is to only go to a new window when I want to do it. Most of my searches go down a rabbit hole and I

  • Problem in moving files

    Hi everyone ! Since I've installed SL I've noticed that there's a bug when I move files from one folder to another. Normally, when you move the file with the mouse and you drag it to a folder and stay on it, the folder should open in a new window, bu

  • How do I disable the Artwork Download

    I recently upgraded to iTunes 7.1.1.5 for the PC and now every time I start the appliation it first gives me a dialog "Download Album Artwork" iTunes can automatically download albu artwork, when you add songs to your library. iTunes can also downloa

  • APPLICATION SCOPED DATASOURCE

    Is possible to set the "Emulate two phase commit for non XA Driver" property for an application scoped datasource?? Thanx

  • I get "There was a problem connecting to the server" every time I reboot

    This has been going on for over a year I think, and it's driving me nuts.  Every time I reboot my Mac Pro I get this message: "MacBook Pro 2.6" is the name of my MacBook Pro, and as long as it's turned on and accessible via the network I won't get th