Problems with Virtualbox

Hey Guys.
I'm runned into a problem with my Virtualbox installation about the network setup.
Followed the guide http://wiki.archlinux.org/index.php/VirtualBox#Usin
But each time I'm starting my Virtualbox - I'm getting the this error:
Failed to initialize Host Interface Networking.
VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Console
Interface:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
How can I make bridged network to work here - and can someone tell me the error:
/etc/conf.d/bridges:
bridge_br0="eth0 wlan0"
BRIDGE_INTERFACES=(br0)
Lines from rc.conf:
MODULES=(sky2 iwl4965 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore vboxdrv autofs4 bridge)
eth0="dhcp"
wlan0="dhcp"
br0="dhcp"
ppp0="dhcp"
INTERFACES=(eth0 wlan0 br0 ppp0)
/etc/vbox/interfaces ( needed to make that file manually)
vbox0 pbj br0
I've installed bridge-utils and the obnly error i'm getting is this - each time I set the network settings in the virtualbox guest machine settings to host interface???
What Am I doing wrong. - since I only have these options from the menu
Not connected.
NAT
Host INterface
Internal Interface
From my dmesg:
vboxdrv: Trying to deactivate the NMI watchdog permanently...
vboxdrv: Successfully done.
vboxdrv: Found 2 processor cores.
vboxdrv: fAsync=0 offMin=0x18f offMax=0x979
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 2.0.0 (interface 0x00090000).
Bridge firewalling registered
firmware: requesting iwlwifi-4965-1.ucode
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
sky2 eth0: enabling interface
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): wlan0: link is not ready
eth0: no IPv6 routers present
vbox0: no IPv6 routers present
Can someone point me in the rigth direction???

Well a little bit further  I guess.
put tun into MODULES
Made this scripts as from alehtos
sudo brctl addbr br0
sudo ifconfig eth0 0.0.0.0 promisc
sudo brctl addif br0 eth0
sudo dhclient br0
sudo chmod 0666 /dev/net/tun
sudo tunctl -t tap0 -u *username*
sudo ifconfig tap0 up
sudo brctl addif br0 tap0
And gives me this:
$ ifconfig
br0 Link encap:Ethernet HWaddr 00:1D:09:42:99:7F
inet addr:172.16.50.200 Bcast:172.16.51.255 Mask:255.255.254.0
inet6 addr: fe80::21d:9ff:fe42:997f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1888 errors:0 dropped:0 overruns:0 frame:0
TX packets:752 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:674889 (659.0 Kb) TX bytes:134636 (131.4 Kb)
eth0 Link encap:Ethernet HWaddr 00:1D:09:42:99:7F
inet6 addr: fe80::21d:9ff:fe42:997f/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:54932 errors:0 dropped:0 overruns:0 frame:0
TX packets:24515 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:43322296 (41.3 Mb) TX bytes:2325893 (2.2 Mb)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:136 errors:0 dropped:0 overruns:0 frame:0
TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4108 (4.0 Kb) TX bytes:4108 (4.0 Kb)
tap0 Link encap:Ethernet HWaddr 00:FF:B0:92:FE:4A
inet6 addr: fe80::2ff:b0ff:fe92:fe4a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:172 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 b) TX bytes:60 (60.0 b)
wlan0 Link encap:Ethernet HWaddr 00:1F:3B:61:C9:27
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wmaster0 Link encap:UNSPEC HWaddr 00-1F-3B-61-C9-27-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
And this works as the following way - Gives the Host machine a IP adress - but not the guest. On the guest - it cannot get an IP address.
Could this error hove something to do with it all:
s# /etc/rc.d/vboxnet restart
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Ingen sådan fil eller filkatalog
:: Shutting down VirtualBox host networking [DONE]
:: Starting VirtualBox host networking [DONE]
Last edited by peque (2008-09-18 13:19:12)

