Partially solved Merge_Failed

Hi,
I had the same problem of many others people on import my page-group from the test environment.
I was exporting from sun to nt, and I had a MERGE_FAILED on import.
I thought was a dependency problem, so probably what I was going to import had dependency from other page_group nnot yet imported.
So I decided to create a new page-group, BUT while I was creating the page-group and only the style (no yet template or others page) I made a new import.
In that case I didn't have any errors and the status of import get MERGE_COMPLETE.
BUT, obviously , when I attempted to open my page-group succesfully imported (the log file said me Merge-complete) I didn't see anithing imported.
Now I ask someone , overall Oracle group, Why ????
what can I do now??
If the log file report say me that all work fine, now what can I have to do to view my build page-group.
Please help me!!!
thx

koch wrote:
intellitech wrote:DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
you have dbus starting before hal but hal starts debus by default so please try this...
DAEMONS=(...@acpid @hal @alsa...)
and delete debus from that line.
Removed dbus from the daemons array and hal still won't start. Also, I noticed that the "Loading udev events" portion of the boot process seems to take a lot longer than it used to. Last boot, it took about 19130ms, whereas it used to take < 3000ms. Could these be related?
Also, I ran a full system upgrade, both udev and hal were upgraded.
[zen@intellitech ~]$ pacman -Q | grep hal
hal 0.5.11-4
hal-info 0.20080508-1
[zen@intellitech ~]$ pacman -Q | grep udev
klibc-udev 128-1
udev 128-5

Similar Messages

  • [PARTIALLY SOLVED] HAL fails to start

    ** UPDATE: PARTIALLY SOLVED - SEE BOTTOM OF THE FIRST POST
    HAL fails to start. I'm not exactly sure why this is, but I believe it has something to do with my attempts to get automounting working under gnome.
    [zen@intellitech ~]$ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    [zen@intellitech ~]$ vim /etc/rc.conf
    MODULES=(acpi-cpufreq cpufreq_ondemand e1000 iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore thinkpad_acpi uinput vboxdrv)
    DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
    [zen@intellitech ~]$ pacman -Q | grep hal
    hal 0.5.11-1
    hal-info 0.20080508-1
    [zen@intellitech ~]$ /usr/sbin/hald --daemon=no --verbose=yes
    03:13:37.451 [i] hald.c:669: hal 0.5.11
    03:13:37.451 [i] hald.c:734: Will not daemonize
    03:13:37.451 [i] hald_dbus.c:5381: local server is listening at unix:abstract=/var/run/hald/dbus-pdtZvbqaVq,guid=312b47921cba4c5cdbee099a48ec87d1
    03:13:37.452 [E] ck-tracker.c:367: Error doing GetSeats on ConsoleKit: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
    03:13:37.452 [E] ck-tracker.c:792: Could not get seats and sessions
    03:13:37.452 [W] hald_dbus.c:5806: Could not initialize seats and sessions from ConsoleKit
    Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
    03:13:37.453 [i] hald_runner.c:301: Runner has pid 3675
    03:13:37.453 [i] hald_runner.c:182: runner connection is 0x15bdec0
    03:13:37.456 [W] osspec.c:373: Unable to open /proc/mdstat: No such file or directory
    03:13:37.457 [D] util_helper.c:124: drop_privileges: could not set group id
    [zen@intellitech ~]$ vim /etc/group
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:root,zen
    disk::6:root,zen
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,zen
    ftp::11:
    mail::12:
    log::19:root
    smmsp::25:
    games::50:
    network:x:90:zen
    video:x:91:zen
    audio::92:root,zen
    optical::93:root,zen
    floppy:x:94:root,zen
    storage:x:95:root,zen
    power:x:98:root,zen
    nobody::99:
    users::100:zen
    locate:x:21:
    uucp:x:14:
    http:x:33:
    scanner:x:96:
    dbus:x:81:root,zen
    hal:x:82:root,zen
    avahi:x:84:root,zen
    camera:x:97:
    gdm:x:101:
    vboxusers:x:108:zen
    samba:x:109:zen,root
    * Yes, I know it is bad practice to have a normal user listed under the disk group. It is necessary, however, in order to have raw disk access for virtual box.
    [zen@intellitech ~]$ sudo /etc/rc.d/dbus stop
    :: Stopping D-BUS system messagebus [DONE]
    [zen@intellitech ~]$ sudo /etc/rc.d/hal start
    :: Starting D-BUS system messagebus [DONE]
    :: Starting Hardware Abstraction Layer [FAIL]
    It's odd, because D-BUS will start but hal will not... Anybody have any suggestions?
    * UPDATE (10/08/08): Did a full system upgrade and removed dbus from daemons array in rc.conf. UDEV EVENTS Processing speed seems to be back to normal.
    ** SOLUTION UPDATE: After removing custom ntfs-3g fdi policies from /etc/hal/fdi/policy/, hal seems to load without any problems. This seems to be a bug, since my policies were working at one point, and I believe a hal update caused the problem. I'll see if I can track down the exact hal version that it breaks on, and submit a respective bug report for it.
    ** OFF-TOPIC UPDATE: Using hwdetect --modules to get a modules list, and using these modules in rc.conf with MOD_AUTOLOAD turned off (and also in mkinitcpio.conf and running mkinitcpio -g <path>), seems to have dramatically increased my "Load udev events" processing time. After doing this, my udev speed went from almost 4000ms to literally < 500ms.
    Last edited by intellitech (2008-10-08 14:58:53)

    koch wrote:
    intellitech wrote:DAEMONS=(syslog-ng @network !net-profiles @net-auto @netfs !samba !crond @acpid @dbus @hal @alsa !daemoot !avahi-daemon @cups @ddclient @bluetooth)
    you have dbus starting before hal but hal starts debus by default so please try this...
    DAEMONS=(...@acpid @hal @alsa...)
    and delete debus from that line.
    Removed dbus from the daemons array and hal still won't start. Also, I noticed that the "Loading udev events" portion of the boot process seems to take a lot longer than it used to. Last boot, it took about 19130ms, whereas it used to take < 3000ms. Could these be related?
    Also, I ran a full system upgrade, both udev and hal were upgraded.
    [zen@intellitech ~]$ pacman -Q | grep hal
    hal 0.5.11-4
    hal-info 0.20080508-1
    [zen@intellitech ~]$ pacman -Q | grep udev
    klibc-udev 128-1
    udev 128-5

  • [PARTIALLY SOLVED] Arch on MacBook4: can't install GRUB

    I've been running Arch on my MacBook4 (4 years old now) for quite some time in dualboot mode and have already set up GRUB sucessfully several times. I therefore feel kinda bad that I have to open a new thread this time, but after wasting the whole morning on Google, I don't see another solution.
    What has happened is that I had to resize my Linux partitions because there was no space left on my system partition. I have the following partitions:
    sda1 - fat32 EFI partition
    sda2 - hfs+ Mac partition
    sda3 - ext4 Arch system partition
    sda4 - ext4 Arch home partition
    As mentioned, when I first organized my Arch partitions this way, I could successfully set up GRUB, but it was GRUB1 which I had to set up via grub shell. Now, as it looks to me, GRUB1 is not available anymore but only GRUB2 which doesn't use the grub shell anymore. I've not been able to install GRUB2 the last time (that's why I ended up using GRUB1) and I'm still not able to install it this time!
    When I start the MacBook and choose the Linux partition in rEFIt, I get to a black screen displaying GRUB_ and doing nothing more (because I don't have GRUB set up). That's how far I am right now.
    Now can anyone help me with setting up GRUB(2)? Thanks in advance for any help!
    Last edited by cryptkeeper (2012-09-05 06:13:14)

    I've succeeded in working around the problem of installing GRUB2 after I found out that grub-legary is nothing else but GRUB1. So all I had to do to get back a running system was:
    - removing the GRUB2 installation
    - installing grub-legacy
    - copying my old menu.lst to /boot/grub/
    - grub shell: root (hd0,2); setup (hd0); quit
    Now it works like a charm again.
    Still I only consider this thread half solved because I still don't know how to install GRUB2 on my system. It's not of vital interest to me anymore (I don't care too much why, that is, due to which boot loader, my system boots, as long as it boots), but a solution would nonetheless be nice since this thread is opened anyway.
    So: How can GRUB2 be installed on a MacBook dualboot system with rEFIt such as mine?

  • [partially solved] firefox and input boxes

    I've updated firefox to 3.5 recently, after update, I noticed that input boxes look too long.
    here's a screenshot of www.archlinux.org (pay attention to package search area)
    and here's a screenshot from google.
    I dont have any problems with midori, it renders the page fine:
    I tried changing firefox theme and gtk theme but it didnt help.
    So, any ideas about this problem?
    solved
    well, i've solved my problem by changing main font from Lucida Grande to another font.
    Last edited by ras0ir (2009-07-14 08:43:05)

    I had exactly the same problem but i didn't want to change my system font because i really like the elegance of 'Lucida Grande'.
    I tried a bit tweaking Firefox with creating userChrome.css but it didn't work for me.
    Then i installed the stylish addon and created a custom userstyle:
    * Bugfix for the firefox input fields when using 'Lucida grande' as system font
    @namespace url(http://www.w3.org/1999/xhtml);
    input {
    font-family: sans-serif !important;
    With this workaround all input fields are at the right size again. Of course 'sans-serif' shouldn't again point to 'Lucida Grande' For me it's 'DejaVu Sans'.
    Could someone help me to realize this workaround with a userChrome.css so i don't need the stylish extension anymore?
    Also this tweak applies to all 'input' fields - e.g. to buttons, too. How can i specifiy, that it should only target single-line text inputs?
    cheers
    Fat

  • [PARTIALLY SOLVED] Wine 3D apps make the system randomly freezes

    Hi!
    Since some months, i can't play longer that one hour on games through wine: xorg locks up the system randomly: i can't switch to a console or close the game with Alt+F4. I can only move the mouse, and the sound is always running. Moreover, I can always connect to the pc through SSH.
    I think it's due to fglrx driver, because with the OSS one, I never freeze so (but I get crap performances, what is not the best to play...).
    Did someone got the same issue and solved it?
    Thanks,
    nob.
    Last edited by nob.dir (2012-10-30 21:38:33)

    Write bug report to amd, and pray.
    Edit: To not leave the post so cynical.
    AMD's fglrx driver is not that high quality. From personal exprience, it has always caused more problems than good.
    So your only choice is really to a) Write detailed bug to amd, and hope they fix it. b) Use the open source drivers. c) Change GPU
    Last edited by Cloudef (2012-10-29 20:28:35)

  • K9N2 Sli Platinum + SSD OCZ Vertex 3 = Slow Speed Problem [PARTIALLY SOLVED]

    Hey folks,
    I have a problem with my new SSD. I only get sequential reads of 140MB/s and writes of 114MB/s.
    I think it is a driver related issue. I once got faster SATA2-like speeds but cannot reproduce the system settings again... Everything back to SATA1-like speeds after reboot.
    First my pc specs:
    MSI K9N2 Sli Platinum, BIOS v3.9
    - 6 SATAII ports by nForce 750a SLI
    - 2 ESATA (External-SATA) ports (back panel) by JMB363
    - Supports storage and data transfers at up to 3 Gb/s
    AMD Phenom II 965 Black
    Patriot PV224G8500ELKB Viper II Series DDR2 4GB (2 x 2GB, CL5 PC-8500/1066MHz)
    SSD SATAIII OCZ Vertex 3, 120GB, FW v2.11
    LG Internal BlueRay BH10LS30
    Windows 7 Ultimate x64
    I only get very slow speeds with the SSD. I tried so many things that I am getting very frustrated now, I am even thinking about getting a new board and ram just to get the SSD up to speed...  
    1)
    I installed Win7 first with all the default settings in Windows Setup from DVD. Default "IDE ATA/ATAPI controllers" driver was "Standard AHCI1.0 Serial ATA Controller".
    SSD was connected to SATA1-port,  On-Chip Sata Controller AHCI enabled in BIOS,  Extra RAID/IDE Controller disabled.
    All fine, but whichever benchmark I used (AS SSD, HD Tune Pro, Atto Disk Benchmark, CrystalDiskMark; other tools used: DriveControllerInfo, AIDA64/Everest, CrystalDiskInfo ) I got e.g. 140MB/s Read and 114MB/s Write sequentially (CrystalDiskmark, similar with random data AND only zeros ).
    Trim working (it seems) with AHCI driver. I also changed to nvstor64 driver (nforce driver setup 15.56), with is marginally faster but not what you would expect from a SATAIII drive on SATAII controller.
    2)
    I installed Win7 using "diskpart" (Shift-F10) during disk setup, setting a cluster size of 64k instead of default. No real change.
    3)
    After reinstall of Win7 x64 (again...), I changed from SATA1 port to SATA6 port, also enabled Extra Raid/IDE controller set to AHCI as well.
    Nothing changed. With all settings to default in Windows (ahci default driver), I then manually updated the ahci to nvstore64 driver in Device Management, rebooted.
    Then a minute later after reboot I got the following Sequential speeds with CrystalDiskMark:
    273MB/s read and 137MB/s write (random data)  +  274MB/s read and 220MB/s write (with zeros) !!!
    While I ran this benchmark Windows came up with a message: "You must restart your computer to apply these changes - Restart Now/Restart Later".
    After the previos reboot, when I changed manually from AHCI to NVSTORE, I had changed nothing in the current session, apart from running CrystalDiskMark.
    I did reboot and I was back to the slow SSD speeds again = 140/114 MB/s...
    4)
    I have tried every possible combination of mainboard SATA ports, drivers changing with nvidia setup/manually, deleting and disabling controllers (incl BSOD and startup repair :D ), chaning bios settings around, but I just cannot get back the faster speeds  
    There is never any change in speed, whether I use ahci or nvstore64, whichever benchmark I use, whether random or zeros...
    5)
    Could the SSD be broken, something internally preventing it from faster speeds (with this one random exception)?
    Could it be that my K9N2 SataPorts only allows for / reduced to SATA1 speeds?
    Am I missing something with the driver setup?
    Do I need additional drivers for the extra JMicron Controller when using SataPorts 5/6 ?
    I have no other mainboard to test this with...
    Please guys, I am going to jump out of the window if I can't fix it... :(
    Thanks, Mike

    Hey guys - problem 'solved':  
    I tested the OCZ SSD Vertex 3 120GB with following sata3 controller card http://www.lycom.com.tw/PE-115H.htm.
    The card itself works immediately (needs at least PCIe x4 slot, will work slower otherwise but still faster than the OCZ SSD @sata1 with nvidia chipset).
    There is some raid setup, doesn't apply to me, the boot even with the card is really only a few seconds longer and not annoying at all. Windows (7 x64) needed a driver, supplied on CD (which is cheap and making noise like h**l). The card works w/o the driver but doesn't harm to install it...
    Also, just to clarify, this sata controller card did not need any specific setup at all. Just put it in, plug in sata cable (I use akasa sata3-rated), maybe change boot device in BIOS (I didn't even have to), done - booting Windows as usual.
    Benchmark CDM with sata controller card Lycom PE-115H:
    http://img24.imageshack.us/img24/3845/cdmpe115hahci0x00.png
    http://img850.imageshack.us/img850/7549/cdmpe115hahcirand.png
    Speed is much better than before with nvidia chipset 750a SLI controller: sata1 (sata2 whenever it randomly worked):
    http://img839.imageshack.us/img839/505/cdmahci0x0.png
    http://img13.imageshack.us/img13/6258/cdmahci0x0sata6contnv64.png
    Final thoughts:
    Well, I am happy with the SSD speed now (PCIe limited to 5Gbps). However, I had to spent quite some time to get it working on my sata2-cabable mainboard. Finally, I had to buy a extra controller card to get it working reliably at speeds faster than sata1. There is hardly any useful information on why this problem occurs with (older) nvidia chipsets and OCZ (sata3) SSDs. I still think that OCZ must know about this problem, but regards this issue as low priority, while at the same time not planning on giving up on sales to people with nvidia chipsets. Maybe OCZ should just make a big sticker on the box the drives come in with something like "Does/Might not work with nvidia chipsets, please use third-party sata controller card or different SSD manufacturer".   But then none of these potential customers would buy OCZ SSDs...  
    I will keep the sata3 controller, anyway handy to have, but return the OCZ Vertex 3 120GB and replace it with a SSD from a different manufacturer (Corsair Force GT, Patriot and OWC are not that great to get around here). The benchmarks for most people will not achieve the maximum advertised OCZ speeds anyway, so why not go with a brand that allows for some plug'n'play with some customer support.
    Hope this post helps others like me with their nvidia chipset  + sata1 speed problem
    Cheers, Mike

  • [Solved] pSX Segmentation Fault - [Partially Solved] pSX problems

    Alright, I think that I've solved the segmentation fault thing that was happening in pSX whenever I ran it (I use Arch x86_64).  I'm not sure what was wrong, but after installing lib32-intel-dri-7.11.2-2 via pacman pSX appeared to work fine.  The only other problems I've encountered so far is that (1) installing one of the alsa plugin things (not sure which one since I was installing more than one at the time) seems to make it crash and stay crashed as long as the plugins are installed, (2) another problem was that when I try to load a savestate while running a loaded savestate of Final Fantasy 7 in pSX (I say FF7 because that's the only game I've tried playing so far) causes pSX to crash with a segmentation error, (3) and the last problem, which does happen to be the least important/crippling is that while pSX is running I keep getting a message displayed to xterm saying: "sound: underrun".  That's pretty much it.  So if any of you have been having trouble getting pSX to run on an x86_64 install of Arch/have been getting segmentation fault errors when you try to run pSX on Arch x86_64 just install lib32-intel-dri or the applicable alternative and it should hopefully work.
    Last edited by Orodruin (2012-01-06 09:44:00)

    I ran into this same problem after an upgrade on a Thinkpad T60 and this did fix the problem.
    Thanks to Roxas for posting the solution.

  • Spotlight Search / Contacts Search (partially solved)

    I had been looking literally for years for a full search tool, similar to what worked on Palm PDA; Spotlight was nice but way too limited : no search on Contacts adresses, none on optional fields such as Notes, Profession, etc...
    Thanks to this thread https://discussions.apple.com/thread/2051531?threadID=2051531, I finally discovered "Contact Tool" which does all I want, except only for Contacts. Too bad it is almost impossible to find on the App Store due to its too generic name...
    That would be great if iOS5 brought a major Spotlight improvement, especially for what is not covered by Contact Tool (like emails content).

    Forgot to mention that 2 other search applications were also named in the same thread : Fast Contacts and Contact Find.
    Did not test them thou since Contact Tool perfectly solved my problem .

  • K8n neo nforce3 250Gb - maxtor sata II diamondmax 10 300GB [partially solved]

    I have a K8n neo nforce3 250Gb motherboard (bios 1.1) and just bought a MAXTOR sata II diamondmax 10 300GB Harddisk (Model:6v300f0, 27 april 2006, firmware:va111630)...
    After plugging it in, the bios failed to recognise it, unless I did a warmboot after the first boot...
    Errors in initializing and formatting the drive and i/o errors in event manager resulted...
    We have heard it all on these forums and now I know there is a compatibility problem...
    My question: Will I benefit from flashing my 1.1 bios to 2.1..? (Has there been a compatibility-fix somewhere along the line)
    If not, what brand SATAII PCI controllercard will make the HD work..?

    For testing, I acquired a 'Sweex 2 Port Serial ATA PCI' Card. model nr: FD000050
    http://www.sweex.com/product.asp?pid=328      (Picture did not match recieved card, but chip model nr. did!)...
    Worth 19 Euro at my local Media Markt store...
    This SATA controller has two sata 150GB connectors with a Silicon Image chipset...
    I set the jumper on my maxtor sata II diamondmax 10 300GB, to 150GB mode... (move jumper from right to left)...
    (I read there is little to no performance loss on 150GB (sata 1) mode anyway)
    This seems to have solved my problem and the drive works throughout multiple cold/warm reboots, format, copy, delete and test operations...
    Eventhough the drive is only working on sata 150GB mode now, I am ever more confident that a Silicon Image PCI sata II 300 controller will make it function on full 300GB mode...
    Still any suggestions/results on my abovementioned questions are very much appreciated...
    I will check back with updates..!

  • File associations don't update [Partially SOLVED]

    Dear all
    I have just installed Xnview with Crossover office and I planned to use it as default image viewer. I have currently kdemod installed.
    When I try to change the file association in kcontrol the update is not saved. If I choose "open with" in krusader it doesn't show xnview in the menu. If I force the image to open with xnview it does open.
    This lack of updating is only happening with this case as I just changed the directory file association to krusader and it stuck
    The updating for xnview doesn't work even if I run kcontrol as root
    any idea?
    Cippa
    Last edited by Cippa Lippa (2008-05-16 12:16:34)

    the problem is that I am running arch64 and xnview is not compatible :-(
    anyway I think I found at least part of the problem
    in KDE control center under "File Associations" it is not enough soemtimes to just add an applicatioon to the list "Application preference order". The reason is that sometimes, for some reason, that application you want to use is not associated with specific file types in the MIME catalog
    what needs to be done thus is
    1) add the application you want to the list of "Application preference order"
    2) select the entry in the list
    3) click on Edit
    4) check on the third tab called "Application"
    5) see the list below of "Supported File Types"
    6) add all the file types that you want associated with that application
    7) apply
    8) go back to the main file association menu and check all the file types you have associated and verify that your application is listed in the list of preferred application
    9) now if you want you can change the order in the "Application preference order"
    I found this to work in terms of getting your application to remain in the list "Application preference order". The problem still sometimes is that the specific order in which you put your application might not remain saved after you click on Apply
    Cheers
    Cippa

  • [Partially Solved] Error with bsdtar and symbolic links

    I'm trying to install a package (asymptote) from AUR but am running into an odd error.  During the extract phase I get errors like
    asymptote-1.70/base/asy-keywords.el: Can't update time for asymptote-1.70/base/asy-keywords.el: Function not implemented
    bsdtar: Error exit delayed from previous errors.
    I found a post that may help: http://bbs.archlinux.org/viewtopic.php?id=50750.  Do I really have to do this?
    By the way, I too am running on a Linode (Xen virtualization).
    Thanks,
    Luis
    Last edited by banbh (2009-05-24 00:22:13)

    I have not got to the bottom of my problems with bsdtar and symlinks.  I suspect it must have something to do with either my configuration (derived from the Arch image provided by Linode) or running under virtualisation.
    However, others might find my work-around useful, so I document it below.
    I downloaded asymptote from AUR using wget ("wget http://aur.archlinux.org/packages/asymptote/asymptote.tar.gz"), unpacked it, then patched the PKGBUILD
    $ diff -u PKGBUILD.orig PKGBUILD
    --- PKGBUILD.orig 2009-05-23 17:58:47.000000000 -0400
    +++ PKGBUILD 2009-05-23 18:00:49.000000000 -0400
    @@ -11,9 +11,12 @@
    'used if present at compile time: freeglut, gsl, fftw')
    source=(http://downloads.sourceforge.net/sourceforge/asymptote/$pkgname-$pkgver.src.tgz)
    md5sums=('1ded335bc63b662a6eb920a4c065706c')
    +noextract=($pkgname-$pkgver.src.tgz)
    build() {
    - cd $srcdir/$pkgname-$pkgver
    + cd $srcdir
    + tar xzf $pkgname-$pkgver.src.tgz
    + cd $pkgname-$pkgver
    ./configure --enable-gc=/usr --prefix=/usr \
    --with-latex=/usr/share/texmf/tex/latex || return 1
    make asy || return 1
    After that I simply did a "makepkg" followed by "sudo pacman -U asymptote-1.73-1-i686.pkg.tar.gz"

  • [Partially Solved] ad-hoc network and wicd

    I am trying to connect my laptop to the internet through an ad-hoc network with wicd. It dies at obtaining an IP address. Is there a package that I am missing or something?
    Any pointers would be great.
    Last edited by zmbmartin (2010-08-01 21:33:30)

    Ok so I got it working from command line from this here:
    https://bbs.archlinux.org/viewtopic.php?id=100744
    but I would still like to know how to get netcfg working?
    Thanks

  • [Partially SOLVED] Wiimote buttons work, motion does not...

    Followed all the tutorials on the wiki and the wiimote is recognized just fine... all the buttons seem to work (terminal shows output when I press dpad, A, B, +, -, home, 1 and 2) but I am not getting any motion out of moving it in the air.  I have a wireless sensor bar and wmgui detects everything just fine... just not sure what I'm mising config-wise that is not allowing me to move the cursor around the screen as I move the wiimote through the air.  Any and all help is appreciated!
    Last edited by CPUnltd (2011-02-25 04:14:50)

    seriously interested in getting this to work properly with the sensor bar! I just tested the dolphin-emu that is in the AUR repo... can confirm this build works with Need for Speed: Hot Pursuit! Renders In-game and menu graphics just fine, cinematics are a bit screwy, and sound seems fine... plays a little sluggish on my dual-core (2.1) AMD laptop w/ 8GB DDR3 (but that might be due to the rom being on a flash drive and not the internal SSD). Hope development is still continuing! Haven't tested any GameCube games yet...  If anyone knows of a good tool to rip GC games with, I'd be more than happy to play with it.

  • Restarting issue (partially solved) - Software version 1.2

    Some users have mentioned a problem with their Ipods restarting on their own for no reason. It has also been suggested that this problem might be triggered by certain songs. I have had the same problem since updating to software version 1.2, AND I HAVE IDENTIFIED THE SIMILARITY IN ALL OF MY PROBLEMATIC MP3'S...
    THEY ARE ALL ENCODED IN MONO
    I do not have any other type of file besides MP3's on my IPOD, and as of yet, I have not had this restarting problem with ANY of my files EXCEPT FOR EVERY ONE of them that is in MONO (as opposed to stereo).
    When I have some time I will try to RE-encode these songs in Stereo, and reload them into my Ipod to see what will happen. But I'm going on vacation for a week and will not be able to do this for over a week. If anyone out there has the time, please try this and let us know how it works out.
    For the time being, I am removing EVERY file that is encoded in Mono from my Ipod, and hopefully this problem will disappear.

    I am experiencing the same problem and this solution does NOT work:
    1. From the Start menu, choose Control Panel.
    2. Open the Internet Options control panel.
    3. Click the Connections tab.
    4. Click the LAN Settings button.
    5. Select the Automatically detect settings checkbox.
    6. Click OK in both windows.
    7. Reopen iTunes and connect your iPod.
    8. Update or Restore your iPod.
    Any other helpful solutions, puh-leez???

  • Can't accept any password dialogs in KDE [PARTIALLY SOLVED]

    Hi,
    Since my last upgrade (yesterday, hadn't updated for a week), im having problems to enter any password inside KDE's password dialogs (kdesu, kwallet, kontact, kopete....)
    The passwords just type in fine, but the "accept" button, or pressing enter wont do anything. The password dialog just stays there.
    Using Arch x86_64.
    Thanks.
    Last edited by ungoliant (2009-10-06 12:08:28)

    As said in the bug report, you can use a workarround to fix this by disabling the "3 star input" option in system settings.

Maybe you are looking for