Similar Messages

  • Usb problem with VirtualBox 4.1.2.

    Hello all
    I have a usb problem with my VirtualBox 4.1.2.
    I installed VirtualBox 4.1.2 with VirtualBox Extension Pack 4.1.2. on vista 64 bit host
    but when I run Win 2003 guest I get the following :
    Failed to access the USB subsystem.
    Could not load the Host USB Proxy Service
    (VERR_FILE_NOT_FOUND). The service might not be
    installed on the host computer.Can any one help on how to resolve this ?

    I too an facing the same problem.
    if u have some solution then plz mail it to me.
    regards
    Dinesh Singh
    Nucleus Software Exports Ltd
    [email protected]

  • [Solved] problem with virtualbox-iso-additions for virtualbox v. 4.2

    VirtualBox 4.2 was released recently and one of the features mentioned is support for Mac OSX. However, having installed it (an Arch virtualbox 4.2 host, and an osx guest), I found that I couldn't install guest additions via the devices menu on my osx guest. Whereupon I examined the file corresponding to virtualbox-iso-additions (/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso) and found that in fact there were no scripts or drivers for osx (darwin) like there are for windows and linux. Is it possible that the Arch release of this file has not been updated properly or am I missing anything else?
    Update: I downloaded the current iso (VBoxGuestAdditions_4.2.0.iso) from http://download.virtualbox.org/virtualbox/4.2.0/ and found that that too has no files that appear linked to osx or darwin. That rules out an Arch packaging issue and I'll need to pursue things at virtualbox.org itself.
    Last edited by kinleyd (2013-07-18 12:03:48)

    I think I've figured it out, finally. It seems v. 4.2 introduces virtualbox on a mac osx host. osx guests are apparently not officially supported with guest additions. I had assumed that host support already existed, and that the new stuff in v. 4.2 was for guests.

  • Problem with VirtualBox Appliance Image Solaris 10 10/09 (solaris_10_u8)

    I'm running Virtualbox 3.1.2 r56127 on Mac OS X Leopard 10.5.8. I click File > Import Appliance and choose solaris_10_u8.ovf. I leave all the default settings and click Import. I then receive the error "Cannot register the machine 'Solaris_10_u8' because it has 2 medium attachments" (screenshot[1]).
    I've just tried the same thing on Mac OS X Snow Leopard 10.6.2 and it imports correctly.
    Is it by design that this will not work on Virtualbox under Leopard, or am I doing something else wrong?
    Cheers, Chris
    [1] http://skitch.com/chrisroos/nuan7/virtualbox

    There is nothing in the s10 10/09 appliance image that would cause it to work or fail on a specific OS. I suggest you visit the forums at virtualbox.org and see if someone might be able to help there.
    -- Alan

  • Problem with VirtualBox

    I installed Virtualbox following the wiki. Add my user to the vboxusers group. Added vboxdrv to Modules in /etc/rc.conf. But when I start the program it gives me the tollowing error "The vboxdrv kernel module is not loaded".
    I also tried modprobe vboxdrv, just in case I did something wrong in the rc.conf file, but it says the following "bash: modprobe: command not found".
    Any help, would be appreciated.
    Cheers.

    IlPrincipino wrote:
    wonder wrote:fix your shell configuration. ~/.bashrc ~/.bash_profile
    Thanks. But it says the following now: sudo: /home/user/.bashrc: command not found
    Please post the commands you're issuing, not only the output.
    Running
    sudo /home/user/.bashrc
    doesn't make sense as .bashrc is a config file, not a program. You need to edit it, e.g.
    sudo vim /home/user/.bashrc
    Edit: And you should be using your user name ('karol' for me), not 'user' literally.
    Last edited by karol (2011-12-15 14:00:17)

  • Problems in VirtualBox with Plasma

    Hi there,
    I recently set up a fresh arch install in Oracle VirtualBox (4.3.22)(host is Windows 7 64bit) with having installed xorg, sddm and plasma-meta for a desktop environment. I basically followed the Beginners Guide and Installation steps for Arch Linux guests. Thanks to that info a lot is already working fine (writing this from within the VM) but I'm having a few issues and don't really know how to go on.
    Most prominently, the autoresize feature of virtualbox isn't working (neither is fullscreen or seamless mode correctly), and Display Configuration in System Settings is only offering me quite a limited and impractical set of resolutions.
    I enabled the vboxservice and made and linked an autostart script in ~/.config/autostart/ that calls 'VBoxClient --clipboard --display --checkhostversion'
    [psifi@archolamin ~]$ systemctl status vboxservice.service -l
    ● vboxservice.service - VirtualBox Guest Service
    Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; enabled; vendor preset: disabled)
    Active: active (running) since Fri 2015-02-27 00:33:38 CET; 2min 15s ago
    Process: 184 ExecStartPre=/usr/bin/modprobe vboxsf (code=exited, status=0/SUCCESS)
    Process: 179 ExecStartPre=/usr/bin/modprobe vboxvideo (code=exited, status=0/SUCCESS)
    Process: 176 ExecStartPre=/usr/bin/modprobe vboxguest (code=exited, status=0/SUCCESS)
    Main PID: 189 (VBoxService)
    CGroup: /system.slice/vboxservice.service
    └─189 /usr/bin/VBoxService -f
    Feb 27 00:33:38 archolamin VBoxService[189]: VBoxService 4.3.22_OSE r98236 (verbosity: 0) linux.amd64 (Feb 18 2015 21:08:37) release log
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000080 main Log opened 2015-02-26T23:33:38.884466000Z
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000190 main OS Product: Linux
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000228 main OS Release: 3.18.6-1-ARCH
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000263 main OS Version: #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000296 main OS Service Pack: #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000333 main Executable: /usr/bin/VBoxService
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000334 main Process ID: 189
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000335 main Package type: LINUX_64BITS_GENERIC (OSE)
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.001657 main 4.3.22_OSE r98236 started. Verbose level = 0
    [psifi@archolamin ~]$ lsmod | grep vb
    vboxsf 41351 0
    vboxvideo 12437 1
    drm 263481 3 vboxvideo
    vboxguest 206333 5 vboxsf
    [psifi@archolamin ~]$ pgrep -a VB
    189 /usr/bin/VBoxService -f
    392 /usr/bin/VBoxClient --clipboard
    393 /usr/bin/VBoxClient --clipboard
    405 /usr/bin/VBoxClient --display
    414 /usr/bin/VBoxClient --seamless
    415 /usr/bin/VBoxClient --seamless
    421 /usr/bin/VBoxClient --draganddrop
    422 /usr/bin/VBoxClient --draganddrop
    Everything seems to be running and other features do work (like the shared clipboard) but not the resolution thingy. Also, something already seems a little weird, notice the multiple VBoxClient instances shown by pgrep. Now it get's more funny.
    After some extended but fruitless searching and analyzing I tried to disable all vbox components to get to the root of the problem. But:
    ## 2 modules get loaded and I don't know why
    [psifi@archolamin ~]$ systemctl status vboxservice.service
    ● vboxservice.service - VirtualBox Guest Service
    Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; disabled; vendor preset: disabled)
    Active: inactive (dead)
    [psifi@archolamin ~]$ ls -l /etc/modules-load.d/
    total 0
    [psifi@archolamin ~]$ lsmod | grep vb
    vboxguest 206333 3
    vboxvideo 12437 1
    drm 263481 3 vboxvideo
    ## VBoxClients still running and I don't know why
    [psifi@archolamin ~]$ ls -l .config/autostart/
    total 0
    [psifi@archolamin ~]$ pgrep -a VB
    380 /usr/bin/VBoxClient --display
    1103 /usr/bin/VBoxClient --display
    1345 /usr/bin/VBoxClient --clipboard
    1346 /usr/bin/VBoxClient --clipboard
    1358 /usr/bin/VBoxClient --display
    1366 /usr/bin/VBoxClient --seamless
    1368 /usr/bin/VBoxClient --seamless
    1372 /usr/bin/VBoxClient --draganddrop
    1373 /usr/bin/VBoxClient --draganddrop
    I really don't understand what's going on here. Killing and restarting the VBoxClient processes doesn't seem to make a difference (except removing the duplicates).  Oh, and there also is, possibly related:
    [psifi@archolamin ~]$ cat /var/log/Xorg.0.log | grep EE
    [ 655.104] Current Operating System: Linux archolamin 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 655.125] (EE) systemd-logind: failed to get session: PID 1177 does not belong to any known session
    [ 655.134] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 655.134] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 655.978] (EE) AIGLX error: vboxvideo does not export required DRI extension
    [ 655.978] (EE) AIGLX: reverting to software rendering
    [ 656.038] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 9)
    (3D acceleration in the preferences of the vm is disabled because for me with it enabled plasma was hardly working at all, completely unusable)
    So I wonder
    Why is the resizing and screen resolution in general not working as intended? Probably something to do with the video driver?
    Why or where are the modules and VBoxClient loaded?
    I hope somebody can point me in the right direction. Maybe plasma 5 simply isn't ready enough yet for this to work? I've read somewhere that it uses quite a different graphics architecture, but for me this stuff still feels a bit over my head
    On a side note - other problems that I haven't really looked into yet:
    (*) switching tty completely destroys plasma session
    (*) scrolling with mousewheel sometimes is "hanging" or even going in the opposite direction

    arcaloid wrote:
    however I have turned off 3d acceleration in the configuration of the vm (because otherwise plasma5 only was a flickering mess so far) and hence it isn't supposed to be 3d accelerated anyway, right?
    the resolution issue has recently resolved on it's own over the course of a few system updates, but numerous other issues keep coming and going instead. I guess that's just the thing with bleeding edge software.
    If it's any consolation, the problem with Plasma 5 and "vboxvideo" happens here as well. The host system is Linux from Scratch and KDE4 worked flawless as a VirtualBox (4.3.26) Arch.x86_64 guest system. Just a few hours ago, I took the plunge and switched to Plasma 5 on a fully-updated Arch platform with kernel 3.19.2 and all the latest Xorg and Mesa packages.
    It was necessary to disable "3D Acceleration" for the system to be usable. Prior to doing so, the display looked nice and pretty but all input events (mouse and keyboard) were not recognized. Plus the bottom-screen panel was not visible.
    For what it's worth, KaOS.x86_64 was tried a month ago on VirtualBox. Its Plasma 5 environment was totally unusable with or without "3D Acceleration". Problems ranged from a black screen with only the Oxygen mouse cursor to erratic, flashing video.
    Frankly, I still consider KF5/Plasma 5 to be in a state of flux (to put it kindly). I have successfully built and installed it on my LFS platform with zero errors during the compile process. But at launch time, all that occurs is a black screen with the Oyxgen mouse cursor. That said, sddm works fine and I'm now using it for my display manager rather than KDM.
    I think KF5/Plasma 5 show great potential but like its KDE4 predecessor (which I love), it'll take some time to mature.

  • Virtualbox problem with k3b

    I tried virtualbox today and it worked fine, however now I got a problem with my cd-rom. Trying to run k3b I get:
    Mapping udi /org/freedesktop/Hal/devices/storage_model_DVD_RW_AD_5170A to device /dev/sr0
    /dev/sr0 resolved to /dev/sr0
    /dev/sr0 is block device (0)
    (K3bDevice::ScsiCommand) failed:
    command: INQUIRY (12)
    errorcode: 0
    sense key: NO SENSE (2)
    asc: 0
    ascq: 0
    (K3bDevice::Device) Unable to do inquiry. /dev/sr0 is not a cdrom device
    /dev/sr0 resolved to /dev/sr0
    /dev/sr0 is block device (0)
    (K3bDevice::ScsiCommand) failed:
    command: INQUIRY (12)
    errorcode: 0
    sense key: NO SENSE (2)
    asc: 0
    ascq: 0
    (K3bDevice::Device) Unable to do inquiry. /dev/sr0 is not a cdrom device
    Devices:
    kdecore (KAction): WARNING: KActionCollection::operator+=(): function is severely deprecated.
    So it doesn't find my burner now that I have run virtualbox (virtualbox is closed and the vboxdrv module is unloaded). How do I fix this without having to reboot? The computer is running a simulation that will take several days and I really need to burn a cd ...
    I cannot mount CD's either with:
    mount /dev/cdrom I get:
    mount: no medium found
    I cannot use eject to eject the cd-rom either (trying different approaches to see if I can get some errors that I do understand out of software ...). So what is the approach here?

    No ideas? I wonder if you can "re-recognize" the cdrom some way?

  • Problem with Gnome3 and/or graphics card Nvidia 8600M GT

    Feb 22 07:40:21 localhost dbus[712]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Feb 22 07:50:30 localhost kernel: [ 679.031379] gnome-shell[1277]: segfault at 10 ip 00007f3bbd305c0f sp 00007f3b84ff86d8 error 6 in libnvidia-tls.so.295.20[7f3bbd305000+3000]
    Feb 22 07:50:31 localhost gnome-session[888]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Feb 22 07:50:35 localhost kernel: [ 683.420948] gnome-shell[1300]: segfault at 10 ip 00007f43bc84dc0f sp 00007f43877fd6d8 error 6 in libnvidia-tls.so.295.20[7f43bc84d000+3000]
    Feb 22 07:50:35 localhost gnome-session[888]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Feb 22 07:50:35 localhost gnome-session[888]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Feb 22 06:52:39 localhost rtkit-daemon[1004]: Successfully made thread 1420 of process 1420 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Feb 22 07:52:39 localhost goa[1441]: goa-daemon version 3.2.1 starting [main.c:112, main()]
    Feb 22 07:58:22 localhost kernel: [ 1150.316794] CE: hpet increased min_delta_ns to 20113 nsec
    Hi,
    Here is my /var/log/messages.log output.
    Since several days my computer repeatedly restarts programs that require at least a bit memory, such as firefox ('segmentation fault'), skype, virtualbox, generaly gnome 3 environment. Sometimes it happens that the system hangs and I can't do nothing, although I can hear that hard disk is working - at that moment only hard reset helps.
    I know that the Dell Inspiron laptops (1720) have problems with Nvidia 8600M GT (the cold solder). Is it like that this time? Or maybe something wrong with the memory, CPU (Core Duo) cache memory?
    I will be happy to add any additional information.
    Regards,
    Lukasz

    Did you update the nividia driver recently?
    there are some threads on this

  • Problem with Windows7 and Adobe Flash freezing computer?

    Hello All, There is a problem with Windows7 and my Adobe Flash causing my computer to freeze. So, Skype, videos, etc will not work. Have tried many things to solve problem. Can Oracle VM be used to run a different operating system...such as XP or Vista where Flash will work properly? I would hate to have a new operating system installed on a new computer. thanks

    If you mean Oracle VM VirtualBox, then yes, definitely. A free download, it installs and runs great on Windows 7. http://www.virtualbox.org/

  • HT5628 I have OSX 10.9.1 on my iMac and want to install Windows 8.1. I've read that people are having problems with 8.1. What should I do?

    I'm getting ready to partition my drive and install Windows. I've read that there are wifi and other problems with Windows 8.1. That I should use 8.0. Microsoft does not sell 8.0 anymore. They want you to buy 8.1. What should I do? Any help would be appreciated.

    Read the Boot Camp Help first. Boot Camp does not yet support Windows 8.1 http://windows.microsoft.com/en-US/windows-8/system-requirements. If you insist on installing 8.1 use a virtual machine like parallels, Fusion, or VirtualBox.
    http://www.apple.com/support/bootcamp/

  • Tty display problems with nvidia and uvesafb

    I'm trying to get my console to display correctly at 1080p; trying to do so through GRUB was always an absolute nightmare.
    The console displays fine with nouveau, but nouveau causes the infamous pink line bug, which is simply too irritating to ignore; nouveau is not an option.
    In the past, my console has run at low res and incorrect scale with nvidia, but I've ignored the problem since I prefer to use a virtual terminal in X.
    Now, if possible, I need to use the actual console for the purposes of module development.
    I installed v86d and uvesafb and configured the console for 1920x1080 and 32 bit depth.
    The console is displaying with the correct resolution now, but is surrounded by a black border, making the font distorted and extremely difficult to read.
    How can I get my console to scale correctly to fullscreen? Any ideas at all. I found nothing in the forums or wiki, and I'm out.
    I'm fairly certain there are no vga or video settings in GRUB that are interfering.

    Output of "pacman -Qi nvidia"
    Name : nvidia
    Version : 343.36-2
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.17 linux<3.18 nvidia-libgl nvidia-utils=343.36
    Optional Deps : None
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 5.30 MiB
    Packager : Felix Yan <[email protected]>
    Build Date : Thu 11 Dec 2014 08:32:19 AM CST
    Install Date : Fri 12 Dec 2014 12:10:32 AM CST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    Output "cat /boot/grub/grub.cfg"
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=green/black
    set menu_color_highlight=black/green
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    insmod png
    background_image -m stretch /boot/grub/archgrub.png
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Output "cat /usr/lib/modprobe.d/uvesafb.conf"
    Video mode is set as "1920x1080-32".
    # This file sets the parameters for uvesafb module.
    # The following format should be used:
    # options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
    # For more details see:
    # http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
    options uvesafb mode_option=1920x1080-32 scroll=ywrap
    This file is mirrored in /etc/modprobe.d/uvesafb.conf.
    Running "diff /usr/lib/modprobe.d/uvesafb.conf /etc/modprobe.d/uvesafb.conf" returns no output.
    Output of "cat /sys/class/graphics/fb0/virtual_size" is solely "1920,1080".
    ---edit---
    Output of "cat /etc/default/grub" in case it's helpful.
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    #GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="green/black"
    GRUB_COLOR_HIGHLIGHT="black/green"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/boot/grub/archgrub.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Also, it might help to describe the behaviour more specifically / more in depth...
    The rendered part of the console occupies the same space as the GRUB boot menu.
    I installed and configured virtualbox a few weeks previously.
    I ran "sudo depmod -a" as the wiki / forums indicated it could remedy problems with virtual machines failing to start.
    It did fix the virtualbox problem; after reboot, suddenly lightdm *also* initally occupied the same window space as grub.
    That was new behaviour. When I logged in to xmonad, the desktop displayed similarly to GRUB.
    I hadn't tried fixing it; logging in with root followed by "ps -e | grep X" and "kill -9 <Xpid>" caused X as a whole to start behaving and scaling normally.
    I haven't rebooted until attempting to rectify the issue with my console.
    The oddity with scaling in lightdm and xmonad still shows up after reboot and is still reparable by killing X.
    Killing X doesn't - obviously - have any effect on console scale.
    ---/edit---
    d(-_-)
    Last edited by seppukuzushi (2014-12-31 14:01:23)

  • [SOLVED] No luck with VirtualBox network.

    EDIT**********
    I have a working Arch Linux VM made with VirtualBox. The network works out of the box but once you reboot and remove live media and load into Arch Linux I cannot get a ping.
    I have looked through the Arch Linux VirtualBox wiki and I am either confused or feel I have tried what it asked.
    Here is what I did.
    For the purpose of this post, I made a new VM and successfully followed the beginner guide again and installed Arch Linux and it starts up no problem without the live iso.
    first thing I did was
    ping -c 3 www.google.com
    unknown host...
    so i did
    ddhcpcd
    and this resulted...
    dhcpcd[196]: version 6.7.1 starting
    dhcpcd[196]: enp0s3: adding address fe80::ced8:2d68:7409:4427
    dhcpcd[196]: no interfaces have a carrier
    dhcpcd[196]: forked to background, child pid 208
    https://wiki.archlinux.org/index.php/Vi … VirtualBox
    I have no idea where to learn about this in the exhaustive guide that mostly has nothing to do with what I am using VirtualBox for.
    [SOLVED] Josh Braun’s Blog // A Guide to Installing Arch in VirtualBox
    http://wideaperture.net/blog/?p=3851
    Solved using this code. I did not see anything about this in the Wiki.. so check out Josh Brauns Blog.
    # systemctl enable [email protected]
    Old Horrible Question... DO NOT READ
    I can dual boot Arch from my bios and get wifi access easily.
    When I use VirtualBox, it has no problem until I actually log on to Arch Linux without the live iso.
    I have did searches and i am just LOST on the VirtualBox Arch wiki.
    Edit: I have tried dhcpcd and it was not successful. I will post the exact output later.
    I am hoping someone can direct me to get this working.
    I have a windows 7 Dell laptop and VirtualBox loads into Arch Linux without the iso as a drive. Just looking for guidance and search terms. Thank you./
    Last edited by AcousticBruce (2015-03-12 00:20:43)

    That's understandable, I know well myself how intimidating it can be at the very beginning.
    I will explain a bit. Those guides are just asking for trouble for two reasons: (1) they are outdated and Arch moves quick. And (2) it will prevent you from learning how to administer your system. You copied and pasted that command but did you know what you were doing? Probably not. I guarantee you will run into that same problem again if you don't know how systemd and services, etc. work in general. The first link to dhcpcd was the section about running the service. Notice it links to the systemd page that explains in general how to start, stop, enable, and disable services. This is the kind of research you will need to do on your own if you hope to get to the point where you don't have to ask questions about every single step. It's okay to ask questions, but when it comes to something as straightforward as enabling a service, people will usually just point you to the links.
    If you're only a week into Linux in general and you've successfully installed Arch in a VM, then that's a good sign. The lingo will come in time but you definitely need to do a bit of studying. You should read through the wiki in depth. That is, the beginner's guide isn't just for installing Arch for the first time. It includes tons of links to all the moving parts of your system. The general recommendations page is also a must read.
    With effort and patience you'll pick up what you now don't understand at all
    EDIT: note also that the exact step that you found on this other guide is listed in the beginner's guide: https://wiki.archlinux.org/index.php/Be … Dynamic_IP
    I suspect you got drawn into the VirtualBox wiki page without slowly and carefully going through the beginner's guide as well.
    Last edited by nullified (2015-03-12 03:00:59)

  • Problems with getting internet explorer on my mac with virtual box 4.3.20, who can help?

    This is what I did:
    1) downloaded and installed virtual box 4.3.20
    2) copied
    curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="11" bash
    in the Terminal (for IE 11 only). I got this from the link: Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine
    3) that is where things went wrong, see attached image for the error I get (after a long time) in the Terminal
    Tried it twice but every time the same problem.. I hope someone can help me!

    The error means that your download session was interrupted. There could be a problem with your Internet connection or a problem with the remote server providing the download. If you otherwise have no trouble with Internet, I suspect the later.
    But why would you want to bother downloading someone's virtual machine to run MS Internet Explorer? Not only is there a real security risk since you don't know what the VM or installation script is doing, but if the VM is running MS Windows, then the person providing the software is breaching software distribution and copyrights laws, and so will you, using the software.
    Btw, have you read any of the comments? Do you really want to download 20GB? (nonsense)
    If you need IE and VirtualBox, simply create a new VM and install MS Windows using a regular copy and enter your license code. There is also no need to install different versions of IE, since IE can be configured to run as a prior version.
    However, there is no need to install and run MS Windows to run IE. There are products that provide free Windows API to let you run PC applications as they were Mac applications without installing Windows, e.g. Wineskin, Wine Bottler, or commercial solutions, such as Crossover.
    See http://www.wikihow.com/Install-Internet-Explorer-on-Mac-Using-WineBottler

  • Problems with ALSA and OSS

    Hi.
    I'm a ArchLinux user and I have been having problems with my audio, specifficaly the microphone.
    My microphone works well with Audacity and I use it for speaking trough TeamSpeaker and since TeamSpeak still uses OSS I installed alsa-oss and added aoss to my TeamSpeak command. But, for some reason, the application stopped working (this have nothing to do with my real problem) and as substitute I installed TeamSpeak in Windows XP running on Virtualbox with ALSA audio. Everything worked smoothly until some weeks ago.
    The microphone on Virtualbox stopped working but I still hear sound. And the funny thing is that TS Linux got working again, but if I use it with aoss I cannot use the microphone but I hear sound and to have microphone I have to use it without aoss but then i dont have sound on other apps.
    And to get microphone on Virtualbox I have to enable OSS in preferences and use aoss but then, wich I don't understand why, I dont get any sound with other apps. :\
    I have no idea what triggered this problem.
    My audio device:
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    ALC660-VD Analog

    No one? :\
    Not even why Virtualbox with OSS and aoss "steals" the sound to the other apps?

  • [SOLVED] need help with virtualbox install

    I'm a relative n00b to Arch, haging migrated from Ubuntu (pha!!). Arch rocks!
    However, my beloved virtualbox isnt playing ball!
    After many hours of getting arch up and running I now need some assitance please with VirtualBox PEUL. I've googled and search these wikis and found:
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    http://www.mail-archive.com/vbox-users% … 02889.html
    http://wiki.archlinux.org/index.php/VirtualBox
    but, I dont know how to install.
    I used yaourt (having spent another many hours trying to get to speed with what Arch AUR is and yaourt!!)
    This is what I did:
    1. Visited http://wiki.archlinux.org/index.php/VirtualBox and followed PEUL instructions...
    2. Click on AUR link and then click on PKGBUILD and it downloaded a PKGBUILD from here http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    3. Then went back to the wiki http://wiki.archlinux.org/index.php/VirtualBox  and clicked on VirtualBox_1.5.6-1_Linux_x86.run and downloaded the file.
    4. In accordance with the instructions on the wiki, I ran makepkg
    HOWEVER, I get errors!!:
    # makepkg --asroot
    ==> Making package: virtualbox_bin 1.5.6-1 (Thu May 1 20:06:33 BST 2008)
    ==> WARNING: Running makepkg as root...
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found VirtualBox_1.5.6-1_Linux_x86.run in build dir
    -> Found vbox.install in build dir
    -> Found vbox_build_module in build dir
    -> Found vboxnet.patch in build dir
    -> Found interfaces in build dir
    ==> Validating source files with md5sums...
    VirtualBox_1.5.6-1_Linux_x86.run ... FAILED
    vbox.install ... Passed
    vbox_build_module ... Passed
    vboxnet.patch ... Passed
    interfaces ... Passed
    ==> ERROR: One or more files did not pass the validity check!
    This is what is in the downloaded files dir:-
    ls -l
    total 48
    -rw-r--r-- 1 daz users 3642 2008-05-01 20:06 PKGBUILD
    -rw-r--r-- 1 daz users 26055 2008-05-01 20:05 VirtualBox_1.5.6-1_Linux_x86.run
    -rwxrwxrwx 1 nobody nobody 217 2008-01-08 20:58 interfaces
    drwxrwxrwx 2 root root 125 2008-05-01 20:06 src
    -rwxrwxrwx 1 nobody nobody 2717 2008-02-22 18:22 vbox.install
    -rwxrwxrwx 1 nobody nobody 174 2008-02-22 17:45 vbox_build_module
    -rwxrwxrwx 1 nobody nobody 2179 2007-12-30 12:31 vboxnet.patch
    Can anyone help please? In Ubuntu all this was just installed with dpkg -i VirtualBox.deb
    I'm sure Arch is just as "simple" :-)
    Last edited by keratos (2008-05-04 07:54:14)

    grave wrote:Or try the bin file no problem here  yaourt -S virtualbox_bin
    Good idea, I checked this out originally but it didnt work so I went for "manual" install.
    The download from yaourt never starts, just hangs - the server is dead or something?? ...
    # yaourt -S virtualbox_bin
    ==> WARNING: Building unsupported package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Downloading virtualbox_bin PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: chris_es on 20080414 [17:02:11]
    Hello!
    Thanks a lot for this package :o)
    Just a quick comment about where to copy the Sun .run package. It should be put to where the tarball from AUR was extracted.
    In my case, it is /home/[users]/virtualbox-bin/
    Cheers
    Chris
    Comment by: fi-dschi on 20080419 [22:46:37]
    You may download the run-file at
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.5.6-G-F@CDS-CDS_SMI
    Comment by: GGLucas on 20080421 [00:40:38]
    Can't get the kernel module working in 2.6.25, vbox_build_module completes fine, but I get the following error:
    $ sudo modprobe vboxdrv
    FATAL: Error inserting vboxdrv (/lib/modules/2.6.25-ARCH/misc/vboxdrv.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    with these messages in dmesg:
    vboxdrv: Unknown symbol change_page_attr
    vboxdrv: Unknown symbol change_page_attr
    Comment by: Geekosaurio on 20080422 [03:54:09]
    Maybe you could find this instructions helpful
    http://www.mail-archive.com/[email protected]/msg02889.html
    I've not tried this myself but I will do it soon and post the info here. Maybe create a separate package for 2.6.25 kernels it's a good idea.
    Comment by: ise on 20080429 [18:12:57]
    The vboxdrv from the mailinglist of virtualbox runs here without problems on 2.6.25 with vbox 1.5.6
    First Submitted: Sun, 11 Mar 2007 00:52:22 +0000
    Last Updated: Fri, 22 Feb 2008 18:26:15 +0000
    virtualbox_bin 1.5.6-1 (Unsupported): Powerful x86 virtualization - binary version (non GPL - free for personal use and evaluation)
    ==> virtualbox_bin dependencies:
    - libidl2 (already installed)
    - libxslt (already installed)
    - qt3 (already installed)
    - e2fsprogs (already installed)
    - sdl (already installed)
    - libstdc++5 (already installed)
    - patch (already installed)
    ==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    vbox.install
    ==> Edit vbox.install (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of 'virtualbox_bin'? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building and installing package
    ==> Making package: virtualbox_bin 1.5.6-1 (Fri May 2 06:06:28 BST 2008)
    ==> WARNING: Running makepkg as root...
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading VirtualBox_1.5.6-1_Linux_x86.run...
    --2008-05-02 06:06:29-- http://195.34.175.98/download/1.5.6/VirtualBox_1.5.6-1_Linux_x86.run
    Connecting to 195.34.175.98:80...
    Last edited by keratos (2008-05-02 05:52:33)

Maybe you are looking for

  • New 930 and cant access settings display

    Hello, i have this issue, and can't open settings>display, it just swaps and goes black for half second then back to settings menu, I have tested  soft reset, but to no help It was so from the start when i installed it Is there a cross setting somewh

  • Wildcards and reg-ex use in XSLT

    I am new to XML and XSLT technology. I am trying to convert one XML into other based on some rules. The input XML is <?xml version="1.0" encoding="ISO-8859-1"?> <root>      <person>           <id>1 </id>           <Add_1_street1>happy street</Add_1_s

  • TS3367 My iPad doesn't ring, when I get a FaceTime call. How do I turn on the ringer,...???

    My iPad doesn't ring, when I get a FaceTime call. How do I turn on the ringer,...???

  • [new] ocrad

    As far as I can tell, Kooka now requires ocrad.  Apparently it used to use gocr, but after installing it and setting it up and restarting kooka, the OCR dialog still wants ocrad.  I'm guessing that the select engine option screen does just that and o

  • Firefox 3.0b4-1 does not load

    Sorry, missed the correct section please see http://bbs.archlinux.org/viewtopic.php? - 37#p340737 and delete this post thanks Last edited by Cilyan (2008-03-11 12:33:59)